diff --git a/grammar.js b/grammar.js index 3faa6a6e..e55ddaa6 100644 --- a/grammar.js +++ b/grammar.js @@ -1177,7 +1177,7 @@ module.exports = grammar({ class_static_block: $ => seq( 'static', - optional($._semicolon), + optional($._automatic_semicolon), field('body', $.statement_block), ), diff --git a/src/grammar.json b/src/grammar.json index 6f08a3e9..b65752e5 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -6303,7 +6303,7 @@ "members": [ { "type": "SYMBOL", - "name": "_semicolon" + "name": "_automatic_semicolon" }, { "type": "BLANK" diff --git a/src/parser.c b/src/parser.c index 277abd92..abee6bdb 100644 --- a/src/parser.c +++ b/src/parser.c @@ -125611,7 +125611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [78832] = 18, + [78832] = 17, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125627,10 +125627,8 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2803), 1, anon_sym_LBRACE, ACTIONS(2805), 1, - anon_sym_SEMI, - ACTIONS(2808), 1, anon_sym_async, - ACTIONS(2812), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, STATE(1533), 1, sym_comment, @@ -125641,21 +125639,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2791), 2, - anon_sym_LPAREN, - anon_sym_EQ, - ACTIONS(2810), 2, + ACTIONS(2807), 2, anon_sym_get, anon_sym_set, STATE(1947), 2, sym_string, sym_computed_property_name, + ACTIONS(2791), 3, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, ACTIONS(2642), 4, anon_sym_export, anon_sym_let, sym_identifier, anon_sym_static, - [78894] = 16, + [78892] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125697,7 +125696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [78952] = 16, + [78950] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125739,7 +125738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [79010] = 16, + [79008] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125781,7 +125780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [79068] = 21, + [79066] = 21, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125794,21 +125793,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2815), 1, + ACTIONS(2812), 1, anon_sym_export, - ACTIONS(2817), 1, + ACTIONS(2814), 1, anon_sym_STAR, - ACTIONS(2819), 1, + ACTIONS(2816), 1, anon_sym_class, - ACTIONS(2821), 1, + ACTIONS(2818), 1, anon_sym_async, - ACTIONS(2823), 1, + ACTIONS(2820), 1, anon_sym_static, - ACTIONS(2825), 1, + ACTIONS(2822), 1, aux_sym_method_definition_token1, - ACTIONS(2827), 1, + ACTIONS(2824), 1, anon_sym_get, - ACTIONS(2829), 1, + ACTIONS(2826), 1, anon_sym_set, STATE(1537), 1, sym_comment, @@ -125827,7 +125826,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2576), 2, sym_string, sym_computed_property_name, - [79135] = 16, + [79133] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125857,7 +125856,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2831), 2, + ACTIONS(2828), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(2576), 2, @@ -125868,7 +125867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [79192] = 15, + [79190] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125896,7 +125895,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2831), 2, + ACTIONS(2828), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(2576), 2, @@ -125908,7 +125907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79247] = 16, + [79245] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125923,7 +125922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2834), 1, + ACTIONS(2831), 1, anon_sym_RBRACE, STATE(1540), 1, sym_comment, @@ -125949,7 +125948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79304] = 17, + [79302] = 17, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125966,7 +125965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2834), 1, + ACTIONS(2831), 1, anon_sym_RBRACE, STATE(1541), 1, sym_comment, @@ -125991,7 +125990,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [79363] = 13, + [79361] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126014,7 +126013,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2831), 2, + ACTIONS(2828), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(2576), 2, @@ -126028,7 +126027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [79413] = 14, + [79411] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126041,7 +126040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2801), 1, anon_sym_STAR, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, STATE(1543), 1, sym_comment, @@ -126050,7 +126049,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2836), 2, + ACTIONS(2833), 2, anon_sym_get, anon_sym_set, STATE(2576), 2, @@ -126066,7 +126065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79465] = 15, + [79463] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126094,7 +126093,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2840), 2, + ACTIONS(2837), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(2576), 2, @@ -126105,7 +126104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [79519] = 15, + [79517] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126116,13 +126115,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, - ACTIONS(2842), 1, + ACTIONS(2839), 1, anon_sym_STAR, - ACTIONS(2844), 1, + ACTIONS(2841), 1, anon_sym_get, - ACTIONS(2846), 1, + ACTIONS(2843), 1, anon_sym_set, STATE(1545), 1, sym_comment, @@ -126144,7 +126143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79573] = 14, + [79571] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126155,9 +126154,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, - ACTIONS(2848), 1, + ACTIONS(2845), 1, anon_sym_STAR, STATE(1546), 1, sym_comment, @@ -126166,7 +126165,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2850), 2, + ACTIONS(2847), 2, anon_sym_get, anon_sym_set, STATE(2576), 2, @@ -126182,7 +126181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79625] = 14, + [79623] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126208,7 +126207,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2840), 2, + ACTIONS(2837), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(2576), 2, @@ -126220,7 +126219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79677] = 19, + [79675] = 19, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126233,17 +126232,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2814), 1, anon_sym_STAR, - ACTIONS(2821), 1, + ACTIONS(2818), 1, anon_sym_async, - ACTIONS(2823), 1, + ACTIONS(2820), 1, anon_sym_static, - ACTIONS(2825), 1, + ACTIONS(2822), 1, aux_sym_method_definition_token1, - ACTIONS(2827), 1, + ACTIONS(2824), 1, anon_sym_get, - ACTIONS(2829), 1, + ACTIONS(2826), 1, anon_sym_set, STATE(1548), 1, sym_comment, @@ -126263,7 +126262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_export, anon_sym_let, sym_identifier, - [79739] = 16, + [79737] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126274,15 +126273,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, - ACTIONS(2852), 1, + ACTIONS(2849), 1, anon_sym_STAR, - ACTIONS(2854), 1, + ACTIONS(2851), 1, anon_sym_async, - ACTIONS(2856), 1, + ACTIONS(2853), 1, anon_sym_get, - ACTIONS(2858), 1, + ACTIONS(2855), 1, anon_sym_set, STATE(1549), 1, sym_comment, @@ -126303,7 +126302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [79795] = 15, + [79793] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126314,13 +126313,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, - ACTIONS(2860), 1, + ACTIONS(2857), 1, anon_sym_STAR, - ACTIONS(2862), 1, + ACTIONS(2859), 1, anon_sym_get, - ACTIONS(2864), 1, + ACTIONS(2861), 1, anon_sym_set, STATE(1550), 1, sym_comment, @@ -126342,7 +126341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79849] = 19, + [79847] = 19, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126355,17 +126354,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(2866), 1, + ACTIONS(2863), 1, anon_sym_STAR, - ACTIONS(2868), 1, + ACTIONS(2865), 1, anon_sym_async, - ACTIONS(2870), 1, + ACTIONS(2867), 1, anon_sym_static, - ACTIONS(2872), 1, + ACTIONS(2869), 1, aux_sym_method_definition_token1, - ACTIONS(2874), 1, + ACTIONS(2871), 1, anon_sym_get, - ACTIONS(2876), 1, + ACTIONS(2873), 1, anon_sym_set, STATE(1551), 1, sym_comment, @@ -126385,7 +126384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_export, anon_sym_let, sym_identifier, - [79911] = 14, + [79909] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126398,7 +126397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2834), 1, + ACTIONS(2831), 1, anon_sym_RBRACE, STATE(1552), 1, sym_comment, @@ -126423,7 +126422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [79963] = 12, + [79961] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126444,7 +126443,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2840), 2, + ACTIONS(2837), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(2576), 2, @@ -126458,7 +126457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [80010] = 12, + [80008] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126469,7 +126468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, STATE(1554), 1, sym_comment, @@ -126493,7 +126492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [80057] = 12, + [80055] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126504,7 +126503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, STATE(1555), 1, sym_comment, @@ -126528,7 +126527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [80104] = 12, + [80102] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126539,7 +126538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, STATE(1556), 1, sym_comment, @@ -126563,7 +126562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [80151] = 12, + [80149] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126574,7 +126573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, STATE(1557), 1, sym_comment, @@ -126598,12 +126597,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [80198] = 5, + [80196] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2878), 1, + ACTIONS(2875), 1, sym__automatic_semicolon, STATE(1558), 1, sym_comment, @@ -126626,12 +126625,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80231] = 5, + [80229] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2880), 1, + ACTIONS(2877), 1, sym__automatic_semicolon, STATE(1559), 1, sym_comment, @@ -126654,20 +126653,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80264] = 7, + [80262] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2884), 1, + ACTIONS(2881), 1, anon_sym_LPAREN, - ACTIONS(2886), 1, + ACTIONS(2883), 1, anon_sym_DOT, STATE(1560), 1, sym_comment, STATE(1624), 1, sym_arguments, - ACTIONS(2882), 16, + ACTIONS(2879), 16, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -126684,7 +126683,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80301] = 12, + [80299] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126695,7 +126694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, STATE(1561), 1, sym_comment, @@ -126719,7 +126718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [80348] = 12, + [80346] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126730,7 +126729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2838), 1, + ACTIONS(2835), 1, sym__automatic_semicolon, STATE(1562), 1, sym_comment, @@ -126754,14 +126753,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [80395] = 4, + [80393] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1563), 1, sym_comment, - ACTIONS(2888), 18, + ACTIONS(2885), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126780,14 +126779,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80425] = 4, + [80423] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1564), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126806,14 +126805,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80455] = 4, + [80453] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1565), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126832,14 +126831,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80485] = 4, + [80483] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1566), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126858,14 +126857,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80515] = 4, + [80513] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1567), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126884,14 +126883,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80545] = 4, + [80543] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1568), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126910,14 +126909,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80575] = 4, + [80573] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1569), 1, sym_comment, - ACTIONS(2892), 18, + ACTIONS(2889), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126936,14 +126935,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80605] = 4, + [80603] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1570), 1, sym_comment, - ACTIONS(2894), 18, + ACTIONS(2891), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126962,14 +126961,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80635] = 4, + [80633] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1571), 1, sym_comment, - ACTIONS(2896), 18, + ACTIONS(2893), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126988,14 +126987,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80665] = 4, + [80663] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1572), 1, sym_comment, - ACTIONS(2898), 18, + ACTIONS(2895), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127014,14 +127013,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80695] = 4, + [80693] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1573), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127040,16 +127039,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80725] = 5, + [80723] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2900), 1, + ACTIONS(2897), 1, anon_sym_SEMI, STATE(1574), 1, sym_comment, - ACTIONS(2898), 17, + ACTIONS(2895), 17, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127067,14 +127066,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80757] = 4, + [80755] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1575), 1, sym_comment, - ACTIONS(2903), 18, + ACTIONS(2900), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127093,14 +127092,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80787] = 4, + [80785] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1576), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127119,14 +127118,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80817] = 4, + [80815] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1577), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127145,20 +127144,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80847] = 7, + [80845] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2905), 1, + ACTIONS(2902), 1, anon_sym_LPAREN, - ACTIONS(2907), 1, + ACTIONS(2904), 1, anon_sym_DOT, STATE(1578), 1, sym_comment, STATE(1676), 1, sym_arguments, - ACTIONS(2882), 15, + ACTIONS(2879), 15, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -127174,14 +127173,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80883] = 4, + [80881] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1579), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127200,14 +127199,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80913] = 4, + [80911] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1580), 1, sym_comment, - ACTIONS(2888), 18, + ACTIONS(2885), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127226,14 +127225,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80943] = 4, + [80941] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1581), 1, sym_comment, - ACTIONS(2909), 18, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127252,14 +127251,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80973] = 4, + [80971] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1582), 1, sym_comment, - ACTIONS(2911), 18, + ACTIONS(2908), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127278,14 +127277,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81003] = 4, + [81001] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1583), 1, sym_comment, - ACTIONS(2913), 18, + ACTIONS(2910), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127304,14 +127303,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81033] = 4, + [81031] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1584), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127330,14 +127329,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81063] = 4, + [81061] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1585), 1, sym_comment, - ACTIONS(2915), 18, + ACTIONS(2912), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127356,14 +127355,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81093] = 4, + [81091] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1586), 1, sym_comment, - ACTIONS(2888), 18, + ACTIONS(2885), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127382,14 +127381,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81123] = 4, + [81121] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1587), 1, sym_comment, - ACTIONS(2917), 18, + ACTIONS(2914), 18, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -127408,19 +127407,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81153] = 6, + [81151] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2921), 1, + ACTIONS(2918), 1, anon_sym_AT, STATE(1625), 1, sym_decorator, STATE(1588), 2, sym_comment, aux_sym_export_statement_repeat1, - ACTIONS(2919), 15, + ACTIONS(2916), 15, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -127436,14 +127435,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81187] = 4, + [81185] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1589), 1, sym_comment, - ACTIONS(2888), 18, + ACTIONS(2885), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127462,14 +127461,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81217] = 4, + [81215] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1590), 1, sym_comment, - ACTIONS(2909), 18, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127488,7 +127487,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81247] = 4, + [81245] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -127514,7 +127513,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81277] = 4, + [81275] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -127540,14 +127539,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81307] = 4, + [81305] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1593), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2887), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127566,14 +127565,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81337] = 4, + [81335] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1594), 1, sym_comment, - ACTIONS(2924), 18, + ACTIONS(2921), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127592,14 +127591,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81367] = 4, + [81365] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1595), 1, sym_comment, - ACTIONS(2909), 18, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127618,14 +127617,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81397] = 4, + [81395] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1596), 1, sym_comment, - ACTIONS(2909), 18, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127644,14 +127643,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81427] = 4, + [81425] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1597), 1, sym_comment, - ACTIONS(2909), 18, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127670,14 +127669,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81457] = 4, + [81455] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1598), 1, sym_comment, - ACTIONS(2909), 18, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127696,14 +127695,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81487] = 4, + [81485] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1599), 1, sym_comment, - ACTIONS(2926), 18, + ACTIONS(2923), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127722,7 +127721,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81517] = 4, + [81515] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -127748,14 +127747,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81547] = 4, + [81545] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1601), 1, sym_comment, - ACTIONS(2888), 18, + ACTIONS(2885), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127774,7 +127773,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81577] = 4, + [81575] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -127800,7 +127799,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81607] = 4, + [81605] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -127826,14 +127825,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81637] = 4, + [81635] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1604), 1, sym_comment, - ACTIONS(2888), 18, + ACTIONS(2885), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127852,14 +127851,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81667] = 4, + [81665] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1605), 1, sym_comment, - ACTIONS(2928), 18, + ACTIONS(2925), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127878,7 +127877,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81697] = 12, + [81695] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -127891,7 +127890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2930), 1, + ACTIONS(2927), 1, anon_sym_EQ_GT, STATE(1606), 1, sym_comment, @@ -127911,7 +127910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [81742] = 13, + [81740] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -127924,7 +127923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2932), 1, + ACTIONS(2929), 1, anon_sym_STAR, STATE(1607), 1, sym_comment, @@ -127933,7 +127932,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2934), 2, + ACTIONS(2931), 2, anon_sym_get, anon_sym_set, STATE(2576), 2, @@ -127945,7 +127944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [81789] = 14, + [81787] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -127958,11 +127957,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2933), 1, anon_sym_STAR, - ACTIONS(2938), 1, + ACTIONS(2935), 1, anon_sym_get, - ACTIONS(2940), 1, + ACTIONS(2937), 1, anon_sym_set, STATE(1608), 1, sym_comment, @@ -127980,14 +127979,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [81838] = 4, + [81836] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1609), 1, sym_comment, - ACTIONS(2917), 17, + ACTIONS(2914), 17, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -128005,7 +128004,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81867] = 13, + [81865] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128018,7 +128017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2848), 1, + ACTIONS(2845), 1, anon_sym_STAR, STATE(1610), 1, sym_comment, @@ -128027,7 +128026,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2850), 2, + ACTIONS(2847), 2, anon_sym_get, anon_sym_set, STATE(2576), 2, @@ -128039,7 +128038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [81914] = 14, + [81912] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128052,11 +128051,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2942), 1, + ACTIONS(2939), 1, anon_sym_STAR, - ACTIONS(2944), 1, + ACTIONS(2941), 1, anon_sym_get, - ACTIONS(2946), 1, + ACTIONS(2943), 1, anon_sym_set, STATE(1611), 1, sym_comment, @@ -128074,7 +128073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [81963] = 15, + [81961] = 15, ACTIONS(5), 1, sym_html_comment, ACTIONS(1215), 1, @@ -128089,9 +128088,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(2838), 1, + ACTIONS(2835), 1, anon_sym_LPAREN, - ACTIONS(2948), 1, + ACTIONS(2945), 1, anon_sym_default, STATE(911), 1, sym_declaration, @@ -128110,19 +128109,19 @@ static const uint16_t ts_small_parse_table[] = { sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, - [82014] = 6, + [82012] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2950), 1, + ACTIONS(2947), 1, anon_sym_AT, STATE(1657), 1, sym_decorator, STATE(1613), 2, sym_comment, aux_sym_export_statement_repeat1, - ACTIONS(2919), 14, + ACTIONS(2916), 14, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -128137,7 +128136,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [82047] = 15, + [82045] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128150,13 +128149,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2953), 1, + ACTIONS(2950), 1, anon_sym_STAR, - ACTIONS(2955), 1, + ACTIONS(2952), 1, anon_sym_async, - ACTIONS(2957), 1, + ACTIONS(2954), 1, anon_sym_get, - ACTIONS(2959), 1, + ACTIONS(2956), 1, anon_sym_set, STATE(1614), 1, sym_comment, @@ -128173,7 +128172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [82098] = 14, + [82096] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128186,11 +128185,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2961), 1, + ACTIONS(2958), 1, anon_sym_STAR, - ACTIONS(2963), 1, + ACTIONS(2960), 1, anon_sym_get, - ACTIONS(2965), 1, + ACTIONS(2962), 1, anon_sym_set, STATE(1615), 1, sym_comment, @@ -128208,7 +128207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [82147] = 14, + [82145] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128221,11 +128220,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2967), 1, + ACTIONS(2964), 1, anon_sym_STAR, - ACTIONS(2969), 1, + ACTIONS(2966), 1, anon_sym_get, - ACTIONS(2971), 1, + ACTIONS(2968), 1, anon_sym_set, STATE(1616), 1, sym_comment, @@ -128243,7 +128242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [82196] = 11, + [82194] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128274,7 +128273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82238] = 14, + [82236] = 14, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -128289,7 +128288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, ACTIONS(1263), 1, anon_sym_function, - ACTIONS(2973), 1, + ACTIONS(2970), 1, anon_sym_default, STATE(672), 1, sym_declaration, @@ -128308,7 +128307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, - [82286] = 13, + [82284] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128341,7 +128340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [82332] = 11, + [82330] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128372,14 +128371,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82374] = 4, + [82372] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1621), 1, sym_comment, - ACTIONS(2882), 16, + ACTIONS(2879), 16, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -128396,7 +128395,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [82402] = 11, + [82400] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128427,7 +128426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82444] = 11, + [82442] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128458,14 +128457,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82486] = 4, + [82484] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1624), 1, sym_comment, - ACTIONS(2975), 16, + ACTIONS(2972), 16, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -128482,14 +128481,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [82514] = 4, + [82512] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1625), 1, sym_comment, - ACTIONS(2977), 16, + ACTIONS(2974), 16, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -128506,7 +128505,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [82542] = 11, + [82540] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128537,7 +128536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82584] = 11, + [82582] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128568,7 +128567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82626] = 11, + [82624] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128599,7 +128598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82668] = 11, + [82666] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128630,7 +128629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82710] = 14, + [82708] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128641,13 +128640,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2979), 1, + ACTIONS(2976), 1, anon_sym_STAR, - ACTIONS(2981), 1, + ACTIONS(2978), 1, anon_sym_async, - ACTIONS(2983), 1, + ACTIONS(2980), 1, anon_sym_get, - ACTIONS(2985), 1, + ACTIONS(2982), 1, anon_sym_set, STATE(1630), 1, sym_comment, @@ -128664,7 +128663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [82758] = 11, + [82756] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128695,7 +128694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82800] = 14, + [82798] = 14, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -128710,7 +128709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, ACTIONS(1312), 1, anon_sym_function, - ACTIONS(2987), 1, + ACTIONS(2984), 1, anon_sym_default, STATE(773), 1, sym_declaration, @@ -128729,7 +128728,7 @@ static const uint16_t ts_small_parse_table[] = { sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, - [82848] = 11, + [82846] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128760,7 +128759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82890] = 11, + [82888] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128791,7 +128790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82932] = 11, + [82930] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128822,7 +128821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82974] = 11, + [82972] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128853,7 +128852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83016] = 13, + [83014] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128866,7 +128865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2801), 1, anon_sym_STAR, - ACTIONS(2989), 1, + ACTIONS(2986), 1, anon_sym_async, STATE(1637), 1, sym_comment, @@ -128875,7 +128874,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2836), 2, + ACTIONS(2833), 2, anon_sym_get, anon_sym_set, STATE(2576), 2, @@ -128886,7 +128885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [83062] = 11, + [83060] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128917,7 +128916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83104] = 11, + [83102] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128948,7 +128947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83146] = 11, + [83144] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128979,7 +128978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83188] = 11, + [83186] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129010,7 +129009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83230] = 11, + [83228] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129041,7 +129040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83272] = 11, + [83270] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129072,7 +129071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83314] = 14, + [83312] = 14, ACTIONS(5), 1, sym_html_comment, ACTIONS(1215), 1, @@ -129087,7 +129086,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(2948), 1, + ACTIONS(2945), 1, anon_sym_default, STATE(911), 1, sym_declaration, @@ -129106,7 +129105,7 @@ static const uint16_t ts_small_parse_table[] = { sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, - [83362] = 11, + [83360] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129137,7 +129136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83404] = 14, + [83402] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129148,13 +129147,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2991), 1, + ACTIONS(2988), 1, anon_sym_STAR, - ACTIONS(2993), 1, + ACTIONS(2990), 1, anon_sym_async, - ACTIONS(2995), 1, + ACTIONS(2992), 1, anon_sym_get, - ACTIONS(2997), 1, + ACTIONS(2994), 1, anon_sym_set, STATE(1646), 1, sym_comment, @@ -129171,7 +129170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [83452] = 14, + [83450] = 14, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -129186,7 +129185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, ACTIONS(1328), 1, anon_sym_function, - ACTIONS(2999), 1, + ACTIONS(2996), 1, anon_sym_default, STATE(1647), 1, sym_comment, @@ -129205,7 +129204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, - [83500] = 4, + [83498] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129229,7 +129228,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [83528] = 11, + [83526] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129260,7 +129259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83570] = 4, + [83568] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129284,7 +129283,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [83598] = 14, + [83596] = 14, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -129299,7 +129298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, ACTIONS(1350), 1, anon_sym_function, - ACTIONS(3001), 1, + ACTIONS(2998), 1, anon_sym_default, STATE(850), 1, sym_declaration, @@ -129318,7 +129317,7 @@ static const uint16_t ts_small_parse_table[] = { sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, - [83646] = 4, + [83644] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129342,7 +129341,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [83674] = 11, + [83672] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129373,7 +129372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83716] = 11, + [83714] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129404,7 +129403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83758] = 11, + [83756] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129435,7 +129434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83800] = 10, + [83798] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129464,14 +129463,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83839] = 4, + [83837] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1657), 1, sym_comment, - ACTIONS(2977), 15, + ACTIONS(2974), 15, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -129487,7 +129486,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [83866] = 10, + [83864] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129516,14 +129515,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83905] = 4, + [83903] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1659), 1, sym_comment, - ACTIONS(3003), 15, + ACTIONS(3000), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129539,7 +129538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [83932] = 4, + [83930] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129562,7 +129561,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [83959] = 10, + [83957] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129591,7 +129590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83998] = 10, + [83996] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129620,7 +129619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84037] = 4, + [84035] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129643,7 +129642,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [84064] = 10, + [84062] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129672,7 +129671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84103] = 10, + [84101] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129701,14 +129700,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84142] = 4, + [84140] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1666), 1, sym_comment, - ACTIONS(3005), 15, + ACTIONS(3002), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129724,7 +129723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [84169] = 10, + [84167] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129753,7 +129752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84208] = 10, + [84206] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129782,7 +129781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84247] = 10, + [84245] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129811,14 +129810,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84286] = 4, + [84284] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1670), 1, sym_comment, - ACTIONS(3007), 15, + ACTIONS(3004), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129834,14 +129833,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [84313] = 4, + [84311] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1671), 1, sym_comment, - ACTIONS(3009), 15, + ACTIONS(3006), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129857,7 +129856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [84340] = 10, + [84338] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129886,14 +129885,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84379] = 4, + [84377] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1673), 1, sym_comment, - ACTIONS(2882), 15, + ACTIONS(2879), 15, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -129909,14 +129908,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [84406] = 4, + [84404] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1674), 1, sym_comment, - ACTIONS(3011), 15, + ACTIONS(3008), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129932,7 +129931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [84433] = 4, + [84431] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129955,14 +129954,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [84460] = 4, + [84458] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1676), 1, sym_comment, - ACTIONS(2975), 15, + ACTIONS(2972), 15, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -129978,7 +129977,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [84487] = 10, + [84485] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130007,7 +130006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84526] = 10, + [84524] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130036,7 +130035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84565] = 10, + [84563] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130065,7 +130064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84604] = 10, + [84602] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130094,7 +130093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84643] = 10, + [84641] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130123,7 +130122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84682] = 10, + [84680] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130152,7 +130151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84721] = 10, + [84719] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130181,7 +130180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84760] = 10, + [84758] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130210,7 +130209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84799] = 12, + [84797] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130219,11 +130218,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(3013), 1, + ACTIONS(3010), 1, sym_identifier, - ACTIONS(3015), 1, + ACTIONS(3012), 1, anon_sym_STAR, - ACTIONS(3017), 1, + ACTIONS(3014), 1, anon_sym_LBRACE, STATE(1685), 1, sym_comment, @@ -130234,23 +130233,23 @@ static const uint16_t ts_small_parse_table[] = { STATE(2754), 2, sym_namespace_import, sym_named_imports, - ACTIONS(3019), 4, + ACTIONS(3016), 4, anon_sym_LPAREN, anon_sym_DOT, sym_optional_chain, anon_sym_BQUOTE, - [84840] = 12, + [84838] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3021), 1, + ACTIONS(3018), 1, anon_sym_LBRACE, - ACTIONS(3025), 1, + ACTIONS(3022), 1, sym_html_character_reference, - ACTIONS(3027), 1, + ACTIONS(3024), 1, anon_sym_LT, - ACTIONS(3029), 1, + ACTIONS(3026), 1, anon_sym_LT_SLASH, STATE(1390), 1, sym_jsx_closing_element, @@ -130260,7 +130259,7 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_opening_element, STATE(1695), 1, aux_sym_jsx_element_repeat1, - ACTIONS(3023), 2, + ACTIONS(3020), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, STATE(1802), 4, @@ -130268,24 +130267,24 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [84881] = 11, + [84879] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3021), 1, + ACTIONS(3018), 1, anon_sym_LBRACE, - ACTIONS(3025), 1, + ACTIONS(3022), 1, sym_html_character_reference, - ACTIONS(3027), 1, + ACTIONS(3024), 1, anon_sym_LT, - ACTIONS(3031), 1, + ACTIONS(3028), 1, anon_sym_LT_SLASH, STATE(1692), 1, aux_sym_jsx_element_repeat1, STATE(1798), 1, sym_jsx_closing_element, - ACTIONS(3023), 2, + ACTIONS(3020), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, STATE(1687), 2, @@ -130296,7 +130295,7 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [84920] = 12, + [84918] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130305,11 +130304,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(3013), 1, + ACTIONS(3010), 1, sym_identifier, - ACTIONS(3015), 1, + ACTIONS(3012), 1, anon_sym_STAR, - ACTIONS(3017), 1, + ACTIONS(3014), 1, anon_sym_LBRACE, STATE(1688), 1, sym_comment, @@ -130320,23 +130319,23 @@ static const uint16_t ts_small_parse_table[] = { STATE(2754), 2, sym_namespace_import, sym_named_imports, - ACTIONS(3019), 4, + ACTIONS(3016), 4, anon_sym_LPAREN, anon_sym_DOT, sym_optional_chain, anon_sym_BQUOTE, - [84961] = 12, + [84959] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3021), 1, + ACTIONS(3018), 1, anon_sym_LBRACE, - ACTIONS(3025), 1, + ACTIONS(3022), 1, sym_html_character_reference, - ACTIONS(3027), 1, + ACTIONS(3024), 1, anon_sym_LT, - ACTIONS(3033), 1, + ACTIONS(3030), 1, anon_sym_LT_SLASH, STATE(1687), 1, sym_jsx_opening_element, @@ -130346,7 +130345,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_element_repeat1, STATE(1893), 1, sym_jsx_closing_element, - ACTIONS(3023), 2, + ACTIONS(3020), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, STATE(1802), 4, @@ -130354,7 +130353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85002] = 12, + [85000] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130363,11 +130362,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(3013), 1, + ACTIONS(3010), 1, sym_identifier, - ACTIONS(3015), 1, + ACTIONS(3012), 1, anon_sym_STAR, - ACTIONS(3017), 1, + ACTIONS(3014), 1, anon_sym_LBRACE, STATE(1690), 1, sym_comment, @@ -130378,12 +130377,12 @@ static const uint16_t ts_small_parse_table[] = { STATE(2754), 2, sym_namespace_import, sym_named_imports, - ACTIONS(3019), 4, + ACTIONS(3016), 4, anon_sym_LPAREN, anon_sym_DOT, sym_optional_chain, anon_sym_BQUOTE, - [85043] = 12, + [85041] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130392,11 +130391,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(3013), 1, + ACTIONS(3010), 1, sym_identifier, - ACTIONS(3015), 1, + ACTIONS(3012), 1, anon_sym_STAR, - ACTIONS(3017), 1, + ACTIONS(3014), 1, anon_sym_LBRACE, STATE(1691), 1, sym_comment, @@ -130407,23 +130406,23 @@ static const uint16_t ts_small_parse_table[] = { STATE(2754), 2, sym_namespace_import, sym_named_imports, - ACTIONS(3019), 4, + ACTIONS(3016), 4, anon_sym_LPAREN, anon_sym_DOT, sym_optional_chain, anon_sym_BQUOTE, - [85084] = 12, + [85082] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3021), 1, + ACTIONS(3018), 1, anon_sym_LBRACE, - ACTIONS(3025), 1, + ACTIONS(3022), 1, sym_html_character_reference, - ACTIONS(3027), 1, + ACTIONS(3024), 1, anon_sym_LT, - ACTIONS(3031), 1, + ACTIONS(3028), 1, anon_sym_LT_SLASH, STATE(1687), 1, sym_jsx_opening_element, @@ -130433,7 +130432,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_element_repeat1, STATE(1792), 1, sym_jsx_closing_element, - ACTIONS(3023), 2, + ACTIONS(3020), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, STATE(1802), 4, @@ -130441,18 +130440,18 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85125] = 12, + [85123] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3021), 1, + ACTIONS(3018), 1, anon_sym_LBRACE, - ACTIONS(3025), 1, + ACTIONS(3022), 1, sym_html_character_reference, - ACTIONS(3027), 1, + ACTIONS(3024), 1, anon_sym_LT, - ACTIONS(3035), 1, + ACTIONS(3032), 1, anon_sym_LT_SLASH, STATE(1108), 1, sym_jsx_closing_element, @@ -130462,7 +130461,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1698), 1, aux_sym_jsx_element_repeat1, - ACTIONS(3023), 2, + ACTIONS(3020), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, STATE(1802), 4, @@ -130470,18 +130469,18 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85166] = 12, + [85164] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3021), 1, + ACTIONS(3018), 1, anon_sym_LBRACE, - ACTIONS(3025), 1, + ACTIONS(3022), 1, sym_html_character_reference, - ACTIONS(3027), 1, + ACTIONS(3024), 1, anon_sym_LT, - ACTIONS(3035), 1, + ACTIONS(3032), 1, anon_sym_LT_SLASH, STATE(1186), 1, sym_jsx_closing_element, @@ -130491,7 +130490,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_element_repeat1, STATE(1694), 1, sym_comment, - ACTIONS(3023), 2, + ACTIONS(3020), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, STATE(1802), 4, @@ -130499,18 +130498,18 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85207] = 12, + [85205] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3021), 1, + ACTIONS(3018), 1, anon_sym_LBRACE, - ACTIONS(3025), 1, + ACTIONS(3022), 1, sym_html_character_reference, - ACTIONS(3027), 1, + ACTIONS(3024), 1, anon_sym_LT, - ACTIONS(3029), 1, + ACTIONS(3026), 1, anon_sym_LT_SLASH, STATE(1316), 1, sym_jsx_closing_element, @@ -130520,7 +130519,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1698), 1, aux_sym_jsx_element_repeat1, - ACTIONS(3023), 2, + ACTIONS(3020), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, STATE(1802), 4, @@ -130528,18 +130527,18 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85248] = 12, + [85246] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3021), 1, + ACTIONS(3018), 1, anon_sym_LBRACE, - ACTIONS(3025), 1, + ACTIONS(3022), 1, sym_html_character_reference, - ACTIONS(3027), 1, + ACTIONS(3024), 1, anon_sym_LT, - ACTIONS(3033), 1, + ACTIONS(3030), 1, anon_sym_LT_SLASH, STATE(1687), 1, sym_jsx_opening_element, @@ -130549,7 +130548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1891), 1, sym_jsx_closing_element, - ACTIONS(3023), 2, + ACTIONS(3020), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, STATE(1802), 4, @@ -130557,7 +130556,7 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85289] = 12, + [85287] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130566,11 +130565,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(3013), 1, + ACTIONS(3010), 1, sym_identifier, - ACTIONS(3015), 1, + ACTIONS(3012), 1, anon_sym_STAR, - ACTIONS(3017), 1, + ACTIONS(3014), 1, anon_sym_LBRACE, STATE(1697), 1, sym_comment, @@ -130581,27 +130580,27 @@ static const uint16_t ts_small_parse_table[] = { STATE(2754), 2, sym_namespace_import, sym_named_imports, - ACTIONS(3019), 4, + ACTIONS(3016), 4, anon_sym_LPAREN, anon_sym_DOT, sym_optional_chain, anon_sym_BQUOTE, - [85330] = 10, + [85328] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3037), 1, + ACTIONS(3034), 1, anon_sym_LBRACE, - ACTIONS(3043), 1, + ACTIONS(3040), 1, sym_html_character_reference, - ACTIONS(3046), 1, + ACTIONS(3043), 1, anon_sym_LT, - ACTIONS(3049), 1, + ACTIONS(3046), 1, anon_sym_LT_SLASH, STATE(1687), 1, sym_jsx_opening_element, - ACTIONS(3040), 2, + ACTIONS(3037), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, STATE(1698), 2, @@ -130612,20 +130611,20 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85366] = 12, + [85364] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3052), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3056), 1, anon_sym_DOT, - ACTIONS(3061), 1, + ACTIONS(3058), 1, anon_sym_SLASH_GT, STATE(1699), 1, sym_comment, @@ -130633,26 +130632,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85405] = 12, + [85403] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3052), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3056), 1, anon_sym_DOT, - ACTIONS(3063), 1, + ACTIONS(3060), 1, anon_sym_SLASH_GT, STATE(1700), 1, sym_comment, @@ -130660,26 +130659,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85444] = 12, + [85442] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3052), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3056), 1, anon_sym_DOT, - ACTIONS(3065), 1, + ACTIONS(3062), 1, anon_sym_SLASH_GT, STATE(1701), 1, sym_comment, @@ -130687,26 +130686,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85483] = 12, + [85481] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3052), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3056), 1, anon_sym_DOT, - ACTIONS(3067), 1, + ACTIONS(3064), 1, anon_sym_SLASH_GT, STATE(1702), 1, sym_comment, @@ -130714,24 +130713,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85522] = 11, + [85520] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3056), 1, anon_sym_DOT, - ACTIONS(3061), 1, + ACTIONS(3058), 1, anon_sym_SLASH_GT, STATE(1703), 1, sym_comment, @@ -130739,24 +130738,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85558] = 11, + [85556] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3052), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3061), 1, + ACTIONS(3058), 1, anon_sym_SLASH_GT, STATE(1704), 1, sym_comment, @@ -130764,24 +130763,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85594] = 11, + [85592] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3052), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3063), 1, + ACTIONS(3060), 1, anon_sym_SLASH_GT, STATE(1705), 1, sym_comment, @@ -130789,24 +130788,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85630] = 11, + [85628] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3056), 1, anon_sym_DOT, - ACTIONS(3065), 1, + ACTIONS(3062), 1, anon_sym_SLASH_GT, STATE(1706), 1, sym_comment, @@ -130814,24 +130813,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85666] = 11, + [85664] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3056), 1, anon_sym_DOT, - ACTIONS(3063), 1, + ACTIONS(3060), 1, anon_sym_SLASH_GT, STATE(1707), 1, sym_comment, @@ -130839,24 +130838,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85702] = 11, + [85700] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3052), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3067), 1, + ACTIONS(3064), 1, anon_sym_SLASH_GT, STATE(1708), 1, sym_comment, @@ -130864,24 +130863,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85738] = 11, + [85736] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3056), 1, anon_sym_DOT, - ACTIONS(3067), 1, + ACTIONS(3064), 1, anon_sym_SLASH_GT, STATE(1709), 1, sym_comment, @@ -130889,24 +130888,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85774] = 11, + [85772] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3052), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3065), 1, + ACTIONS(3062), 1, anon_sym_SLASH_GT, STATE(1710), 1, sym_comment, @@ -130914,22 +130913,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85810] = 10, + [85808] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3069), 1, + ACTIONS(3066), 1, anon_sym_GT, - ACTIONS(3071), 1, + ACTIONS(3068), 1, anon_sym_SLASH_GT, STATE(1711), 1, sym_comment, @@ -130937,24 +130936,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85843] = 9, + [85841] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3073), 1, + ACTIONS(3070), 1, anon_sym_LBRACE, - ACTIONS(3075), 1, + ACTIONS(3072), 1, anon_sym_LT, - ACTIONS(3077), 1, + ACTIONS(3074), 1, anon_sym_DQUOTE, - ACTIONS(3079), 1, + ACTIONS(3076), 1, anon_sym_SQUOTE, STATE(1696), 1, sym_jsx_opening_element, @@ -130965,16 +130964,16 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_expression, sym_jsx_self_closing_element, sym__jsx_string, - [85874] = 10, + [85872] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3065), 1, + ACTIONS(3062), 1, anon_sym_SLASH_GT, STATE(1713), 1, sym_comment, @@ -130982,22 +130981,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85907] = 10, + [85905] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, + ACTIONS(3078), 1, anon_sym_GT, - ACTIONS(3083), 1, + ACTIONS(3080), 1, anon_sym_SLASH_GT, STATE(1714), 1, sym_comment, @@ -131005,22 +131004,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85940] = 10, + [85938] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3085), 1, + ACTIONS(3082), 1, anon_sym_GT, - ACTIONS(3087), 1, + ACTIONS(3084), 1, anon_sym_SLASH_GT, STATE(1715), 1, sym_comment, @@ -131028,22 +131027,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85973] = 10, + [85971] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3089), 1, + ACTIONS(3086), 1, anon_sym_GT, - ACTIONS(3091), 1, + ACTIONS(3088), 1, anon_sym_SLASH_GT, STATE(1716), 1, sym_comment, @@ -131051,22 +131050,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86006] = 10, + [86004] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3085), 1, + ACTIONS(3082), 1, anon_sym_GT, - ACTIONS(3093), 1, + ACTIONS(3090), 1, anon_sym_SLASH_GT, STATE(1717), 1, sym_comment, @@ -131074,22 +131073,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86039] = 10, + [86037] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3089), 1, + ACTIONS(3086), 1, anon_sym_GT, - ACTIONS(3095), 1, + ACTIONS(3092), 1, anon_sym_SLASH_GT, STATE(1718), 1, sym_comment, @@ -131097,22 +131096,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86072] = 10, + [86070] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3085), 1, + ACTIONS(3082), 1, anon_sym_GT, - ACTIONS(3097), 1, + ACTIONS(3094), 1, anon_sym_SLASH_GT, STATE(1719), 1, sym_comment, @@ -131120,22 +131119,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86105] = 10, + [86103] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, + ACTIONS(3078), 1, anon_sym_GT, - ACTIONS(3099), 1, + ACTIONS(3096), 1, anon_sym_SLASH_GT, STATE(1720), 1, sym_comment, @@ -131143,22 +131142,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86138] = 10, + [86136] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3069), 1, + ACTIONS(3066), 1, anon_sym_GT, - ACTIONS(3101), 1, + ACTIONS(3098), 1, anon_sym_SLASH_GT, STATE(1721), 1, sym_comment, @@ -131166,22 +131165,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86171] = 10, + [86169] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3067), 1, + ACTIONS(3064), 1, anon_sym_SLASH_GT, STATE(1719), 1, aux_sym_jsx_opening_element_repeat1, @@ -131189,22 +131188,22 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86204] = 10, + [86202] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3063), 1, + ACTIONS(3060), 1, anon_sym_SLASH_GT, STATE(1715), 1, aux_sym_jsx_opening_element_repeat1, @@ -131212,22 +131211,22 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86237] = 10, + [86235] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3085), 1, + ACTIONS(3082), 1, anon_sym_GT, - ACTIONS(3103), 1, + ACTIONS(3100), 1, anon_sym_SLASH_GT, STATE(1724), 1, sym_comment, @@ -131235,22 +131234,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86270] = 10, + [86268] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3054), 1, anon_sym_GT, - ACTIONS(3061), 1, + ACTIONS(3058), 1, anon_sym_SLASH_GT, STATE(1717), 1, aux_sym_jsx_opening_element_repeat1, @@ -131258,24 +131257,24 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86303] = 9, + [86301] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3073), 1, + ACTIONS(3070), 1, anon_sym_LBRACE, - ACTIONS(3075), 1, + ACTIONS(3072), 1, anon_sym_LT, - ACTIONS(3077), 1, + ACTIONS(3074), 1, anon_sym_DQUOTE, - ACTIONS(3079), 1, + ACTIONS(3076), 1, anon_sym_SQUOTE, STATE(1696), 1, sym_jsx_opening_element, @@ -131286,16 +131285,16 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_expression, sym_jsx_self_closing_element, sym__jsx_string, - [86334] = 10, + [86332] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3089), 1, + ACTIONS(3086), 1, anon_sym_GT, - ACTIONS(3105), 1, + ACTIONS(3102), 1, anon_sym_SLASH_GT, STATE(1727), 1, sym_comment, @@ -131303,25 +131302,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_jsx_opening_element_repeat1, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86367] = 8, + [86365] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3110), 1, + ACTIONS(3107), 1, anon_sym_LBRACE, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3107), 2, + ACTIONS(3104), 2, sym_jsx_identifier, sym_identifier, - ACTIONS(3113), 2, + ACTIONS(3110), 2, anon_sym_GT, anon_sym_SLASH_GT, STATE(1728), 2, @@ -131330,16 +131329,16 @@ static const uint16_t ts_small_parse_table[] = { STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86396] = 10, + [86394] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, + ACTIONS(3078), 1, anon_sym_GT, - ACTIONS(3115), 1, + ACTIONS(3112), 1, anon_sym_SLASH_GT, STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, @@ -131347,22 +131346,22 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86429] = 10, + [86427] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3069), 1, + ACTIONS(3066), 1, anon_sym_GT, - ACTIONS(3117), 1, + ACTIONS(3114), 1, anon_sym_SLASH_GT, STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, @@ -131370,22 +131369,22 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86462] = 10, + [86460] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, + ACTIONS(3078), 1, anon_sym_GT, - ACTIONS(3119), 1, + ACTIONS(3116), 1, anon_sym_SLASH_GT, STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, @@ -131393,22 +131392,22 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86495] = 10, + [86493] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3089), 1, + ACTIONS(3086), 1, anon_sym_GT, - ACTIONS(3121), 1, + ACTIONS(3118), 1, anon_sym_SLASH_GT, STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, @@ -131416,22 +131415,22 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86528] = 10, + [86526] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3053), 1, + ACTIONS(3050), 1, anon_sym_LBRACE, - ACTIONS(3069), 1, + ACTIONS(3066), 1, anon_sym_GT, - ACTIONS(3123), 1, + ACTIONS(3120), 1, anon_sym_SLASH_GT, STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, @@ -131439,13 +131438,13 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3048), 2, sym_jsx_identifier, sym_identifier, STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86561] = 11, + [86559] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131454,11 +131453,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3125), 1, + ACTIONS(3122), 1, sym_identifier, - ACTIONS(3127), 1, + ACTIONS(3124), 1, anon_sym_COMMA, - ACTIONS(3129), 1, + ACTIONS(3126), 1, anon_sym_RBRACE, STATE(1734), 1, sym_comment, @@ -131468,7 +131467,7 @@ static const uint16_t ts_small_parse_table[] = { sym_export_specifier, STATE(2112), 1, sym__module_export_name, - [86595] = 11, + [86593] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131477,11 +131476,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3131), 1, + ACTIONS(3128), 1, sym_identifier, - ACTIONS(3133), 1, + ACTIONS(3130), 1, anon_sym_COMMA, - ACTIONS(3135), 1, + ACTIONS(3132), 1, anon_sym_RBRACE, STATE(1735), 1, sym_comment, @@ -131491,7 +131490,7 @@ static const uint16_t ts_small_parse_table[] = { sym_import_specifier, STATE(2784), 1, sym__module_export_name, - [86629] = 9, + [86627] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131500,7 +131499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1736), 1, sym_comment, @@ -131511,7 +131510,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [86658] = 10, + [86656] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131520,9 +131519,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3125), 1, + ACTIONS(3122), 1, sym_identifier, - ACTIONS(3139), 1, + ACTIONS(3136), 1, anon_sym_RBRACE, STATE(1737), 1, sym_comment, @@ -131532,14 +131531,14 @@ static const uint16_t ts_small_parse_table[] = { sym__module_export_name, STATE(2221), 1, sym_export_specifier, - [86689] = 4, + [86687] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1738), 1, sym_comment, - ACTIONS(3141), 7, + ACTIONS(3138), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -131547,7 +131546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [86708] = 10, + [86706] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131556,9 +131555,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3131), 1, + ACTIONS(3128), 1, sym_identifier, - ACTIONS(3143), 1, + ACTIONS(3140), 1, anon_sym_RBRACE, STATE(1739), 1, sym_comment, @@ -131568,7 +131567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_import_specifier, STATE(2784), 1, sym__module_export_name, - [86739] = 10, + [86737] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131577,9 +131576,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3131), 1, + ACTIONS(3128), 1, sym_identifier, - ACTIONS(3145), 1, + ACTIONS(3142), 1, anon_sym_RBRACE, STATE(1740), 1, sym_comment, @@ -131589,7 +131588,7 @@ static const uint16_t ts_small_parse_table[] = { sym_import_specifier, STATE(2784), 1, sym__module_export_name, - [86770] = 9, + [86768] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131598,7 +131597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1741), 1, sym_comment, @@ -131609,7 +131608,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [86799] = 9, + [86797] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131618,7 +131617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1742), 1, sym_comment, @@ -131629,16 +131628,16 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [86828] = 9, + [86826] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1243), 1, anon_sym_RBRACE, - ACTIONS(3147), 1, + ACTIONS(3144), 1, anon_sym_COMMA, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, STATE(1743), 1, sym_comment, @@ -131646,17 +131645,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_pattern_repeat1, STATE(2158), 1, aux_sym_object_repeat1, - ACTIONS(2838), 2, + ACTIONS(2835), 2, anon_sym_LPAREN, anon_sym_COLON, - [86857] = 4, + [86855] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1744), 1, sym_comment, - ACTIONS(3151), 7, + ACTIONS(3148), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -131664,16 +131663,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [86876] = 9, + [86874] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1213), 1, anon_sym_RBRACE, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3147), 1, + ACTIONS(3144), 1, anon_sym_COMMA, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, STATE(1745), 1, sym_comment, @@ -131681,19 +131680,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_pattern_repeat1, STATE(2158), 1, aux_sym_object_repeat1, - ACTIONS(2838), 2, + ACTIONS(2835), 2, anon_sym_LPAREN, anon_sym_COLON, - [86905] = 9, + [86903] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3147), 1, + ACTIONS(3144), 1, anon_sym_COMMA, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, - ACTIONS(3153), 1, + ACTIONS(3150), 1, anon_sym_RBRACE, STATE(1746), 1, sym_comment, @@ -131701,17 +131700,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_repeat1, STATE(2116), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2838), 2, + ACTIONS(2835), 2, anon_sym_LPAREN, anon_sym_COLON, - [86934] = 4, + [86932] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1747), 1, sym_comment, - ACTIONS(3155), 7, + ACTIONS(3152), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -131719,14 +131718,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [86953] = 4, + [86951] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1748), 1, sym_comment, - ACTIONS(3157), 7, + ACTIONS(3154), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -131734,16 +131733,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [86972] = 9, + [86970] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1245), 1, anon_sym_RBRACE, - ACTIONS(3147), 1, + ACTIONS(3144), 1, anon_sym_COMMA, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, STATE(1749), 1, sym_comment, @@ -131751,27 +131750,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_repeat1, STATE(2116), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2838), 2, + ACTIONS(2835), 2, anon_sym_LPAREN, anon_sym_COLON, - [87001] = 6, + [86999] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3055), 1, + ACTIONS(3052), 1, anon_sym_COLON, - ACTIONS(3161), 1, + ACTIONS(3158), 1, anon_sym_EQ, STATE(1750), 1, sym_comment, - ACTIONS(3159), 5, + ACTIONS(3156), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [87024] = 9, + [87022] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131780,7 +131779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1751), 1, sym_comment, @@ -131791,14 +131790,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87053] = 4, + [87051] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1752), 1, sym_comment, - ACTIONS(3163), 7, + ACTIONS(3160), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -131806,7 +131805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [87072] = 10, + [87070] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131815,9 +131814,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3125), 1, + ACTIONS(3122), 1, sym_identifier, - ACTIONS(3165), 1, + ACTIONS(3162), 1, anon_sym_RBRACE, STATE(1753), 1, sym_comment, @@ -131827,12 +131826,12 @@ static const uint16_t ts_small_parse_table[] = { sym__module_export_name, STATE(2221), 1, sym_export_specifier, - [87103] = 5, + [87101] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3167), 1, + ACTIONS(3164), 1, sym__automatic_semicolon, STATE(1754), 1, sym_comment, @@ -131843,7 +131842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_catch, anon_sym_finally, - [87124] = 9, + [87122] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131852,7 +131851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1755), 1, sym_comment, @@ -131863,7 +131862,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87153] = 9, + [87151] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131872,7 +131871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1756), 1, sym_comment, @@ -131883,7 +131882,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87182] = 9, + [87180] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131892,7 +131891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1757), 1, sym_comment, @@ -131903,7 +131902,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87211] = 5, + [87209] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -131919,16 +131918,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_catch, anon_sym_finally, - [87232] = 9, + [87230] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3147), 1, + ACTIONS(3144), 1, anon_sym_COMMA, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, - ACTIONS(3169), 1, + ACTIONS(3166), 1, anon_sym_RBRACE, STATE(1759), 1, sym_comment, @@ -131936,17 +131935,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_pattern_repeat1, STATE(2158), 1, aux_sym_object_repeat1, - ACTIONS(2838), 2, + ACTIONS(2835), 2, anon_sym_LPAREN, anon_sym_COLON, - [87261] = 4, + [87259] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1760), 1, sym_comment, - ACTIONS(3171), 7, + ACTIONS(3168), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -131954,16 +131953,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [87280] = 9, + [87278] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3147), 1, + ACTIONS(3144), 1, anon_sym_COMMA, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, - ACTIONS(3173), 1, + ACTIONS(3170), 1, anon_sym_RBRACE, STATE(1761), 1, sym_comment, @@ -131971,46 +131970,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_pattern_repeat1, STATE(2158), 1, aux_sym_object_repeat1, - ACTIONS(2838), 2, + ACTIONS(2835), 2, anon_sym_LPAREN, anon_sym_COLON, - [87309] = 7, + [87307] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3179), 1, + ACTIONS(3176), 1, anon_sym_EQ, STATE(1762), 1, sym_comment, STATE(1879), 1, sym__initializer, - ACTIONS(3177), 2, + ACTIONS(3174), 2, anon_sym_in, anon_sym_of, - ACTIONS(3175), 3, + ACTIONS(3172), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [87334] = 7, + [87332] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3181), 1, + ACTIONS(3178), 1, anon_sym_EQ, STATE(1763), 1, sym_comment, STATE(2128), 1, sym__initializer, - ACTIONS(3177), 2, + ACTIONS(3174), 2, anon_sym_in, anon_sym_of, - ACTIONS(3175), 3, + ACTIONS(3172), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [87359] = 9, + [87357] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132019,7 +132018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1764), 1, sym_comment, @@ -132030,7 +132029,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87388] = 9, + [87386] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132039,7 +132038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1765), 1, sym_comment, @@ -132050,16 +132049,16 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87417] = 9, + [87415] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3147), 1, + ACTIONS(3144), 1, anon_sym_COMMA, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, - ACTIONS(3183), 1, + ACTIONS(3180), 1, anon_sym_RBRACE, STATE(1766), 1, sym_comment, @@ -132067,10 +132066,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_pattern_repeat1, STATE(2158), 1, aux_sym_object_repeat1, - ACTIONS(2838), 2, + ACTIONS(2835), 2, anon_sym_LPAREN, anon_sym_COLON, - [87446] = 9, + [87444] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132079,7 +132078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3185), 1, + ACTIONS(3182), 1, sym_identifier, STATE(1762), 1, sym__destructuring_pattern, @@ -132090,7 +132089,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87475] = 9, + [87473] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132099,7 +132098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3187), 1, + ACTIONS(3184), 1, sym_identifier, STATE(1763), 1, sym__destructuring_pattern, @@ -132110,7 +132109,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87504] = 9, + [87502] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132119,7 +132118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1769), 1, sym_comment, @@ -132130,7 +132129,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87533] = 9, + [87531] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132139,7 +132138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3134), 1, sym_identifier, STATE(1770), 1, sym_comment, @@ -132150,7 +132149,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87562] = 4, + [87560] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132164,21 +132163,21 @@ static const uint16_t ts_small_parse_table[] = { sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87580] = 4, + [87578] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1772), 1, sym_comment, - ACTIONS(3141), 6, + ACTIONS(3138), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [87598] = 4, + [87596] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -132192,7 +132191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_from, anon_sym_LPAREN, anon_sym_COLON, - [87616] = 4, + [87614] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132206,7 +132205,7 @@ static const uint16_t ts_small_parse_table[] = { sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87634] = 4, + [87632] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -132220,16 +132219,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_from, anon_sym_LPAREN, anon_sym_COLON, - [87652] = 8, + [87650] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1802), 1, anon_sym_LBRACE, - ACTIONS(3189), 1, + ACTIONS(3186), 1, sym_identifier, - ACTIONS(3191), 1, + ACTIONS(3188), 1, anon_sym_LBRACK, STATE(1776), 1, sym_comment, @@ -132238,7 +132237,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1747), 2, sym_object_pattern, sym_array_pattern, - [87678] = 4, + [87676] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132252,16 +132251,16 @@ static const uint16_t ts_small_parse_table[] = { sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87696] = 8, + [87694] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3193), 1, + ACTIONS(3190), 1, anon_sym_default, - ACTIONS(3195), 1, + ACTIONS(3192), 1, anon_sym_RBRACE, - ACTIONS(3197), 1, + ACTIONS(3194), 1, anon_sym_case, STATE(1778), 1, sym_comment, @@ -132270,16 +132269,16 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [87722] = 8, + [87720] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3193), 1, + ACTIONS(3190), 1, anon_sym_default, - ACTIONS(3197), 1, + ACTIONS(3194), 1, anon_sym_case, - ACTIONS(3199), 1, + ACTIONS(3196), 1, anon_sym_RBRACE, STATE(1779), 1, sym_comment, @@ -132288,16 +132287,16 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [87748] = 8, + [87746] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3193), 1, + ACTIONS(3190), 1, anon_sym_default, - ACTIONS(3197), 1, + ACTIONS(3194), 1, anon_sym_case, - ACTIONS(3201), 1, + ACTIONS(3198), 1, anon_sym_RBRACE, STATE(1780), 1, sym_comment, @@ -132306,7 +132305,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [87774] = 9, + [87772] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132315,7 +132314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3131), 1, + ACTIONS(3128), 1, sym_identifier, STATE(1781), 1, sym_comment, @@ -132325,7 +132324,7 @@ static const uint16_t ts_small_parse_table[] = { sym_import_specifier, STATE(2784), 1, sym__module_export_name, - [87802] = 4, + [87800] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -132339,21 +132338,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [87820] = 4, + [87818] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1783), 1, sym_comment, - ACTIONS(3171), 6, + ACTIONS(3168), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [87838] = 4, + [87836] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -132367,7 +132366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_catch, anon_sym_finally, - [87856] = 6, + [87854] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -132378,26 +132377,26 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1797), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(3203), 4, + ACTIONS(3200), 4, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [87878] = 4, + [87876] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1786), 1, sym_comment, - ACTIONS(3205), 6, + ACTIONS(3202), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87896] = 4, + [87894] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132411,7 +132410,7 @@ static const uint16_t ts_small_parse_table[] = { sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87914] = 4, + [87912] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132425,16 +132424,16 @@ static const uint16_t ts_small_parse_table[] = { sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87932] = 8, + [87930] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3193), 1, + ACTIONS(3190), 1, anon_sym_default, - ACTIONS(3197), 1, + ACTIONS(3194), 1, anon_sym_case, - ACTIONS(3207), 1, + ACTIONS(3204), 1, anon_sym_RBRACE, STATE(1789), 1, sym_comment, @@ -132443,36 +132442,36 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [87958] = 5, + [87956] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3211), 1, + ACTIONS(3208), 1, anon_sym_EQ, STATE(1790), 1, sym_comment, - ACTIONS(3209), 5, + ACTIONS(3206), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [87978] = 4, + [87976] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1791), 1, sym_comment, - ACTIONS(3163), 6, + ACTIONS(3160), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [87996] = 4, + [87994] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132486,7 +132485,7 @@ static const uint16_t ts_small_parse_table[] = { sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88014] = 4, + [88012] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132500,16 +132499,16 @@ static const uint16_t ts_small_parse_table[] = { sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88032] = 8, + [88030] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1802), 1, anon_sym_LBRACE, - ACTIONS(3191), 1, + ACTIONS(3188), 1, anon_sym_LBRACK, - ACTIONS(3213), 1, + ACTIONS(3210), 1, sym_identifier, STATE(1794), 1, sym_comment, @@ -132518,7 +132517,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1747), 2, sym_object_pattern, sym_array_pattern, - [88058] = 4, + [88056] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132532,16 +132531,16 @@ static const uint16_t ts_small_parse_table[] = { sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88076] = 8, + [88074] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3193), 1, + ACTIONS(3190), 1, anon_sym_default, - ACTIONS(3197), 1, + ACTIONS(3194), 1, anon_sym_case, - ACTIONS(3215), 1, + ACTIONS(3212), 1, anon_sym_RBRACE, STATE(1796), 1, sym_comment, @@ -132550,12 +132549,12 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [88102] = 5, + [88100] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3217), 1, + ACTIONS(3214), 1, anon_sym_COMMA, STATE(1797), 2, sym_comment, @@ -132565,7 +132564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [88122] = 4, + [88120] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132579,7 +132578,7 @@ static const uint16_t ts_small_parse_table[] = { sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88140] = 9, + [88138] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -132588,7 +132587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3125), 1, + ACTIONS(3122), 1, sym_identifier, STATE(1799), 1, sym_comment, @@ -132598,16 +132597,16 @@ static const uint16_t ts_small_parse_table[] = { sym__module_export_name, STATE(2221), 1, sym_export_specifier, - [88168] = 8, + [88166] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1802), 1, anon_sym_LBRACE, - ACTIONS(3191), 1, + ACTIONS(3188), 1, anon_sym_LBRACK, - ACTIONS(3220), 1, + ACTIONS(3217), 1, sym_identifier, STATE(1800), 1, sym_comment, @@ -132616,14 +132615,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1747), 2, sym_object_pattern, sym_array_pattern, - [88194] = 8, + [88192] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3181), 1, + ACTIONS(3178), 1, anon_sym_EQ, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(1801), 1, sym_comment, @@ -132631,47 +132630,47 @@ static const uint16_t ts_small_parse_table[] = { sym__initializer, STATE(2614), 1, sym_formal_parameters, - ACTIONS(3224), 2, + ACTIONS(3221), 2, sym__automatic_semicolon, anon_sym_SEMI, - [88220] = 4, + [88218] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1802), 1, sym_comment, - ACTIONS(3226), 6, + ACTIONS(3223), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88238] = 4, + [88236] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1803), 1, sym_comment, - ACTIONS(3228), 6, + ACTIONS(3225), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88256] = 8, + [88254] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3193), 1, + ACTIONS(3190), 1, anon_sym_default, - ACTIONS(3197), 1, + ACTIONS(3194), 1, anon_sym_case, - ACTIONS(3230), 1, + ACTIONS(3227), 1, anon_sym_RBRACE, STATE(1804), 1, sym_comment, @@ -132680,14 +132679,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [88282] = 8, + [88280] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3181), 1, + ACTIONS(3178), 1, anon_sym_EQ, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(1805), 1, sym_comment, @@ -132695,19 +132694,19 @@ static const uint16_t ts_small_parse_table[] = { sym__initializer, STATE(2622), 1, sym_formal_parameters, - ACTIONS(3232), 2, + ACTIONS(3229), 2, sym__automatic_semicolon, anon_sym_SEMI, - [88308] = 7, + [88306] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3234), 1, + ACTIONS(3231), 1, anon_sym_default, - ACTIONS(3237), 1, + ACTIONS(3234), 1, anon_sym_RBRACE, - ACTIONS(3239), 1, + ACTIONS(3236), 1, anon_sym_case, STATE(1806), 2, sym_comment, @@ -132715,31 +132714,31 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [88332] = 7, + [88330] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3244), 1, + ACTIONS(3241), 1, anon_sym_LPAREN, - ACTIONS(3246), 1, + ACTIONS(3243), 1, anon_sym_DOT, STATE(1807), 1, sym_comment, STATE(2152), 1, sym_arguments, - ACTIONS(3242), 3, + ACTIONS(3239), 3, anon_sym_export, anon_sym_class, anon_sym_AT, - [88356] = 8, + [88354] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3250), 1, + ACTIONS(3247), 1, anon_sym_BQUOTE, - ACTIONS(3252), 1, + ACTIONS(3249), 1, anon_sym_DOLLAR_LBRACE, STATE(1808), 1, sym_comment, @@ -132747,19 +132746,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_template_string_repeat1, STATE(1942), 1, sym_template_substitution, - ACTIONS(3248), 2, + ACTIONS(3245), 2, sym__template_chars, sym_escape_sequence, - [88382] = 8, + [88380] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1802), 1, anon_sym_LBRACE, - ACTIONS(3191), 1, + ACTIONS(3188), 1, anon_sym_LBRACK, - ACTIONS(3254), 1, + ACTIONS(3251), 1, sym_identifier, STATE(1809), 1, sym_comment, @@ -132768,14 +132767,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1747), 2, sym_object_pattern, sym_array_pattern, - [88408] = 8, + [88406] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3252), 1, + ACTIONS(3249), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3256), 1, + ACTIONS(3253), 1, anon_sym_BQUOTE, STATE(1808), 1, aux_sym_template_string_repeat1, @@ -132783,10 +132782,10 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1942), 1, sym_template_substitution, - ACTIONS(3248), 2, + ACTIONS(3245), 2, sym__template_chars, sym_escape_sequence, - [88434] = 8, + [88432] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -132797,14 +132796,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(3258), 1, + ACTIONS(3255), 1, sym_optional_chain, STATE(1811), 1, sym_comment, STATE(1312), 2, sym_template_string, sym_arguments, - [88460] = 4, + [88458] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -132818,42 +132817,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [88478] = 4, + [88476] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1813), 1, sym_comment, - ACTIONS(3157), 6, + ACTIONS(3154), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [88496] = 4, + [88494] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1814), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(3257), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88514] = 8, + [88512] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3252), 1, + ACTIONS(3249), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3262), 1, + ACTIONS(3259), 1, anon_sym_BQUOTE, STATE(1815), 1, sym_comment, @@ -132861,10 +132860,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_template_string_repeat1, STATE(1942), 1, sym_template_substitution, - ACTIONS(3248), 2, + ACTIONS(3245), 2, sym__template_chars, sym_escape_sequence, - [88540] = 4, + [88538] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -132878,14 +132877,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_catch, anon_sym_finally, - [88558] = 8, + [88556] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3181), 1, + ACTIONS(3178), 1, anon_sym_EQ, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(1817), 1, sym_comment, @@ -132893,17 +132892,17 @@ static const uint16_t ts_small_parse_table[] = { sym__initializer, STATE(2597), 1, sym_formal_parameters, - ACTIONS(3264), 2, + ACTIONS(3261), 2, sym__automatic_semicolon, anon_sym_SEMI, - [88584] = 8, + [88582] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3181), 1, + ACTIONS(3178), 1, anon_sym_EQ, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(1818), 1, sym_comment, @@ -132911,64 +132910,64 @@ static const uint16_t ts_small_parse_table[] = { sym__initializer, STATE(2590), 1, sym_formal_parameters, - ACTIONS(3266), 2, + ACTIONS(3263), 2, sym__automatic_semicolon, anon_sym_SEMI, - [88610] = 4, + [88608] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1819), 1, sym_comment, - ACTIONS(3268), 6, + ACTIONS(3265), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88628] = 7, + [88626] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3273), 1, + ACTIONS(3270), 1, anon_sym_BQUOTE, - ACTIONS(3275), 1, + ACTIONS(3272), 1, anon_sym_DOLLAR_LBRACE, STATE(1942), 1, sym_template_substitution, - ACTIONS(3270), 2, + ACTIONS(3267), 2, sym__template_chars, sym_escape_sequence, STATE(1820), 2, sym_comment, aux_sym_template_string_repeat1, - [88652] = 4, + [88650] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1821), 1, sym_comment, - ACTIONS(3268), 6, + ACTIONS(3265), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88670] = 8, + [88668] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3193), 1, + ACTIONS(3190), 1, anon_sym_default, - ACTIONS(3197), 1, + ACTIONS(3194), 1, anon_sym_case, - ACTIONS(3278), 1, + ACTIONS(3275), 1, anon_sym_RBRACE, STATE(1804), 1, aux_sym_switch_body_repeat1, @@ -132977,14 +132976,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [88696] = 8, + [88694] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3252), 1, + ACTIONS(3249), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3280), 1, + ACTIONS(3277), 1, anon_sym_BQUOTE, STATE(1815), 1, aux_sym_template_string_repeat1, @@ -132992,31 +132991,31 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1942), 1, sym_template_substitution, - ACTIONS(3248), 2, + ACTIONS(3245), 2, sym__template_chars, sym_escape_sequence, - [88722] = 4, + [88720] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1824), 1, sym_comment, - ACTIONS(3268), 6, + ACTIONS(3265), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88740] = 8, + [88738] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3282), 1, + ACTIONS(3279), 1, anon_sym_catch, - ACTIONS(3284), 1, + ACTIONS(3281), 1, anon_sym_finally, STATE(1825), 1, sym_comment, @@ -133027,7 +133026,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1455), 2, anon_sym_else, anon_sym_while, - [88766] = 8, + [88764] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -133038,93 +133037,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(3286), 1, + ACTIONS(3283), 1, sym_optional_chain, STATE(1826), 1, sym_comment, STATE(1158), 2, sym_template_string, sym_arguments, - [88792] = 4, + [88790] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1827), 1, sym_comment, - ACTIONS(3288), 6, + ACTIONS(3285), 6, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_DOT, anon_sym_SLASH_GT, sym_identifier, - [88810] = 4, + [88808] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1828), 1, sym_comment, - ACTIONS(3155), 6, + ACTIONS(3152), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [88828] = 4, + [88826] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1829), 1, sym_comment, - ACTIONS(3290), 6, + ACTIONS(3287), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88846] = 4, + [88844] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1830), 1, sym_comment, - ACTIONS(3151), 6, + ACTIONS(3148), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [88864] = 4, + [88862] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1831), 1, sym_comment, - ACTIONS(3292), 6, + ACTIONS(3289), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88882] = 8, + [88880] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3193), 1, + ACTIONS(3190), 1, anon_sym_default, - ACTIONS(3197), 1, + ACTIONS(3194), 1, anon_sym_case, - ACTIONS(3294), 1, + ACTIONS(3291), 1, anon_sym_RBRACE, STATE(1806), 1, aux_sym_switch_body_repeat1, @@ -133133,44 +133132,44 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [88908] = 4, + [88906] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1833), 1, sym_comment, - ACTIONS(3268), 6, + ACTIONS(3265), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88926] = 4, + [88924] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1834), 1, sym_comment, - ACTIONS(3296), 6, + ACTIONS(3293), 6, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [88944] = 8, + [88942] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1802), 1, anon_sym_LBRACE, - ACTIONS(3191), 1, + ACTIONS(3188), 1, anon_sym_LBRACK, - ACTIONS(3298), 1, + ACTIONS(3295), 1, sym_identifier, STATE(1835), 1, sym_comment, @@ -133179,7 +133178,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1747), 2, sym_object_pattern, sym_array_pattern, - [88970] = 4, + [88968] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -133193,16 +133192,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [88988] = 8, + [88986] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1802), 1, anon_sym_LBRACE, - ACTIONS(3191), 1, + ACTIONS(3188), 1, anon_sym_LBRACK, - ACTIONS(3300), 1, + ACTIONS(3297), 1, sym_identifier, STATE(1837), 1, sym_comment, @@ -133211,16 +133210,16 @@ static const uint16_t ts_small_parse_table[] = { STATE(1747), 2, sym_object_pattern, sym_array_pattern, - [89014] = 8, + [89012] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3193), 1, + ACTIONS(3190), 1, anon_sym_default, - ACTIONS(3197), 1, + ACTIONS(3194), 1, anon_sym_case, - ACTIONS(3302), 1, + ACTIONS(3299), 1, anon_sym_RBRACE, STATE(1832), 1, aux_sym_switch_body_repeat1, @@ -133229,16 +133228,16 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [89040] = 8, + [89038] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3193), 1, + ACTIONS(3190), 1, anon_sym_default, - ACTIONS(3197), 1, + ACTIONS(3194), 1, anon_sym_case, - ACTIONS(3304), 1, + ACTIONS(3301), 1, anon_sym_RBRACE, STATE(1806), 1, aux_sym_switch_body_repeat1, @@ -133247,16 +133246,16 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_switch_case, sym_switch_default, - [89066] = 8, + [89064] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1802), 1, anon_sym_LBRACE, - ACTIONS(3191), 1, + ACTIONS(3188), 1, anon_sym_LBRACK, - ACTIONS(3306), 1, + ACTIONS(3303), 1, sym_identifier, STATE(1840), 1, sym_comment, @@ -133265,16 +133264,16 @@ static const uint16_t ts_small_parse_table[] = { STATE(1747), 2, sym_object_pattern, sym_array_pattern, - [89092] = 8, + [89090] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3308), 1, + ACTIONS(3305), 1, sym_identifier, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, STATE(1361), 1, sym_class_body, @@ -133282,16 +133281,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2627), 1, sym_class_heritage, - [89117] = 8, + [89115] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3314), 1, + ACTIONS(3311), 1, sym_identifier, - ACTIONS(3316), 1, + ACTIONS(3313), 1, anon_sym_GT, - ACTIONS(3318), 1, + ACTIONS(3315), 1, sym_jsx_identifier, STATE(1706), 1, sym_nested_identifier, @@ -133299,16 +133298,16 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_namespace_name, STATE(1842), 1, sym_comment, - [89142] = 8, + [89140] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3320), 1, + ACTIONS(3317), 1, anon_sym_export, - ACTIONS(3322), 1, + ACTIONS(3319), 1, anon_sym_class, STATE(1843), 1, sym_comment, @@ -133316,16 +133315,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_export_statement_repeat1, STATE(2071), 1, sym_decorator, - [89167] = 8, + [89165] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3324), 1, + ACTIONS(3321), 1, sym_identifier, - ACTIONS(3326), 1, + ACTIONS(3323), 1, anon_sym_LBRACE, STATE(1134), 1, sym_class_body, @@ -133333,16 +133332,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2247), 1, sym_class_heritage, - [89192] = 8, + [89190] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3328), 1, + ACTIONS(3325), 1, sym_identifier, STATE(1361), 1, sym_class_body, @@ -133350,7 +133349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2627), 1, sym_class_heritage, - [89217] = 4, + [89215] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -133363,16 +133362,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ, anon_sym_RBRACK, - [89234] = 8, + [89232] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3330), 1, + ACTIONS(3327), 1, sym_identifier, STATE(1304), 1, sym_class_body, @@ -133380,16 +133379,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2355), 1, sym_class_heritage, - [89259] = 8, + [89257] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3332), 1, + ACTIONS(3329), 1, sym_identifier, - ACTIONS(3334), 1, + ACTIONS(3331), 1, anon_sym_GT, - ACTIONS(3336), 1, + ACTIONS(3333), 1, sym_jsx_identifier, STATE(1848), 1, sym_comment, @@ -133397,12 +133396,12 @@ static const uint16_t ts_small_parse_table[] = { sym_nested_identifier, STATE(2837), 1, sym_jsx_namespace_name, - [89284] = 5, + [89282] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3338), 1, + ACTIONS(3335), 1, anon_sym_EQ, STATE(1849), 1, sym_comment, @@ -133411,31 +133410,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - [89303] = 6, + [89301] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3181), 1, + ACTIONS(3178), 1, anon_sym_EQ, STATE(1850), 1, sym_comment, STATE(2128), 1, sym__initializer, - ACTIONS(3175), 3, + ACTIONS(3172), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [89324] = 8, + [89322] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3340), 1, + ACTIONS(3337), 1, sym_identifier, STATE(1304), 1, sym_class_body, @@ -133443,7 +133442,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2355), 1, sym_class_heritage, - [89349] = 8, + [89347] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -133452,7 +133451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3125), 1, + ACTIONS(3122), 1, sym_identifier, STATE(1852), 1, sym_comment, @@ -133460,12 +133459,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string, STATE(2219), 1, sym__module_export_name, - [89374] = 5, + [89372] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3342), 1, + ACTIONS(3339), 1, anon_sym_EQ, STATE(1853), 1, sym_comment, @@ -133474,16 +133473,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - [89393] = 8, + [89391] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3316), 1, + ACTIONS(3313), 1, anon_sym_GT, - ACTIONS(3345), 1, + ACTIONS(3342), 1, sym_identifier, - ACTIONS(3347), 1, + ACTIONS(3344), 1, sym_jsx_identifier, STATE(1703), 1, sym_nested_identifier, @@ -133491,16 +133490,16 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_namespace_name, STATE(1854), 1, sym_comment, - [89418] = 8, + [89416] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3349), 1, + ACTIONS(3346), 1, sym_identifier, - ACTIONS(3351), 1, + ACTIONS(3348), 1, anon_sym_GT, - ACTIONS(3353), 1, + ACTIONS(3350), 1, sym_jsx_identifier, STATE(1855), 1, sym_comment, @@ -133508,16 +133507,16 @@ static const uint16_t ts_small_parse_table[] = { sym_nested_identifier, STATE(2800), 1, sym_jsx_namespace_name, - [89443] = 8, + [89441] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3355), 1, + ACTIONS(3352), 1, anon_sym_export, - ACTIONS(3357), 1, + ACTIONS(3354), 1, anon_sym_class, STATE(1856), 1, sym_comment, @@ -133525,16 +133524,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_export_statement_repeat1, STATE(2071), 1, sym_decorator, - [89468] = 8, + [89466] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3359), 1, + ACTIONS(3356), 1, sym_identifier, STATE(1361), 1, sym_class_body, @@ -133542,16 +133541,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2627), 1, sym_class_heritage, - [89493] = 8, + [89491] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3316), 1, + ACTIONS(3313), 1, anon_sym_GT, - ACTIONS(3361), 1, + ACTIONS(3358), 1, sym_identifier, - ACTIONS(3363), 1, + ACTIONS(3360), 1, sym_jsx_identifier, STATE(1707), 1, sym_nested_identifier, @@ -133559,16 +133558,16 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_namespace_name, STATE(1858), 1, sym_comment, - [89518] = 8, + [89516] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3365), 1, + ACTIONS(3362), 1, sym_identifier, STATE(1361), 1, sym_class_body, @@ -133576,16 +133575,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2627), 1, sym_class_heritage, - [89543] = 8, + [89541] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3367), 1, + ACTIONS(3364), 1, anon_sym_export, - ACTIONS(3369), 1, + ACTIONS(3366), 1, anon_sym_class, STATE(1860), 1, sym_comment, @@ -133593,29 +133592,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_export_statement_repeat1, STATE(2071), 1, sym_decorator, - [89568] = 4, + [89566] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1861), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3257), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [89585] = 8, + [89583] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3371), 1, + ACTIONS(3368), 1, sym_identifier, STATE(1304), 1, sym_class_body, @@ -133623,16 +133622,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2355), 1, sym_class_heritage, - [89610] = 8, + [89608] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3373), 1, + ACTIONS(3370), 1, sym_identifier, STATE(1361), 1, sym_class_body, @@ -133640,16 +133639,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2627), 1, sym_class_heritage, - [89635] = 8, + [89633] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3375), 1, + ACTIONS(3372), 1, anon_sym_export, - ACTIONS(3377), 1, + ACTIONS(3374), 1, anon_sym_class, STATE(1864), 1, sym_comment, @@ -133657,16 +133656,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_export_statement_repeat1, STATE(2071), 1, sym_decorator, - [89660] = 8, + [89658] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3379), 1, + ACTIONS(3376), 1, sym_identifier, STATE(1304), 1, sym_class_body, @@ -133674,29 +133673,29 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2355), 1, sym_class_heritage, - [89685] = 4, + [89683] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1866), 1, sym_comment, - ACTIONS(3381), 5, + ACTIONS(3378), 5, anon_sym_export, anon_sym_LPAREN, anon_sym_DOT, anon_sym_class, anon_sym_AT, - [89702] = 8, + [89700] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3383), 1, + ACTIONS(3380), 1, anon_sym_export, - ACTIONS(3385), 1, + ACTIONS(3382), 1, anon_sym_class, STATE(1867), 1, sym_comment, @@ -133704,49 +133703,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_export_statement_repeat1, STATE(2071), 1, sym_decorator, - [89727] = 7, + [89725] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(3389), 1, + ACTIONS(3386), 1, anon_sym_RBRACE, STATE(1868), 1, sym_comment, STATE(2184), 1, aux_sym_object_repeat1, - ACTIONS(2838), 2, + ACTIONS(2835), 2, anon_sym_LPAREN, anon_sym_COLON, - [89750] = 8, + [89748] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3391), 1, + ACTIONS(3388), 1, sym_identifier, - ACTIONS(3393), 1, + ACTIONS(3390), 1, anon_sym_LPAREN, - ACTIONS(3395), 1, + ACTIONS(3392), 1, anon_sym_LBRACK, - ACTIONS(3397), 1, + ACTIONS(3394), 1, sym_private_property_identifier, STATE(1150), 1, sym_arguments, STATE(1869), 1, sym_comment, - [89775] = 8, + [89773] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3399), 1, + ACTIONS(3396), 1, sym_identifier, STATE(1361), 1, sym_class_body, @@ -133754,12 +133753,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2627), 1, sym_class_heritage, - [89800] = 5, + [89798] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3401), 1, + ACTIONS(3398), 1, anon_sym_EQ, STATE(1871), 1, sym_comment, @@ -133768,16 +133767,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - [89819] = 8, + [89817] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3404), 1, + ACTIONS(3401), 1, sym_identifier, - ACTIONS(3406), 1, + ACTIONS(3403), 1, anon_sym_GT, - ACTIONS(3408), 1, + ACTIONS(3405), 1, sym_jsx_identifier, STATE(1872), 1, sym_comment, @@ -133785,33 +133784,33 @@ static const uint16_t ts_small_parse_table[] = { sym_nested_identifier, STATE(2795), 1, sym_jsx_namespace_name, - [89844] = 8, + [89842] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3410), 1, + ACTIONS(3407), 1, sym_identifier, - ACTIONS(3412), 1, + ACTIONS(3409), 1, anon_sym_LPAREN, - ACTIONS(3414), 1, + ACTIONS(3411), 1, anon_sym_LBRACK, - ACTIONS(3416), 1, + ACTIONS(3413), 1, sym_private_property_identifier, STATE(1357), 1, sym_arguments, STATE(1873), 1, sym_comment, - [89869] = 8, + [89867] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3316), 1, + ACTIONS(3313), 1, anon_sym_GT, - ACTIONS(3418), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3417), 1, sym_jsx_identifier, STATE(1709), 1, sym_nested_identifier, @@ -133819,42 +133818,42 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_namespace_name, STATE(1874), 1, sym_comment, - [89894] = 4, + [89892] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1875), 1, sym_comment, - ACTIONS(3422), 5, + ACTIONS(3419), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [89911] = 4, + [89909] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1876), 1, sym_comment, - ACTIONS(3424), 5, + ACTIONS(3421), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [89928] = 8, + [89926] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3426), 1, + ACTIONS(3423), 1, sym_identifier, - ACTIONS(3428), 1, + ACTIONS(3425), 1, anon_sym_GT, - ACTIONS(3430), 1, + ACTIONS(3427), 1, sym_jsx_identifier, STATE(1877), 1, sym_comment, @@ -133862,35 +133861,35 @@ static const uint16_t ts_small_parse_table[] = { sym_nested_identifier, STATE(2820), 1, sym_jsx_namespace_name, - [89953] = 4, + [89951] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1878), 1, sym_comment, - ACTIONS(3292), 5, + ACTIONS(3289), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [89970] = 6, + [89968] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3434), 1, + ACTIONS(3431), 1, anon_sym_in, - ACTIONS(3436), 1, + ACTIONS(3433), 1, anon_sym_of, STATE(1879), 1, sym_comment, - ACTIONS(3432), 3, + ACTIONS(3429), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [89991] = 4, + [89989] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -133903,33 +133902,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - [90008] = 8, + [90006] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2838), 1, + ACTIONS(2835), 1, anon_sym_COLON, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, - ACTIONS(3438), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - ACTIONS(3440), 1, + ACTIONS(3437), 1, anon_sym_RBRACE, STATE(1881), 1, sym_comment, STATE(2116), 1, aux_sym_object_pattern_repeat1, - [90033] = 8, + [90031] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3442), 1, + ACTIONS(3439), 1, sym_identifier, STATE(1304), 1, sym_class_body, @@ -133937,22 +133936,22 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2355), 1, sym_class_heritage, - [90058] = 6, + [90056] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3446), 1, + ACTIONS(3443), 1, anon_sym_AT, STATE(2071), 1, sym_decorator, - ACTIONS(3444), 2, + ACTIONS(3441), 2, anon_sym_export, anon_sym_class, STATE(1883), 2, sym_comment, aux_sym_export_statement_repeat1, - [90079] = 8, + [90077] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -133961,7 +133960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3125), 1, + ACTIONS(3122), 1, sym_identifier, STATE(1884), 1, sym_comment, @@ -133969,7 +133968,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, STATE(2822), 1, sym__module_export_name, - [90104] = 4, + [90102] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -133982,7 +133981,7 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90121] = 4, + [90119] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -133995,42 +133994,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - [90138] = 4, + [90136] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1887), 1, sym_comment, - ACTIONS(3449), 5, + ACTIONS(3446), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90155] = 4, + [90153] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1888), 1, sym_comment, - ACTIONS(3451), 5, + ACTIONS(3448), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90172] = 8, + [90170] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3310), 1, + ACTIONS(3307), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3453), 1, + ACTIONS(3450), 1, sym_identifier, STATE(1304), 1, sym_class_body, @@ -134038,22 +134037,22 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2355), 1, sym_class_heritage, - [90197] = 6, + [90195] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, STATE(1890), 1, sym_comment, - ACTIONS(2838), 2, + ACTIONS(2835), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(3455), 2, + ACTIONS(3452), 2, anon_sym_COMMA, anon_sym_RBRACE, - [90218] = 4, + [90216] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -134066,7 +134065,7 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90235] = 4, + [90233] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -134079,7 +134078,7 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90252] = 4, + [90250] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -134092,16 +134091,16 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90269] = 8, + [90267] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3312), 1, + ACTIONS(3309), 1, anon_sym_extends, - ACTIONS(3326), 1, + ACTIONS(3323), 1, anon_sym_LBRACE, - ACTIONS(3458), 1, + ACTIONS(3455), 1, sym_identifier, STATE(1112), 1, sym_class_body, @@ -134109,7 +134108,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2561), 1, sym_class_heritage, - [90294] = 4, + [90292] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -134122,7 +134121,7 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90311] = 4, + [90309] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -134135,20 +134134,20 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90328] = 4, + [90326] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1897), 1, sym_comment, - ACTIONS(3460), 5, + ACTIONS(3457), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90345] = 4, + [90343] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -134161,7 +134160,7 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90362] = 4, + [90360] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -134174,7 +134173,7 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90379] = 4, + [90377] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -134187,45 +134186,45 @@ static const uint16_t ts_small_parse_table[] = { sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90396] = 8, + [90394] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2838), 1, + ACTIONS(2835), 1, anon_sym_COLON, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, - ACTIONS(3438), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - ACTIONS(3462), 1, + ACTIONS(3459), 1, anon_sym_RBRACE, STATE(1901), 1, sym_comment, STATE(2080), 1, aux_sym_object_pattern_repeat1, - [90421] = 6, + [90419] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1902), 1, sym_comment, STATE(1979), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3466), 2, + ACTIONS(3463), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90441] = 7, + [90439] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3468), 1, + ACTIONS(3465), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -134233,43 +134232,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [90463] = 6, + [90461] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3470), 1, + ACTIONS(3467), 1, anon_sym_STAR, - ACTIONS(3472), 1, + ACTIONS(3469), 1, anon_sym_LBRACE, STATE(1904), 1, sym_comment, STATE(2846), 2, sym_namespace_import, sym_named_imports, - [90483] = 7, + [90481] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3474), 1, + ACTIONS(3471), 1, anon_sym_with, - ACTIONS(3476), 1, + ACTIONS(3473), 1, anon_sym_SEMI, - ACTIONS(3478), 1, + ACTIONS(3475), 1, sym__automatic_semicolon, STATE(1905), 1, sym_comment, STATE(2305), 1, sym_import_attribute, - [90505] = 7, + [90503] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3480), 1, + ACTIONS(3477), 1, anon_sym_LBRACE, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, STATE(492), 1, sym_class_body, @@ -134277,14 +134276,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2547), 1, sym_class_heritage, - [90527] = 7, + [90525] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3484), 1, + ACTIONS(3481), 1, anon_sym_LBRACE, STATE(152), 1, sym_class_body, @@ -134292,71 +134291,71 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2544), 1, sym_class_heritage, - [90549] = 6, + [90547] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1908), 1, sym_comment, STATE(1979), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3486), 2, + ACTIONS(3483), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90569] = 6, + [90567] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1909), 1, sym_comment, STATE(1979), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3488), 2, + ACTIONS(3485), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90589] = 6, + [90587] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1910), 1, sym_comment, STATE(1979), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3490), 2, + ACTIONS(3487), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90609] = 7, + [90607] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3474), 1, + ACTIONS(3471), 1, anon_sym_with, - ACTIONS(3492), 1, + ACTIONS(3489), 1, anon_sym_SEMI, - ACTIONS(3494), 1, + ACTIONS(3491), 1, sym__automatic_semicolon, STATE(1911), 1, sym_comment, STATE(2537), 1, sym_import_attribute, - [90631] = 7, + [90629] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3480), 1, + ACTIONS(3477), 1, anon_sym_LBRACE, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, STATE(487), 1, sym_class_body, @@ -134364,14 +134363,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2534), 1, sym_class_heritage, - [90653] = 7, + [90651] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3496), 1, + ACTIONS(3493), 1, anon_sym_LBRACE, STATE(1157), 1, sym_class_body, @@ -134379,29 +134378,29 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2280), 1, sym_class_heritage, - [90675] = 7, + [90673] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3498), 1, + ACTIONS(3495), 1, sym_identifier, - ACTIONS(3500), 1, + ACTIONS(3497), 1, anon_sym_STAR, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, STATE(1914), 1, sym_comment, STATE(2314), 1, sym_formal_parameters, - [90697] = 7, + [90695] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3484), 1, + ACTIONS(3481), 1, anon_sym_LBRACE, STATE(167), 1, sym_class_body, @@ -134409,21 +134408,21 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2526), 1, sym_class_heritage, - [90719] = 6, + [90717] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1916), 1, sym_comment, STATE(1928), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3504), 2, + ACTIONS(3501), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90739] = 4, + [90737] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -134435,7 +134434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_of, anon_sym_EQ, - [90755] = 4, + [90753] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -134447,109 +134446,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_of, anon_sym_EQ, - [90771] = 6, + [90769] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1902), 1, aux_sym_variable_declaration_repeat1, STATE(1919), 1, sym_comment, - ACTIONS(3506), 2, + ACTIONS(3503), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90791] = 6, + [90789] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1910), 1, aux_sym_variable_declaration_repeat1, STATE(1920), 1, sym_comment, - ACTIONS(3508), 2, + ACTIONS(3505), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90811] = 7, + [90809] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3510), 1, + ACTIONS(3507), 1, sym_identifier, - ACTIONS(3512), 1, + ACTIONS(3509), 1, anon_sym_STAR, STATE(1921), 1, sym_comment, STATE(2427), 1, sym_formal_parameters, - [90833] = 6, + [90831] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1922), 1, sym_comment, STATE(1979), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3514), 2, + ACTIONS(3511), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90853] = 4, + [90851] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1923), 1, sym_comment, - ACTIONS(2838), 4, + ACTIONS(2835), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - [90869] = 6, + [90867] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3474), 1, + ACTIONS(3471), 1, anon_sym_with, STATE(1924), 1, sym_comment, STATE(2514), 1, sym_import_attribute, - ACTIONS(3516), 2, + ACTIONS(3513), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90889] = 6, + [90887] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(1925), 1, sym_comment, STATE(2512), 1, sym__from_clause, - ACTIONS(3520), 2, + ACTIONS(3517), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90909] = 5, + [90907] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3522), 1, + ACTIONS(3519), 1, anon_sym_COMMA, ACTIONS(2376), 2, anon_sym_RPAREN, @@ -134557,14 +134556,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1926), 2, sym_comment, aux_sym_array_repeat1, - [90927] = 7, + [90925] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3525), 1, + ACTIONS(3522), 1, sym__glimmer_template_content, - ACTIONS(3527), 1, + ACTIONS(3524), 1, anon_sym_LT_SLASHtemplate_GT, STATE(1105), 1, sym_glimmer_closing_tag, @@ -134572,26 +134571,26 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2157), 1, aux_sym_glimmer_template_repeat1, - [90949] = 6, + [90947] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1928), 1, sym_comment, STATE(1979), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3529), 2, + ACTIONS(3526), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90969] = 5, + [90967] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3531), 1, + ACTIONS(3528), 1, anon_sym_EQ, STATE(1929), 1, sym_comment, @@ -134599,14 +134598,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RBRACK, - [90987] = 7, + [90985] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3533), 1, + ACTIONS(3530), 1, anon_sym_LBRACE, STATE(856), 1, sym_class_body, @@ -134614,12 +134613,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2370), 1, sym_class_heritage, - [91009] = 6, + [91007] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3284), 1, + ACTIONS(3281), 1, anon_sym_finally, STATE(1931), 1, sym_comment, @@ -134628,52 +134627,52 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1479), 2, anon_sym_else, anon_sym_while, - [91029] = 4, + [91027] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1932), 1, sym_comment, - ACTIONS(3535), 4, + ACTIONS(3532), 4, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_from, - [91045] = 5, + [91043] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3537), 1, + ACTIONS(3534), 1, anon_sym_DQUOTE, - ACTIONS(3539), 2, + ACTIONS(3536), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, STATE(1933), 2, sym_comment, aux_sym_string_repeat1, - [91063] = 5, + [91061] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3542), 1, + ACTIONS(3539), 1, anon_sym_SQUOTE, - ACTIONS(3544), 2, + ACTIONS(3541), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, STATE(1934), 2, sym_comment, aux_sym_string_repeat2, - [91081] = 7, + [91079] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3385), 1, + ACTIONS(3382), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -134681,14 +134680,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [91103] = 7, + [91101] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3547), 1, + ACTIONS(3544), 1, anon_sym_LBRACE, STATE(653), 1, sym_class_body, @@ -134696,14 +134695,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2454), 1, sym_class_heritage, - [91125] = 7, + [91123] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3549), 1, + ACTIONS(3546), 1, anon_sym_LBRACE, STATE(193), 1, sym_class_body, @@ -134711,14 +134710,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2451), 1, sym_class_heritage, - [91147] = 7, + [91145] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3525), 1, + ACTIONS(3522), 1, sym__glimmer_template_content, - ACTIONS(3551), 1, + ACTIONS(3548), 1, anon_sym_LT_SLASHtemplate_GT, STATE(1346), 1, sym_glimmer_closing_tag, @@ -134726,7 +134725,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2157), 1, aux_sym_glimmer_template_repeat1, - [91169] = 6, + [91167] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -134737,86 +134736,86 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1952), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(3203), 2, + ACTIONS(3200), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91189] = 6, + [91187] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3553), 1, + ACTIONS(3550), 1, anon_sym_DQUOTE, STATE(1940), 1, sym_comment, STATE(2003), 1, aux_sym_string_repeat1, - ACTIONS(3555), 2, + ACTIONS(3552), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [91209] = 6, + [91207] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3553), 1, + ACTIONS(3550), 1, anon_sym_SQUOTE, STATE(1941), 1, sym_comment, STATE(2004), 1, aux_sym_string_repeat2, - ACTIONS(3557), 2, + ACTIONS(3554), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [91229] = 4, + [91227] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1942), 1, sym_comment, - ACTIONS(3559), 4, + ACTIONS(3556), 4, sym__template_chars, sym_escape_sequence, anon_sym_BQUOTE, anon_sym_DOLLAR_LBRACE, - [91245] = 6, + [91243] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1943), 1, sym_comment, STATE(1979), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3561), 2, + ACTIONS(3558), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91265] = 7, + [91263] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3563), 1, + ACTIONS(3560), 1, sym_identifier, - ACTIONS(3565), 1, + ACTIONS(3562), 1, anon_sym_STAR, STATE(1944), 1, sym_comment, STATE(2427), 1, sym_formal_parameters, - [91287] = 7, + [91285] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3567), 1, + ACTIONS(3564), 1, anon_sym_LBRACE, STATE(212), 1, sym_class_body, @@ -134824,21 +134823,21 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2434), 1, sym_class_heritage, - [91309] = 6, + [91307] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1946), 1, sym_comment, STATE(1979), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3569), 2, + ACTIONS(3566), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91329] = 4, + [91327] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -134850,29 +134849,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - [91345] = 7, + [91343] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3474), 1, + ACTIONS(3471), 1, anon_sym_with, - ACTIONS(3571), 1, + ACTIONS(3568), 1, anon_sym_SEMI, - ACTIONS(3573), 1, + ACTIONS(3570), 1, sym__automatic_semicolon, STATE(1948), 1, sym_comment, STATE(2444), 1, sym_import_attribute, - [91367] = 7, + [91365] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3547), 1, + ACTIONS(3544), 1, anon_sym_LBRACE, STATE(604), 1, sym_class_body, @@ -134880,7 +134879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2441), 1, sym_class_heritage, - [91389] = 4, + [91387] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -134892,26 +134891,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_of, anon_sym_EQ, - [91405] = 6, + [91403] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3575), 1, + ACTIONS(3572), 1, anon_sym_SQUOTE, STATE(1934), 1, aux_sym_string_repeat2, STATE(1951), 1, sym_comment, - ACTIONS(3557), 2, + ACTIONS(3554), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [91425] = 5, + [91423] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3577), 1, + ACTIONS(3574), 1, anon_sym_COMMA, ACTIONS(2039), 2, sym__automatic_semicolon, @@ -134919,14 +134918,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1952), 2, sym_comment, aux_sym_sequence_expression_repeat1, - [91443] = 7, + [91441] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3525), 1, + ACTIONS(3522), 1, sym__glimmer_template_content, - ACTIONS(3527), 1, + ACTIONS(3524), 1, anon_sym_LT_SLASHtemplate_GT, STATE(1185), 1, sym_glimmer_closing_tag, @@ -134934,28 +134933,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_glimmer_template_repeat1, STATE(1953), 1, sym_comment, - [91465] = 6, + [91463] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3575), 1, + ACTIONS(3572), 1, anon_sym_DQUOTE, STATE(1933), 1, aux_sym_string_repeat1, STATE(1954), 1, sym_comment, - ACTIONS(3555), 2, + ACTIONS(3552), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [91485] = 7, + [91483] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3549), 1, + ACTIONS(3546), 1, anon_sym_LBRACE, STATE(176), 1, sym_class_body, @@ -134963,57 +134962,57 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2429), 1, sym_class_heritage, - [91507] = 7, + [91505] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3580), 1, + ACTIONS(3577), 1, anon_sym_COMMA, - ACTIONS(3582), 1, + ACTIONS(3579), 1, anon_sym_EQ, - ACTIONS(3584), 1, + ACTIONS(3581), 1, anon_sym_RBRACK, STATE(1956), 1, sym_comment, STATE(2138), 1, aux_sym_array_pattern_repeat1, - [91529] = 6, + [91527] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3586), 1, + ACTIONS(3583), 1, anon_sym_SQUOTE, STATE(1934), 1, aux_sym_string_repeat2, STATE(1957), 1, sym_comment, - ACTIONS(3557), 2, + ACTIONS(3554), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [91549] = 6, + [91547] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3586), 1, + ACTIONS(3583), 1, anon_sym_DQUOTE, STATE(1933), 1, aux_sym_string_repeat1, STATE(1958), 1, sym_comment, - ACTIONS(3555), 2, + ACTIONS(3552), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [91569] = 7, + [91567] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3567), 1, + ACTIONS(3564), 1, anon_sym_LBRACE, STATE(213), 1, sym_class_body, @@ -135021,127 +135020,127 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2225), 1, sym_class_heritage, - [91591] = 6, + [91589] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(1960), 1, sym_comment, STATE(2391), 1, sym__from_clause, - ACTIONS(3588), 2, + ACTIONS(3585), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91611] = 6, + [91609] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1943), 1, aux_sym_variable_declaration_repeat1, STATE(1961), 1, sym_comment, - ACTIONS(3590), 2, + ACTIONS(3587), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91631] = 6, + [91629] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1946), 1, aux_sym_variable_declaration_repeat1, STATE(1962), 1, sym_comment, - ACTIONS(3592), 2, + ACTIONS(3589), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91651] = 6, + [91649] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3474), 1, + ACTIONS(3471), 1, anon_sym_with, STATE(1963), 1, sym_comment, STATE(2413), 1, sym_import_attribute, - ACTIONS(3594), 2, + ACTIONS(3591), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91671] = 7, + [91669] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3596), 1, + ACTIONS(3593), 1, sym_identifier, - ACTIONS(3598), 1, + ACTIONS(3595), 1, anon_sym_STAR, STATE(1964), 1, sym_comment, STATE(2620), 1, sym_formal_parameters, - [91693] = 6, + [91691] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3600), 1, + ACTIONS(3597), 1, sym_html_character_reference, - ACTIONS(3603), 1, + ACTIONS(3600), 1, anon_sym_SQUOTE, - ACTIONS(3605), 1, + ACTIONS(3602), 1, sym_unescaped_single_jsx_string_fragment, STATE(1965), 2, sym_comment, aux_sym__jsx_string_repeat2, - [91713] = 6, + [91711] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3608), 1, + ACTIONS(3605), 1, sym_html_character_reference, - ACTIONS(3611), 1, + ACTIONS(3608), 1, anon_sym_DQUOTE, - ACTIONS(3613), 1, + ACTIONS(3610), 1, sym_unescaped_double_jsx_string_fragment, STATE(1966), 2, sym_comment, aux_sym__jsx_string_repeat1, - [91733] = 6, + [91731] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(1967), 1, sym_comment, STATE(2411), 1, sym__from_clause, - ACTIONS(3616), 2, + ACTIONS(3613), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91753] = 7, + [91751] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3533), 1, + ACTIONS(3530), 1, anon_sym_LBRACE, STATE(729), 1, sym_class_body, @@ -135149,84 +135148,84 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2215), 1, sym_class_heritage, - [91775] = 6, + [91773] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3618), 1, + ACTIONS(3615), 1, anon_sym_SQUOTE, STATE(1957), 1, aux_sym_string_repeat2, STATE(1969), 1, sym_comment, - ACTIONS(3557), 2, + ACTIONS(3554), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [91795] = 6, + [91793] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3618), 1, + ACTIONS(3615), 1, anon_sym_DQUOTE, STATE(1958), 1, aux_sym_string_repeat1, STATE(1970), 1, sym_comment, - ACTIONS(3555), 2, + ACTIONS(3552), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [91815] = 6, + [91813] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2838), 1, + ACTIONS(2835), 1, anon_sym_COLON, - ACTIONS(3149), 1, + ACTIONS(3146), 1, anon_sym_EQ, STATE(1971), 1, sym_comment, - ACTIONS(3620), 2, + ACTIONS(3617), 2, anon_sym_COMMA, anon_sym_RBRACE, - [91835] = 6, + [91833] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3474), 1, + ACTIONS(3471), 1, anon_sym_with, STATE(1972), 1, sym_comment, STATE(2585), 1, sym_import_attribute, - ACTIONS(3622), 2, + ACTIONS(3619), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91855] = 6, + [91853] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1922), 1, aux_sym_variable_declaration_repeat1, STATE(1973), 1, sym_comment, - ACTIONS(3624), 2, + ACTIONS(3621), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91875] = 7, + [91873] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3626), 1, + ACTIONS(3623), 1, anon_sym_LBRACE, STATE(544), 1, sym_class_body, @@ -135234,42 +135233,42 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2335), 1, sym_class_heritage, - [91897] = 6, + [91895] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1975), 1, sym_comment, STATE(2040), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3628), 2, + ACTIONS(3625), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91917] = 6, + [91915] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1976), 1, sym_comment, STATE(2041), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3630), 2, + ACTIONS(3627), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91937] = 7, + [91935] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3632), 1, + ACTIONS(3629), 1, anon_sym_LBRACE, STATE(180), 1, sym_class_body, @@ -135277,14 +135276,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2332), 1, sym_class_heritage, - [91959] = 7, + [91957] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3357), 1, + ACTIONS(3354), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -135292,42 +135291,42 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [91981] = 5, + [91979] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3634), 1, + ACTIONS(3631), 1, anon_sym_COMMA, - ACTIONS(3637), 2, + ACTIONS(3634), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(1979), 2, sym_comment, aux_sym_variable_declaration_repeat1, - [91999] = 7, + [91997] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3639), 1, + ACTIONS(3636), 1, sym_identifier, - ACTIONS(3641), 1, + ACTIONS(3638), 1, anon_sym_STAR, STATE(1980), 1, sym_comment, STATE(2427), 1, sym_formal_parameters, - [92021] = 7, + [92019] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3643), 1, + ACTIONS(3640), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -135335,57 +135334,57 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [92043] = 6, + [92041] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1979), 1, aux_sym_variable_declaration_repeat1, STATE(1982), 1, sym_comment, - ACTIONS(3645), 2, + ACTIONS(3642), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92063] = 6, + [92061] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1979), 1, aux_sym_variable_declaration_repeat1, STATE(1983), 1, sym_comment, - ACTIONS(3647), 2, + ACTIONS(3644), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92083] = 7, + [92081] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3474), 1, + ACTIONS(3471), 1, anon_sym_with, - ACTIONS(3649), 1, + ACTIONS(3646), 1, anon_sym_SEMI, - ACTIONS(3651), 1, + ACTIONS(3648), 1, sym__automatic_semicolon, STATE(1984), 1, sym_comment, STATE(2325), 1, sym_import_attribute, - [92105] = 7, + [92103] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3626), 1, + ACTIONS(3623), 1, anon_sym_LBRACE, STATE(634), 1, sym_class_body, @@ -135393,58 +135392,58 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2322), 1, sym_class_heritage, - [92127] = 7, + [92125] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3582), 1, + ACTIONS(3579), 1, anon_sym_EQ, - ACTIONS(3653), 1, + ACTIONS(3650), 1, anon_sym_COMMA, - ACTIONS(3655), 1, + ACTIONS(3652), 1, anon_sym_RPAREN, STATE(1986), 1, sym_comment, STATE(2132), 1, aux_sym_formal_parameters_repeat1, - [92149] = 6, + [92147] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1908), 1, aux_sym_variable_declaration_repeat1, STATE(1987), 1, sym_comment, - ACTIONS(3657), 2, + ACTIONS(3654), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92169] = 7, + [92167] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3659), 1, + ACTIONS(3656), 1, sym_identifier, - ACTIONS(3661), 1, + ACTIONS(3658), 1, anon_sym_STAR, STATE(1988), 1, sym_comment, STATE(2241), 1, sym_formal_parameters, - [92191] = 7, + [92189] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3322), 1, + ACTIONS(3319), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -135452,14 +135451,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [92213] = 7, + [92211] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3632), 1, + ACTIONS(3629), 1, anon_sym_LBRACE, STATE(168), 1, sym_class_body, @@ -135467,55 +135466,55 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2309), 1, sym_class_heritage, - [92235] = 6, + [92233] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3663), 1, + ACTIONS(3660), 1, anon_sym_SQUOTE, STATE(1934), 1, aux_sym_string_repeat2, STATE(1991), 1, sym_comment, - ACTIONS(3557), 2, + ACTIONS(3554), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [92255] = 6, + [92253] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3663), 1, + ACTIONS(3660), 1, anon_sym_DQUOTE, STATE(1933), 1, aux_sym_string_repeat1, STATE(1992), 1, sym_comment, - ACTIONS(3555), 2, + ACTIONS(3552), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [92275] = 5, + [92273] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1993), 1, sym_comment, - ACTIONS(2838), 2, + ACTIONS(2835), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(3665), 2, + ACTIONS(3662), 2, anon_sym_COMMA, anon_sym_RBRACE, - [92293] = 7, + [92291] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3496), 1, + ACTIONS(3493), 1, anon_sym_LBRACE, STATE(1116), 1, sym_class_body, @@ -135523,7 +135522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2372), 1, sym_class_heritage, - [92315] = 5, + [92313] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -135533,93 +135532,93 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1575), 2, anon_sym_else, anon_sym_while, - ACTIONS(3667), 2, + ACTIONS(3664), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92333] = 7, + [92331] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3580), 1, + ACTIONS(3577), 1, anon_sym_COMMA, - ACTIONS(3582), 1, + ACTIONS(3579), 1, anon_sym_EQ, - ACTIONS(3669), 1, + ACTIONS(3666), 1, anon_sym_RBRACK, STATE(1996), 1, sym_comment, STATE(2054), 1, aux_sym_array_pattern_repeat1, - [92355] = 4, + [92353] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1997), 1, sym_comment, - ACTIONS(3671), 4, + ACTIONS(3668), 4, anon_sym_LPAREN, anon_sym_DOT, sym_optional_chain, anon_sym_BQUOTE, - [92371] = 6, + [92369] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1909), 1, aux_sym_variable_declaration_repeat1, STATE(1998), 1, sym_comment, - ACTIONS(3673), 2, + ACTIONS(3670), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92391] = 6, + [92389] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1982), 1, aux_sym_variable_declaration_repeat1, STATE(1999), 1, sym_comment, - ACTIONS(3675), 2, + ACTIONS(3672), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92411] = 6, + [92409] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1983), 1, aux_sym_variable_declaration_repeat1, STATE(2000), 1, sym_comment, - ACTIONS(3677), 2, + ACTIONS(3674), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92431] = 6, + [92429] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3474), 1, + ACTIONS(3471), 1, anon_sym_with, STATE(2001), 1, sym_comment, STATE(2293), 1, sym_import_attribute, - ACTIONS(3679), 2, + ACTIONS(3676), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92451] = 4, + [92449] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -135631,56 +135630,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_while, anon_sym_SEMI, - [92467] = 6, + [92465] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3681), 1, + ACTIONS(3678), 1, anon_sym_DQUOTE, STATE(1933), 1, aux_sym_string_repeat1, STATE(2003), 1, sym_comment, - ACTIONS(3555), 2, + ACTIONS(3552), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [92487] = 6, + [92485] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3681), 1, + ACTIONS(3678), 1, anon_sym_SQUOTE, STATE(1934), 1, aux_sym_string_repeat2, STATE(2004), 1, sym_comment, - ACTIONS(3557), 2, + ACTIONS(3554), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [92507] = 6, + [92505] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3474), 1, + ACTIONS(3471), 1, anon_sym_with, STATE(2005), 1, sym_comment, STATE(2539), 1, sym_import_attribute, - ACTIONS(3683), 2, + ACTIONS(3680), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92527] = 7, + [92525] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3685), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, STATE(1298), 1, sym_class_body, @@ -135688,14 +135687,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2312), 1, sym_class_heritage, - [92549] = 7, + [92547] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3369), 1, + ACTIONS(3366), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -135703,7 +135702,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [92571] = 4, + [92569] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -135715,14 +135714,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - [92587] = 7, + [92585] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3377), 1, + ACTIONS(3374), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -135730,43 +135729,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [92609] = 6, + [92607] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(2010), 1, sym_comment, STATE(2289), 1, sym__from_clause, - ACTIONS(3687), 2, + ACTIONS(3684), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92629] = 7, + [92627] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3689), 1, + ACTIONS(3686), 1, sym_identifier, - ACTIONS(3691), 1, + ACTIONS(3688), 1, anon_sym_STAR, STATE(2011), 1, sym_comment, STATE(2620), 1, sym_formal_parameters, - [92651] = 7, + [92649] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3525), 1, + ACTIONS(3522), 1, sym__glimmer_template_content, - ACTIONS(3693), 1, + ACTIONS(3690), 1, anon_sym_LT_SLASHtemplate_GT, STATE(1600), 1, sym_glimmer_closing_tag, @@ -135774,26 +135773,26 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2045), 1, aux_sym_glimmer_template_repeat1, - [92673] = 4, + [92671] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2013), 1, sym_comment, - ACTIONS(3695), 4, + ACTIONS(3692), 4, sym__template_chars, sym_escape_sequence, anon_sym_BQUOTE, anon_sym_DOLLAR_LBRACE, - [92689] = 7, + [92687] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3697), 1, + ACTIONS(3694), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -135801,14 +135800,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [92711] = 7, + [92709] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3699), 1, + ACTIONS(3696), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -135816,71 +135815,71 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [92733] = 6, + [92731] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(2016), 1, sym_comment, STATE(2586), 1, sym__from_clause, - ACTIONS(3701), 2, + ACTIONS(3698), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92753] = 6, + [92751] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3703), 1, + ACTIONS(3700), 1, anon_sym_SQUOTE, STATE(1991), 1, aux_sym_string_repeat2, STATE(2017), 1, sym_comment, - ACTIONS(3557), 2, + ACTIONS(3554), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [92773] = 6, + [92771] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3703), 1, + ACTIONS(3700), 1, anon_sym_DQUOTE, STATE(1992), 1, aux_sym_string_repeat1, STATE(2018), 1, sym_comment, - ACTIONS(3555), 2, + ACTIONS(3552), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [92793] = 7, + [92791] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3705), 1, + ACTIONS(3702), 1, sym_identifier, - ACTIONS(3707), 1, + ACTIONS(3704), 1, anon_sym_STAR, STATE(2019), 1, sym_comment, STATE(2427), 1, sym_formal_parameters, - [92815] = 7, + [92813] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3525), 1, + ACTIONS(3522), 1, sym__glimmer_template_content, - ACTIONS(3551), 1, + ACTIONS(3548), 1, anon_sym_LT_SLASHtemplate_GT, STATE(1391), 1, sym_glimmer_closing_tag, @@ -135888,116 +135887,116 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_glimmer_template_repeat1, STATE(2020), 1, sym_comment, - [92837] = 7, + [92835] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3709), 1, + ACTIONS(3706), 1, sym_identifier, - ACTIONS(3711), 1, + ACTIONS(3708), 1, anon_sym_STAR, STATE(2021), 1, sym_comment, STATE(2620), 1, sym_formal_parameters, - [92859] = 6, + [92857] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3713), 1, + ACTIONS(3710), 1, anon_sym_SQUOTE, STATE(1951), 1, aux_sym_string_repeat2, STATE(2022), 1, sym_comment, - ACTIONS(3557), 2, + ACTIONS(3554), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [92879] = 6, + [92877] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3715), 1, + ACTIONS(3712), 1, anon_sym_EQ, STATE(2023), 1, sym_comment, STATE(2462), 1, sym__initializer, - ACTIONS(3177), 2, + ACTIONS(3174), 2, anon_sym_in, anon_sym_of, - [92899] = 7, + [92897] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3717), 1, + ACTIONS(3714), 1, sym_html_character_reference, - ACTIONS(3719), 1, + ACTIONS(3716), 1, anon_sym_DQUOTE, - ACTIONS(3721), 1, + ACTIONS(3718), 1, sym_unescaped_double_jsx_string_fragment, STATE(2024), 1, sym_comment, STATE(2036), 1, aux_sym__jsx_string_repeat1, - [92921] = 7, + [92919] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3719), 1, + ACTIONS(3716), 1, anon_sym_SQUOTE, - ACTIONS(3723), 1, + ACTIONS(3720), 1, sym_html_character_reference, - ACTIONS(3725), 1, + ACTIONS(3722), 1, sym_unescaped_single_jsx_string_fragment, STATE(2025), 1, sym_comment, STATE(2026), 1, aux_sym__jsx_string_repeat2, - [92943] = 7, + [92941] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3723), 1, + ACTIONS(3720), 1, sym_html_character_reference, - ACTIONS(3725), 1, + ACTIONS(3722), 1, sym_unescaped_single_jsx_string_fragment, - ACTIONS(3727), 1, + ACTIONS(3724), 1, anon_sym_SQUOTE, STATE(1965), 1, aux_sym__jsx_string_repeat2, STATE(2026), 1, sym_comment, - [92965] = 6, + [92963] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3713), 1, + ACTIONS(3710), 1, anon_sym_DQUOTE, STATE(1954), 1, aux_sym_string_repeat1, STATE(2027), 1, sym_comment, - ACTIONS(3555), 2, + ACTIONS(3552), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [92985] = 7, + [92983] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3729), 1, + ACTIONS(3726), 1, anon_sym_LBRACE, STATE(2028), 1, sym_comment, @@ -136005,29 +136004,29 @@ static const uint16_t ts_small_parse_table[] = { sym_class_body, STATE(2562), 1, sym_class_heritage, - [93007] = 7, + [93005] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3731), 1, + ACTIONS(3728), 1, sym_identifier, - ACTIONS(3733), 1, + ACTIONS(3730), 1, anon_sym_STAR, STATE(2029), 1, sym_comment, STATE(2620), 1, sym_formal_parameters, - [93029] = 7, + [93027] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3735), 1, + ACTIONS(3732), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -136035,44 +136034,44 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [93051] = 7, + [93049] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3737), 1, + ACTIONS(3734), 1, sym_identifier, - ACTIONS(3739), 1, + ACTIONS(3736), 1, anon_sym_STAR, STATE(2031), 1, sym_comment, STATE(2427), 1, sym_formal_parameters, - [93073] = 7, + [93071] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3741), 1, + ACTIONS(3738), 1, sym_identifier, - ACTIONS(3743), 1, + ACTIONS(3740), 1, anon_sym_STAR, STATE(2032), 1, sym_comment, STATE(2620), 1, sym_formal_parameters, - [93095] = 7, + [93093] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3685), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, STATE(1377), 1, sym_class_body, @@ -136080,14 +136079,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2583), 1, sym_class_heritage, - [93117] = 7, + [93115] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3745), 1, + ACTIONS(3742), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -136095,14 +136094,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [93139] = 7, + [93137] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3729), 1, + ACTIONS(3726), 1, anon_sym_LBRACE, STATE(2035), 1, sym_comment, @@ -136110,44 +136109,44 @@ static const uint16_t ts_small_parse_table[] = { sym_class_body, STATE(2640), 1, sym_class_heritage, - [93161] = 7, + [93159] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3717), 1, + ACTIONS(3714), 1, sym_html_character_reference, - ACTIONS(3721), 1, + ACTIONS(3718), 1, sym_unescaped_double_jsx_string_fragment, - ACTIONS(3727), 1, + ACTIONS(3724), 1, anon_sym_DQUOTE, STATE(1966), 1, aux_sym__jsx_string_repeat1, STATE(2036), 1, sym_comment, - [93183] = 7, + [93181] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3474), 1, + ACTIONS(3471), 1, anon_sym_with, - ACTIONS(3747), 1, + ACTIONS(3744), 1, anon_sym_SEMI, - ACTIONS(3749), 1, + ACTIONS(3746), 1, sym__automatic_semicolon, STATE(2037), 1, sym_comment, STATE(2721), 1, sym_import_attribute, - [93205] = 7, + [93203] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3685), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, STATE(1383), 1, sym_class_body, @@ -136155,72 +136154,72 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2652), 1, sym_class_heritage, - [93227] = 7, + [93225] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3751), 1, + ACTIONS(3748), 1, sym_identifier, - ACTIONS(3753), 1, + ACTIONS(3750), 1, anon_sym_STAR, STATE(2039), 1, sym_comment, STATE(2427), 1, sym_formal_parameters, - [93249] = 6, + [93247] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1979), 1, aux_sym_variable_declaration_repeat1, STATE(2040), 1, sym_comment, - ACTIONS(3755), 2, + ACTIONS(3752), 2, sym__automatic_semicolon, anon_sym_SEMI, - [93269] = 6, + [93267] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3464), 1, + ACTIONS(3461), 1, anon_sym_COMMA, STATE(1979), 1, aux_sym_variable_declaration_repeat1, STATE(2041), 1, sym_comment, - ACTIONS(3757), 2, + ACTIONS(3754), 2, sym__automatic_semicolon, anon_sym_SEMI, - [93289] = 7, + [93287] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3759), 1, + ACTIONS(3756), 1, sym_identifier, - ACTIONS(3761), 1, + ACTIONS(3758), 1, anon_sym_STAR, STATE(2042), 1, sym_comment, STATE(2620), 1, sym_formal_parameters, - [93311] = 7, + [93309] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3763), 1, + ACTIONS(3760), 1, anon_sym_class, STATE(1883), 1, aux_sym_export_statement_repeat1, @@ -136228,14 +136227,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2071), 1, sym_decorator, - [93333] = 7, + [93331] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3482), 1, + ACTIONS(3479), 1, anon_sym_extends, - ACTIONS(3685), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, STATE(1282), 1, sym_class_body, @@ -136243,14 +136242,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2738), 1, sym_class_heritage, - [93355] = 7, + [93353] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3525), 1, + ACTIONS(3522), 1, sym__glimmer_template_content, - ACTIONS(3693), 1, + ACTIONS(3690), 1, anon_sym_LT_SLASHtemplate_GT, STATE(1591), 1, sym_glimmer_closing_tag, @@ -136258,45 +136257,45 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2157), 1, aux_sym_glimmer_template_repeat1, - [93377] = 6, + [93375] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3765), 1, + ACTIONS(3762), 1, anon_sym_DQUOTE, - ACTIONS(3767), 1, + ACTIONS(3764), 1, anon_sym_SQUOTE, STATE(2046), 1, sym_comment, STATE(2160), 1, sym_string, - [93396] = 6, + [93394] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3391), 1, + ACTIONS(3388), 1, sym_identifier, - ACTIONS(3395), 1, + ACTIONS(3392), 1, anon_sym_LBRACK, - ACTIONS(3397), 1, + ACTIONS(3394), 1, sym_private_property_identifier, STATE(2047), 1, sym_comment, - [93415] = 5, + [93413] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3771), 1, + ACTIONS(3768), 1, sym_unescaped_double_jsx_string_fragment, STATE(2048), 1, sym_comment, - ACTIONS(3769), 2, + ACTIONS(3766), 2, sym_html_character_reference, anon_sym_DQUOTE, - [93432] = 4, + [93430] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136307,72 +136306,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_export, anon_sym_class, anon_sym_AT, - [93447] = 6, + [93445] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3773), 1, + ACTIONS(3770), 1, sym_identifier, STATE(2050), 1, sym_comment, STATE(2235), 1, sym_formal_parameters, - [93466] = 6, + [93464] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - ACTIONS(3777), 1, + ACTIONS(3774), 1, anon_sym_LPAREN, STATE(2051), 1, sym_comment, STATE(2089), 1, sym_statement_block, - [93485] = 6, + [93483] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3779), 1, + ACTIONS(3776), 1, sym_identifier, STATE(2052), 1, sym_comment, STATE(2425), 1, sym_formal_parameters, - [93504] = 6, + [93502] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(3781), 1, + ACTIONS(3778), 1, anon_sym_RBRACK, STATE(1926), 1, aux_sym_array_repeat1, STATE(2053), 1, sym_comment, - [93523] = 6, + [93521] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3580), 1, + ACTIONS(3577), 1, anon_sym_COMMA, - ACTIONS(3783), 1, + ACTIONS(3780), 1, anon_sym_RBRACK, STATE(2054), 1, sym_comment, STATE(2139), 1, aux_sym_array_pattern_repeat1, - [93542] = 4, + [93540] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136383,46 +136382,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_export, anon_sym_class, anon_sym_AT, - [93557] = 6, + [93555] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3785), 1, + ACTIONS(3782), 1, sym_identifier, STATE(2056), 1, sym_comment, STATE(2235), 1, sym_formal_parameters, - [93576] = 6, + [93574] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3787), 1, + ACTIONS(3784), 1, anon_sym_LPAREN, - ACTIONS(3789), 1, + ACTIONS(3786), 1, anon_sym_await, STATE(117), 1, sym__for_header, STATE(2057), 1, sym_comment, - [93595] = 6, + [93593] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3791), 1, + ACTIONS(3788), 1, sym_identifier, STATE(2058), 1, sym_comment, STATE(2425), 1, sym_formal_parameters, - [93614] = 4, + [93612] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136433,59 +136432,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_while, anon_sym_finally, - [93629] = 6, + [93627] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3793), 1, + ACTIONS(3790), 1, sym_identifier, STATE(2060), 1, sym_comment, STATE(2235), 1, sym_formal_parameters, - [93648] = 6, + [93646] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3795), 1, + ACTIONS(3792), 1, sym_identifier, - ACTIONS(3797), 1, + ACTIONS(3794), 1, anon_sym_SEMI, - ACTIONS(3799), 1, + ACTIONS(3796), 1, sym__automatic_semicolon, STATE(2061), 1, sym_comment, - [93667] = 6, + [93665] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3801), 1, + ACTIONS(3798), 1, sym_identifier, STATE(2062), 1, sym_comment, STATE(2425), 1, sym_formal_parameters, - [93686] = 6, + [93684] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3803), 1, + ACTIONS(3800), 1, sym_identifier, - ACTIONS(3805), 1, + ACTIONS(3802), 1, anon_sym_SEMI, - ACTIONS(3807), 1, + ACTIONS(3804), 1, sym__automatic_semicolon, STATE(2063), 1, sym_comment, - [93705] = 5, + [93703] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136497,7 +136496,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1057), 2, anon_sym_else, anon_sym_while, - [93722] = 5, + [93720] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136509,7 +136508,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1039), 2, anon_sym_else, anon_sym_while, - [93739] = 5, + [93737] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136521,7 +136520,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1031), 2, anon_sym_else, anon_sym_while, - [93756] = 5, + [93754] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136533,7 +136532,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1027), 2, anon_sym_else, anon_sym_while, - [93773] = 6, + [93771] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136546,7 +136545,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2097), 1, aux_sym_array_repeat1, - [93792] = 6, + [93790] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136559,12 +136558,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2069), 1, sym_comment, - [93811] = 6, + [93809] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3809), 1, + ACTIONS(3806), 1, sym_identifier, STATE(1807), 1, sym_decorator_member_expression, @@ -136572,57 +136571,57 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2107), 1, sym_decorator_call_expression, - [93830] = 4, + [93828] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2071), 1, sym_comment, - ACTIONS(3811), 3, + ACTIONS(3808), 3, anon_sym_export, anon_sym_class, anon_sym_AT, - [93845] = 6, + [93843] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3813), 1, + ACTIONS(3810), 1, sym_identifier, STATE(2072), 1, sym_comment, STATE(2235), 1, sym_formal_parameters, - [93864] = 6, + [93862] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, - ACTIONS(3815), 1, + ACTIONS(3812), 1, anon_sym_as, STATE(2073), 1, sym_comment, STATE(2599), 1, sym__from_clause, - [93883] = 6, + [93881] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3817), 1, + ACTIONS(3814), 1, sym_identifier, STATE(2074), 1, sym_comment, STATE(2425), 1, sym_formal_parameters, - [93902] = 5, + [93900] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136634,46 +136633,46 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2497), 2, anon_sym_LPAREN, anon_sym_COLON, - [93919] = 6, + [93917] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3819), 1, + ACTIONS(3816), 1, anon_sym_COLON, - ACTIONS(3821), 1, + ACTIONS(3818), 1, anon_sym_GT, - ACTIONS(3823), 1, + ACTIONS(3820), 1, anon_sym_DOT, STATE(2076), 1, sym_comment, - [93938] = 6, + [93936] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3438), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - ACTIONS(3825), 1, + ACTIONS(3822), 1, anon_sym_RBRACE, STATE(2077), 1, sym_comment, STATE(2117), 1, aux_sym_object_pattern_repeat1, - [93957] = 6, + [93955] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(3827), 1, + ACTIONS(3824), 1, anon_sym_RBRACE, STATE(2078), 1, sym_comment, STATE(2118), 1, aux_sym_object_repeat1, - [93976] = 5, + [93974] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136685,46 +136684,46 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1019), 2, anon_sym_else, anon_sym_while, - [93993] = 6, + [93991] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3438), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - ACTIONS(3829), 1, + ACTIONS(3826), 1, anon_sym_RBRACE, STATE(2080), 1, sym_comment, STATE(2121), 1, aux_sym_object_pattern_repeat1, - [94012] = 6, + [94010] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, - ACTIONS(3831), 1, + ACTIONS(3828), 1, anon_sym_COLON, STATE(2081), 1, sym_comment, STATE(2569), 1, sym_formal_parameters, - [94031] = 6, + [94029] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, - ACTIONS(3815), 1, + ACTIONS(3812), 1, anon_sym_as, STATE(2082), 1, sym_comment, STATE(2508), 1, sym__from_clause, - [94050] = 5, + [94048] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136736,7 +136735,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1053), 2, anon_sym_else, anon_sym_while, - [94067] = 5, + [94065] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136748,46 +136747,46 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1005), 2, anon_sym_else, anon_sym_while, - [94084] = 6, + [94082] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(3827), 1, + ACTIONS(3824), 1, anon_sym_RBRACE, STATE(2085), 1, sym_comment, STATE(2119), 1, aux_sym_object_repeat1, - [94103] = 6, + [94101] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3438), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - ACTIONS(3825), 1, + ACTIONS(3822), 1, anon_sym_RBRACE, STATE(2086), 1, sym_comment, STATE(2121), 1, aux_sym_object_pattern_repeat1, - [94122] = 6, + [94120] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, - ACTIONS(3815), 1, + ACTIONS(3812), 1, anon_sym_as, STATE(2087), 1, sym_comment, STATE(2406), 1, sym__from_clause, - [94141] = 4, + [94139] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136798,7 +136797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_export, anon_sym_class, anon_sym_AT, - [94156] = 4, + [94154] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136809,7 +136808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_while, anon_sym_finally, - [94171] = 4, + [94169] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136820,7 +136819,7 @@ static const uint16_t ts_small_parse_table[] = { sym__automatic_semicolon, anon_sym_else, anon_sym_while, - [94186] = 4, + [94184] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136831,98 +136830,98 @@ static const uint16_t ts_small_parse_table[] = { sym__automatic_semicolon, anon_sym_else, anon_sym_while, - [94201] = 6, + [94199] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, - ACTIONS(3815), 1, + ACTIONS(3812), 1, anon_sym_as, STATE(2092), 1, sym_comment, STATE(2284), 1, sym__from_clause, - [94220] = 6, + [94218] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(3833), 1, + ACTIONS(3830), 1, anon_sym_RBRACE, STATE(2093), 1, sym_comment, STATE(2119), 1, aux_sym_object_repeat1, - [94239] = 6, + [94237] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3653), 1, + ACTIONS(3650), 1, anon_sym_COMMA, - ACTIONS(3655), 1, + ACTIONS(3652), 1, anon_sym_RPAREN, STATE(2094), 1, sym_comment, STATE(2132), 1, aux_sym_formal_parameters_repeat1, - [94258] = 6, + [94256] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3835), 1, + ACTIONS(3832), 1, sym_identifier, STATE(2095), 1, sym_comment, STATE(2235), 1, sym_formal_parameters, - [94277] = 6, + [94275] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3837), 1, + ACTIONS(3834), 1, sym_identifier, STATE(2096), 1, sym_comment, STATE(2425), 1, sym_formal_parameters, - [94296] = 6, + [94294] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(3839), 1, + ACTIONS(3836), 1, anon_sym_RPAREN, STATE(1926), 1, aux_sym_array_repeat1, STATE(2097), 1, sym_comment, - [94315] = 6, + [94313] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3580), 1, + ACTIONS(3577), 1, anon_sym_COMMA, - ACTIONS(3584), 1, + ACTIONS(3581), 1, anon_sym_RBRACK, STATE(2098), 1, sym_comment, STATE(2138), 1, aux_sym_array_pattern_repeat1, - [94334] = 6, + [94332] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136935,20 +136934,20 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2137), 1, aux_sym_array_repeat1, - [94353] = 6, + [94351] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3438), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - ACTIONS(3841), 1, + ACTIONS(3838), 1, anon_sym_RBRACE, STATE(2100), 1, sym_comment, STATE(2121), 1, aux_sym_object_pattern_repeat1, - [94372] = 6, + [94370] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -136961,81 +136960,81 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2101), 1, sym_comment, - [94391] = 6, + [94389] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3580), 1, + ACTIONS(3577), 1, anon_sym_COMMA, - ACTIONS(3584), 1, + ACTIONS(3581), 1, anon_sym_RBRACK, STATE(2102), 1, sym_comment, STATE(2139), 1, aux_sym_array_pattern_repeat1, - [94410] = 6, + [94408] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, - ACTIONS(3815), 1, + ACTIONS(3812), 1, anon_sym_as, STATE(2103), 1, sym_comment, STATE(2379), 1, sym__from_clause, - [94429] = 5, + [94427] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3843), 1, + ACTIONS(3840), 1, anon_sym_DQUOTE, STATE(2104), 1, sym_comment, - ACTIONS(3845), 2, + ACTIONS(3842), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [94446] = 5, + [94444] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3847), 1, + ACTIONS(3844), 1, anon_sym_SQUOTE, STATE(2105), 1, sym_comment, - ACTIONS(3849), 2, + ACTIONS(3846), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [94463] = 6, + [94461] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3851), 1, + ACTIONS(3848), 1, sym_identifier, STATE(2106), 1, sym_comment, STATE(2425), 1, sym_formal_parameters, - [94482] = 4, + [94480] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2107), 1, sym_comment, - ACTIONS(3242), 3, + ACTIONS(3239), 3, anon_sym_export, anon_sym_class, anon_sym_AT, - [94497] = 5, + [94495] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137047,55 +137046,55 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(999), 2, anon_sym_else, anon_sym_while, - [94514] = 5, + [94512] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3853), 1, + ACTIONS(3850), 1, sym__automatic_semicolon, STATE(2109), 1, sym_comment, ACTIONS(948), 2, anon_sym_else, anon_sym_while, - [94531] = 4, + [94529] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2110), 1, sym_comment, - ACTIONS(3855), 3, + ACTIONS(3852), 3, sym__automatic_semicolon, anon_sym_from, anon_sym_SEMI, - [94546] = 6, + [94544] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3857), 1, + ACTIONS(3854), 1, anon_sym_COMMA, - ACTIONS(3859), 1, + ACTIONS(3856), 1, anon_sym_RBRACE, STATE(2111), 1, sym_comment, STATE(2163), 1, aux_sym_export_clause_repeat1, - [94565] = 5, + [94563] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3861), 1, + ACTIONS(3858), 1, anon_sym_as, STATE(2112), 1, sym_comment, - ACTIONS(3863), 2, + ACTIONS(3860), 2, anon_sym_COMMA, anon_sym_RBRACE, - [94582] = 4, + [94580] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137106,84 +137105,84 @@ static const uint16_t ts_small_parse_table[] = { sym__automatic_semicolon, anon_sym_else, anon_sym_while, - [94597] = 6, + [94595] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3410), 1, + ACTIONS(3407), 1, sym_identifier, - ACTIONS(3414), 1, + ACTIONS(3411), 1, anon_sym_LBRACK, - ACTIONS(3416), 1, + ACTIONS(3413), 1, sym_private_property_identifier, STATE(2114), 1, sym_comment, - [94616] = 6, + [94614] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(3865), 1, + ACTIONS(3862), 1, anon_sym_RBRACE, STATE(2115), 1, sym_comment, STATE(2119), 1, aux_sym_object_repeat1, - [94635] = 6, + [94633] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3438), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - ACTIONS(3867), 1, + ACTIONS(3864), 1, anon_sym_RBRACE, STATE(2116), 1, sym_comment, STATE(2121), 1, aux_sym_object_pattern_repeat1, - [94654] = 6, + [94652] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3438), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - ACTIONS(3869), 1, + ACTIONS(3866), 1, anon_sym_RBRACE, STATE(2117), 1, sym_comment, STATE(2121), 1, aux_sym_object_pattern_repeat1, - [94673] = 6, + [94671] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(3871), 1, + ACTIONS(3868), 1, anon_sym_RBRACE, STATE(2118), 1, sym_comment, STATE(2119), 1, aux_sym_object_repeat1, - [94692] = 5, + [94690] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3873), 1, + ACTIONS(3870), 1, anon_sym_COMMA, - ACTIONS(3876), 1, + ACTIONS(3873), 1, anon_sym_RBRACE, STATE(2119), 2, sym_comment, aux_sym_object_repeat1, - [94709] = 4, + [94707] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137194,57 +137193,57 @@ static const uint16_t ts_small_parse_table[] = { sym__automatic_semicolon, anon_sym_else, anon_sym_while, - [94724] = 5, + [94722] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3878), 1, + ACTIONS(3875), 1, anon_sym_COMMA, - ACTIONS(3881), 1, + ACTIONS(3878), 1, anon_sym_RBRACE, STATE(2121), 2, sym_comment, aux_sym_object_pattern_repeat1, - [94741] = 5, + [94739] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3535), 1, + ACTIONS(3532), 1, anon_sym_as, STATE(2122), 1, sym_comment, - ACTIONS(3883), 2, + ACTIONS(3880), 2, anon_sym_COMMA, anon_sym_RBRACE, - [94758] = 6, + [94756] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3885), 1, + ACTIONS(3882), 1, anon_sym_COMMA, - ACTIONS(3887), 1, + ACTIONS(3884), 1, anon_sym_RBRACE, STATE(2123), 1, sym_comment, STATE(2179), 1, aux_sym_named_imports_repeat1, - [94777] = 6, + [94775] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(3889), 1, + ACTIONS(3886), 1, anon_sym_RPAREN, STATE(1926), 1, aux_sym_array_repeat1, STATE(2124), 1, sym_comment, - [94796] = 6, + [94794] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137257,7 +137256,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2125), 1, sym_comment, - [94815] = 6, + [94813] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137270,107 +137269,107 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2126), 1, sym_comment, - [94834] = 6, + [94832] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3891), 1, + ACTIONS(3888), 1, anon_sym_LBRACE, - ACTIONS(3893), 1, + ACTIONS(3890), 1, anon_sym_LPAREN, STATE(486), 1, sym_statement_block, STATE(2127), 1, sym_comment, - [94853] = 4, + [94851] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2128), 1, sym_comment, - ACTIONS(3432), 3, + ACTIONS(3429), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [94868] = 5, + [94866] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3895), 1, + ACTIONS(3892), 1, anon_sym_EQ, STATE(2129), 1, sym_comment, ACTIONS(1878), 2, anon_sym_in, anon_sym_of, - [94885] = 6, + [94883] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1545), 1, anon_sym_while, - ACTIONS(3897), 1, + ACTIONS(3894), 1, anon_sym_else, STATE(2130), 1, sym_comment, STATE(2636), 1, sym_else_clause, - [94904] = 6, + [94902] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3899), 1, + ACTIONS(3896), 1, sym_identifier, STATE(2131), 1, sym_comment, STATE(2319), 1, sym_formal_parameters, - [94923] = 6, + [94921] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3901), 1, + ACTIONS(3898), 1, anon_sym_COMMA, - ACTIONS(3903), 1, + ACTIONS(3900), 1, anon_sym_RPAREN, STATE(2132), 1, sym_comment, STATE(2188), 1, aux_sym_formal_parameters_repeat1, - [94942] = 5, + [94940] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3338), 1, + ACTIONS(3335), 1, anon_sym_EQ, STATE(2133), 1, sym_comment, ACTIONS(1878), 2, anon_sym_in, anon_sym_of, - [94959] = 6, + [94957] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3905), 1, + ACTIONS(3902), 1, anon_sym_LBRACE, - ACTIONS(3907), 1, + ACTIONS(3904), 1, anon_sym_LPAREN, STATE(752), 1, sym_statement_block, STATE(2134), 1, sym_comment, - [94978] = 4, + [94976] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137381,161 +137380,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [94993] = 5, + [94991] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3582), 1, + ACTIONS(3579), 1, anon_sym_EQ, STATE(2136), 1, sym_comment, - ACTIONS(3909), 2, + ACTIONS(3906), 2, anon_sym_COMMA, anon_sym_RBRACK, - [95010] = 6, + [95008] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(3911), 1, + ACTIONS(3908), 1, anon_sym_RBRACK, STATE(1926), 1, aux_sym_array_repeat1, STATE(2137), 1, sym_comment, - [95029] = 6, + [95027] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3580), 1, + ACTIONS(3577), 1, anon_sym_COMMA, - ACTIONS(3913), 1, + ACTIONS(3910), 1, anon_sym_RBRACK, STATE(2138), 1, sym_comment, STATE(2139), 1, aux_sym_array_pattern_repeat1, - [95048] = 5, + [95046] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3909), 1, + ACTIONS(3906), 1, anon_sym_RBRACK, - ACTIONS(3915), 1, + ACTIONS(3912), 1, anon_sym_COMMA, STATE(2139), 2, sym_comment, aux_sym_array_pattern_repeat1, - [95065] = 6, + [95063] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3918), 1, + ACTIONS(3915), 1, sym_identifier, - ACTIONS(3920), 1, + ACTIONS(3917), 1, anon_sym_SEMI, - ACTIONS(3922), 1, + ACTIONS(3919), 1, sym__automatic_semicolon, STATE(2140), 1, sym_comment, - [95084] = 6, + [95082] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3924), 1, + ACTIONS(3921), 1, sym_identifier, - ACTIONS(3926), 1, + ACTIONS(3923), 1, anon_sym_SEMI, - ACTIONS(3928), 1, + ACTIONS(3925), 1, sym__automatic_semicolon, STATE(2141), 1, sym_comment, - [95103] = 6, + [95101] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3930), 1, + ACTIONS(3927), 1, anon_sym_LPAREN, - ACTIONS(3932), 1, + ACTIONS(3929), 1, anon_sym_await, STATE(101), 1, sym__for_header, STATE(2142), 1, sym_comment, - [95122] = 6, + [95120] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3934), 1, + ACTIONS(3931), 1, anon_sym_LPAREN, - ACTIONS(3936), 1, + ACTIONS(3933), 1, anon_sym_await, STATE(70), 1, sym__for_header, STATE(2143), 1, sym_comment, - [95141] = 6, + [95139] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3938), 1, + ACTIONS(3935), 1, sym_identifier, - ACTIONS(3940), 1, + ACTIONS(3937), 1, anon_sym_SEMI, - ACTIONS(3942), 1, + ACTIONS(3939), 1, sym__automatic_semicolon, STATE(2144), 1, sym_comment, - [95160] = 6, + [95158] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(3944), 1, + ACTIONS(3941), 1, anon_sym_RPAREN, STATE(1926), 1, aux_sym_array_repeat1, STATE(2145), 1, sym_comment, - [95179] = 6, + [95177] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3946), 1, + ACTIONS(3943), 1, sym_identifier, - ACTIONS(3948), 1, + ACTIONS(3945), 1, anon_sym_SEMI, - ACTIONS(3950), 1, + ACTIONS(3947), 1, sym__automatic_semicolon, STATE(2146), 1, sym_comment, - [95198] = 6, + [95196] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3819), 1, + ACTIONS(3816), 1, anon_sym_COLON, - ACTIONS(3823), 1, + ACTIONS(3820), 1, anon_sym_DOT, - ACTIONS(3952), 1, + ACTIONS(3949), 1, anon_sym_GT, STATE(2147), 1, sym_comment, - [95217] = 6, + [95215] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137548,7 +137547,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2148), 1, sym_comment, - [95236] = 6, + [95234] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137561,49 +137560,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2149), 1, sym_comment, - [95255] = 6, + [95253] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(3954), 1, + ACTIONS(3951), 1, sym_identifier, STATE(2150), 1, sym_comment, STATE(2235), 1, sym_formal_parameters, - [95274] = 6, + [95272] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3956), 1, + ACTIONS(3953), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3955), 1, anon_sym_LPAREN, STATE(676), 1, sym_statement_block, STATE(2151), 1, sym_comment, - [95293] = 4, + [95291] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2152), 1, sym_comment, - ACTIONS(3960), 3, + ACTIONS(3957), 3, anon_sym_export, anon_sym_class, anon_sym_AT, - [95308] = 6, + [95306] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3962), 1, + ACTIONS(3959), 1, sym_identifier, STATE(1560), 1, sym_decorator_member_expression, @@ -137611,7 +137610,7 @@ static const uint16_t ts_small_parse_table[] = { sym_decorator_call_expression, STATE(2153), 1, sym_comment, - [95327] = 6, + [95325] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137624,18 +137623,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(2175), 1, aux_sym_array_repeat1, - [95346] = 4, + [95344] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2155), 1, sym_comment, - ACTIONS(3964), 3, + ACTIONS(3961), 3, sym__automatic_semicolon, anon_sym_from, anon_sym_SEMI, - [95361] = 6, + [95359] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137648,259 +137647,259 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2156), 1, sym_comment, - [95380] = 5, + [95378] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3966), 1, + ACTIONS(3963), 1, sym__glimmer_template_content, - ACTIONS(3969), 1, + ACTIONS(3966), 1, anon_sym_LT_SLASHtemplate_GT, STATE(2157), 2, sym_comment, aux_sym_glimmer_template_repeat1, - [95397] = 6, + [95395] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(3971), 1, + ACTIONS(3968), 1, anon_sym_RBRACE, STATE(2119), 1, aux_sym_object_repeat1, STATE(2158), 1, sym_comment, - [95416] = 6, + [95414] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3819), 1, + ACTIONS(3816), 1, anon_sym_COLON, - ACTIONS(3823), 1, + ACTIONS(3820), 1, anon_sym_DOT, - ACTIONS(3973), 1, + ACTIONS(3970), 1, anon_sym_GT, STATE(2159), 1, sym_comment, - [95435] = 4, + [95433] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2160), 1, sym_comment, - ACTIONS(3975), 3, + ACTIONS(3972), 3, sym__automatic_semicolon, anon_sym_with, anon_sym_SEMI, - [95450] = 4, + [95448] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2161), 1, sym_comment, - ACTIONS(3977), 3, + ACTIONS(3974), 3, sym__automatic_semicolon, anon_sym_from, anon_sym_SEMI, - [95465] = 5, + [95463] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3981), 1, + ACTIONS(3978), 1, sym_unescaped_single_jsx_string_fragment, STATE(2162), 1, sym_comment, - ACTIONS(3979), 2, + ACTIONS(3976), 2, sym_html_character_reference, anon_sym_SQUOTE, - [95482] = 6, + [95480] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3983), 1, + ACTIONS(3980), 1, anon_sym_COMMA, - ACTIONS(3985), 1, + ACTIONS(3982), 1, anon_sym_RBRACE, STATE(2163), 1, sym_comment, STATE(2197), 1, aux_sym_export_clause_repeat1, - [95501] = 6, + [95499] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3438), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - ACTIONS(3987), 1, + ACTIONS(3984), 1, anon_sym_RBRACE, STATE(2100), 1, aux_sym_object_pattern_repeat1, STATE(2164), 1, sym_comment, - [95520] = 6, + [95518] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(3989), 1, + ACTIONS(3986), 1, anon_sym_RBRACE, STATE(2093), 1, aux_sym_object_repeat1, STATE(2165), 1, sym_comment, - [95539] = 6, + [95537] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(3989), 1, + ACTIONS(3986), 1, anon_sym_RBRACE, STATE(2119), 1, aux_sym_object_repeat1, STATE(2166), 1, sym_comment, - [95558] = 5, + [95556] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3991), 1, + ACTIONS(3988), 1, sym__automatic_semicolon, STATE(2167), 1, sym_comment, ACTIONS(938), 2, anon_sym_else, anon_sym_while, - [95575] = 6, + [95573] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3438), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - ACTIONS(3987), 1, + ACTIONS(3984), 1, anon_sym_RBRACE, STATE(2121), 1, aux_sym_object_pattern_repeat1, STATE(2168), 1, sym_comment, - [95594] = 6, + [95592] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3993), 1, + ACTIONS(3990), 1, sym_identifier, - ACTIONS(3995), 1, + ACTIONS(3992), 1, anon_sym_SEMI, - ACTIONS(3997), 1, + ACTIONS(3994), 1, sym__automatic_semicolon, STATE(2169), 1, sym_comment, - [95613] = 6, + [95611] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3999), 1, + ACTIONS(3996), 1, sym_identifier, - ACTIONS(4001), 1, + ACTIONS(3998), 1, anon_sym_SEMI, - ACTIONS(4003), 1, + ACTIONS(4000), 1, sym__automatic_semicolon, STATE(2170), 1, sym_comment, - [95632] = 6, + [95630] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, - ACTIONS(4005), 1, + ACTIONS(4002), 1, anon_sym_COLON, STATE(2171), 1, sym_comment, STATE(2569), 1, sym_formal_parameters, - [95651] = 6, + [95649] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4007), 1, + ACTIONS(4004), 1, anon_sym_LPAREN, - ACTIONS(4009), 1, + ACTIONS(4006), 1, anon_sym_await, STATE(88), 1, sym__for_header, STATE(2172), 1, sym_comment, - [95670] = 5, + [95668] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3582), 1, + ACTIONS(3579), 1, anon_sym_EQ, STATE(2173), 1, sym_comment, - ACTIONS(4011), 2, + ACTIONS(4008), 2, anon_sym_COMMA, anon_sym_RBRACE, - [95687] = 6, + [95685] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(4013), 1, + ACTIONS(4010), 1, anon_sym_RPAREN, STATE(1926), 1, aux_sym_array_repeat1, STATE(2174), 1, sym_comment, - [95706] = 6, + [95704] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(4015), 1, + ACTIONS(4012), 1, anon_sym_RPAREN, STATE(1926), 1, aux_sym_array_repeat1, STATE(2175), 1, sym_comment, - [95725] = 6, + [95723] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3819), 1, + ACTIONS(3816), 1, anon_sym_COLON, - ACTIONS(3823), 1, + ACTIONS(3820), 1, anon_sym_DOT, - ACTIONS(4017), 1, + ACTIONS(4014), 1, anon_sym_GT, STATE(2176), 1, sym_comment, - [95744] = 6, + [95742] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137913,7 +137912,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2177), 1, sym_comment, - [95763] = 6, + [95761] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -137926,131 +137925,131 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2178), 1, sym_comment, - [95782] = 6, + [95780] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4019), 1, + ACTIONS(4016), 1, anon_sym_COMMA, - ACTIONS(4021), 1, + ACTIONS(4018), 1, anon_sym_RBRACE, STATE(2179), 1, sym_comment, STATE(2181), 1, aux_sym_named_imports_repeat1, - [95801] = 6, + [95799] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4023), 1, + ACTIONS(4020), 1, anon_sym_LBRACE, - ACTIONS(4025), 1, + ACTIONS(4022), 1, anon_sym_LPAREN, STATE(562), 1, sym_statement_block, STATE(2180), 1, sym_comment, - [95820] = 5, + [95818] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4027), 1, + ACTIONS(4024), 1, anon_sym_COMMA, - ACTIONS(4030), 1, + ACTIONS(4027), 1, anon_sym_RBRACE, STATE(2181), 2, sym_comment, aux_sym_named_imports_repeat1, - [95837] = 4, + [95835] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2182), 1, sym_comment, - ACTIONS(3637), 3, + ACTIONS(3634), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [95852] = 6, + [95850] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(4032), 1, + ACTIONS(4029), 1, anon_sym_RBRACE, STATE(2119), 1, aux_sym_object_repeat1, STATE(2183), 1, sym_comment, - [95871] = 6, + [95869] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(4034), 1, + ACTIONS(4031), 1, anon_sym_RBRACE, STATE(2119), 1, aux_sym_object_repeat1, STATE(2184), 1, sym_comment, - [95890] = 4, + [95888] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2185), 1, sym_comment, - ACTIONS(4036), 3, + ACTIONS(4033), 3, anon_sym_default, anon_sym_RBRACE, anon_sym_case, - [95905] = 6, + [95903] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3502), 1, + ACTIONS(3499), 1, anon_sym_LPAREN, - ACTIONS(4038), 1, + ACTIONS(4035), 1, sym_identifier, STATE(2186), 1, sym_comment, STATE(2716), 1, sym_formal_parameters, - [95924] = 6, + [95922] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3580), 1, + ACTIONS(3577), 1, anon_sym_COMMA, - ACTIONS(3669), 1, + ACTIONS(3666), 1, anon_sym_RBRACK, STATE(2054), 1, aux_sym_array_pattern_repeat1, STATE(2187), 1, sym_comment, - [95943] = 5, + [95941] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4040), 1, + ACTIONS(4037), 1, anon_sym_COMMA, - ACTIONS(4043), 1, + ACTIONS(4040), 1, anon_sym_RPAREN, STATE(2188), 2, sym_comment, aux_sym_formal_parameters_repeat1, - [95960] = 6, + [95958] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -138063,7 +138062,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2189), 1, sym_comment, - [95979] = 6, + [95977] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -138076,77 +138075,77 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_repeat1, STATE(2190), 1, sym_comment, - [95998] = 6, + [95996] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3580), 1, + ACTIONS(3577), 1, anon_sym_COMMA, - ACTIONS(3669), 1, + ACTIONS(3666), 1, anon_sym_RBRACK, STATE(2139), 1, aux_sym_array_pattern_repeat1, STATE(2191), 1, sym_comment, - [96017] = 6, + [96015] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(4045), 1, + ACTIONS(4042), 1, anon_sym_RBRACE, STATE(2119), 1, aux_sym_object_repeat1, STATE(2192), 1, sym_comment, - [96036] = 6, + [96034] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3387), 1, + ACTIONS(3384), 1, anon_sym_COMMA, - ACTIONS(4045), 1, + ACTIONS(4042), 1, anon_sym_RBRACE, STATE(2183), 1, aux_sym_object_repeat1, STATE(2193), 1, sym_comment, - [96055] = 6, + [96053] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4047), 1, + ACTIONS(4044), 1, sym_identifier, - ACTIONS(4049), 1, + ACTIONS(4046), 1, anon_sym_SEMI, - ACTIONS(4051), 1, + ACTIONS(4048), 1, sym__automatic_semicolon, STATE(2194), 1, sym_comment, - [96074] = 6, + [96072] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4053), 1, + ACTIONS(4050), 1, sym_identifier, - ACTIONS(4055), 1, + ACTIONS(4052), 1, anon_sym_SEMI, - ACTIONS(4057), 1, + ACTIONS(4054), 1, sym__automatic_semicolon, STATE(2195), 1, sym_comment, - [96093] = 6, + [96091] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4059), 1, + ACTIONS(4056), 1, sym_identifier, STATE(1578), 1, sym_decorator_member_expression, @@ -138154,66 +138153,66 @@ static const uint16_t ts_small_parse_table[] = { sym_decorator_call_expression, STATE(2196), 1, sym_comment, - [96112] = 5, + [96110] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4061), 1, + ACTIONS(4058), 1, anon_sym_COMMA, - ACTIONS(4064), 1, + ACTIONS(4061), 1, anon_sym_RBRACE, STATE(2197), 2, sym_comment, aux_sym_export_clause_repeat1, - [96129] = 6, + [96127] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4066), 1, + ACTIONS(4063), 1, anon_sym_LPAREN, - ACTIONS(4068), 1, + ACTIONS(4065), 1, anon_sym_await, STATE(86), 1, sym__for_header, STATE(2198), 1, sym_comment, - [96148] = 4, + [96146] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2199), 1, sym_comment, - ACTIONS(4070), 3, + ACTIONS(4067), 3, sym__automatic_semicolon, anon_sym_from, anon_sym_SEMI, - [96163] = 5, + [96161] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3582), 1, + ACTIONS(3579), 1, anon_sym_EQ, STATE(2200), 1, sym_comment, - ACTIONS(4043), 2, + ACTIONS(4040), 2, anon_sym_COMMA, anon_sym_RPAREN, - [96180] = 5, + [96178] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(97), 1, sym_parenthesized_expression, STATE(2201), 1, sym_comment, - [96196] = 4, + [96194] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -138223,127 +138222,127 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [96210] = 5, + [96208] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2203), 1, sym_comment, STATE(2472), 1, sym_formal_parameters, - [96226] = 5, + [96224] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2204), 1, sym_comment, STATE(2469), 1, sym_formal_parameters, - [96242] = 5, + [96240] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2205), 1, sym_comment, STATE(2450), 1, sym_formal_parameters, - [96258] = 5, + [96256] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2206), 1, sym_comment, STATE(2449), 1, sym_statement_block, - [96274] = 5, + [96272] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2207), 1, sym_comment, STATE(2445), 1, sym_formal_parameters, - [96290] = 5, + [96288] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2208), 1, sym_comment, STATE(2436), 1, sym_formal_parameters, - [96306] = 5, + [96304] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2209), 1, sym_comment, STATE(2433), 1, sym_formal_parameters, - [96322] = 5, + [96320] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2210), 1, sym_comment, STATE(2432), 1, sym_statement_block, - [96338] = 5, + [96336] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2211), 1, sym_comment, STATE(2431), 1, sym_formal_parameters, - [96354] = 5, + [96352] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2212), 1, sym_comment, STATE(2422), 1, sym_statement_block, - [96370] = 4, + [96368] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2213), 1, sym_comment, - ACTIONS(4074), 2, + ACTIONS(4071), 2, anon_sym_COMMA, anon_sym_RBRACE, - [96384] = 4, + [96382] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -138353,255 +138352,255 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2502), 2, anon_sym_LPAREN, anon_sym_COLON, - [96398] = 5, + [96396] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3533), 1, + ACTIONS(3530), 1, anon_sym_LBRACE, STATE(816), 1, sym_class_body, STATE(2215), 1, sym_comment, - [96414] = 5, + [96412] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4076), 1, + ACTIONS(4073), 1, anon_sym_LBRACE, STATE(815), 1, sym_statement_block, STATE(2216), 1, sym_comment, - [96430] = 5, + [96428] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4076), 1, + ACTIONS(4073), 1, anon_sym_LBRACE, STATE(814), 1, sym_statement_block, STATE(2217), 1, sym_comment, - [96446] = 5, + [96444] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2218), 1, sym_comment, STATE(2417), 1, sym_formal_parameters, - [96462] = 4, + [96460] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2219), 1, sym_comment, - ACTIONS(4078), 2, + ACTIONS(4075), 2, anon_sym_COMMA, anon_sym_RBRACE, - [96476] = 5, + [96474] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(76), 1, sym_parenthesized_expression, STATE(2220), 1, sym_comment, - [96492] = 4, + [96490] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2221), 1, sym_comment, - ACTIONS(4064), 2, + ACTIONS(4061), 2, anon_sym_COMMA, anon_sym_RBRACE, - [96506] = 5, + [96504] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(83), 1, sym_parenthesized_expression, STATE(2222), 1, sym_comment, - [96522] = 5, + [96520] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4080), 1, + ACTIONS(4077), 1, anon_sym_LBRACE, STATE(465), 1, sym_statement_block, STATE(2223), 1, sym_comment, - [96538] = 4, + [96536] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2224), 1, sym_comment, - ACTIONS(4082), 2, + ACTIONS(4079), 2, sym__automatic_semicolon, anon_sym_SEMI, - [96552] = 5, + [96550] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3567), 1, + ACTIONS(3564), 1, anon_sym_LBRACE, STATE(202), 1, sym_class_body, STATE(2225), 1, sym_comment, - [96568] = 5, + [96566] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3391), 1, + ACTIONS(3388), 1, sym_identifier, - ACTIONS(3397), 1, + ACTIONS(3394), 1, sym_private_property_identifier, STATE(2226), 1, sym_comment, - [96584] = 5, + [96582] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4084), 1, + ACTIONS(4081), 1, sym_identifier, - ACTIONS(4086), 1, + ACTIONS(4083), 1, sym_private_property_identifier, STATE(2227), 1, sym_comment, - [96600] = 5, + [96598] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4088), 1, + ACTIONS(4085), 1, anon_sym_LPAREN, STATE(1995), 1, sym_parenthesized_expression, STATE(2228), 1, sym_comment, - [96616] = 5, + [96614] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2229), 1, sym_comment, STATE(2735), 1, sym_statement_block, - [96632] = 4, + [96630] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2230), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [96646] = 5, + [96644] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4092), 1, + ACTIONS(4089), 1, sym_identifier, - ACTIONS(4094), 1, + ACTIONS(4091), 1, anon_sym_STAR, STATE(2231), 1, sym_comment, - [96662] = 5, + [96660] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(4093), 1, anon_sym_LBRACE, STATE(214), 1, sym_statement_block, STATE(2232), 1, sym_comment, - [96678] = 5, + [96676] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(4093), 1, anon_sym_LBRACE, STATE(211), 1, sym_statement_block, STATE(2233), 1, sym_comment, - [96694] = 5, + [96692] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(107), 1, sym_parenthesized_expression, STATE(2234), 1, sym_comment, - [96710] = 5, + [96708] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1320), 1, sym_statement_block, STATE(2235), 1, sym_comment, - [96726] = 5, + [96724] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2236), 1, sym_comment, STATE(2408), 1, sym_formal_parameters, - [96742] = 4, + [96740] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(2237), 1, sym_comment, - ACTIONS(4100), 2, + ACTIONS(4097), 2, sym_jsx_identifier, sym_identifier, - [96756] = 4, + [96754] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -138611,7 +138610,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2281), 2, sym__automatic_semicolon, anon_sym_SEMI, - [96770] = 4, + [96768] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -138621,39 +138620,39 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2021), 2, sym__automatic_semicolon, anon_sym_SEMI, - [96784] = 5, + [96782] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(113), 1, sym_parenthesized_expression, STATE(2240), 1, sym_comment, - [96800] = 5, + [96798] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, + ACTIONS(4099), 1, anon_sym_LBRACE, STATE(1103), 1, sym_statement_block, STATE(2241), 1, sym_comment, - [96816] = 4, + [96814] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2242), 1, sym_comment, - ACTIONS(4104), 2, + ACTIONS(4101), 2, sym__automatic_semicolon, anon_sym_SEMI, - [96830] = 4, + [96828] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -138663,233 +138662,233 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2017), 2, sym__automatic_semicolon, anon_sym_SEMI, - [96844] = 5, + [96842] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1605), 1, sym_statement_block, STATE(2244), 1, sym_comment, - [96860] = 5, + [96858] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4108), 1, + ACTIONS(4105), 1, sym_identifier, - ACTIONS(4110), 1, + ACTIONS(4107), 1, anon_sym_STAR, STATE(2245), 1, sym_comment, - [96876] = 5, + [96874] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4112), 1, + ACTIONS(4109), 1, anon_sym_LPAREN, STATE(2246), 1, sym_comment, STATE(2737), 1, sym_parenthesized_expression, - [96892] = 5, + [96890] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3496), 1, + ACTIONS(3493), 1, anon_sym_LBRACE, STATE(1147), 1, sym_class_body, STATE(2247), 1, sym_comment, - [96908] = 4, + [96906] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2248), 1, sym_comment, - ACTIONS(4114), 2, + ACTIONS(4111), 2, anon_sym_COMMA, anon_sym_RBRACE, - [96922] = 4, + [96920] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2249), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [96936] = 5, + [96934] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2250), 1, sym_comment, STATE(2594), 1, sym_statement_block, - [96952] = 5, + [96950] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2251), 1, sym_comment, STATE(2373), 1, sym_statement_block, - [96968] = 5, + [96966] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2252), 1, sym_comment, STATE(2374), 1, sym_statement_block, - [96984] = 5, + [96982] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2253), 1, sym_comment, STATE(2375), 1, sym_statement_block, - [97000] = 4, + [96998] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2254), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97014] = 5, + [97012] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4116), 1, + ACTIONS(4113), 1, anon_sym_LBRACE, STATE(718), 1, sym_switch_body, STATE(2255), 1, sym_comment, - [97030] = 5, + [97028] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4118), 1, + ACTIONS(4115), 1, anon_sym_LPAREN, STATE(109), 1, sym__for_header, STATE(2256), 1, sym_comment, - [97046] = 5, + [97044] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2257), 1, sym_comment, STATE(2356), 1, sym_formal_parameters, - [97062] = 5, + [97060] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2258), 1, sym_comment, STATE(2549), 1, sym_formal_parameters, - [97078] = 5, + [97076] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4120), 1, + ACTIONS(4117), 1, sym_identifier, - ACTIONS(4122), 1, + ACTIONS(4119), 1, anon_sym_STAR, STATE(2259), 1, sym_comment, - [97094] = 5, + [97092] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2260), 1, sym_comment, STATE(2397), 1, sym_formal_parameters, - [97110] = 5, + [97108] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2261), 1, sym_comment, STATE(2382), 1, sym_formal_parameters, - [97126] = 4, + [97124] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2262), 1, sym_comment, - ACTIONS(4124), 2, + ACTIONS(4121), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97140] = 4, + [97138] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2263), 1, sym_comment, - ACTIONS(4126), 2, + ACTIONS(4123), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97154] = 5, + [97152] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2264), 1, sym_comment, STATE(2376), 1, sym_statement_block, - [97170] = 4, + [97168] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -138899,17 +138898,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2269), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97184] = 4, + [97182] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2266), 1, sym_comment, - ACTIONS(4043), 2, + ACTIONS(4040), 2, anon_sym_COMMA, anon_sym_RPAREN, - [97198] = 4, + [97196] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -138919,81 +138918,81 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2265), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97212] = 4, + [97210] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2268), 1, sym_comment, - ACTIONS(4128), 2, + ACTIONS(4125), 2, anon_sym_LBRACE, anon_sym_EQ_GT, - [97226] = 5, + [97224] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, + ACTIONS(4099), 1, anon_sym_LBRACE, STATE(1149), 1, sym_statement_block, STATE(2269), 1, sym_comment, - [97242] = 5, + [97240] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2270), 1, sym_comment, STATE(2358), 1, sym_formal_parameters, - [97258] = 5, + [97256] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2271), 1, sym_comment, STATE(2357), 1, sym_formal_parameters, - [97274] = 4, + [97272] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2272), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97288] = 4, + [97286] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2273), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97302] = 5, + [97300] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2274), 1, sym_comment, STATE(2369), 1, sym_statement_block, - [97318] = 4, + [97316] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139003,7 +139002,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2271), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97332] = 4, + [97330] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139013,18 +139012,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1928), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97346] = 5, + [97344] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, + ACTIONS(4099), 1, anon_sym_LBRACE, STATE(1137), 1, sym_statement_block, STATE(2277), 1, sym_comment, - [97362] = 4, + [97360] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139034,39 +139033,39 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2183), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97376] = 5, + [97374] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(80), 1, sym_parenthesized_expression, STATE(2279), 1, sym_comment, - [97392] = 5, + [97390] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3496), 1, + ACTIONS(3493), 1, anon_sym_LBRACE, STATE(1152), 1, sym_class_body, STATE(2280), 1, sym_comment, - [97408] = 4, + [97406] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2281), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97422] = 4, + [97420] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139076,134 +139075,134 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2275), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97436] = 5, + [97434] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2283), 1, sym_comment, STATE(2386), 1, sym_statement_block, - [97452] = 5, + [97450] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_SEMI, - ACTIONS(4132), 1, + ACTIONS(4129), 1, sym__automatic_semicolon, STATE(2284), 1, sym_comment, - [97468] = 4, + [97466] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2285), 1, sym_comment, - ACTIONS(4134), 2, + ACTIONS(4131), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97482] = 5, + [97480] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2286), 1, sym_comment, STATE(2308), 1, sym_statement_block, - [97498] = 4, + [97496] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2287), 1, sym_comment, - ACTIONS(4136), 2, + ACTIONS(4133), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97512] = 5, + [97510] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4138), 1, + ACTIONS(4135), 1, anon_sym_SEMI, - ACTIONS(4140), 1, + ACTIONS(4137), 1, sym__automatic_semicolon, STATE(2288), 1, sym_comment, - [97528] = 5, + [97526] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4142), 1, + ACTIONS(4139), 1, anon_sym_SEMI, - ACTIONS(4144), 1, + ACTIONS(4141), 1, sym__automatic_semicolon, STATE(2289), 1, sym_comment, - [97544] = 4, + [97542] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2290), 1, sym_comment, - ACTIONS(4146), 2, + ACTIONS(4143), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97558] = 4, + [97556] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2291), 1, sym_comment, - ACTIONS(4148), 2, + ACTIONS(4145), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97572] = 5, + [97570] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2292), 1, sym_comment, STATE(2394), 1, sym_statement_block, - [97588] = 4, + [97586] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2293), 1, sym_comment, - ACTIONS(4150), 2, + ACTIONS(4147), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97602] = 5, + [97600] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2294), 1, sym_comment, STATE(2403), 1, sym_statement_block, - [97618] = 4, + [97616] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139213,38 +139212,38 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [97632] = 4, + [97630] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2296), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97646] = 5, + [97644] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4152), 1, + ACTIONS(4149), 1, sym_identifier, - ACTIONS(4154), 1, + ACTIONS(4151), 1, anon_sym_STAR, STATE(2297), 1, sym_comment, - [97662] = 4, + [97660] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2298), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97676] = 4, + [97674] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139254,146 +139253,146 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1779), 2, anon_sym_else, anon_sym_while, - [97690] = 5, + [97688] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4118), 1, + ACTIONS(4115), 1, anon_sym_LPAREN, STATE(71), 1, sym__for_header, STATE(2300), 1, sym_comment, - [97706] = 5, + [97704] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4156), 1, + ACTIONS(4153), 1, anon_sym_LPAREN, STATE(563), 1, sym_parenthesized_expression, STATE(2301), 1, sym_comment, - [97722] = 4, + [97720] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2302), 1, sym_comment, - ACTIONS(4030), 2, + ACTIONS(4027), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97736] = 5, + [97734] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4158), 1, + ACTIONS(4155), 1, anon_sym_LBRACE, STATE(844), 1, sym_statement_block, STATE(2303), 1, sym_comment, - [97752] = 4, + [97750] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2304), 1, sym_comment, - ACTIONS(4160), 2, + ACTIONS(4157), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97766] = 5, + [97764] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4162), 1, + ACTIONS(4159), 1, anon_sym_SEMI, - ACTIONS(4164), 1, + ACTIONS(4161), 1, sym__automatic_semicolon, STATE(2305), 1, sym_comment, - [97782] = 5, + [97780] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4166), 1, + ACTIONS(4163), 1, anon_sym_LBRACE, STATE(470), 1, sym_statement_block, STATE(2306), 1, sym_comment, - [97798] = 4, + [97796] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2307), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97812] = 4, + [97810] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2308), 1, sym_comment, - ACTIONS(4168), 2, + ACTIONS(4165), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97826] = 5, + [97824] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3632), 1, + ACTIONS(3629), 1, anon_sym_LBRACE, STATE(172), 1, sym_class_body, STATE(2309), 1, sym_comment, - [97842] = 5, + [97840] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4170), 1, + ACTIONS(4167), 1, anon_sym_LBRACE, STATE(197), 1, sym_statement_block, STATE(2310), 1, sym_comment, - [97858] = 5, + [97856] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4172), 1, + ACTIONS(4169), 1, sym_identifier, - ACTIONS(4174), 1, + ACTIONS(4171), 1, anon_sym_STAR, STATE(2311), 1, sym_comment, - [97874] = 5, + [97872] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3685), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, STATE(1389), 1, sym_class_body, STATE(2312), 1, sym_comment, - [97890] = 4, + [97888] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139403,18 +139402,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(864), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97904] = 5, + [97902] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, + ACTIONS(4099), 1, anon_sym_LBRACE, STATE(1167), 1, sym_statement_block, STATE(2314), 1, sym_comment, - [97920] = 4, + [97918] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139424,236 +139423,236 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1777), 2, anon_sym_else, anon_sym_while, - [97934] = 5, + [97932] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3819), 1, + ACTIONS(3816), 1, anon_sym_COLON, - ACTIONS(4017), 1, + ACTIONS(4014), 1, anon_sym_GT, STATE(2316), 1, sym_comment, - [97950] = 4, + [97948] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2317), 1, sym_comment, - ACTIONS(4176), 2, + ACTIONS(4173), 2, anon_sym_LBRACE, anon_sym_EQ_GT, - [97964] = 5, + [97962] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3823), 1, + ACTIONS(3820), 1, anon_sym_DOT, - ACTIONS(4017), 1, + ACTIONS(4014), 1, anon_sym_GT, STATE(2318), 1, sym_comment, - [97980] = 5, + [97978] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, + ACTIONS(4099), 1, anon_sym_LBRACE, STATE(1172), 1, sym_statement_block, STATE(2319), 1, sym_comment, - [97996] = 5, + [97994] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2290), 1, sym_statement_block, STATE(2320), 1, sym_comment, - [98012] = 5, + [98010] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4178), 1, + ACTIONS(4175), 1, anon_sym_LBRACE, STATE(2321), 1, sym_comment, STATE(2510), 1, sym_switch_body, - [98028] = 5, + [98026] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3626), 1, + ACTIONS(3623), 1, anon_sym_LBRACE, STATE(546), 1, sym_class_body, STATE(2322), 1, sym_comment, - [98044] = 5, + [98042] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4180), 1, + ACTIONS(4177), 1, anon_sym_LBRACE, STATE(545), 1, sym_statement_block, STATE(2323), 1, sym_comment, - [98060] = 4, + [98058] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2324), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [98074] = 5, + [98072] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4182), 1, + ACTIONS(4179), 1, anon_sym_SEMI, - ACTIONS(4184), 1, + ACTIONS(4181), 1, sym__automatic_semicolon, STATE(2325), 1, sym_comment, - [98090] = 5, + [98088] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1387), 1, sym_statement_block, STATE(2326), 1, sym_comment, - [98106] = 5, + [98104] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2286), 1, sym_formal_parameters, STATE(2327), 1, sym_comment, - [98122] = 5, + [98120] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4170), 1, + ACTIONS(4167), 1, anon_sym_LBRACE, STATE(183), 1, sym_statement_block, STATE(2328), 1, sym_comment, - [98138] = 5, + [98136] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4170), 1, + ACTIONS(4167), 1, anon_sym_LBRACE, STATE(184), 1, sym_statement_block, STATE(2329), 1, sym_comment, - [98154] = 5, + [98152] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4186), 1, + ACTIONS(4183), 1, sym_identifier, - ACTIONS(4188), 1, + ACTIONS(4185), 1, anon_sym_STAR, STATE(2330), 1, sym_comment, - [98170] = 5, + [98168] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2274), 1, sym_formal_parameters, STATE(2331), 1, sym_comment, - [98186] = 5, + [98184] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3632), 1, + ACTIONS(3629), 1, anon_sym_LBRACE, STATE(189), 1, sym_class_body, STATE(2332), 1, sym_comment, - [98202] = 5, + [98200] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4180), 1, + ACTIONS(4177), 1, anon_sym_LBRACE, STATE(603), 1, sym_statement_block, STATE(2333), 1, sym_comment, - [98218] = 5, + [98216] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4180), 1, + ACTIONS(4177), 1, anon_sym_LBRACE, STATE(592), 1, sym_statement_block, STATE(2334), 1, sym_comment, - [98234] = 5, + [98232] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3626), 1, + ACTIONS(3623), 1, anon_sym_LBRACE, STATE(598), 1, sym_class_body, STATE(2335), 1, sym_comment, - [98250] = 5, + [98248] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2264), 1, sym_formal_parameters, STATE(2336), 1, sym_comment, - [98266] = 4, + [98264] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139663,253 +139662,253 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1775), 2, anon_sym_else, anon_sym_while, - [98280] = 5, + [98278] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4170), 1, + ACTIONS(4167), 1, anon_sym_LBRACE, STATE(198), 1, sym_statement_block, STATE(2338), 1, sym_comment, - [98296] = 5, + [98294] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4180), 1, + ACTIONS(4177), 1, anon_sym_LBRACE, STATE(625), 1, sym_statement_block, STATE(2339), 1, sym_comment, - [98312] = 5, + [98310] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4023), 1, + ACTIONS(4020), 1, anon_sym_LBRACE, STATE(628), 1, sym_statement_block, STATE(2340), 1, sym_comment, - [98328] = 5, + [98326] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2250), 1, sym_formal_parameters, STATE(2341), 1, sym_comment, - [98344] = 5, + [98342] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2206), 1, sym_formal_parameters, STATE(2342), 1, sym_comment, - [98360] = 5, + [98358] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2210), 1, sym_formal_parameters, STATE(2343), 1, sym_comment, - [98376] = 4, + [98374] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2344), 1, sym_comment, - ACTIONS(4190), 2, + ACTIONS(4187), 2, anon_sym_COMMA, anon_sym_RBRACE, - [98390] = 4, + [98388] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2345), 1, sym_comment, - ACTIONS(4192), 2, + ACTIONS(4189), 2, sym__automatic_semicolon, anon_sym_SEMI, - [98404] = 5, + [98402] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(89), 1, sym_parenthesized_expression, STATE(2346), 1, sym_comment, - [98420] = 4, + [98418] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2347), 1, sym_comment, - ACTIONS(4011), 2, + ACTIONS(4008), 2, anon_sym_COMMA, anon_sym_RBRACE, - [98434] = 4, + [98432] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(2348), 1, sym_comment, - ACTIONS(4194), 2, + ACTIONS(4191), 2, sym__glimmer_template_content, anon_sym_LT_SLASHtemplate_GT, - [98448] = 4, + [98446] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2349), 1, sym_comment, - ACTIONS(4196), 2, + ACTIONS(4193), 2, sym__automatic_semicolon, anon_sym_SEMI, - [98462] = 5, + [98460] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(87), 1, sym_parenthesized_expression, STATE(2350), 1, sym_comment, - [98478] = 5, + [98476] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4198), 1, + ACTIONS(4195), 1, anon_sym_LBRACE, STATE(464), 1, sym_statement_block, STATE(2351), 1, sym_comment, - [98494] = 4, + [98492] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2352), 1, sym_comment, - ACTIONS(3177), 2, + ACTIONS(3174), 2, anon_sym_in, anon_sym_of, - [98508] = 5, + [98506] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2277), 1, sym_formal_parameters, STATE(2353), 1, sym_comment, - [98524] = 4, + [98522] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2354), 1, sym_comment, - ACTIONS(4200), 2, + ACTIONS(4197), 2, sym__automatic_semicolon, anon_sym_SEMI, - [98538] = 5, + [98536] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3685), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, STATE(1325), 1, sym_class_body, STATE(2355), 1, sym_comment, - [98554] = 5, + [98552] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2281), 1, sym_statement_block, STATE(2356), 1, sym_comment, - [98570] = 5, + [98568] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, + ACTIONS(4099), 1, anon_sym_LBRACE, STATE(1181), 1, sym_statement_block, STATE(2357), 1, sym_comment, - [98586] = 5, + [98584] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, + ACTIONS(4099), 1, anon_sym_LBRACE, STATE(1180), 1, sym_statement_block, STATE(2358), 1, sym_comment, - [98602] = 5, + [98600] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2212), 1, sym_formal_parameters, STATE(2359), 1, sym_comment, - [98618] = 5, + [98616] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2213), 1, sym_statement_block, STATE(2360), 1, sym_comment, - [98634] = 4, + [98632] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139919,7 +139918,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1691), 2, anon_sym_else, anon_sym_while, - [98648] = 4, + [98646] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139929,40 +139928,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1773), 2, anon_sym_else, anon_sym_while, - [98662] = 5, + [98660] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4076), 1, + ACTIONS(4073), 1, anon_sym_LBRACE, STATE(728), 1, sym_statement_block, STATE(2363), 1, sym_comment, - [98678] = 5, + [98676] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2216), 1, sym_formal_parameters, STATE(2364), 1, sym_comment, - [98694] = 5, + [98692] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2217), 1, sym_formal_parameters, STATE(2365), 1, sym_comment, - [98710] = 4, + [98708] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139972,7 +139971,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1771), 2, anon_sym_else, anon_sym_while, - [98724] = 4, + [98722] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139982,7 +139981,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1769), 2, anon_sym_else, anon_sym_while, - [98738] = 4, + [98736] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -139992,134 +139991,134 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, sym__automatic_semicolon, anon_sym_SEMI, - [98752] = 4, + [98750] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2369), 1, sym_comment, - ACTIONS(4168), 2, + ACTIONS(4165), 2, anon_sym_COMMA, anon_sym_RBRACE, - [98766] = 5, + [98764] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3533), 1, + ACTIONS(3530), 1, anon_sym_LBRACE, STATE(727), 1, sym_class_body, STATE(2370), 1, sym_comment, - [98782] = 5, + [98780] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1563), 1, sym_statement_block, STATE(2371), 1, sym_comment, - [98798] = 5, + [98796] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3496), 1, + ACTIONS(3493), 1, anon_sym_LBRACE, STATE(1179), 1, sym_class_body, STATE(2372), 1, sym_comment, - [98814] = 4, + [98812] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2373), 1, sym_comment, - ACTIONS(4202), 2, + ACTIONS(4199), 2, anon_sym_COMMA, anon_sym_RBRACE, - [98828] = 4, + [98826] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2374), 1, sym_comment, - ACTIONS(4202), 2, + ACTIONS(4199), 2, anon_sym_COMMA, anon_sym_RBRACE, - [98842] = 4, + [98840] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2375), 1, sym_comment, - ACTIONS(4202), 2, + ACTIONS(4199), 2, anon_sym_COMMA, anon_sym_RBRACE, - [98856] = 4, + [98854] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2376), 1, sym_comment, - ACTIONS(4168), 2, + ACTIONS(4165), 2, anon_sym_COMMA, anon_sym_RBRACE, - [98870] = 5, + [98868] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4204), 1, + ACTIONS(4201), 1, anon_sym_LBRACE, STATE(763), 1, sym_switch_body, STATE(2377), 1, sym_comment, - [98886] = 5, + [98884] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4118), 1, + ACTIONS(4115), 1, anon_sym_LPAREN, STATE(85), 1, sym__for_header, STATE(2378), 1, sym_comment, - [98902] = 5, + [98900] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4206), 1, + ACTIONS(4203), 1, anon_sym_SEMI, - ACTIONS(4208), 1, + ACTIONS(4205), 1, sym__automatic_semicolon, STATE(2379), 1, sym_comment, - [98918] = 5, + [98916] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4210), 1, + ACTIONS(4207), 1, anon_sym_SEMI, - ACTIONS(4212), 1, + ACTIONS(4209), 1, sym__automatic_semicolon, STATE(2380), 1, sym_comment, - [98934] = 4, + [98932] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140129,59 +140128,59 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1767), 2, anon_sym_else, anon_sym_while, - [98948] = 5, + [98946] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2324), 1, sym_statement_block, STATE(2382), 1, sym_comment, - [98964] = 5, + [98962] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4214), 1, + ACTIONS(4211), 1, anon_sym_LBRACE, STATE(987), 1, sym_statement_block, STATE(2383), 1, sym_comment, - [98980] = 4, + [98978] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2384), 1, sym_comment, - ACTIONS(4216), 2, + ACTIONS(4213), 2, sym__automatic_semicolon, anon_sym_SEMI, - [98994] = 4, + [98992] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2385), 1, sym_comment, - ACTIONS(4218), 2, + ACTIONS(4215), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99008] = 4, + [99006] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2386), 1, sym_comment, - ACTIONS(4202), 2, + ACTIONS(4199), 2, anon_sym_COMMA, anon_sym_RBRACE, - [99022] = 4, + [99020] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140191,7 +140190,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2287), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99036] = 4, + [99034] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140201,7 +140200,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1765), 2, anon_sym_else, anon_sym_while, - [99050] = 4, + [99048] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140211,40 +140210,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2283), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99064] = 5, + [99062] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3823), 1, + ACTIONS(3820), 1, anon_sym_DOT, - ACTIONS(3973), 1, + ACTIONS(3970), 1, anon_sym_GT, STATE(2390), 1, sym_comment, - [99080] = 5, + [99078] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4220), 1, + ACTIONS(4217), 1, anon_sym_SEMI, - ACTIONS(4222), 1, + ACTIONS(4219), 1, sym__automatic_semicolon, STATE(2391), 1, sym_comment, - [99096] = 5, + [99094] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3819), 1, + ACTIONS(3816), 1, anon_sym_COLON, - ACTIONS(3973), 1, + ACTIONS(3970), 1, anon_sym_GT, STATE(2392), 1, sym_comment, - [99112] = 4, + [99110] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140254,17 +140253,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1765), 2, anon_sym_else, anon_sym_while, - [99126] = 4, + [99124] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2394), 1, sym_comment, - ACTIONS(4202), 2, + ACTIONS(4199), 2, anon_sym_COMMA, anon_sym_RBRACE, - [99140] = 4, + [99138] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140274,7 +140273,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2315), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99154] = 4, + [99152] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140284,18 +140283,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2289), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99168] = 5, + [99166] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2298), 1, sym_statement_block, STATE(2397), 1, sym_comment, - [99184] = 4, + [99182] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140305,60 +140304,60 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [99198] = 5, + [99196] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4224), 1, + ACTIONS(4221), 1, sym_identifier, - ACTIONS(4226), 1, + ACTIONS(4223), 1, anon_sym_STAR, STATE(2399), 1, sym_comment, - [99214] = 5, + [99212] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4228), 1, + ACTIONS(4225), 1, sym_identifier, - ACTIONS(4230), 1, + ACTIONS(4227), 1, anon_sym_STAR, STATE(2400), 1, sym_comment, - [99230] = 5, + [99228] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3819), 1, + ACTIONS(3816), 1, anon_sym_COLON, - ACTIONS(3821), 1, + ACTIONS(3818), 1, anon_sym_GT, STATE(2401), 1, sym_comment, - [99246] = 4, + [99244] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2402), 1, sym_comment, - ACTIONS(4232), 2, + ACTIONS(4229), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99260] = 4, + [99258] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2403), 1, sym_comment, - ACTIONS(4202), 2, + ACTIONS(4199), 2, anon_sym_COMMA, anon_sym_RBRACE, - [99274] = 4, + [99272] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140368,7 +140367,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1725), 2, anon_sym_else, anon_sym_while, - [99288] = 4, + [99286] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140378,39 +140377,39 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1757), 2, anon_sym_else, anon_sym_while, - [99302] = 5, + [99300] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4234), 1, + ACTIONS(4231), 1, anon_sym_SEMI, - ACTIONS(4236), 1, + ACTIONS(4233), 1, sym__automatic_semicolon, STATE(2406), 1, sym_comment, - [99318] = 4, + [99316] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2407), 1, sym_comment, - ACTIONS(4238), 2, + ACTIONS(4235), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99332] = 5, + [99330] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(4093), 1, anon_sym_LBRACE, STATE(206), 1, sym_statement_block, STATE(2408), 1, sym_comment, - [99348] = 4, + [99346] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140420,29 +140419,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1723), 2, anon_sym_else, anon_sym_while, - [99362] = 5, + [99360] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4240), 1, + ACTIONS(4237), 1, anon_sym_SEMI, - ACTIONS(4242), 1, + ACTIONS(4239), 1, sym__automatic_semicolon, STATE(2410), 1, sym_comment, - [99378] = 5, + [99376] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4244), 1, + ACTIONS(4241), 1, anon_sym_SEMI, - ACTIONS(4246), 1, + ACTIONS(4243), 1, sym__automatic_semicolon, STATE(2411), 1, sym_comment, - [99394] = 4, + [99392] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140452,38 +140451,38 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1719), 2, anon_sym_else, anon_sym_while, - [99408] = 4, + [99406] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2413), 1, sym_comment, - ACTIONS(4248), 2, + ACTIONS(4245), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99422] = 4, + [99420] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2414), 1, sym_comment, - ACTIONS(4090), 2, + ACTIONS(4087), 2, anon_sym_COMMA, anon_sym_RBRACE, - [99436] = 5, + [99434] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(2415), 1, sym_comment, STATE(2587), 1, sym__from_clause, - [99452] = 4, + [99450] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140493,18 +140492,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1713), 2, anon_sym_else, anon_sym_while, - [99466] = 5, + [99464] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4076), 1, + ACTIONS(4073), 1, anon_sym_LBRACE, STATE(871), 1, sym_statement_block, STATE(2417), 1, sym_comment, - [99482] = 4, + [99480] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140514,7 +140513,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1755), 2, anon_sym_else, anon_sym_while, - [99496] = 4, + [99494] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140524,7 +140523,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1711), 2, anon_sym_else, anon_sym_while, - [99510] = 4, + [99508] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140534,192 +140533,192 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1753), 2, anon_sym_else, anon_sym_while, - [99524] = 5, + [99522] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4250), 1, + ACTIONS(4247), 1, anon_sym_LPAREN, STATE(659), 1, sym_parenthesized_expression, STATE(2421), 1, sym_comment, - [99540] = 4, + [99538] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2422), 1, sym_comment, - ACTIONS(4252), 2, + ACTIONS(4249), 2, anon_sym_COMMA, anon_sym_RBRACE, - [99554] = 5, + [99552] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4254), 1, + ACTIONS(4251), 1, anon_sym_LBRACE, STATE(902), 1, sym_statement_block, STATE(2423), 1, sym_comment, - [99570] = 5, + [99568] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(4093), 1, anon_sym_LBRACE, STATE(204), 1, sym_statement_block, STATE(2424), 1, sym_comment, - [99586] = 5, + [99584] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1334), 1, sym_statement_block, STATE(2425), 1, sym_comment, - [99602] = 5, + [99600] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2232), 1, sym_formal_parameters, STATE(2426), 1, sym_comment, - [99618] = 5, + [99616] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1340), 1, sym_statement_block, STATE(2427), 1, sym_comment, - [99634] = 5, + [99632] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2233), 1, sym_formal_parameters, STATE(2428), 1, sym_comment, - [99650] = 5, + [99648] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3549), 1, + ACTIONS(3546), 1, anon_sym_LBRACE, STATE(185), 1, sym_class_body, STATE(2429), 1, sym_comment, - [99666] = 5, + [99664] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4256), 1, + ACTIONS(4253), 1, anon_sym_LBRACE, STATE(186), 1, sym_statement_block, STATE(2430), 1, sym_comment, - [99682] = 5, + [99680] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2248), 1, sym_statement_block, STATE(2431), 1, sym_comment, - [99698] = 4, + [99696] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2432), 1, sym_comment, - ACTIONS(4168), 2, + ACTIONS(4165), 2, anon_sym_COMMA, anon_sym_RBRACE, - [99712] = 5, + [99710] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2307), 1, sym_statement_block, STATE(2433), 1, sym_comment, - [99728] = 5, + [99726] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3567), 1, + ACTIONS(3564), 1, anon_sym_LBRACE, STATE(205), 1, sym_class_body, STATE(2434), 1, sym_comment, - [99744] = 5, + [99742] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3819), 1, + ACTIONS(3816), 1, anon_sym_COLON, - ACTIONS(3952), 1, + ACTIONS(3949), 1, anon_sym_GT, STATE(2435), 1, sym_comment, - [99760] = 5, + [99758] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2230), 1, sym_statement_block, STATE(2436), 1, sym_comment, - [99776] = 5, + [99774] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3823), 1, + ACTIONS(3820), 1, anon_sym_DOT, - ACTIONS(3952), 1, + ACTIONS(3949), 1, anon_sym_GT, STATE(2437), 1, sym_comment, - [99792] = 4, + [99790] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140729,7 +140728,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1749), 2, anon_sym_else, anon_sym_while, - [99806] = 4, + [99804] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140739,7 +140738,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1705), 2, anon_sym_else, anon_sym_while, - [99820] = 4, + [99818] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140749,213 +140748,213 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1703), 2, anon_sym_else, anon_sym_while, - [99834] = 5, + [99832] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3547), 1, + ACTIONS(3544), 1, anon_sym_LBRACE, STATE(606), 1, sym_class_body, STATE(2441), 1, sym_comment, - [99850] = 5, + [99848] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4258), 1, + ACTIONS(4255), 1, anon_sym_LBRACE, STATE(620), 1, sym_statement_block, STATE(2442), 1, sym_comment, - [99866] = 4, + [99864] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2443), 1, sym_comment, - ACTIONS(4260), 2, + ACTIONS(4257), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99880] = 5, + [99878] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4262), 1, + ACTIONS(4259), 1, anon_sym_SEMI, - ACTIONS(4264), 1, + ACTIONS(4261), 1, sym__automatic_semicolon, STATE(2444), 1, sym_comment, - [99896] = 5, + [99894] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2414), 1, sym_statement_block, STATE(2445), 1, sym_comment, - [99912] = 4, + [99910] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2446), 1, sym_comment, - ACTIONS(4266), 2, + ACTIONS(4263), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99926] = 5, + [99924] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4256), 1, + ACTIONS(4253), 1, anon_sym_LBRACE, STATE(194), 1, sym_statement_block, STATE(2447), 1, sym_comment, - [99942] = 5, + [99940] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4256), 1, + ACTIONS(4253), 1, anon_sym_LBRACE, STATE(192), 1, sym_statement_block, STATE(2448), 1, sym_comment, - [99958] = 4, + [99956] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2449), 1, sym_comment, - ACTIONS(4168), 2, + ACTIONS(4165), 2, anon_sym_COMMA, anon_sym_RBRACE, - [99972] = 5, + [99970] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2249), 1, sym_statement_block, STATE(2450), 1, sym_comment, - [99988] = 5, + [99986] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3549), 1, + ACTIONS(3546), 1, anon_sym_LBRACE, STATE(179), 1, sym_class_body, STATE(2451), 1, sym_comment, - [100004] = 5, + [100002] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4258), 1, + ACTIONS(4255), 1, anon_sym_LBRACE, STATE(555), 1, sym_statement_block, STATE(2452), 1, sym_comment, - [100020] = 5, + [100018] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4258), 1, + ACTIONS(4255), 1, anon_sym_LBRACE, STATE(579), 1, sym_statement_block, STATE(2453), 1, sym_comment, - [100036] = 5, + [100034] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3547), 1, + ACTIONS(3544), 1, anon_sym_LBRACE, STATE(588), 1, sym_class_body, STATE(2454), 1, sym_comment, - [100052] = 5, + [100050] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(1825), 1, sym_statement_block, STATE(2455), 1, sym_comment, - [100068] = 5, + [100066] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4268), 1, + ACTIONS(4265), 1, sym_identifier, - ACTIONS(4270), 1, + ACTIONS(4267), 1, anon_sym_STAR, STATE(2456), 1, sym_comment, - [100084] = 5, + [100082] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4256), 1, + ACTIONS(4253), 1, anon_sym_LBRACE, STATE(195), 1, sym_statement_block, STATE(2457), 1, sym_comment, - [100100] = 5, + [100098] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4258), 1, + ACTIONS(4255), 1, anon_sym_LBRACE, STATE(662), 1, sym_statement_block, STATE(2458), 1, sym_comment, - [100116] = 5, + [100114] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3956), 1, + ACTIONS(3953), 1, anon_sym_LBRACE, STATE(636), 1, sym_statement_block, STATE(2459), 1, sym_comment, - [100132] = 4, + [100130] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140965,51 +140964,51 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1747), 2, anon_sym_else, anon_sym_while, - [100146] = 5, + [100144] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(100), 1, sym_parenthesized_expression, STATE(2461), 1, sym_comment, - [100162] = 5, + [100160] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3434), 1, + ACTIONS(3431), 1, anon_sym_in, - ACTIONS(3436), 1, + ACTIONS(3433), 1, anon_sym_of, STATE(2462), 1, sym_comment, - [100178] = 5, + [100176] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2251), 1, sym_formal_parameters, STATE(2463), 1, sym_comment, - [100194] = 5, + [100192] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2252), 1, sym_formal_parameters, STATE(2464), 1, sym_comment, - [100210] = 4, + [100208] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141019,169 +141018,169 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1701), 2, anon_sym_else, anon_sym_while, - [100224] = 5, + [100222] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(105), 1, sym_parenthesized_expression, STATE(2466), 1, sym_comment, - [100240] = 5, + [100238] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4272), 1, + ACTIONS(4269), 1, anon_sym_LBRACE, STATE(449), 1, sym_statement_block, STATE(2467), 1, sym_comment, - [100256] = 5, + [100254] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2253), 1, sym_formal_parameters, STATE(2468), 1, sym_comment, - [100272] = 5, + [100270] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2254), 1, sym_statement_block, STATE(2469), 1, sym_comment, - [100288] = 4, + [100286] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2470), 1, sym_comment, - ACTIONS(4274), 2, + ACTIONS(4271), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100302] = 4, + [100300] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(2471), 1, sym_comment, - ACTIONS(4276), 2, + ACTIONS(4273), 2, sym_jsx_identifier, sym_identifier, - [100316] = 5, + [100314] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2272), 1, sym_statement_block, STATE(2472), 1, sym_comment, - [100332] = 5, + [100330] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(110), 1, sym_parenthesized_expression, STATE(2473), 1, sym_comment, - [100348] = 5, + [100346] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2273), 1, sym_statement_block, STATE(2474), 1, sym_comment, - [100364] = 5, + [100362] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1604), 1, sym_statement_block, STATE(2475), 1, sym_comment, - [100380] = 5, + [100378] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3821), 1, + ACTIONS(3818), 1, anon_sym_GT, - ACTIONS(3823), 1, + ACTIONS(3820), 1, anon_sym_DOT, STATE(2476), 1, sym_comment, - [100396] = 5, + [100394] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1601), 1, sym_statement_block, STATE(2477), 1, sym_comment, - [100412] = 5, + [100410] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1589), 1, sym_statement_block, STATE(2478), 1, sym_comment, - [100428] = 4, + [100426] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2479), 1, sym_comment, - ACTIONS(3909), 2, + ACTIONS(3906), 2, anon_sym_COMMA, anon_sym_RBRACK, - [100442] = 5, + [100440] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(108), 1, sym_parenthesized_expression, STATE(2480), 1, sym_comment, - [100458] = 4, + [100456] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141191,29 +141190,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2285), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100472] = 5, + [100470] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2482), 1, sym_comment, STATE(2551), 1, sym_formal_parameters, - [100488] = 5, + [100486] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2269), 1, sym_formal_parameters, STATE(2483), 1, sym_comment, - [100504] = 4, + [100502] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141223,18 +141222,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1697), 2, anon_sym_else, anon_sym_while, - [100518] = 5, + [100516] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1586), 1, sym_statement_block, STATE(2485), 1, sym_comment, - [100534] = 4, + [100532] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141244,7 +141243,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1695), 2, anon_sym_else, anon_sym_while, - [100548] = 4, + [100546] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141254,51 +141253,51 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1693), 2, anon_sym_else, anon_sym_while, - [100562] = 5, + [100560] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1597), 1, sym_statement_block, STATE(2488), 1, sym_comment, - [100578] = 5, + [100576] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4278), 1, + ACTIONS(4275), 1, anon_sym_LBRACE, STATE(639), 1, sym_switch_body, STATE(2489), 1, sym_comment, - [100594] = 5, + [100592] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4118), 1, + ACTIONS(4115), 1, anon_sym_LPAREN, STATE(112), 1, sym__for_header, STATE(2490), 1, sym_comment, - [100610] = 5, + [100608] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4280), 1, + ACTIONS(4277), 1, anon_sym_LPAREN, STATE(762), 1, sym_parenthesized_expression, STATE(2491), 1, sym_comment, - [100626] = 4, + [100624] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141308,59 +141307,59 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1689), 2, anon_sym_else, anon_sym_while, - [100640] = 5, + [100638] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2493), 1, sym_comment, STATE(2550), 1, sym_formal_parameters, - [100656] = 5, + [100654] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1580), 1, sym_statement_block, STATE(2494), 1, sym_comment, - [100672] = 4, + [100670] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2495), 1, sym_comment, - ACTIONS(4282), 2, + ACTIONS(4279), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100686] = 4, + [100684] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2496), 1, sym_comment, - ACTIONS(4284), 2, + ACTIONS(4281), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100700] = 4, + [100698] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2497), 1, sym_comment, - ACTIONS(4286), 2, + ACTIONS(4283), 2, anon_sym_LBRACE, anon_sym_EQ_GT, - [100714] = 4, + [100712] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141370,18 +141369,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2279), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100728] = 5, + [100726] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4288), 1, + ACTIONS(4285), 1, sym_identifier, - ACTIONS(4290), 1, + ACTIONS(4287), 1, anon_sym_STAR, STATE(2499), 1, sym_comment, - [100744] = 4, + [100742] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141391,18 +141390,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2277), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100758] = 5, + [100756] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2059), 1, sym_statement_block, STATE(2501), 1, sym_comment, - [100774] = 4, + [100772] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141412,40 +141411,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1687), 2, anon_sym_else, anon_sym_while, - [100788] = 5, + [100786] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2503), 1, sym_comment, STATE(2546), 1, sym_formal_parameters, - [100804] = 5, + [100802] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2504), 1, sym_comment, STATE(2545), 1, sym_formal_parameters, - [100820] = 5, + [100818] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2505), 1, sym_comment, STATE(2541), 1, sym_formal_parameters, - [100836] = 4, + [100834] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141455,40 +141454,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1685), 2, anon_sym_else, anon_sym_while, - [100850] = 5, + [100848] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1338), 1, sym_statement_block, STATE(2507), 1, sym_comment, - [100866] = 5, + [100864] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4292), 1, + ACTIONS(4289), 1, anon_sym_SEMI, - ACTIONS(4294), 1, + ACTIONS(4291), 1, sym__automatic_semicolon, STATE(2508), 1, sym_comment, - [100882] = 5, + [100880] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1579), 1, sym_statement_block, STATE(2509), 1, sym_comment, - [100898] = 4, + [100896] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141498,29 +141497,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1683), 2, anon_sym_else, anon_sym_while, - [100912] = 5, + [100910] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4296), 1, + ACTIONS(4293), 1, anon_sym_SEMI, - ACTIONS(4298), 1, + ACTIONS(4295), 1, sym__automatic_semicolon, STATE(2511), 1, sym_comment, - [100928] = 5, + [100926] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4300), 1, + ACTIONS(4297), 1, anon_sym_SEMI, - ACTIONS(4302), 1, + ACTIONS(4299), 1, sym__automatic_semicolon, STATE(2512), 1, sym_comment, - [100944] = 4, + [100942] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141530,17 +141529,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1717), 2, anon_sym_else, anon_sym_while, - [100958] = 4, + [100956] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2514), 1, sym_comment, - ACTIONS(4304), 2, + ACTIONS(4301), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100972] = 4, + [100970] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141550,7 +141549,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [100986] = 4, + [100984] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141560,7 +141559,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101000] = 4, + [100998] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141570,7 +141569,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101014] = 4, + [101012] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141580,7 +141579,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101028] = 4, + [101026] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141590,7 +141589,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101042] = 4, + [101040] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141600,51 +141599,51 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101056] = 5, + [101054] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1577), 1, sym_statement_block, STATE(2521), 1, sym_comment, - [101072] = 5, + [101070] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4306), 1, + ACTIONS(4303), 1, anon_sym_LPAREN, STATE(510), 1, sym_parenthesized_expression, STATE(2522), 1, sym_comment, - [101088] = 5, + [101086] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1584), 1, sym_statement_block, STATE(2523), 1, sym_comment, - [101104] = 5, + [101102] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4308), 1, + ACTIONS(4305), 1, anon_sym_LBRACE, STATE(532), 1, sym_statement_block, STATE(2524), 1, sym_comment, - [101120] = 4, + [101118] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141654,62 +141653,62 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101134] = 5, + [101132] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3484), 1, + ACTIONS(3481), 1, anon_sym_LBRACE, STATE(148), 1, sym_class_body, STATE(2526), 1, sym_comment, - [101150] = 5, + [101148] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4310), 1, + ACTIONS(4307), 1, anon_sym_LBRACE, STATE(150), 1, sym_statement_block, STATE(2527), 1, sym_comment, - [101166] = 5, + [101164] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2528), 1, sym_comment, STATE(2540), 1, sym_formal_parameters, - [101182] = 5, + [101180] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1565), 1, sym_statement_block, STATE(2529), 1, sym_comment, - [101198] = 5, + [101196] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1566), 1, sym_statement_block, STATE(2530), 1, sym_comment, - [101214] = 4, + [101212] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141719,7 +141718,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101228] = 4, + [101226] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141729,7 +141728,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101242] = 4, + [101240] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141739,29 +141738,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101256] = 5, + [101254] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3480), 1, + ACTIONS(3477), 1, anon_sym_LBRACE, STATE(497), 1, sym_class_body, STATE(2534), 1, sym_comment, - [101272] = 5, + [101270] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4312), 1, + ACTIONS(4309), 1, anon_sym_LBRACE, STATE(496), 1, sym_statement_block, STATE(2535), 1, sym_comment, - [101288] = 4, + [101286] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141771,127 +141770,127 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101302] = 5, + [101300] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4314), 1, + ACTIONS(4311), 1, anon_sym_SEMI, - ACTIONS(4316), 1, + ACTIONS(4313), 1, sym__automatic_semicolon, STATE(2537), 1, sym_comment, - [101318] = 5, + [101316] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2474), 1, sym_formal_parameters, STATE(2538), 1, sym_comment, - [101334] = 4, + [101332] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2539), 1, sym_comment, - ACTIONS(4318), 2, + ACTIONS(4315), 2, sym__automatic_semicolon, anon_sym_SEMI, - [101348] = 5, + [101346] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4310), 1, + ACTIONS(4307), 1, anon_sym_LBRACE, STATE(149), 1, sym_statement_block, STATE(2540), 1, sym_comment, - [101364] = 5, + [101362] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4310), 1, + ACTIONS(4307), 1, anon_sym_LBRACE, STATE(164), 1, sym_statement_block, STATE(2541), 1, sym_comment, - [101380] = 5, + [101378] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1567), 1, sym_statement_block, STATE(2542), 1, sym_comment, - [101396] = 5, + [101394] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4320), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, STATE(2304), 1, sym_object, STATE(2543), 1, sym_comment, - [101412] = 5, + [101410] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3484), 1, + ACTIONS(3481), 1, anon_sym_LBRACE, STATE(161), 1, sym_class_body, STATE(2544), 1, sym_comment, - [101428] = 5, + [101426] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4312), 1, + ACTIONS(4309), 1, anon_sym_LBRACE, STATE(522), 1, sym_statement_block, STATE(2545), 1, sym_comment, - [101444] = 5, + [101442] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4312), 1, + ACTIONS(4309), 1, anon_sym_LBRACE, STATE(517), 1, sym_statement_block, STATE(2546), 1, sym_comment, - [101460] = 5, + [101458] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3480), 1, + ACTIONS(3477), 1, anon_sym_LBRACE, STATE(516), 1, sym_class_body, STATE(2547), 1, sym_comment, - [101476] = 4, + [101474] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141901,51 +141900,51 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101490] = 5, + [101488] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2296), 1, sym_statement_block, STATE(2549), 1, sym_comment, - [101506] = 5, + [101504] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4310), 1, + ACTIONS(4307), 1, anon_sym_LBRACE, STATE(157), 1, sym_statement_block, STATE(2550), 1, sym_comment, - [101522] = 5, + [101520] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4312), 1, + ACTIONS(4309), 1, anon_sym_LBRACE, STATE(523), 1, sym_statement_block, STATE(2551), 1, sym_comment, - [101538] = 5, + [101536] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3891), 1, + ACTIONS(3888), 1, anon_sym_LBRACE, STATE(521), 1, sym_statement_block, STATE(2552), 1, sym_comment, - [101554] = 4, + [101552] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141955,29 +141954,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101568] = 5, + [101566] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1568), 1, sym_statement_block, STATE(2554), 1, sym_comment, - [101584] = 5, + [101582] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2535), 1, sym_formal_parameters, STATE(2555), 1, sym_comment, - [101600] = 4, + [101598] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -141987,18 +141986,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2267), 2, sym__automatic_semicolon, anon_sym_SEMI, - [101614] = 5, + [101612] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1573), 1, sym_statement_block, STATE(2557), 1, sym_comment, - [101630] = 4, + [101628] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142008,7 +142007,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101644] = 4, + [101642] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142018,7 +142017,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101658] = 4, + [101656] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142028,51 +142027,51 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1747), 2, anon_sym_else, anon_sym_while, - [101672] = 5, + [101670] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3496), 1, + ACTIONS(3493), 1, anon_sym_LBRACE, STATE(1177), 1, sym_class_body, STATE(2561), 1, sym_comment, - [101688] = 5, + [101686] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3729), 1, + ACTIONS(3726), 1, anon_sym_LBRACE, STATE(2084), 1, sym_class_body, STATE(2562), 1, sym_comment, - [101704] = 5, + [101702] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2527), 1, sym_formal_parameters, STATE(2563), 1, sym_comment, - [101720] = 5, + [101718] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1576), 1, sym_statement_block, STATE(2564), 1, sym_comment, - [101736] = 4, + [101734] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142082,73 +142081,73 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101750] = 5, + [101748] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1564), 1, sym_statement_block, STATE(2566), 1, sym_comment, - [101766] = 5, + [101764] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1593), 1, sym_statement_block, STATE(2567), 1, sym_comment, - [101782] = 5, + [101780] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2320), 1, sym_formal_parameters, STATE(2568), 1, sym_comment, - [101798] = 5, + [101796] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3775), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, STATE(2344), 1, sym_statement_block, STATE(2569), 1, sym_comment, - [101814] = 5, + [101812] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1594), 1, sym_statement_block, STATE(2570), 1, sym_comment, - [101830] = 5, + [101828] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4322), 1, + ACTIONS(4319), 1, anon_sym_LBRACE, STATE(2064), 1, sym_statement_block, STATE(2571), 1, sym_comment, - [101846] = 4, + [101844] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142158,39 +142157,39 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101860] = 5, + [101858] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2838), 1, + ACTIONS(2835), 1, anon_sym_LPAREN, - ACTIONS(4324), 1, + ACTIONS(4321), 1, anon_sym_EQ_GT, STATE(2573), 1, sym_comment, - [101876] = 5, + [101874] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2838), 1, + ACTIONS(2835), 1, anon_sym_LPAREN, - ACTIONS(4326), 1, + ACTIONS(4323), 1, anon_sym_EQ_GT, STATE(2574), 1, sym_comment, - [101892] = 4, + [101890] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2575), 1, sym_comment, - ACTIONS(3876), 2, + ACTIONS(3873), 2, anon_sym_COMMA, anon_sym_RBRACE, - [101906] = 4, + [101904] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142200,28 +142199,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2497), 2, anon_sym_LPAREN, anon_sym_COLON, - [101920] = 5, + [101918] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(1911), 1, sym__from_clause, STATE(2577), 1, sym_comment, - [101936] = 4, + [101934] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2578), 1, sym_comment, - ACTIONS(3881), 2, + ACTIONS(3878), 2, anon_sym_COMMA, anon_sym_RBRACE, - [101950] = 4, + [101948] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142231,170 +142230,170 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101964] = 5, + [101962] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2360), 1, sym_formal_parameters, STATE(2580), 1, sym_comment, - [101980] = 5, + [101978] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(2511), 1, sym__from_clause, STATE(2581), 1, sym_comment, - [101996] = 5, + [101994] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1347), 1, sym_statement_block, STATE(2582), 1, sym_comment, - [102012] = 5, + [102010] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3685), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, STATE(1350), 1, sym_class_body, STATE(2583), 1, sym_comment, - [102028] = 5, + [102026] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4322), 1, + ACTIONS(4319), 1, anon_sym_LBRACE, STATE(2083), 1, sym_statement_block, STATE(2584), 1, sym_comment, - [102044] = 4, + [102042] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2585), 1, sym_comment, - ACTIONS(4328), 2, + ACTIONS(4325), 2, sym__automatic_semicolon, anon_sym_SEMI, - [102058] = 5, + [102056] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4330), 1, + ACTIONS(4327), 1, anon_sym_SEMI, - ACTIONS(4332), 1, + ACTIONS(4329), 1, sym__automatic_semicolon, STATE(2586), 1, sym_comment, - [102074] = 5, + [102072] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4334), 1, + ACTIONS(4331), 1, anon_sym_SEMI, - ACTIONS(4336), 1, + ACTIONS(4333), 1, sym__automatic_semicolon, STATE(2587), 1, sym_comment, - [102090] = 5, + [102088] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2363), 1, sym_formal_parameters, STATE(2588), 1, sym_comment, - [102106] = 5, + [102104] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2294), 1, sym_formal_parameters, STATE(2589), 1, sym_comment, - [102122] = 5, + [102120] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1569), 1, sym_statement_block, STATE(2590), 1, sym_comment, - [102138] = 5, + [102136] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1281), 1, sym_statement_block, STATE(2591), 1, sym_comment, - [102154] = 5, + [102152] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1352), 1, sym_statement_block, STATE(2592), 1, sym_comment, - [102170] = 5, + [102168] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4112), 1, + ACTIONS(4109), 1, anon_sym_LPAREN, STATE(2489), 1, sym_parenthesized_expression, STATE(2593), 1, sym_comment, - [102186] = 4, + [102184] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2594), 1, sym_comment, - ACTIONS(4168), 2, + ACTIONS(4165), 2, anon_sym_COMMA, anon_sym_RBRACE, - [102200] = 4, + [102198] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142404,29 +142403,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1679), 2, anon_sym_else, anon_sym_while, - [102214] = 5, + [102212] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1581), 1, sym_statement_block, STATE(2596), 1, sym_comment, - [102230] = 5, + [102228] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1570), 1, sym_statement_block, STATE(2597), 1, sym_comment, - [102246] = 4, + [102244] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142436,18 +142435,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1677), 2, anon_sym_else, anon_sym_while, - [102260] = 5, + [102258] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4338), 1, + ACTIONS(4335), 1, anon_sym_SEMI, - ACTIONS(4340), 1, + ACTIONS(4337), 1, sym__automatic_semicolon, STATE(2599), 1, sym_comment, - [102276] = 4, + [102274] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142457,7 +142456,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1675), 2, anon_sym_else, anon_sym_while, - [102290] = 4, + [102288] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142467,18 +142466,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1673), 2, anon_sym_else, anon_sym_while, - [102304] = 5, + [102302] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1590), 1, sym_statement_block, STATE(2602), 1, sym_comment, - [102320] = 4, + [102318] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142488,7 +142487,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1671), 2, anon_sym_else, anon_sym_while, - [102334] = 4, + [102332] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142498,7 +142497,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1669), 2, anon_sym_else, anon_sym_while, - [102348] = 4, + [102346] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142508,7 +142507,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1715), 2, anon_sym_else, anon_sym_while, - [102362] = 4, + [102360] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142518,7 +142517,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1717), 2, anon_sym_else, anon_sym_while, - [102376] = 4, + [102374] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142528,17 +142527,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1717), 2, anon_sym_else, anon_sym_while, - [102390] = 4, + [102388] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(2608), 1, sym_comment, - ACTIONS(4342), 2, + ACTIONS(4339), 2, sym__glimmer_template_content, anon_sym_LT_SLASHtemplate_GT, - [102404] = 4, + [102402] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142548,18 +142547,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1699), 2, anon_sym_else, anon_sym_while, - [102418] = 5, + [102416] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1595), 1, sym_statement_block, STATE(2610), 1, sym_comment, - [102434] = 4, + [102432] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142569,40 +142568,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1717), 2, anon_sym_else, anon_sym_while, - [102448] = 5, + [102446] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3410), 1, + ACTIONS(3407), 1, sym_identifier, - ACTIONS(3416), 1, + ACTIONS(3413), 1, sym_private_property_identifier, STATE(2612), 1, sym_comment, - [102464] = 5, + [102462] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4344), 1, + ACTIONS(4341), 1, sym_identifier, - ACTIONS(4346), 1, + ACTIONS(4343), 1, sym_private_property_identifier, STATE(2613), 1, sym_comment, - [102480] = 5, + [102478] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1596), 1, sym_statement_block, STATE(2614), 1, sym_comment, - [102496] = 4, + [102494] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142612,7 +142611,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1717), 2, anon_sym_else, anon_sym_while, - [102510] = 4, + [102508] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142622,7 +142621,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1741), 2, anon_sym_else, anon_sym_while, - [102524] = 4, + [102522] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142632,84 +142631,84 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1717), 2, anon_sym_else, anon_sym_while, - [102538] = 5, + [102536] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4348), 1, + ACTIONS(4345), 1, anon_sym_COMMA, - ACTIONS(4350), 1, + ACTIONS(4347), 1, anon_sym_from, STATE(2618), 1, sym_comment, - [102554] = 5, + [102552] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2458), 1, sym_formal_parameters, STATE(2619), 1, sym_comment, - [102570] = 5, + [102568] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1295), 1, sym_statement_block, STATE(2620), 1, sym_comment, - [102586] = 5, + [102584] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2424), 1, sym_formal_parameters, STATE(2621), 1, sym_comment, - [102602] = 5, + [102600] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1583), 1, sym_statement_block, STATE(2622), 1, sym_comment, - [102618] = 5, + [102616] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2457), 1, sym_formal_parameters, STATE(2623), 1, sym_comment, - [102634] = 5, + [102632] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2453), 1, sym_formal_parameters, STATE(2624), 1, sym_comment, - [102650] = 4, + [102648] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142719,29 +142718,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1727), 2, anon_sym_else, anon_sym_while, - [102664] = 5, + [102662] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2452), 1, sym_formal_parameters, STATE(2626), 1, sym_comment, - [102680] = 5, + [102678] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3685), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, STATE(1293), 1, sym_class_body, STATE(2627), 1, sym_comment, - [102696] = 4, + [102694] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142751,7 +142750,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1727), 2, anon_sym_else, anon_sym_while, - [102710] = 4, + [102708] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142761,18 +142760,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1729), 2, anon_sym_else, anon_sym_while, - [102724] = 5, + [102722] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1598), 1, sym_statement_block, STATE(2630), 1, sym_comment, - [102740] = 4, + [102738] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142782,40 +142781,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1731), 2, anon_sym_else, anon_sym_while, - [102754] = 5, + [102752] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(92), 1, sym_parenthesized_expression, STATE(2632), 1, sym_comment, - [102770] = 5, + [102768] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4112), 1, + ACTIONS(4109), 1, anon_sym_LPAREN, STATE(2321), 1, sym_parenthesized_expression, STATE(2633), 1, sym_comment, - [102786] = 5, + [102784] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4106), 1, + ACTIONS(4103), 1, anon_sym_LBRACE, STATE(1599), 1, sym_statement_block, STATE(2634), 1, sym_comment, - [102802] = 4, + [102800] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142825,7 +142824,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [102816] = 4, + [102814] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142835,7 +142834,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1733), 2, anon_sym_else, anon_sym_while, - [102830] = 4, + [102828] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142845,18 +142844,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1735), 2, anon_sym_else, anon_sym_while, - [102844] = 5, + [102842] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2448), 1, sym_formal_parameters, STATE(2638), 1, sym_comment, - [102860] = 4, + [102858] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142866,73 +142865,73 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [102874] = 5, + [102872] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3729), 1, + ACTIONS(3726), 1, anon_sym_LBRACE, STATE(2065), 1, sym_class_body, STATE(2640), 1, sym_comment, - [102890] = 5, + [102888] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2447), 1, sym_formal_parameters, STATE(2641), 1, sym_comment, - [102906] = 5, + [102904] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(2380), 1, sym__from_clause, STATE(2642), 1, sym_comment, - [102922] = 5, + [102920] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4322), 1, + ACTIONS(4319), 1, anon_sym_LBRACE, STATE(2066), 1, sym_statement_block, STATE(2643), 1, sym_comment, - [102938] = 5, + [102936] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(2037), 1, sym__from_clause, STATE(2644), 1, sym_comment, - [102954] = 5, + [102952] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4322), 1, + ACTIONS(4319), 1, anon_sym_LBRACE, STATE(2067), 1, sym_statement_block, STATE(2645), 1, sym_comment, - [102970] = 4, + [102968] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142942,7 +142941,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [102984] = 4, + [102982] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142952,7 +142951,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [102998] = 4, + [102996] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142962,7 +142961,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103012] = 4, + [103010] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -142972,51 +142971,51 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103026] = 5, + [103024] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(1905), 1, sym__from_clause, STATE(2650), 1, sym_comment, - [103042] = 5, + [103040] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2326), 1, sym_formal_parameters, STATE(2651), 1, sym_comment, - [103058] = 5, + [103056] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3685), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, STATE(1369), 1, sym_class_body, STATE(2652), 1, sym_comment, - [103074] = 5, + [103072] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2442), 1, sym_formal_parameters, STATE(2653), 1, sym_comment, - [103090] = 4, + [103088] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143026,7 +143025,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103104] = 4, + [103102] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143036,18 +143035,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103118] = 5, + [103116] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2584), 1, sym_formal_parameters, STATE(2656), 1, sym_comment, - [103134] = 4, + [103132] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143057,7 +143056,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1745), 2, anon_sym_else, anon_sym_while, - [103148] = 4, + [103146] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143067,18 +143066,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2291), 2, sym__automatic_semicolon, anon_sym_SEMI, - [103162] = 5, + [103160] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2590), 1, sym_formal_parameters, STATE(2659), 1, sym_comment, - [103178] = 4, + [103176] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143088,7 +143087,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103192] = 4, + [103190] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143098,7 +143097,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2298), 2, sym__automatic_semicolon, anon_sym_SEMI, - [103206] = 4, + [103204] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143108,347 +143107,347 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103220] = 5, + [103218] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2283), 1, sym_formal_parameters, STATE(2663), 1, sym_comment, - [103236] = 5, + [103234] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2664), 1, sym_comment, STATE(2724), 1, sym_formal_parameters, - [103252] = 5, + [103250] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2665), 1, sym_comment, STATE(2708), 1, sym_formal_parameters, - [103268] = 5, + [103266] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2666), 1, sym_comment, STATE(2676), 1, sym_formal_parameters, - [103284] = 4, + [103282] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2667), 1, sym_comment, - ACTIONS(4352), 2, + ACTIONS(4349), 2, sym__automatic_semicolon, anon_sym_SEMI, - [103298] = 5, + [103296] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2645), 1, sym_formal_parameters, STATE(2668), 1, sym_comment, - [103314] = 5, + [103312] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2643), 1, sym_formal_parameters, STATE(2669), 1, sym_comment, - [103330] = 5, + [103328] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2634), 1, sym_formal_parameters, STATE(2670), 1, sym_comment, - [103346] = 5, + [103344] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2630), 1, sym_formal_parameters, STATE(2671), 1, sym_comment, - [103362] = 5, + [103360] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2488), 1, sym_formal_parameters, STATE(2672), 1, sym_comment, - [103378] = 5, + [103376] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2610), 1, sym_formal_parameters, STATE(2673), 1, sym_comment, - [103394] = 5, + [103392] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2602), 1, sym_formal_parameters, STATE(2674), 1, sym_comment, - [103410] = 5, + [103408] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2596), 1, sym_formal_parameters, STATE(2675), 1, sym_comment, - [103426] = 5, + [103424] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1374), 1, sym_statement_block, STATE(2676), 1, sym_comment, - [103442] = 5, + [103440] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2592), 1, sym_formal_parameters, STATE(2677), 1, sym_comment, - [103458] = 5, + [103456] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2591), 1, sym_formal_parameters, STATE(2678), 1, sym_comment, - [103474] = 5, + [103472] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2582), 1, sym_formal_parameters, STATE(2679), 1, sym_comment, - [103490] = 5, + [103488] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2571), 1, sym_formal_parameters, STATE(2680), 1, sym_comment, - [103506] = 5, + [103504] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2570), 1, sym_formal_parameters, STATE(2681), 1, sym_comment, - [103522] = 5, + [103520] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2567), 1, sym_formal_parameters, STATE(2682), 1, sym_comment, - [103538] = 5, + [103536] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2566), 1, sym_formal_parameters, STATE(2683), 1, sym_comment, - [103554] = 5, + [103552] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2564), 1, sym_formal_parameters, STATE(2684), 1, sym_comment, - [103570] = 5, + [103568] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2557), 1, sym_formal_parameters, STATE(2685), 1, sym_comment, - [103586] = 5, + [103584] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2554), 1, sym_formal_parameters, STATE(2686), 1, sym_comment, - [103602] = 5, + [103600] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2542), 1, sym_formal_parameters, STATE(2687), 1, sym_comment, - [103618] = 5, + [103616] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2530), 1, sym_formal_parameters, STATE(2688), 1, sym_comment, - [103634] = 5, + [103632] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2529), 1, sym_formal_parameters, STATE(2689), 1, sym_comment, - [103650] = 5, + [103648] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2523), 1, sym_formal_parameters, STATE(2690), 1, sym_comment, - [103666] = 5, + [103664] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2521), 1, sym_formal_parameters, STATE(2691), 1, sym_comment, - [103682] = 5, + [103680] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2509), 1, sym_formal_parameters, STATE(2692), 1, sym_comment, - [103698] = 5, + [103696] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2507), 1, sym_formal_parameters, STATE(2693), 1, sym_comment, - [103714] = 4, + [103712] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143458,94 +143457,94 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1743), 2, anon_sym_else, anon_sym_while, - [103728] = 5, + [103726] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2494), 1, sym_formal_parameters, STATE(2695), 1, sym_comment, - [103744] = 5, + [103742] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2371), 1, sym_formal_parameters, STATE(2696), 1, sym_comment, - [103760] = 5, + [103758] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2485), 1, sym_formal_parameters, STATE(2697), 1, sym_comment, - [103776] = 5, + [103774] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2478), 1, sym_formal_parameters, STATE(2698), 1, sym_comment, - [103792] = 5, + [103790] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2477), 1, sym_formal_parameters, STATE(2699), 1, sym_comment, - [103808] = 5, + [103806] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2475), 1, sym_formal_parameters, STATE(2700), 1, sym_comment, - [103824] = 4, + [103822] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2701), 1, sym_comment, - ACTIONS(4354), 2, + ACTIONS(4351), 2, sym__automatic_semicolon, anon_sym_SEMI, - [103838] = 5, + [103836] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2430), 1, sym_formal_parameters, STATE(2702), 1, sym_comment, - [103854] = 4, + [103852] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143555,7 +143554,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103868] = 4, + [103866] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143565,7 +143564,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103882] = 4, + [103880] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143575,17 +143574,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103896] = 4, + [103894] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2706), 1, sym_comment, - ACTIONS(4356), 2, + ACTIONS(4353), 2, anon_sym_GT, anon_sym_DOT, - [103910] = 4, + [103908] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143595,40 +143594,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103924] = 5, + [103922] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1375), 1, sym_statement_block, STATE(2708), 1, sym_comment, - [103940] = 5, + [103938] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(104), 1, sym_parenthesized_expression, STATE(2709), 1, sym_comment, - [103956] = 5, + [103954] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4112), 1, + ACTIONS(4109), 1, anon_sym_LPAREN, STATE(2255), 1, sym_parenthesized_expression, STATE(2710), 1, sym_comment, - [103972] = 4, + [103970] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143638,7 +143637,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103986] = 4, + [103984] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143648,7 +143647,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [104000] = 4, + [103998] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143658,18 +143657,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [104014] = 5, + [104012] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(1948), 1, sym__from_clause, STATE(2714), 1, sym_comment, - [104030] = 4, + [104028] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143679,51 +143678,51 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [104044] = 5, + [104042] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, + ACTIONS(4099), 1, anon_sym_LBRACE, STATE(1184), 1, sym_statement_block, STATE(2716), 1, sym_comment, - [104060] = 5, + [104058] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(2410), 1, sym__from_clause, STATE(2717), 1, sym_comment, - [104076] = 5, + [104074] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(2288), 1, sym__from_clause, STATE(2718), 1, sym_comment, - [104092] = 5, + [104090] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3515), 1, anon_sym_from, STATE(1984), 1, sym__from_clause, STATE(2719), 1, sym_comment, - [104108] = 4, + [104106] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143733,50 +143732,50 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [104122] = 5, + [104120] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4358), 1, + ACTIONS(4355), 1, anon_sym_SEMI, - ACTIONS(4360), 1, + ACTIONS(4357), 1, sym__automatic_semicolon, STATE(2721), 1, sym_comment, - [104138] = 5, + [104136] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2310), 1, sym_formal_parameters, STATE(2722), 1, sym_comment, - [104154] = 4, + [104152] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2723), 1, sym_comment, - ACTIONS(4362), 2, + ACTIONS(4359), 2, anon_sym_LBRACE, anon_sym_EQ_GT, - [104168] = 5, + [104166] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(4095), 1, anon_sym_LBRACE, STATE(1378), 1, sym_statement_block, STATE(2724), 1, sym_comment, - [104184] = 4, + [104182] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143786,29 +143785,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [104198] = 5, + [104196] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2323), 1, sym_formal_parameters, STATE(2726), 1, sym_comment, - [104214] = 5, + [104212] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3905), 1, + ACTIONS(3902), 1, anon_sym_LBRACE, STATE(898), 1, sym_statement_block, STATE(2727), 1, sym_comment, - [104230] = 4, + [104228] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143818,73 +143817,73 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [104244] = 5, + [104242] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2328), 1, sym_formal_parameters, STATE(2729), 1, sym_comment, - [104260] = 5, + [104258] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2329), 1, sym_formal_parameters, STATE(2730), 1, sym_comment, - [104276] = 5, + [104274] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2333), 1, sym_formal_parameters, STATE(2731), 1, sym_comment, - [104292] = 5, + [104290] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2334), 1, sym_formal_parameters, STATE(2732), 1, sym_comment, - [104308] = 5, + [104306] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2338), 1, sym_formal_parameters, STATE(2733), 1, sym_comment, - [104324] = 5, + [104322] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2339), 1, sym_formal_parameters, STATE(2734), 1, sym_comment, - [104340] = 4, + [104338] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -143894,154 +143893,154 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1739), 2, anon_sym_else, anon_sym_while, - [104354] = 5, + [104352] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4118), 1, + ACTIONS(4115), 1, anon_sym_LPAREN, STATE(72), 1, sym__for_header, STATE(2736), 1, sym_comment, - [104370] = 5, + [104368] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4364), 1, + ACTIONS(4361), 1, anon_sym_LBRACE, STATE(940), 1, sym_switch_body, STATE(2737), 1, sym_comment, - [104386] = 5, + [104384] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3685), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, STATE(1379), 1, sym_class_body, STATE(2738), 1, sym_comment, - [104402] = 5, + [104400] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3222), 1, + ACTIONS(3219), 1, anon_sym_LPAREN, STATE(2292), 1, sym_formal_parameters, STATE(2739), 1, sym_comment, - [104418] = 5, + [104416] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4072), 1, + ACTIONS(4069), 1, anon_sym_LPAREN, STATE(95), 1, sym_parenthesized_expression, STATE(2740), 1, sym_comment, - [104434] = 5, + [104432] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4112), 1, + ACTIONS(4109), 1, anon_sym_LPAREN, STATE(2377), 1, sym_parenthesized_expression, STATE(2741), 1, sym_comment, - [104450] = 4, + [104448] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4366), 1, + ACTIONS(4363), 1, sym_identifier, STATE(2742), 1, sym_comment, - [104463] = 4, + [104461] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4368), 1, + ACTIONS(4365), 1, anon_sym_function, STATE(2743), 1, sym_comment, - [104476] = 4, + [104474] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4370), 1, + ACTIONS(4367), 1, sym_identifier, STATE(2744), 1, sym_comment, - [104489] = 4, + [104487] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4372), 1, + ACTIONS(4369), 1, sym_regex_pattern, STATE(2745), 1, sym_comment, - [104502] = 4, + [104500] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4374), 1, + ACTIONS(4371), 1, anon_sym_GT, STATE(2746), 1, sym_comment, - [104515] = 4, + [104513] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4376), 1, + ACTIONS(4373), 1, anon_sym_while, STATE(2747), 1, sym_comment, - [104528] = 4, + [104526] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4378), 1, + ACTIONS(4375), 1, sym_identifier, STATE(2748), 1, sym_comment, - [104541] = 4, + [104539] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4380), 1, + ACTIONS(4377), 1, sym_identifier, STATE(2749), 1, sym_comment, - [104554] = 4, + [104552] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4382), 1, + ACTIONS(4379), 1, sym_regex_pattern, STATE(2750), 1, sym_comment, - [104567] = 4, + [104565] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144050,52 +144049,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2751), 1, sym_comment, - [104580] = 4, + [104578] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4384), 1, + ACTIONS(4381), 1, anon_sym_while, STATE(2752), 1, sym_comment, - [104593] = 4, + [104591] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4386), 1, + ACTIONS(4383), 1, anon_sym_while, STATE(2753), 1, sym_comment, - [104606] = 4, + [104604] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4350), 1, + ACTIONS(4347), 1, anon_sym_from, STATE(2754), 1, sym_comment, - [104619] = 4, + [104617] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4388), 1, + ACTIONS(4385), 1, anon_sym_RPAREN, STATE(2755), 1, sym_comment, - [104632] = 4, + [104630] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4390), 1, + ACTIONS(4387), 1, sym_identifier, STATE(2756), 1, sym_comment, - [104645] = 4, + [104643] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144104,115 +144103,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(2757), 1, sym_comment, - [104658] = 4, + [104656] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4392), 1, + ACTIONS(4389), 1, sym_identifier, STATE(2758), 1, sym_comment, - [104671] = 4, + [104669] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4394), 1, + ACTIONS(4391), 1, anon_sym_while, STATE(2759), 1, sym_comment, - [104684] = 4, + [104682] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4396), 1, + ACTIONS(4393), 1, sym_identifier, STATE(2760), 1, sym_comment, - [104697] = 4, + [104695] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4398), 1, + ACTIONS(4395), 1, sym_regex_pattern, STATE(2761), 1, sym_comment, - [104710] = 4, + [104708] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4326), 1, + ACTIONS(4323), 1, anon_sym_EQ_GT, STATE(2762), 1, sym_comment, - [104723] = 4, + [104721] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4324), 1, + ACTIONS(4321), 1, anon_sym_EQ_GT, STATE(2763), 1, sym_comment, - [104736] = 4, + [104734] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4400), 1, + ACTIONS(4397), 1, anon_sym_EQ_GT, STATE(2764), 1, sym_comment, - [104749] = 4, + [104747] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4402), 1, + ACTIONS(4399), 1, anon_sym_target, STATE(2765), 1, sym_comment, - [104762] = 4, + [104760] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4404), 1, + ACTIONS(4401), 1, anon_sym_RPAREN, STATE(2766), 1, sym_comment, - [104775] = 4, + [104773] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4406), 1, + ACTIONS(4403), 1, anon_sym_SLASH2, STATE(2767), 1, sym_comment, - [104788] = 4, + [104786] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4408), 1, + ACTIONS(4405), 1, anon_sym_as, STATE(2768), 1, sym_comment, - [104801] = 4, + [104799] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3859), 1, + ACTIONS(3856), 1, anon_sym_RBRACE, STATE(2769), 1, sym_comment, - [104814] = 4, + [104812] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144221,7 +144220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2770), 1, sym_comment, - [104827] = 4, + [104825] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144230,25 +144229,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2771), 1, sym_comment, - [104840] = 4, + [104838] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4410), 1, + ACTIONS(4407), 1, sym_identifier, STATE(2772), 1, sym_comment, - [104853] = 4, + [104851] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4412), 1, + ACTIONS(4409), 1, sym_identifier, STATE(2773), 1, sym_comment, - [104866] = 4, + [104864] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144257,25 +144256,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2774), 1, sym_comment, - [104879] = 4, + [104877] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4414), 1, + ACTIONS(4411), 1, sym_identifier, STATE(2775), 1, sym_comment, - [104892] = 4, + [104890] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2838), 1, + ACTIONS(2835), 1, anon_sym_LPAREN, STATE(2776), 1, sym_comment, - [104905] = 4, + [104903] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144284,34 +144283,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2777), 1, sym_comment, - [104918] = 4, + [104916] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4416), 1, + ACTIONS(4413), 1, anon_sym_EQ, STATE(2778), 1, sym_comment, - [104931] = 4, + [104929] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4418), 1, + ACTIONS(4415), 1, anon_sym_while, STATE(2779), 1, sym_comment, - [104944] = 4, + [104942] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4420), 1, + ACTIONS(4417), 1, sym_identifier, STATE(2780), 1, sym_comment, - [104957] = 4, + [104955] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144320,43 +144319,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2781), 1, sym_comment, - [104970] = 4, + [104968] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3887), 1, + ACTIONS(3884), 1, anon_sym_RBRACE, STATE(2782), 1, sym_comment, - [104983] = 4, + [104981] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4422), 1, + ACTIONS(4419), 1, anon_sym_from, STATE(2783), 1, sym_comment, - [104996] = 4, + [104994] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4424), 1, + ACTIONS(4421), 1, anon_sym_as, STATE(2784), 1, sym_comment, - [105009] = 4, + [105007] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4426), 1, + ACTIONS(4423), 1, sym_identifier, STATE(2785), 1, sym_comment, - [105022] = 4, + [105020] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144365,43 +144364,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2786), 1, sym_comment, - [105035] = 4, + [105033] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4428), 1, + ACTIONS(4425), 1, anon_sym_COLON, STATE(2787), 1, sym_comment, - [105048] = 4, + [105046] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4430), 1, + ACTIONS(4427), 1, anon_sym_EQ_GT, STATE(2788), 1, sym_comment, - [105061] = 4, + [105059] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4432), 1, + ACTIONS(4429), 1, anon_sym_EQ_GT, STATE(2789), 1, sym_comment, - [105074] = 4, + [105072] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4434), 1, + ACTIONS(4431), 1, anon_sym_EQ_GT, STATE(2790), 1, sym_comment, - [105087] = 4, + [105085] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144410,52 +144409,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2791), 1, sym_comment, - [105100] = 4, + [105098] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4436), 1, + ACTIONS(4433), 1, anon_sym_EQ_GT, STATE(2792), 1, sym_comment, - [105113] = 4, + [105111] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4438), 1, + ACTIONS(4435), 1, anon_sym_RPAREN, STATE(2793), 1, sym_comment, - [105126] = 4, + [105124] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4440), 1, + ACTIONS(4437), 1, anon_sym_EQ, STATE(2794), 1, sym_comment, - [105139] = 4, + [105137] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3821), 1, + ACTIONS(3818), 1, anon_sym_GT, STATE(2795), 1, sym_comment, - [105152] = 4, + [105150] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4442), 1, + ACTIONS(4439), 1, anon_sym_EQ, STATE(2796), 1, sym_comment, - [105165] = 4, + [105163] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144464,16 +144463,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, STATE(2797), 1, sym_comment, - [105178] = 4, + [105176] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4444), 1, + ACTIONS(4441), 1, sym_identifier, STATE(2798), 1, sym_comment, - [105191] = 4, + [105189] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144482,16 +144481,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2799), 1, sym_comment, - [105204] = 4, + [105202] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3952), 1, + ACTIONS(3949), 1, anon_sym_GT, STATE(2800), 1, sym_comment, - [105217] = 4, + [105215] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144500,16 +144499,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(2801), 1, sym_comment, - [105230] = 4, + [105228] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4446), 1, + ACTIONS(4443), 1, sym_identifier, STATE(2802), 1, sym_comment, - [105243] = 4, + [105241] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144518,7 +144517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, STATE(2803), 1, sym_comment, - [105256] = 4, + [105254] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144527,61 +144526,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(2804), 1, sym_comment, - [105269] = 4, + [105267] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4448), 1, + ACTIONS(4445), 1, anon_sym_SLASH2, STATE(2805), 1, sym_comment, - [105282] = 4, + [105280] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4450), 1, + ACTIONS(4447), 1, sym_identifier, STATE(2806), 1, sym_comment, - [105295] = 4, + [105293] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4452), 1, + ACTIONS(4449), 1, anon_sym_EQ_GT, STATE(2807), 1, sym_comment, - [105308] = 4, + [105306] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4454), 1, + ACTIONS(4451), 1, anon_sym_EQ_GT, STATE(2808), 1, sym_comment, - [105321] = 4, + [105319] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4456), 1, + ACTIONS(4453), 1, anon_sym_RPAREN, STATE(2809), 1, sym_comment, - [105334] = 4, + [105332] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4458), 1, + ACTIONS(4455), 1, anon_sym_function, STATE(2810), 1, sym_comment, - [105347] = 4, + [105345] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144590,43 +144589,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(2811), 1, sym_comment, - [105360] = 4, + [105358] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4460), 1, + ACTIONS(4457), 1, anon_sym_EQ_GT, STATE(2812), 1, sym_comment, - [105373] = 4, + [105371] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4462), 1, + ACTIONS(4459), 1, anon_sym_EQ_GT, STATE(2813), 1, sym_comment, - [105386] = 4, + [105384] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3338), 1, + ACTIONS(3335), 1, anon_sym_EQ, STATE(2814), 1, sym_comment, - [105399] = 4, + [105397] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4464), 1, + ACTIONS(4461), 1, sym_identifier, STATE(2815), 1, sym_comment, - [105412] = 4, + [105410] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144635,25 +144634,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(2816), 1, sym_comment, - [105425] = 4, + [105423] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4466), 1, + ACTIONS(4463), 1, anon_sym_EQ_GT, STATE(2817), 1, sym_comment, - [105438] = 4, + [105436] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3895), 1, + ACTIONS(3892), 1, anon_sym_EQ, STATE(2818), 1, sym_comment, - [105451] = 4, + [105449] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144662,34 +144661,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(2819), 1, sym_comment, - [105464] = 4, + [105462] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3973), 1, + ACTIONS(3970), 1, anon_sym_GT, STATE(2820), 1, sym_comment, - [105477] = 4, + [105475] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4468), 1, + ACTIONS(4465), 1, ts_builtin_sym_end, STATE(2821), 1, sym_comment, - [105490] = 4, + [105488] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4470), 1, + ACTIONS(4467), 1, anon_sym_from, STATE(2822), 1, sym_comment, - [105503] = 4, + [105501] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144698,7 +144697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, STATE(2823), 1, sym_comment, - [105516] = 4, + [105514] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144707,61 +144706,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2824), 1, sym_comment, - [105529] = 4, + [105527] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4472), 1, + ACTIONS(4469), 1, sym_regex_pattern, STATE(2825), 1, sym_comment, - [105542] = 4, + [105540] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4474), 1, + ACTIONS(4471), 1, anon_sym_RPAREN, STATE(2826), 1, sym_comment, - [105555] = 4, + [105553] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4476), 1, + ACTIONS(4473), 1, anon_sym_EQ_GT, STATE(2827), 1, sym_comment, - [105568] = 4, + [105566] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4478), 1, + ACTIONS(4475), 1, sym_identifier, STATE(2828), 1, sym_comment, - [105581] = 4, + [105579] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4480), 1, + ACTIONS(4477), 1, anon_sym_EQ, STATE(2829), 1, sym_comment, - [105594] = 4, + [105592] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4482), 1, + ACTIONS(4479), 1, sym_identifier, STATE(2830), 1, sym_comment, - [105607] = 4, + [105605] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144770,7 +144769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, STATE(2831), 1, sym_comment, - [105620] = 4, + [105618] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144779,7 +144778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2832), 1, sym_comment, - [105633] = 4, + [105631] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144788,7 +144787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2833), 1, sym_comment, - [105646] = 4, + [105644] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144797,7 +144796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2834), 1, sym_comment, - [105659] = 4, + [105657] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144806,34 +144805,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2835), 1, sym_comment, - [105672] = 4, + [105670] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4484), 1, + ACTIONS(4481), 1, anon_sym_RPAREN, STATE(2836), 1, sym_comment, - [105685] = 4, + [105683] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4017), 1, + ACTIONS(4014), 1, anon_sym_GT, STATE(2837), 1, sym_comment, - [105698] = 4, + [105696] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4486), 1, + ACTIONS(4483), 1, anon_sym_from, STATE(2838), 1, sym_comment, - [105711] = 4, + [105709] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144842,88 +144841,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, STATE(2839), 1, sym_comment, - [105724] = 4, + [105722] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4488), 1, + ACTIONS(4485), 1, anon_sym_from, STATE(2840), 1, sym_comment, - [105737] = 4, + [105735] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4490), 1, + ACTIONS(4487), 1, sym_identifier, STATE(2841), 1, sym_comment, - [105750] = 4, + [105748] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4492), 1, + ACTIONS(4489), 1, sym_identifier, STATE(2842), 1, sym_comment, - [105763] = 4, + [105761] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4494), 1, + ACTIONS(4491), 1, sym_identifier, STATE(2843), 1, sym_comment, - [105776] = 4, + [105774] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4496), 1, + ACTIONS(4493), 1, sym_identifier, STATE(2844), 1, sym_comment, - [105789] = 4, + [105787] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4498), 1, + ACTIONS(4495), 1, anon_sym_from, STATE(2845), 1, sym_comment, - [105802] = 4, + [105800] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4500), 1, + ACTIONS(4497), 1, anon_sym_from, STATE(2846), 1, sym_comment, - [105815] = 4, + [105813] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4502), 1, + ACTIONS(4499), 1, anon_sym_from, STATE(2847), 1, sym_comment, - [105828] = 4, + [105826] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4504), 1, + ACTIONS(4501), 1, anon_sym_COLON, STATE(2848), 1, sym_comment, - [105841] = 4, + [105839] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144932,43 +144931,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2849), 1, sym_comment, - [105854] = 4, + [105852] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4506), 1, + ACTIONS(4503), 1, anon_sym_SLASH2, STATE(2850), 1, sym_comment, - [105867] = 4, + [105865] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4508), 1, + ACTIONS(4505), 1, anon_sym_EQ_GT, STATE(2851), 1, sym_comment, - [105880] = 4, + [105878] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4510), 1, + ACTIONS(4507), 1, anon_sym_EQ_GT, STATE(2852), 1, sym_comment, - [105893] = 4, + [105891] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4512), 1, + ACTIONS(4509), 1, anon_sym_EQ_GT, STATE(2853), 1, sym_comment, - [105906] = 4, + [105904] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144977,34 +144976,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2854), 1, sym_comment, - [105919] = 4, + [105917] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4514), 1, + ACTIONS(4511), 1, sym_identifier, STATE(2855), 1, sym_comment, - [105932] = 4, + [105930] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4516), 1, + ACTIONS(4513), 1, sym_identifier, STATE(2856), 1, sym_comment, - [105945] = 4, + [105943] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4518), 1, + ACTIONS(4515), 1, sym_identifier, STATE(2857), 1, sym_comment, - [105958] = 4, + [105956] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -145013,16 +145012,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, STATE(2858), 1, sym_comment, - [105971] = 4, + [105969] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4520), 1, + ACTIONS(4517), 1, anon_sym_EQ_GT, STATE(2859), 1, sym_comment, - [105984] = 4, + [105982] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -145031,79 +145030,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2860), 1, sym_comment, - [105997] = 4, + [105995] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4522), 1, + ACTIONS(4519), 1, anon_sym_EQ_GT, STATE(2861), 1, sym_comment, - [106010] = 4, + [106008] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4524), 1, + ACTIONS(4521), 1, anon_sym_EQ_GT, STATE(2862), 1, sym_comment, - [106023] = 4, + [106021] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4526), 1, + ACTIONS(4523), 1, anon_sym_target, STATE(2863), 1, sym_comment, - [106036] = 4, + [106034] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4528), 1, + ACTIONS(4525), 1, anon_sym_EQ_GT, STATE(2864), 1, sym_comment, - [106049] = 4, + [106047] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3531), 1, + ACTIONS(3528), 1, anon_sym_EQ, STATE(2865), 1, sym_comment, - [106062] = 4, + [106060] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4530), 1, + ACTIONS(4527), 1, anon_sym_RPAREN, STATE(2866), 1, sym_comment, - [106075] = 4, + [106073] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4532), 1, + ACTIONS(4529), 1, anon_sym_SLASH2, STATE(2867), 1, sym_comment, - [106088] = 4, + [106086] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4534), 1, + ACTIONS(4531), 1, sym_identifier, STATE(2868), 1, sym_comment, - [106101] = 4, + [106099] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -145112,16 +145111,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, STATE(2869), 1, sym_comment, - [106114] = 4, + [106112] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4536), 1, + ACTIONS(4533), 1, sym_identifier, STATE(2870), 1, sym_comment, - [106127] = 4, + [106125] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -145130,35 +145129,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(2871), 1, sym_comment, - [106140] = 4, + [106138] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4538), 1, + ACTIONS(4535), 1, anon_sym_function, STATE(2872), 1, sym_comment, - [106153] = 4, + [106151] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4540), 1, + ACTIONS(4537), 1, anon_sym_function, STATE(2873), 1, sym_comment, - [106166] = 4, + [106164] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4542), 1, + ACTIONS(4539), 1, anon_sym_function, STATE(2874), 1, sym_comment, - [106179] = 1, - ACTIONS(4544), 1, + [106177] = 1, + ACTIONS(4541), 1, ts_builtin_sym_end, }; @@ -146231,1348 +146230,1348 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1531)] = 78716, [SMALL_STATE(1532)] = 78774, [SMALL_STATE(1533)] = 78832, - [SMALL_STATE(1534)] = 78894, - [SMALL_STATE(1535)] = 78952, - [SMALL_STATE(1536)] = 79010, - [SMALL_STATE(1537)] = 79068, - [SMALL_STATE(1538)] = 79135, - [SMALL_STATE(1539)] = 79192, - [SMALL_STATE(1540)] = 79247, - [SMALL_STATE(1541)] = 79304, - [SMALL_STATE(1542)] = 79363, - [SMALL_STATE(1543)] = 79413, - [SMALL_STATE(1544)] = 79465, - [SMALL_STATE(1545)] = 79519, - [SMALL_STATE(1546)] = 79573, - [SMALL_STATE(1547)] = 79625, - [SMALL_STATE(1548)] = 79677, - [SMALL_STATE(1549)] = 79739, - [SMALL_STATE(1550)] = 79795, - [SMALL_STATE(1551)] = 79849, - [SMALL_STATE(1552)] = 79911, - [SMALL_STATE(1553)] = 79963, - [SMALL_STATE(1554)] = 80010, - [SMALL_STATE(1555)] = 80057, - [SMALL_STATE(1556)] = 80104, - [SMALL_STATE(1557)] = 80151, - [SMALL_STATE(1558)] = 80198, - [SMALL_STATE(1559)] = 80231, - [SMALL_STATE(1560)] = 80264, - [SMALL_STATE(1561)] = 80301, - [SMALL_STATE(1562)] = 80348, - [SMALL_STATE(1563)] = 80395, - [SMALL_STATE(1564)] = 80425, - [SMALL_STATE(1565)] = 80455, - [SMALL_STATE(1566)] = 80485, - [SMALL_STATE(1567)] = 80515, - [SMALL_STATE(1568)] = 80545, - [SMALL_STATE(1569)] = 80575, - [SMALL_STATE(1570)] = 80605, - [SMALL_STATE(1571)] = 80635, - [SMALL_STATE(1572)] = 80665, - [SMALL_STATE(1573)] = 80695, - [SMALL_STATE(1574)] = 80725, - [SMALL_STATE(1575)] = 80757, - [SMALL_STATE(1576)] = 80787, - [SMALL_STATE(1577)] = 80817, - [SMALL_STATE(1578)] = 80847, - [SMALL_STATE(1579)] = 80883, - [SMALL_STATE(1580)] = 80913, - [SMALL_STATE(1581)] = 80943, - [SMALL_STATE(1582)] = 80973, - [SMALL_STATE(1583)] = 81003, - [SMALL_STATE(1584)] = 81033, - [SMALL_STATE(1585)] = 81063, - [SMALL_STATE(1586)] = 81093, - [SMALL_STATE(1587)] = 81123, - [SMALL_STATE(1588)] = 81153, - [SMALL_STATE(1589)] = 81187, - [SMALL_STATE(1590)] = 81217, - [SMALL_STATE(1591)] = 81247, - [SMALL_STATE(1592)] = 81277, - [SMALL_STATE(1593)] = 81307, - [SMALL_STATE(1594)] = 81337, - [SMALL_STATE(1595)] = 81367, - [SMALL_STATE(1596)] = 81397, - [SMALL_STATE(1597)] = 81427, - [SMALL_STATE(1598)] = 81457, - [SMALL_STATE(1599)] = 81487, - [SMALL_STATE(1600)] = 81517, - [SMALL_STATE(1601)] = 81547, - [SMALL_STATE(1602)] = 81577, - [SMALL_STATE(1603)] = 81607, - [SMALL_STATE(1604)] = 81637, - [SMALL_STATE(1605)] = 81667, - [SMALL_STATE(1606)] = 81697, - [SMALL_STATE(1607)] = 81742, - [SMALL_STATE(1608)] = 81789, - [SMALL_STATE(1609)] = 81838, - [SMALL_STATE(1610)] = 81867, - [SMALL_STATE(1611)] = 81914, - [SMALL_STATE(1612)] = 81963, - [SMALL_STATE(1613)] = 82014, - [SMALL_STATE(1614)] = 82047, - [SMALL_STATE(1615)] = 82098, - [SMALL_STATE(1616)] = 82147, - [SMALL_STATE(1617)] = 82196, - [SMALL_STATE(1618)] = 82238, - [SMALL_STATE(1619)] = 82286, - [SMALL_STATE(1620)] = 82332, - [SMALL_STATE(1621)] = 82374, - [SMALL_STATE(1622)] = 82402, - [SMALL_STATE(1623)] = 82444, - [SMALL_STATE(1624)] = 82486, - [SMALL_STATE(1625)] = 82514, - [SMALL_STATE(1626)] = 82542, - [SMALL_STATE(1627)] = 82584, - [SMALL_STATE(1628)] = 82626, - [SMALL_STATE(1629)] = 82668, - [SMALL_STATE(1630)] = 82710, - [SMALL_STATE(1631)] = 82758, - [SMALL_STATE(1632)] = 82800, - [SMALL_STATE(1633)] = 82848, - [SMALL_STATE(1634)] = 82890, - [SMALL_STATE(1635)] = 82932, - [SMALL_STATE(1636)] = 82974, - [SMALL_STATE(1637)] = 83016, - [SMALL_STATE(1638)] = 83062, - [SMALL_STATE(1639)] = 83104, - [SMALL_STATE(1640)] = 83146, - [SMALL_STATE(1641)] = 83188, - [SMALL_STATE(1642)] = 83230, - [SMALL_STATE(1643)] = 83272, - [SMALL_STATE(1644)] = 83314, - [SMALL_STATE(1645)] = 83362, - [SMALL_STATE(1646)] = 83404, - [SMALL_STATE(1647)] = 83452, - [SMALL_STATE(1648)] = 83500, - [SMALL_STATE(1649)] = 83528, - [SMALL_STATE(1650)] = 83570, - [SMALL_STATE(1651)] = 83598, - [SMALL_STATE(1652)] = 83646, - [SMALL_STATE(1653)] = 83674, - [SMALL_STATE(1654)] = 83716, - [SMALL_STATE(1655)] = 83758, - [SMALL_STATE(1656)] = 83800, - [SMALL_STATE(1657)] = 83839, - [SMALL_STATE(1658)] = 83866, - [SMALL_STATE(1659)] = 83905, - [SMALL_STATE(1660)] = 83932, - [SMALL_STATE(1661)] = 83959, - [SMALL_STATE(1662)] = 83998, - [SMALL_STATE(1663)] = 84037, - [SMALL_STATE(1664)] = 84064, - [SMALL_STATE(1665)] = 84103, - [SMALL_STATE(1666)] = 84142, - [SMALL_STATE(1667)] = 84169, - [SMALL_STATE(1668)] = 84208, - [SMALL_STATE(1669)] = 84247, - [SMALL_STATE(1670)] = 84286, - [SMALL_STATE(1671)] = 84313, - [SMALL_STATE(1672)] = 84340, - [SMALL_STATE(1673)] = 84379, - [SMALL_STATE(1674)] = 84406, - [SMALL_STATE(1675)] = 84433, - [SMALL_STATE(1676)] = 84460, - [SMALL_STATE(1677)] = 84487, - [SMALL_STATE(1678)] = 84526, - [SMALL_STATE(1679)] = 84565, - [SMALL_STATE(1680)] = 84604, - [SMALL_STATE(1681)] = 84643, - [SMALL_STATE(1682)] = 84682, - [SMALL_STATE(1683)] = 84721, - [SMALL_STATE(1684)] = 84760, - [SMALL_STATE(1685)] = 84799, - [SMALL_STATE(1686)] = 84840, - [SMALL_STATE(1687)] = 84881, - [SMALL_STATE(1688)] = 84920, - [SMALL_STATE(1689)] = 84961, - [SMALL_STATE(1690)] = 85002, - [SMALL_STATE(1691)] = 85043, - [SMALL_STATE(1692)] = 85084, - [SMALL_STATE(1693)] = 85125, - [SMALL_STATE(1694)] = 85166, - [SMALL_STATE(1695)] = 85207, - [SMALL_STATE(1696)] = 85248, - [SMALL_STATE(1697)] = 85289, - [SMALL_STATE(1698)] = 85330, - [SMALL_STATE(1699)] = 85366, - [SMALL_STATE(1700)] = 85405, - [SMALL_STATE(1701)] = 85444, - [SMALL_STATE(1702)] = 85483, - [SMALL_STATE(1703)] = 85522, - [SMALL_STATE(1704)] = 85558, - [SMALL_STATE(1705)] = 85594, - [SMALL_STATE(1706)] = 85630, - [SMALL_STATE(1707)] = 85666, - [SMALL_STATE(1708)] = 85702, - [SMALL_STATE(1709)] = 85738, - [SMALL_STATE(1710)] = 85774, - [SMALL_STATE(1711)] = 85810, - [SMALL_STATE(1712)] = 85843, - [SMALL_STATE(1713)] = 85874, - [SMALL_STATE(1714)] = 85907, - [SMALL_STATE(1715)] = 85940, - [SMALL_STATE(1716)] = 85973, - [SMALL_STATE(1717)] = 86006, - [SMALL_STATE(1718)] = 86039, - [SMALL_STATE(1719)] = 86072, - [SMALL_STATE(1720)] = 86105, - [SMALL_STATE(1721)] = 86138, - [SMALL_STATE(1722)] = 86171, - [SMALL_STATE(1723)] = 86204, - [SMALL_STATE(1724)] = 86237, - [SMALL_STATE(1725)] = 86270, - [SMALL_STATE(1726)] = 86303, - [SMALL_STATE(1727)] = 86334, - [SMALL_STATE(1728)] = 86367, - [SMALL_STATE(1729)] = 86396, - [SMALL_STATE(1730)] = 86429, - [SMALL_STATE(1731)] = 86462, - [SMALL_STATE(1732)] = 86495, - [SMALL_STATE(1733)] = 86528, - [SMALL_STATE(1734)] = 86561, - [SMALL_STATE(1735)] = 86595, - [SMALL_STATE(1736)] = 86629, - [SMALL_STATE(1737)] = 86658, - [SMALL_STATE(1738)] = 86689, - [SMALL_STATE(1739)] = 86708, - [SMALL_STATE(1740)] = 86739, - [SMALL_STATE(1741)] = 86770, - [SMALL_STATE(1742)] = 86799, - [SMALL_STATE(1743)] = 86828, - [SMALL_STATE(1744)] = 86857, - [SMALL_STATE(1745)] = 86876, - [SMALL_STATE(1746)] = 86905, - [SMALL_STATE(1747)] = 86934, - [SMALL_STATE(1748)] = 86953, - [SMALL_STATE(1749)] = 86972, - [SMALL_STATE(1750)] = 87001, - [SMALL_STATE(1751)] = 87024, - [SMALL_STATE(1752)] = 87053, - [SMALL_STATE(1753)] = 87072, - [SMALL_STATE(1754)] = 87103, - [SMALL_STATE(1755)] = 87124, - [SMALL_STATE(1756)] = 87153, - [SMALL_STATE(1757)] = 87182, - [SMALL_STATE(1758)] = 87211, - [SMALL_STATE(1759)] = 87232, - [SMALL_STATE(1760)] = 87261, - [SMALL_STATE(1761)] = 87280, - [SMALL_STATE(1762)] = 87309, - [SMALL_STATE(1763)] = 87334, - [SMALL_STATE(1764)] = 87359, - [SMALL_STATE(1765)] = 87388, - [SMALL_STATE(1766)] = 87417, - [SMALL_STATE(1767)] = 87446, - [SMALL_STATE(1768)] = 87475, - [SMALL_STATE(1769)] = 87504, - [SMALL_STATE(1770)] = 87533, - [SMALL_STATE(1771)] = 87562, - [SMALL_STATE(1772)] = 87580, - [SMALL_STATE(1773)] = 87598, - [SMALL_STATE(1774)] = 87616, - [SMALL_STATE(1775)] = 87634, - [SMALL_STATE(1776)] = 87652, - [SMALL_STATE(1777)] = 87678, - [SMALL_STATE(1778)] = 87696, - [SMALL_STATE(1779)] = 87722, - [SMALL_STATE(1780)] = 87748, - [SMALL_STATE(1781)] = 87774, - [SMALL_STATE(1782)] = 87802, - [SMALL_STATE(1783)] = 87820, - [SMALL_STATE(1784)] = 87838, - [SMALL_STATE(1785)] = 87856, - [SMALL_STATE(1786)] = 87878, - [SMALL_STATE(1787)] = 87896, - [SMALL_STATE(1788)] = 87914, - [SMALL_STATE(1789)] = 87932, - [SMALL_STATE(1790)] = 87958, - [SMALL_STATE(1791)] = 87978, - [SMALL_STATE(1792)] = 87996, - [SMALL_STATE(1793)] = 88014, - [SMALL_STATE(1794)] = 88032, - [SMALL_STATE(1795)] = 88058, - [SMALL_STATE(1796)] = 88076, - [SMALL_STATE(1797)] = 88102, - [SMALL_STATE(1798)] = 88122, - [SMALL_STATE(1799)] = 88140, - [SMALL_STATE(1800)] = 88168, - [SMALL_STATE(1801)] = 88194, - [SMALL_STATE(1802)] = 88220, - [SMALL_STATE(1803)] = 88238, - [SMALL_STATE(1804)] = 88256, - [SMALL_STATE(1805)] = 88282, - [SMALL_STATE(1806)] = 88308, - [SMALL_STATE(1807)] = 88332, - [SMALL_STATE(1808)] = 88356, - [SMALL_STATE(1809)] = 88382, - [SMALL_STATE(1810)] = 88408, - [SMALL_STATE(1811)] = 88434, - [SMALL_STATE(1812)] = 88460, - [SMALL_STATE(1813)] = 88478, - [SMALL_STATE(1814)] = 88496, - [SMALL_STATE(1815)] = 88514, - [SMALL_STATE(1816)] = 88540, - [SMALL_STATE(1817)] = 88558, - [SMALL_STATE(1818)] = 88584, - [SMALL_STATE(1819)] = 88610, - [SMALL_STATE(1820)] = 88628, - [SMALL_STATE(1821)] = 88652, - [SMALL_STATE(1822)] = 88670, - [SMALL_STATE(1823)] = 88696, - [SMALL_STATE(1824)] = 88722, - [SMALL_STATE(1825)] = 88740, - [SMALL_STATE(1826)] = 88766, - [SMALL_STATE(1827)] = 88792, - [SMALL_STATE(1828)] = 88810, - [SMALL_STATE(1829)] = 88828, - [SMALL_STATE(1830)] = 88846, - [SMALL_STATE(1831)] = 88864, - [SMALL_STATE(1832)] = 88882, - [SMALL_STATE(1833)] = 88908, - [SMALL_STATE(1834)] = 88926, - [SMALL_STATE(1835)] = 88944, - [SMALL_STATE(1836)] = 88970, - [SMALL_STATE(1837)] = 88988, - [SMALL_STATE(1838)] = 89014, - [SMALL_STATE(1839)] = 89040, - [SMALL_STATE(1840)] = 89066, - [SMALL_STATE(1841)] = 89092, - [SMALL_STATE(1842)] = 89117, - [SMALL_STATE(1843)] = 89142, - [SMALL_STATE(1844)] = 89167, - [SMALL_STATE(1845)] = 89192, - [SMALL_STATE(1846)] = 89217, - [SMALL_STATE(1847)] = 89234, - [SMALL_STATE(1848)] = 89259, - [SMALL_STATE(1849)] = 89284, - [SMALL_STATE(1850)] = 89303, - [SMALL_STATE(1851)] = 89324, - [SMALL_STATE(1852)] = 89349, - [SMALL_STATE(1853)] = 89374, - [SMALL_STATE(1854)] = 89393, - [SMALL_STATE(1855)] = 89418, - [SMALL_STATE(1856)] = 89443, - [SMALL_STATE(1857)] = 89468, - [SMALL_STATE(1858)] = 89493, - [SMALL_STATE(1859)] = 89518, - [SMALL_STATE(1860)] = 89543, - [SMALL_STATE(1861)] = 89568, - [SMALL_STATE(1862)] = 89585, - [SMALL_STATE(1863)] = 89610, - [SMALL_STATE(1864)] = 89635, - [SMALL_STATE(1865)] = 89660, - [SMALL_STATE(1866)] = 89685, - [SMALL_STATE(1867)] = 89702, - [SMALL_STATE(1868)] = 89727, - [SMALL_STATE(1869)] = 89750, - [SMALL_STATE(1870)] = 89775, - [SMALL_STATE(1871)] = 89800, - [SMALL_STATE(1872)] = 89819, - [SMALL_STATE(1873)] = 89844, - [SMALL_STATE(1874)] = 89869, - [SMALL_STATE(1875)] = 89894, - [SMALL_STATE(1876)] = 89911, - [SMALL_STATE(1877)] = 89928, - [SMALL_STATE(1878)] = 89953, - [SMALL_STATE(1879)] = 89970, - [SMALL_STATE(1880)] = 89991, - [SMALL_STATE(1881)] = 90008, - [SMALL_STATE(1882)] = 90033, - [SMALL_STATE(1883)] = 90058, - [SMALL_STATE(1884)] = 90079, - [SMALL_STATE(1885)] = 90104, - [SMALL_STATE(1886)] = 90121, - [SMALL_STATE(1887)] = 90138, - [SMALL_STATE(1888)] = 90155, - [SMALL_STATE(1889)] = 90172, - [SMALL_STATE(1890)] = 90197, - [SMALL_STATE(1891)] = 90218, - [SMALL_STATE(1892)] = 90235, - [SMALL_STATE(1893)] = 90252, - [SMALL_STATE(1894)] = 90269, - [SMALL_STATE(1895)] = 90294, - [SMALL_STATE(1896)] = 90311, - [SMALL_STATE(1897)] = 90328, - [SMALL_STATE(1898)] = 90345, - [SMALL_STATE(1899)] = 90362, - [SMALL_STATE(1900)] = 90379, - [SMALL_STATE(1901)] = 90396, - [SMALL_STATE(1902)] = 90421, - [SMALL_STATE(1903)] = 90441, - [SMALL_STATE(1904)] = 90463, - [SMALL_STATE(1905)] = 90483, - [SMALL_STATE(1906)] = 90505, - [SMALL_STATE(1907)] = 90527, - [SMALL_STATE(1908)] = 90549, - [SMALL_STATE(1909)] = 90569, - [SMALL_STATE(1910)] = 90589, - [SMALL_STATE(1911)] = 90609, - [SMALL_STATE(1912)] = 90631, - [SMALL_STATE(1913)] = 90653, - [SMALL_STATE(1914)] = 90675, - [SMALL_STATE(1915)] = 90697, - [SMALL_STATE(1916)] = 90719, - [SMALL_STATE(1917)] = 90739, - [SMALL_STATE(1918)] = 90755, - [SMALL_STATE(1919)] = 90771, - [SMALL_STATE(1920)] = 90791, - [SMALL_STATE(1921)] = 90811, - [SMALL_STATE(1922)] = 90833, - [SMALL_STATE(1923)] = 90853, - [SMALL_STATE(1924)] = 90869, - [SMALL_STATE(1925)] = 90889, - [SMALL_STATE(1926)] = 90909, - [SMALL_STATE(1927)] = 90927, - [SMALL_STATE(1928)] = 90949, - [SMALL_STATE(1929)] = 90969, - [SMALL_STATE(1930)] = 90987, - [SMALL_STATE(1931)] = 91009, - [SMALL_STATE(1932)] = 91029, - [SMALL_STATE(1933)] = 91045, - [SMALL_STATE(1934)] = 91063, - [SMALL_STATE(1935)] = 91081, - [SMALL_STATE(1936)] = 91103, - [SMALL_STATE(1937)] = 91125, - [SMALL_STATE(1938)] = 91147, - [SMALL_STATE(1939)] = 91169, - [SMALL_STATE(1940)] = 91189, - [SMALL_STATE(1941)] = 91209, - [SMALL_STATE(1942)] = 91229, - [SMALL_STATE(1943)] = 91245, - [SMALL_STATE(1944)] = 91265, - [SMALL_STATE(1945)] = 91287, - [SMALL_STATE(1946)] = 91309, - [SMALL_STATE(1947)] = 91329, - [SMALL_STATE(1948)] = 91345, - [SMALL_STATE(1949)] = 91367, - [SMALL_STATE(1950)] = 91389, - [SMALL_STATE(1951)] = 91405, - [SMALL_STATE(1952)] = 91425, - [SMALL_STATE(1953)] = 91443, - [SMALL_STATE(1954)] = 91465, - [SMALL_STATE(1955)] = 91485, - [SMALL_STATE(1956)] = 91507, - [SMALL_STATE(1957)] = 91529, - [SMALL_STATE(1958)] = 91549, - [SMALL_STATE(1959)] = 91569, - [SMALL_STATE(1960)] = 91591, - [SMALL_STATE(1961)] = 91611, - [SMALL_STATE(1962)] = 91631, - [SMALL_STATE(1963)] = 91651, - [SMALL_STATE(1964)] = 91671, - [SMALL_STATE(1965)] = 91693, - [SMALL_STATE(1966)] = 91713, - [SMALL_STATE(1967)] = 91733, - [SMALL_STATE(1968)] = 91753, - [SMALL_STATE(1969)] = 91775, - [SMALL_STATE(1970)] = 91795, - [SMALL_STATE(1971)] = 91815, - [SMALL_STATE(1972)] = 91835, - [SMALL_STATE(1973)] = 91855, - [SMALL_STATE(1974)] = 91875, - [SMALL_STATE(1975)] = 91897, - [SMALL_STATE(1976)] = 91917, - [SMALL_STATE(1977)] = 91937, - [SMALL_STATE(1978)] = 91959, - [SMALL_STATE(1979)] = 91981, - [SMALL_STATE(1980)] = 91999, - [SMALL_STATE(1981)] = 92021, - [SMALL_STATE(1982)] = 92043, - [SMALL_STATE(1983)] = 92063, - [SMALL_STATE(1984)] = 92083, - [SMALL_STATE(1985)] = 92105, - [SMALL_STATE(1986)] = 92127, - [SMALL_STATE(1987)] = 92149, - [SMALL_STATE(1988)] = 92169, - [SMALL_STATE(1989)] = 92191, - [SMALL_STATE(1990)] = 92213, - [SMALL_STATE(1991)] = 92235, - [SMALL_STATE(1992)] = 92255, - [SMALL_STATE(1993)] = 92275, - [SMALL_STATE(1994)] = 92293, - [SMALL_STATE(1995)] = 92315, - [SMALL_STATE(1996)] = 92333, - [SMALL_STATE(1997)] = 92355, - [SMALL_STATE(1998)] = 92371, - [SMALL_STATE(1999)] = 92391, - [SMALL_STATE(2000)] = 92411, - [SMALL_STATE(2001)] = 92431, - [SMALL_STATE(2002)] = 92451, - [SMALL_STATE(2003)] = 92467, - [SMALL_STATE(2004)] = 92487, - [SMALL_STATE(2005)] = 92507, - [SMALL_STATE(2006)] = 92527, - [SMALL_STATE(2007)] = 92549, - [SMALL_STATE(2008)] = 92571, - [SMALL_STATE(2009)] = 92587, - [SMALL_STATE(2010)] = 92609, - [SMALL_STATE(2011)] = 92629, - [SMALL_STATE(2012)] = 92651, - [SMALL_STATE(2013)] = 92673, - [SMALL_STATE(2014)] = 92689, - [SMALL_STATE(2015)] = 92711, - [SMALL_STATE(2016)] = 92733, - [SMALL_STATE(2017)] = 92753, - [SMALL_STATE(2018)] = 92773, - [SMALL_STATE(2019)] = 92793, - [SMALL_STATE(2020)] = 92815, - [SMALL_STATE(2021)] = 92837, - [SMALL_STATE(2022)] = 92859, - [SMALL_STATE(2023)] = 92879, - [SMALL_STATE(2024)] = 92899, - [SMALL_STATE(2025)] = 92921, - [SMALL_STATE(2026)] = 92943, - [SMALL_STATE(2027)] = 92965, - [SMALL_STATE(2028)] = 92985, - [SMALL_STATE(2029)] = 93007, - [SMALL_STATE(2030)] = 93029, - [SMALL_STATE(2031)] = 93051, - [SMALL_STATE(2032)] = 93073, - [SMALL_STATE(2033)] = 93095, - [SMALL_STATE(2034)] = 93117, - [SMALL_STATE(2035)] = 93139, - [SMALL_STATE(2036)] = 93161, - [SMALL_STATE(2037)] = 93183, - [SMALL_STATE(2038)] = 93205, - [SMALL_STATE(2039)] = 93227, - [SMALL_STATE(2040)] = 93249, - [SMALL_STATE(2041)] = 93269, - [SMALL_STATE(2042)] = 93289, - [SMALL_STATE(2043)] = 93311, - [SMALL_STATE(2044)] = 93333, - [SMALL_STATE(2045)] = 93355, - [SMALL_STATE(2046)] = 93377, - [SMALL_STATE(2047)] = 93396, - [SMALL_STATE(2048)] = 93415, - [SMALL_STATE(2049)] = 93432, - [SMALL_STATE(2050)] = 93447, - [SMALL_STATE(2051)] = 93466, - [SMALL_STATE(2052)] = 93485, - [SMALL_STATE(2053)] = 93504, - [SMALL_STATE(2054)] = 93523, - [SMALL_STATE(2055)] = 93542, - [SMALL_STATE(2056)] = 93557, - [SMALL_STATE(2057)] = 93576, - [SMALL_STATE(2058)] = 93595, - [SMALL_STATE(2059)] = 93614, - [SMALL_STATE(2060)] = 93629, - [SMALL_STATE(2061)] = 93648, - [SMALL_STATE(2062)] = 93667, - [SMALL_STATE(2063)] = 93686, - [SMALL_STATE(2064)] = 93705, - [SMALL_STATE(2065)] = 93722, - [SMALL_STATE(2066)] = 93739, - [SMALL_STATE(2067)] = 93756, - [SMALL_STATE(2068)] = 93773, - [SMALL_STATE(2069)] = 93792, - [SMALL_STATE(2070)] = 93811, - [SMALL_STATE(2071)] = 93830, - [SMALL_STATE(2072)] = 93845, - [SMALL_STATE(2073)] = 93864, - [SMALL_STATE(2074)] = 93883, - [SMALL_STATE(2075)] = 93902, - [SMALL_STATE(2076)] = 93919, - [SMALL_STATE(2077)] = 93938, - [SMALL_STATE(2078)] = 93957, - [SMALL_STATE(2079)] = 93976, - [SMALL_STATE(2080)] = 93993, - [SMALL_STATE(2081)] = 94012, - [SMALL_STATE(2082)] = 94031, - [SMALL_STATE(2083)] = 94050, - [SMALL_STATE(2084)] = 94067, - [SMALL_STATE(2085)] = 94084, - [SMALL_STATE(2086)] = 94103, - [SMALL_STATE(2087)] = 94122, - [SMALL_STATE(2088)] = 94141, - [SMALL_STATE(2089)] = 94156, - [SMALL_STATE(2090)] = 94171, - [SMALL_STATE(2091)] = 94186, - [SMALL_STATE(2092)] = 94201, - [SMALL_STATE(2093)] = 94220, - [SMALL_STATE(2094)] = 94239, - [SMALL_STATE(2095)] = 94258, - [SMALL_STATE(2096)] = 94277, - [SMALL_STATE(2097)] = 94296, - [SMALL_STATE(2098)] = 94315, - [SMALL_STATE(2099)] = 94334, - [SMALL_STATE(2100)] = 94353, - [SMALL_STATE(2101)] = 94372, - [SMALL_STATE(2102)] = 94391, - [SMALL_STATE(2103)] = 94410, - [SMALL_STATE(2104)] = 94429, - [SMALL_STATE(2105)] = 94446, - [SMALL_STATE(2106)] = 94463, - [SMALL_STATE(2107)] = 94482, - [SMALL_STATE(2108)] = 94497, - [SMALL_STATE(2109)] = 94514, - [SMALL_STATE(2110)] = 94531, - [SMALL_STATE(2111)] = 94546, - [SMALL_STATE(2112)] = 94565, - [SMALL_STATE(2113)] = 94582, - [SMALL_STATE(2114)] = 94597, - [SMALL_STATE(2115)] = 94616, - [SMALL_STATE(2116)] = 94635, - [SMALL_STATE(2117)] = 94654, - [SMALL_STATE(2118)] = 94673, - [SMALL_STATE(2119)] = 94692, - [SMALL_STATE(2120)] = 94709, - [SMALL_STATE(2121)] = 94724, - [SMALL_STATE(2122)] = 94741, - [SMALL_STATE(2123)] = 94758, - [SMALL_STATE(2124)] = 94777, - [SMALL_STATE(2125)] = 94796, - [SMALL_STATE(2126)] = 94815, - [SMALL_STATE(2127)] = 94834, - [SMALL_STATE(2128)] = 94853, - [SMALL_STATE(2129)] = 94868, - [SMALL_STATE(2130)] = 94885, - [SMALL_STATE(2131)] = 94904, - [SMALL_STATE(2132)] = 94923, - [SMALL_STATE(2133)] = 94942, - [SMALL_STATE(2134)] = 94959, - [SMALL_STATE(2135)] = 94978, - [SMALL_STATE(2136)] = 94993, - [SMALL_STATE(2137)] = 95010, - [SMALL_STATE(2138)] = 95029, - [SMALL_STATE(2139)] = 95048, - [SMALL_STATE(2140)] = 95065, - [SMALL_STATE(2141)] = 95084, - [SMALL_STATE(2142)] = 95103, - [SMALL_STATE(2143)] = 95122, - [SMALL_STATE(2144)] = 95141, - [SMALL_STATE(2145)] = 95160, - [SMALL_STATE(2146)] = 95179, - [SMALL_STATE(2147)] = 95198, - [SMALL_STATE(2148)] = 95217, - [SMALL_STATE(2149)] = 95236, - [SMALL_STATE(2150)] = 95255, - [SMALL_STATE(2151)] = 95274, - [SMALL_STATE(2152)] = 95293, - [SMALL_STATE(2153)] = 95308, - [SMALL_STATE(2154)] = 95327, - [SMALL_STATE(2155)] = 95346, - [SMALL_STATE(2156)] = 95361, - [SMALL_STATE(2157)] = 95380, - [SMALL_STATE(2158)] = 95397, - [SMALL_STATE(2159)] = 95416, - [SMALL_STATE(2160)] = 95435, - [SMALL_STATE(2161)] = 95450, - [SMALL_STATE(2162)] = 95465, - [SMALL_STATE(2163)] = 95482, - [SMALL_STATE(2164)] = 95501, - [SMALL_STATE(2165)] = 95520, - [SMALL_STATE(2166)] = 95539, - [SMALL_STATE(2167)] = 95558, - [SMALL_STATE(2168)] = 95575, - [SMALL_STATE(2169)] = 95594, - [SMALL_STATE(2170)] = 95613, - [SMALL_STATE(2171)] = 95632, - [SMALL_STATE(2172)] = 95651, - [SMALL_STATE(2173)] = 95670, - [SMALL_STATE(2174)] = 95687, - [SMALL_STATE(2175)] = 95706, - [SMALL_STATE(2176)] = 95725, - [SMALL_STATE(2177)] = 95744, - [SMALL_STATE(2178)] = 95763, - [SMALL_STATE(2179)] = 95782, - [SMALL_STATE(2180)] = 95801, - [SMALL_STATE(2181)] = 95820, - [SMALL_STATE(2182)] = 95837, - [SMALL_STATE(2183)] = 95852, - [SMALL_STATE(2184)] = 95871, - [SMALL_STATE(2185)] = 95890, - [SMALL_STATE(2186)] = 95905, - [SMALL_STATE(2187)] = 95924, - [SMALL_STATE(2188)] = 95943, - [SMALL_STATE(2189)] = 95960, - [SMALL_STATE(2190)] = 95979, - [SMALL_STATE(2191)] = 95998, - [SMALL_STATE(2192)] = 96017, - [SMALL_STATE(2193)] = 96036, - [SMALL_STATE(2194)] = 96055, - [SMALL_STATE(2195)] = 96074, - [SMALL_STATE(2196)] = 96093, - [SMALL_STATE(2197)] = 96112, - [SMALL_STATE(2198)] = 96129, - [SMALL_STATE(2199)] = 96148, - [SMALL_STATE(2200)] = 96163, - [SMALL_STATE(2201)] = 96180, - [SMALL_STATE(2202)] = 96196, - [SMALL_STATE(2203)] = 96210, - [SMALL_STATE(2204)] = 96226, - [SMALL_STATE(2205)] = 96242, - [SMALL_STATE(2206)] = 96258, - [SMALL_STATE(2207)] = 96274, - [SMALL_STATE(2208)] = 96290, - [SMALL_STATE(2209)] = 96306, - [SMALL_STATE(2210)] = 96322, - [SMALL_STATE(2211)] = 96338, - [SMALL_STATE(2212)] = 96354, - [SMALL_STATE(2213)] = 96370, - [SMALL_STATE(2214)] = 96384, - [SMALL_STATE(2215)] = 96398, - [SMALL_STATE(2216)] = 96414, - [SMALL_STATE(2217)] = 96430, - [SMALL_STATE(2218)] = 96446, - [SMALL_STATE(2219)] = 96462, - [SMALL_STATE(2220)] = 96476, - [SMALL_STATE(2221)] = 96492, - [SMALL_STATE(2222)] = 96506, - [SMALL_STATE(2223)] = 96522, - [SMALL_STATE(2224)] = 96538, - [SMALL_STATE(2225)] = 96552, - [SMALL_STATE(2226)] = 96568, - [SMALL_STATE(2227)] = 96584, - [SMALL_STATE(2228)] = 96600, - [SMALL_STATE(2229)] = 96616, - [SMALL_STATE(2230)] = 96632, - [SMALL_STATE(2231)] = 96646, - [SMALL_STATE(2232)] = 96662, - [SMALL_STATE(2233)] = 96678, - [SMALL_STATE(2234)] = 96694, - [SMALL_STATE(2235)] = 96710, - [SMALL_STATE(2236)] = 96726, - [SMALL_STATE(2237)] = 96742, - [SMALL_STATE(2238)] = 96756, - [SMALL_STATE(2239)] = 96770, - [SMALL_STATE(2240)] = 96784, - [SMALL_STATE(2241)] = 96800, - [SMALL_STATE(2242)] = 96816, - [SMALL_STATE(2243)] = 96830, - [SMALL_STATE(2244)] = 96844, - [SMALL_STATE(2245)] = 96860, - [SMALL_STATE(2246)] = 96876, - [SMALL_STATE(2247)] = 96892, - [SMALL_STATE(2248)] = 96908, - [SMALL_STATE(2249)] = 96922, - [SMALL_STATE(2250)] = 96936, - [SMALL_STATE(2251)] = 96952, - [SMALL_STATE(2252)] = 96968, - [SMALL_STATE(2253)] = 96984, - [SMALL_STATE(2254)] = 97000, - [SMALL_STATE(2255)] = 97014, - [SMALL_STATE(2256)] = 97030, - [SMALL_STATE(2257)] = 97046, - [SMALL_STATE(2258)] = 97062, - [SMALL_STATE(2259)] = 97078, - [SMALL_STATE(2260)] = 97094, - [SMALL_STATE(2261)] = 97110, - [SMALL_STATE(2262)] = 97126, - [SMALL_STATE(2263)] = 97140, - [SMALL_STATE(2264)] = 97154, - [SMALL_STATE(2265)] = 97170, - [SMALL_STATE(2266)] = 97184, - [SMALL_STATE(2267)] = 97198, - [SMALL_STATE(2268)] = 97212, - [SMALL_STATE(2269)] = 97226, - [SMALL_STATE(2270)] = 97242, - [SMALL_STATE(2271)] = 97258, - [SMALL_STATE(2272)] = 97274, - [SMALL_STATE(2273)] = 97288, - [SMALL_STATE(2274)] = 97302, - [SMALL_STATE(2275)] = 97318, - [SMALL_STATE(2276)] = 97332, - [SMALL_STATE(2277)] = 97346, - [SMALL_STATE(2278)] = 97362, - [SMALL_STATE(2279)] = 97376, - [SMALL_STATE(2280)] = 97392, - [SMALL_STATE(2281)] = 97408, - [SMALL_STATE(2282)] = 97422, - [SMALL_STATE(2283)] = 97436, - [SMALL_STATE(2284)] = 97452, - [SMALL_STATE(2285)] = 97468, - [SMALL_STATE(2286)] = 97482, - [SMALL_STATE(2287)] = 97498, - [SMALL_STATE(2288)] = 97512, - [SMALL_STATE(2289)] = 97528, - [SMALL_STATE(2290)] = 97544, - [SMALL_STATE(2291)] = 97558, - [SMALL_STATE(2292)] = 97572, - [SMALL_STATE(2293)] = 97588, - [SMALL_STATE(2294)] = 97602, - [SMALL_STATE(2295)] = 97618, - [SMALL_STATE(2296)] = 97632, - [SMALL_STATE(2297)] = 97646, - [SMALL_STATE(2298)] = 97662, - [SMALL_STATE(2299)] = 97676, - [SMALL_STATE(2300)] = 97690, - [SMALL_STATE(2301)] = 97706, - [SMALL_STATE(2302)] = 97722, - [SMALL_STATE(2303)] = 97736, - [SMALL_STATE(2304)] = 97752, - [SMALL_STATE(2305)] = 97766, - [SMALL_STATE(2306)] = 97782, - [SMALL_STATE(2307)] = 97798, - [SMALL_STATE(2308)] = 97812, - [SMALL_STATE(2309)] = 97826, - [SMALL_STATE(2310)] = 97842, - [SMALL_STATE(2311)] = 97858, - [SMALL_STATE(2312)] = 97874, - [SMALL_STATE(2313)] = 97890, - [SMALL_STATE(2314)] = 97904, - [SMALL_STATE(2315)] = 97920, - [SMALL_STATE(2316)] = 97934, - [SMALL_STATE(2317)] = 97950, - [SMALL_STATE(2318)] = 97964, - [SMALL_STATE(2319)] = 97980, - [SMALL_STATE(2320)] = 97996, - [SMALL_STATE(2321)] = 98012, - [SMALL_STATE(2322)] = 98028, - [SMALL_STATE(2323)] = 98044, - [SMALL_STATE(2324)] = 98060, - [SMALL_STATE(2325)] = 98074, - [SMALL_STATE(2326)] = 98090, - [SMALL_STATE(2327)] = 98106, - [SMALL_STATE(2328)] = 98122, - [SMALL_STATE(2329)] = 98138, - [SMALL_STATE(2330)] = 98154, - [SMALL_STATE(2331)] = 98170, - [SMALL_STATE(2332)] = 98186, - [SMALL_STATE(2333)] = 98202, - [SMALL_STATE(2334)] = 98218, - [SMALL_STATE(2335)] = 98234, - [SMALL_STATE(2336)] = 98250, - [SMALL_STATE(2337)] = 98266, - [SMALL_STATE(2338)] = 98280, - [SMALL_STATE(2339)] = 98296, - [SMALL_STATE(2340)] = 98312, - [SMALL_STATE(2341)] = 98328, - [SMALL_STATE(2342)] = 98344, - [SMALL_STATE(2343)] = 98360, - [SMALL_STATE(2344)] = 98376, - [SMALL_STATE(2345)] = 98390, - [SMALL_STATE(2346)] = 98404, - [SMALL_STATE(2347)] = 98420, - [SMALL_STATE(2348)] = 98434, - [SMALL_STATE(2349)] = 98448, - [SMALL_STATE(2350)] = 98462, - [SMALL_STATE(2351)] = 98478, - [SMALL_STATE(2352)] = 98494, - [SMALL_STATE(2353)] = 98508, - [SMALL_STATE(2354)] = 98524, - [SMALL_STATE(2355)] = 98538, - [SMALL_STATE(2356)] = 98554, - [SMALL_STATE(2357)] = 98570, - [SMALL_STATE(2358)] = 98586, - [SMALL_STATE(2359)] = 98602, - [SMALL_STATE(2360)] = 98618, - [SMALL_STATE(2361)] = 98634, - [SMALL_STATE(2362)] = 98648, - [SMALL_STATE(2363)] = 98662, - [SMALL_STATE(2364)] = 98678, - [SMALL_STATE(2365)] = 98694, - [SMALL_STATE(2366)] = 98710, - [SMALL_STATE(2367)] = 98724, - [SMALL_STATE(2368)] = 98738, - [SMALL_STATE(2369)] = 98752, - [SMALL_STATE(2370)] = 98766, - [SMALL_STATE(2371)] = 98782, - [SMALL_STATE(2372)] = 98798, - [SMALL_STATE(2373)] = 98814, - [SMALL_STATE(2374)] = 98828, - [SMALL_STATE(2375)] = 98842, - [SMALL_STATE(2376)] = 98856, - [SMALL_STATE(2377)] = 98870, - [SMALL_STATE(2378)] = 98886, - [SMALL_STATE(2379)] = 98902, - [SMALL_STATE(2380)] = 98918, - [SMALL_STATE(2381)] = 98934, - [SMALL_STATE(2382)] = 98948, - [SMALL_STATE(2383)] = 98964, - [SMALL_STATE(2384)] = 98980, - [SMALL_STATE(2385)] = 98994, - [SMALL_STATE(2386)] = 99008, - [SMALL_STATE(2387)] = 99022, - [SMALL_STATE(2388)] = 99036, - [SMALL_STATE(2389)] = 99050, - [SMALL_STATE(2390)] = 99064, - [SMALL_STATE(2391)] = 99080, - [SMALL_STATE(2392)] = 99096, - [SMALL_STATE(2393)] = 99112, - [SMALL_STATE(2394)] = 99126, - [SMALL_STATE(2395)] = 99140, - [SMALL_STATE(2396)] = 99154, - [SMALL_STATE(2397)] = 99168, - [SMALL_STATE(2398)] = 99184, - [SMALL_STATE(2399)] = 99198, - [SMALL_STATE(2400)] = 99214, - [SMALL_STATE(2401)] = 99230, - [SMALL_STATE(2402)] = 99246, - [SMALL_STATE(2403)] = 99260, - [SMALL_STATE(2404)] = 99274, - [SMALL_STATE(2405)] = 99288, - [SMALL_STATE(2406)] = 99302, - [SMALL_STATE(2407)] = 99318, - [SMALL_STATE(2408)] = 99332, - [SMALL_STATE(2409)] = 99348, - [SMALL_STATE(2410)] = 99362, - [SMALL_STATE(2411)] = 99378, - [SMALL_STATE(2412)] = 99394, - [SMALL_STATE(2413)] = 99408, - [SMALL_STATE(2414)] = 99422, - [SMALL_STATE(2415)] = 99436, - [SMALL_STATE(2416)] = 99452, - [SMALL_STATE(2417)] = 99466, - [SMALL_STATE(2418)] = 99482, - [SMALL_STATE(2419)] = 99496, - [SMALL_STATE(2420)] = 99510, - [SMALL_STATE(2421)] = 99524, - [SMALL_STATE(2422)] = 99540, - [SMALL_STATE(2423)] = 99554, - [SMALL_STATE(2424)] = 99570, - [SMALL_STATE(2425)] = 99586, - [SMALL_STATE(2426)] = 99602, - [SMALL_STATE(2427)] = 99618, - [SMALL_STATE(2428)] = 99634, - [SMALL_STATE(2429)] = 99650, - [SMALL_STATE(2430)] = 99666, - [SMALL_STATE(2431)] = 99682, - [SMALL_STATE(2432)] = 99698, - [SMALL_STATE(2433)] = 99712, - [SMALL_STATE(2434)] = 99728, - [SMALL_STATE(2435)] = 99744, - [SMALL_STATE(2436)] = 99760, - [SMALL_STATE(2437)] = 99776, - [SMALL_STATE(2438)] = 99792, - [SMALL_STATE(2439)] = 99806, - [SMALL_STATE(2440)] = 99820, - [SMALL_STATE(2441)] = 99834, - [SMALL_STATE(2442)] = 99850, - [SMALL_STATE(2443)] = 99866, - [SMALL_STATE(2444)] = 99880, - [SMALL_STATE(2445)] = 99896, - [SMALL_STATE(2446)] = 99912, - [SMALL_STATE(2447)] = 99926, - [SMALL_STATE(2448)] = 99942, - [SMALL_STATE(2449)] = 99958, - [SMALL_STATE(2450)] = 99972, - [SMALL_STATE(2451)] = 99988, - [SMALL_STATE(2452)] = 100004, - [SMALL_STATE(2453)] = 100020, - [SMALL_STATE(2454)] = 100036, - [SMALL_STATE(2455)] = 100052, - [SMALL_STATE(2456)] = 100068, - [SMALL_STATE(2457)] = 100084, - [SMALL_STATE(2458)] = 100100, - [SMALL_STATE(2459)] = 100116, - [SMALL_STATE(2460)] = 100132, - [SMALL_STATE(2461)] = 100146, - [SMALL_STATE(2462)] = 100162, - [SMALL_STATE(2463)] = 100178, - [SMALL_STATE(2464)] = 100194, - [SMALL_STATE(2465)] = 100210, - [SMALL_STATE(2466)] = 100224, - [SMALL_STATE(2467)] = 100240, - [SMALL_STATE(2468)] = 100256, - [SMALL_STATE(2469)] = 100272, - [SMALL_STATE(2470)] = 100288, - [SMALL_STATE(2471)] = 100302, - [SMALL_STATE(2472)] = 100316, - [SMALL_STATE(2473)] = 100332, - [SMALL_STATE(2474)] = 100348, - [SMALL_STATE(2475)] = 100364, - [SMALL_STATE(2476)] = 100380, - [SMALL_STATE(2477)] = 100396, - [SMALL_STATE(2478)] = 100412, - [SMALL_STATE(2479)] = 100428, - [SMALL_STATE(2480)] = 100442, - [SMALL_STATE(2481)] = 100458, - [SMALL_STATE(2482)] = 100472, - [SMALL_STATE(2483)] = 100488, - [SMALL_STATE(2484)] = 100504, - [SMALL_STATE(2485)] = 100518, - [SMALL_STATE(2486)] = 100534, - [SMALL_STATE(2487)] = 100548, - [SMALL_STATE(2488)] = 100562, - [SMALL_STATE(2489)] = 100578, - [SMALL_STATE(2490)] = 100594, - [SMALL_STATE(2491)] = 100610, - [SMALL_STATE(2492)] = 100626, - [SMALL_STATE(2493)] = 100640, - [SMALL_STATE(2494)] = 100656, - [SMALL_STATE(2495)] = 100672, - [SMALL_STATE(2496)] = 100686, - [SMALL_STATE(2497)] = 100700, - [SMALL_STATE(2498)] = 100714, - [SMALL_STATE(2499)] = 100728, - [SMALL_STATE(2500)] = 100744, - [SMALL_STATE(2501)] = 100758, - [SMALL_STATE(2502)] = 100774, - [SMALL_STATE(2503)] = 100788, - [SMALL_STATE(2504)] = 100804, - [SMALL_STATE(2505)] = 100820, - [SMALL_STATE(2506)] = 100836, - [SMALL_STATE(2507)] = 100850, - [SMALL_STATE(2508)] = 100866, - [SMALL_STATE(2509)] = 100882, - [SMALL_STATE(2510)] = 100898, - [SMALL_STATE(2511)] = 100912, - [SMALL_STATE(2512)] = 100928, - [SMALL_STATE(2513)] = 100944, - [SMALL_STATE(2514)] = 100958, - [SMALL_STATE(2515)] = 100972, - [SMALL_STATE(2516)] = 100986, - [SMALL_STATE(2517)] = 101000, - [SMALL_STATE(2518)] = 101014, - [SMALL_STATE(2519)] = 101028, - [SMALL_STATE(2520)] = 101042, - [SMALL_STATE(2521)] = 101056, - [SMALL_STATE(2522)] = 101072, - [SMALL_STATE(2523)] = 101088, - [SMALL_STATE(2524)] = 101104, - [SMALL_STATE(2525)] = 101120, - [SMALL_STATE(2526)] = 101134, - [SMALL_STATE(2527)] = 101150, - [SMALL_STATE(2528)] = 101166, - [SMALL_STATE(2529)] = 101182, - [SMALL_STATE(2530)] = 101198, - [SMALL_STATE(2531)] = 101214, - [SMALL_STATE(2532)] = 101228, - [SMALL_STATE(2533)] = 101242, - [SMALL_STATE(2534)] = 101256, - [SMALL_STATE(2535)] = 101272, - [SMALL_STATE(2536)] = 101288, - [SMALL_STATE(2537)] = 101302, - [SMALL_STATE(2538)] = 101318, - [SMALL_STATE(2539)] = 101334, - [SMALL_STATE(2540)] = 101348, - [SMALL_STATE(2541)] = 101364, - [SMALL_STATE(2542)] = 101380, - [SMALL_STATE(2543)] = 101396, - [SMALL_STATE(2544)] = 101412, - [SMALL_STATE(2545)] = 101428, - [SMALL_STATE(2546)] = 101444, - [SMALL_STATE(2547)] = 101460, - [SMALL_STATE(2548)] = 101476, - [SMALL_STATE(2549)] = 101490, - [SMALL_STATE(2550)] = 101506, - [SMALL_STATE(2551)] = 101522, - [SMALL_STATE(2552)] = 101538, - [SMALL_STATE(2553)] = 101554, - [SMALL_STATE(2554)] = 101568, - [SMALL_STATE(2555)] = 101584, - [SMALL_STATE(2556)] = 101600, - [SMALL_STATE(2557)] = 101614, - [SMALL_STATE(2558)] = 101630, - [SMALL_STATE(2559)] = 101644, - [SMALL_STATE(2560)] = 101658, - [SMALL_STATE(2561)] = 101672, - [SMALL_STATE(2562)] = 101688, - [SMALL_STATE(2563)] = 101704, - [SMALL_STATE(2564)] = 101720, - [SMALL_STATE(2565)] = 101736, - [SMALL_STATE(2566)] = 101750, - [SMALL_STATE(2567)] = 101766, - [SMALL_STATE(2568)] = 101782, - [SMALL_STATE(2569)] = 101798, - [SMALL_STATE(2570)] = 101814, - [SMALL_STATE(2571)] = 101830, - [SMALL_STATE(2572)] = 101846, - [SMALL_STATE(2573)] = 101860, - [SMALL_STATE(2574)] = 101876, - [SMALL_STATE(2575)] = 101892, - [SMALL_STATE(2576)] = 101906, - [SMALL_STATE(2577)] = 101920, - [SMALL_STATE(2578)] = 101936, - [SMALL_STATE(2579)] = 101950, - [SMALL_STATE(2580)] = 101964, - [SMALL_STATE(2581)] = 101980, - [SMALL_STATE(2582)] = 101996, - [SMALL_STATE(2583)] = 102012, - [SMALL_STATE(2584)] = 102028, - [SMALL_STATE(2585)] = 102044, - [SMALL_STATE(2586)] = 102058, - [SMALL_STATE(2587)] = 102074, - [SMALL_STATE(2588)] = 102090, - [SMALL_STATE(2589)] = 102106, - [SMALL_STATE(2590)] = 102122, - [SMALL_STATE(2591)] = 102138, - [SMALL_STATE(2592)] = 102154, - [SMALL_STATE(2593)] = 102170, - [SMALL_STATE(2594)] = 102186, - [SMALL_STATE(2595)] = 102200, - [SMALL_STATE(2596)] = 102214, - [SMALL_STATE(2597)] = 102230, - [SMALL_STATE(2598)] = 102246, - [SMALL_STATE(2599)] = 102260, - [SMALL_STATE(2600)] = 102276, - [SMALL_STATE(2601)] = 102290, - [SMALL_STATE(2602)] = 102304, - [SMALL_STATE(2603)] = 102320, - [SMALL_STATE(2604)] = 102334, - [SMALL_STATE(2605)] = 102348, - [SMALL_STATE(2606)] = 102362, - [SMALL_STATE(2607)] = 102376, - [SMALL_STATE(2608)] = 102390, - [SMALL_STATE(2609)] = 102404, - [SMALL_STATE(2610)] = 102418, - [SMALL_STATE(2611)] = 102434, - [SMALL_STATE(2612)] = 102448, - [SMALL_STATE(2613)] = 102464, - [SMALL_STATE(2614)] = 102480, - [SMALL_STATE(2615)] = 102496, - [SMALL_STATE(2616)] = 102510, - [SMALL_STATE(2617)] = 102524, - [SMALL_STATE(2618)] = 102538, - [SMALL_STATE(2619)] = 102554, - [SMALL_STATE(2620)] = 102570, - [SMALL_STATE(2621)] = 102586, - [SMALL_STATE(2622)] = 102602, - [SMALL_STATE(2623)] = 102618, - [SMALL_STATE(2624)] = 102634, - [SMALL_STATE(2625)] = 102650, - [SMALL_STATE(2626)] = 102664, - [SMALL_STATE(2627)] = 102680, - [SMALL_STATE(2628)] = 102696, - [SMALL_STATE(2629)] = 102710, - [SMALL_STATE(2630)] = 102724, - [SMALL_STATE(2631)] = 102740, - [SMALL_STATE(2632)] = 102754, - [SMALL_STATE(2633)] = 102770, - [SMALL_STATE(2634)] = 102786, - [SMALL_STATE(2635)] = 102802, - [SMALL_STATE(2636)] = 102816, - [SMALL_STATE(2637)] = 102830, - [SMALL_STATE(2638)] = 102844, - [SMALL_STATE(2639)] = 102860, - [SMALL_STATE(2640)] = 102874, - [SMALL_STATE(2641)] = 102890, - [SMALL_STATE(2642)] = 102906, - [SMALL_STATE(2643)] = 102922, - [SMALL_STATE(2644)] = 102938, - [SMALL_STATE(2645)] = 102954, - [SMALL_STATE(2646)] = 102970, - [SMALL_STATE(2647)] = 102984, - [SMALL_STATE(2648)] = 102998, - [SMALL_STATE(2649)] = 103012, - [SMALL_STATE(2650)] = 103026, - [SMALL_STATE(2651)] = 103042, - [SMALL_STATE(2652)] = 103058, - [SMALL_STATE(2653)] = 103074, - [SMALL_STATE(2654)] = 103090, - [SMALL_STATE(2655)] = 103104, - [SMALL_STATE(2656)] = 103118, - [SMALL_STATE(2657)] = 103134, - [SMALL_STATE(2658)] = 103148, - [SMALL_STATE(2659)] = 103162, - [SMALL_STATE(2660)] = 103178, - [SMALL_STATE(2661)] = 103192, - [SMALL_STATE(2662)] = 103206, - [SMALL_STATE(2663)] = 103220, - [SMALL_STATE(2664)] = 103236, - [SMALL_STATE(2665)] = 103252, - [SMALL_STATE(2666)] = 103268, - [SMALL_STATE(2667)] = 103284, - [SMALL_STATE(2668)] = 103298, - [SMALL_STATE(2669)] = 103314, - [SMALL_STATE(2670)] = 103330, - [SMALL_STATE(2671)] = 103346, - [SMALL_STATE(2672)] = 103362, - [SMALL_STATE(2673)] = 103378, - [SMALL_STATE(2674)] = 103394, - [SMALL_STATE(2675)] = 103410, - [SMALL_STATE(2676)] = 103426, - [SMALL_STATE(2677)] = 103442, - [SMALL_STATE(2678)] = 103458, - [SMALL_STATE(2679)] = 103474, - [SMALL_STATE(2680)] = 103490, - [SMALL_STATE(2681)] = 103506, - [SMALL_STATE(2682)] = 103522, - [SMALL_STATE(2683)] = 103538, - [SMALL_STATE(2684)] = 103554, - [SMALL_STATE(2685)] = 103570, - [SMALL_STATE(2686)] = 103586, - [SMALL_STATE(2687)] = 103602, - [SMALL_STATE(2688)] = 103618, - [SMALL_STATE(2689)] = 103634, - [SMALL_STATE(2690)] = 103650, - [SMALL_STATE(2691)] = 103666, - [SMALL_STATE(2692)] = 103682, - [SMALL_STATE(2693)] = 103698, - [SMALL_STATE(2694)] = 103714, - [SMALL_STATE(2695)] = 103728, - [SMALL_STATE(2696)] = 103744, - [SMALL_STATE(2697)] = 103760, - [SMALL_STATE(2698)] = 103776, - [SMALL_STATE(2699)] = 103792, - [SMALL_STATE(2700)] = 103808, - [SMALL_STATE(2701)] = 103824, - [SMALL_STATE(2702)] = 103838, - [SMALL_STATE(2703)] = 103854, - [SMALL_STATE(2704)] = 103868, - [SMALL_STATE(2705)] = 103882, - [SMALL_STATE(2706)] = 103896, - [SMALL_STATE(2707)] = 103910, - [SMALL_STATE(2708)] = 103924, - [SMALL_STATE(2709)] = 103940, - [SMALL_STATE(2710)] = 103956, - [SMALL_STATE(2711)] = 103972, - [SMALL_STATE(2712)] = 103986, - [SMALL_STATE(2713)] = 104000, - [SMALL_STATE(2714)] = 104014, - [SMALL_STATE(2715)] = 104030, - [SMALL_STATE(2716)] = 104044, - [SMALL_STATE(2717)] = 104060, - [SMALL_STATE(2718)] = 104076, - [SMALL_STATE(2719)] = 104092, - [SMALL_STATE(2720)] = 104108, - [SMALL_STATE(2721)] = 104122, - [SMALL_STATE(2722)] = 104138, - [SMALL_STATE(2723)] = 104154, - [SMALL_STATE(2724)] = 104168, - [SMALL_STATE(2725)] = 104184, - [SMALL_STATE(2726)] = 104198, - [SMALL_STATE(2727)] = 104214, - [SMALL_STATE(2728)] = 104230, - [SMALL_STATE(2729)] = 104244, - [SMALL_STATE(2730)] = 104260, - [SMALL_STATE(2731)] = 104276, - [SMALL_STATE(2732)] = 104292, - [SMALL_STATE(2733)] = 104308, - [SMALL_STATE(2734)] = 104324, - [SMALL_STATE(2735)] = 104340, - [SMALL_STATE(2736)] = 104354, - [SMALL_STATE(2737)] = 104370, - [SMALL_STATE(2738)] = 104386, - [SMALL_STATE(2739)] = 104402, - [SMALL_STATE(2740)] = 104418, - [SMALL_STATE(2741)] = 104434, - [SMALL_STATE(2742)] = 104450, - [SMALL_STATE(2743)] = 104463, - [SMALL_STATE(2744)] = 104476, - [SMALL_STATE(2745)] = 104489, - [SMALL_STATE(2746)] = 104502, - [SMALL_STATE(2747)] = 104515, - [SMALL_STATE(2748)] = 104528, - [SMALL_STATE(2749)] = 104541, - [SMALL_STATE(2750)] = 104554, - [SMALL_STATE(2751)] = 104567, - [SMALL_STATE(2752)] = 104580, - [SMALL_STATE(2753)] = 104593, - [SMALL_STATE(2754)] = 104606, - [SMALL_STATE(2755)] = 104619, - [SMALL_STATE(2756)] = 104632, - [SMALL_STATE(2757)] = 104645, - [SMALL_STATE(2758)] = 104658, - [SMALL_STATE(2759)] = 104671, - [SMALL_STATE(2760)] = 104684, - [SMALL_STATE(2761)] = 104697, - [SMALL_STATE(2762)] = 104710, - [SMALL_STATE(2763)] = 104723, - [SMALL_STATE(2764)] = 104736, - [SMALL_STATE(2765)] = 104749, - [SMALL_STATE(2766)] = 104762, - [SMALL_STATE(2767)] = 104775, - [SMALL_STATE(2768)] = 104788, - [SMALL_STATE(2769)] = 104801, - [SMALL_STATE(2770)] = 104814, - [SMALL_STATE(2771)] = 104827, - [SMALL_STATE(2772)] = 104840, - [SMALL_STATE(2773)] = 104853, - [SMALL_STATE(2774)] = 104866, - [SMALL_STATE(2775)] = 104879, - [SMALL_STATE(2776)] = 104892, - [SMALL_STATE(2777)] = 104905, - [SMALL_STATE(2778)] = 104918, - [SMALL_STATE(2779)] = 104931, - [SMALL_STATE(2780)] = 104944, - [SMALL_STATE(2781)] = 104957, - [SMALL_STATE(2782)] = 104970, - [SMALL_STATE(2783)] = 104983, - [SMALL_STATE(2784)] = 104996, - [SMALL_STATE(2785)] = 105009, - [SMALL_STATE(2786)] = 105022, - [SMALL_STATE(2787)] = 105035, - [SMALL_STATE(2788)] = 105048, - [SMALL_STATE(2789)] = 105061, - [SMALL_STATE(2790)] = 105074, - [SMALL_STATE(2791)] = 105087, - [SMALL_STATE(2792)] = 105100, - [SMALL_STATE(2793)] = 105113, - [SMALL_STATE(2794)] = 105126, - [SMALL_STATE(2795)] = 105139, - [SMALL_STATE(2796)] = 105152, - [SMALL_STATE(2797)] = 105165, - [SMALL_STATE(2798)] = 105178, - [SMALL_STATE(2799)] = 105191, - [SMALL_STATE(2800)] = 105204, - [SMALL_STATE(2801)] = 105217, - [SMALL_STATE(2802)] = 105230, - [SMALL_STATE(2803)] = 105243, - [SMALL_STATE(2804)] = 105256, - [SMALL_STATE(2805)] = 105269, - [SMALL_STATE(2806)] = 105282, - [SMALL_STATE(2807)] = 105295, - [SMALL_STATE(2808)] = 105308, - [SMALL_STATE(2809)] = 105321, - [SMALL_STATE(2810)] = 105334, - [SMALL_STATE(2811)] = 105347, - [SMALL_STATE(2812)] = 105360, - [SMALL_STATE(2813)] = 105373, - [SMALL_STATE(2814)] = 105386, - [SMALL_STATE(2815)] = 105399, - [SMALL_STATE(2816)] = 105412, - [SMALL_STATE(2817)] = 105425, - [SMALL_STATE(2818)] = 105438, - [SMALL_STATE(2819)] = 105451, - [SMALL_STATE(2820)] = 105464, - [SMALL_STATE(2821)] = 105477, - [SMALL_STATE(2822)] = 105490, - [SMALL_STATE(2823)] = 105503, - [SMALL_STATE(2824)] = 105516, - [SMALL_STATE(2825)] = 105529, - [SMALL_STATE(2826)] = 105542, - [SMALL_STATE(2827)] = 105555, - [SMALL_STATE(2828)] = 105568, - [SMALL_STATE(2829)] = 105581, - [SMALL_STATE(2830)] = 105594, - [SMALL_STATE(2831)] = 105607, - [SMALL_STATE(2832)] = 105620, - [SMALL_STATE(2833)] = 105633, - [SMALL_STATE(2834)] = 105646, - [SMALL_STATE(2835)] = 105659, - [SMALL_STATE(2836)] = 105672, - [SMALL_STATE(2837)] = 105685, - [SMALL_STATE(2838)] = 105698, - [SMALL_STATE(2839)] = 105711, - [SMALL_STATE(2840)] = 105724, - [SMALL_STATE(2841)] = 105737, - [SMALL_STATE(2842)] = 105750, - [SMALL_STATE(2843)] = 105763, - [SMALL_STATE(2844)] = 105776, - [SMALL_STATE(2845)] = 105789, - [SMALL_STATE(2846)] = 105802, - [SMALL_STATE(2847)] = 105815, - [SMALL_STATE(2848)] = 105828, - [SMALL_STATE(2849)] = 105841, - [SMALL_STATE(2850)] = 105854, - [SMALL_STATE(2851)] = 105867, - [SMALL_STATE(2852)] = 105880, - [SMALL_STATE(2853)] = 105893, - [SMALL_STATE(2854)] = 105906, - [SMALL_STATE(2855)] = 105919, - [SMALL_STATE(2856)] = 105932, - [SMALL_STATE(2857)] = 105945, - [SMALL_STATE(2858)] = 105958, - [SMALL_STATE(2859)] = 105971, - [SMALL_STATE(2860)] = 105984, - [SMALL_STATE(2861)] = 105997, - [SMALL_STATE(2862)] = 106010, - [SMALL_STATE(2863)] = 106023, - [SMALL_STATE(2864)] = 106036, - [SMALL_STATE(2865)] = 106049, - [SMALL_STATE(2866)] = 106062, - [SMALL_STATE(2867)] = 106075, - [SMALL_STATE(2868)] = 106088, - [SMALL_STATE(2869)] = 106101, - [SMALL_STATE(2870)] = 106114, - [SMALL_STATE(2871)] = 106127, - [SMALL_STATE(2872)] = 106140, - [SMALL_STATE(2873)] = 106153, - [SMALL_STATE(2874)] = 106166, - [SMALL_STATE(2875)] = 106179, + [SMALL_STATE(1534)] = 78892, + [SMALL_STATE(1535)] = 78950, + [SMALL_STATE(1536)] = 79008, + [SMALL_STATE(1537)] = 79066, + [SMALL_STATE(1538)] = 79133, + [SMALL_STATE(1539)] = 79190, + [SMALL_STATE(1540)] = 79245, + [SMALL_STATE(1541)] = 79302, + [SMALL_STATE(1542)] = 79361, + [SMALL_STATE(1543)] = 79411, + [SMALL_STATE(1544)] = 79463, + [SMALL_STATE(1545)] = 79517, + [SMALL_STATE(1546)] = 79571, + [SMALL_STATE(1547)] = 79623, + [SMALL_STATE(1548)] = 79675, + [SMALL_STATE(1549)] = 79737, + [SMALL_STATE(1550)] = 79793, + [SMALL_STATE(1551)] = 79847, + [SMALL_STATE(1552)] = 79909, + [SMALL_STATE(1553)] = 79961, + [SMALL_STATE(1554)] = 80008, + [SMALL_STATE(1555)] = 80055, + [SMALL_STATE(1556)] = 80102, + [SMALL_STATE(1557)] = 80149, + [SMALL_STATE(1558)] = 80196, + [SMALL_STATE(1559)] = 80229, + [SMALL_STATE(1560)] = 80262, + [SMALL_STATE(1561)] = 80299, + [SMALL_STATE(1562)] = 80346, + [SMALL_STATE(1563)] = 80393, + [SMALL_STATE(1564)] = 80423, + [SMALL_STATE(1565)] = 80453, + [SMALL_STATE(1566)] = 80483, + [SMALL_STATE(1567)] = 80513, + [SMALL_STATE(1568)] = 80543, + [SMALL_STATE(1569)] = 80573, + [SMALL_STATE(1570)] = 80603, + [SMALL_STATE(1571)] = 80633, + [SMALL_STATE(1572)] = 80663, + [SMALL_STATE(1573)] = 80693, + [SMALL_STATE(1574)] = 80723, + [SMALL_STATE(1575)] = 80755, + [SMALL_STATE(1576)] = 80785, + [SMALL_STATE(1577)] = 80815, + [SMALL_STATE(1578)] = 80845, + [SMALL_STATE(1579)] = 80881, + [SMALL_STATE(1580)] = 80911, + [SMALL_STATE(1581)] = 80941, + [SMALL_STATE(1582)] = 80971, + [SMALL_STATE(1583)] = 81001, + [SMALL_STATE(1584)] = 81031, + [SMALL_STATE(1585)] = 81061, + [SMALL_STATE(1586)] = 81091, + [SMALL_STATE(1587)] = 81121, + [SMALL_STATE(1588)] = 81151, + [SMALL_STATE(1589)] = 81185, + [SMALL_STATE(1590)] = 81215, + [SMALL_STATE(1591)] = 81245, + [SMALL_STATE(1592)] = 81275, + [SMALL_STATE(1593)] = 81305, + [SMALL_STATE(1594)] = 81335, + [SMALL_STATE(1595)] = 81365, + [SMALL_STATE(1596)] = 81395, + [SMALL_STATE(1597)] = 81425, + [SMALL_STATE(1598)] = 81455, + [SMALL_STATE(1599)] = 81485, + [SMALL_STATE(1600)] = 81515, + [SMALL_STATE(1601)] = 81545, + [SMALL_STATE(1602)] = 81575, + [SMALL_STATE(1603)] = 81605, + [SMALL_STATE(1604)] = 81635, + [SMALL_STATE(1605)] = 81665, + [SMALL_STATE(1606)] = 81695, + [SMALL_STATE(1607)] = 81740, + [SMALL_STATE(1608)] = 81787, + [SMALL_STATE(1609)] = 81836, + [SMALL_STATE(1610)] = 81865, + [SMALL_STATE(1611)] = 81912, + [SMALL_STATE(1612)] = 81961, + [SMALL_STATE(1613)] = 82012, + [SMALL_STATE(1614)] = 82045, + [SMALL_STATE(1615)] = 82096, + [SMALL_STATE(1616)] = 82145, + [SMALL_STATE(1617)] = 82194, + [SMALL_STATE(1618)] = 82236, + [SMALL_STATE(1619)] = 82284, + [SMALL_STATE(1620)] = 82330, + [SMALL_STATE(1621)] = 82372, + [SMALL_STATE(1622)] = 82400, + [SMALL_STATE(1623)] = 82442, + [SMALL_STATE(1624)] = 82484, + [SMALL_STATE(1625)] = 82512, + [SMALL_STATE(1626)] = 82540, + [SMALL_STATE(1627)] = 82582, + [SMALL_STATE(1628)] = 82624, + [SMALL_STATE(1629)] = 82666, + [SMALL_STATE(1630)] = 82708, + [SMALL_STATE(1631)] = 82756, + [SMALL_STATE(1632)] = 82798, + [SMALL_STATE(1633)] = 82846, + [SMALL_STATE(1634)] = 82888, + [SMALL_STATE(1635)] = 82930, + [SMALL_STATE(1636)] = 82972, + [SMALL_STATE(1637)] = 83014, + [SMALL_STATE(1638)] = 83060, + [SMALL_STATE(1639)] = 83102, + [SMALL_STATE(1640)] = 83144, + [SMALL_STATE(1641)] = 83186, + [SMALL_STATE(1642)] = 83228, + [SMALL_STATE(1643)] = 83270, + [SMALL_STATE(1644)] = 83312, + [SMALL_STATE(1645)] = 83360, + [SMALL_STATE(1646)] = 83402, + [SMALL_STATE(1647)] = 83450, + [SMALL_STATE(1648)] = 83498, + [SMALL_STATE(1649)] = 83526, + [SMALL_STATE(1650)] = 83568, + [SMALL_STATE(1651)] = 83596, + [SMALL_STATE(1652)] = 83644, + [SMALL_STATE(1653)] = 83672, + [SMALL_STATE(1654)] = 83714, + [SMALL_STATE(1655)] = 83756, + [SMALL_STATE(1656)] = 83798, + [SMALL_STATE(1657)] = 83837, + [SMALL_STATE(1658)] = 83864, + [SMALL_STATE(1659)] = 83903, + [SMALL_STATE(1660)] = 83930, + [SMALL_STATE(1661)] = 83957, + [SMALL_STATE(1662)] = 83996, + [SMALL_STATE(1663)] = 84035, + [SMALL_STATE(1664)] = 84062, + [SMALL_STATE(1665)] = 84101, + [SMALL_STATE(1666)] = 84140, + [SMALL_STATE(1667)] = 84167, + [SMALL_STATE(1668)] = 84206, + [SMALL_STATE(1669)] = 84245, + [SMALL_STATE(1670)] = 84284, + [SMALL_STATE(1671)] = 84311, + [SMALL_STATE(1672)] = 84338, + [SMALL_STATE(1673)] = 84377, + [SMALL_STATE(1674)] = 84404, + [SMALL_STATE(1675)] = 84431, + [SMALL_STATE(1676)] = 84458, + [SMALL_STATE(1677)] = 84485, + [SMALL_STATE(1678)] = 84524, + [SMALL_STATE(1679)] = 84563, + [SMALL_STATE(1680)] = 84602, + [SMALL_STATE(1681)] = 84641, + [SMALL_STATE(1682)] = 84680, + [SMALL_STATE(1683)] = 84719, + [SMALL_STATE(1684)] = 84758, + [SMALL_STATE(1685)] = 84797, + [SMALL_STATE(1686)] = 84838, + [SMALL_STATE(1687)] = 84879, + [SMALL_STATE(1688)] = 84918, + [SMALL_STATE(1689)] = 84959, + [SMALL_STATE(1690)] = 85000, + [SMALL_STATE(1691)] = 85041, + [SMALL_STATE(1692)] = 85082, + [SMALL_STATE(1693)] = 85123, + [SMALL_STATE(1694)] = 85164, + [SMALL_STATE(1695)] = 85205, + [SMALL_STATE(1696)] = 85246, + [SMALL_STATE(1697)] = 85287, + [SMALL_STATE(1698)] = 85328, + [SMALL_STATE(1699)] = 85364, + [SMALL_STATE(1700)] = 85403, + [SMALL_STATE(1701)] = 85442, + [SMALL_STATE(1702)] = 85481, + [SMALL_STATE(1703)] = 85520, + [SMALL_STATE(1704)] = 85556, + [SMALL_STATE(1705)] = 85592, + [SMALL_STATE(1706)] = 85628, + [SMALL_STATE(1707)] = 85664, + [SMALL_STATE(1708)] = 85700, + [SMALL_STATE(1709)] = 85736, + [SMALL_STATE(1710)] = 85772, + [SMALL_STATE(1711)] = 85808, + [SMALL_STATE(1712)] = 85841, + [SMALL_STATE(1713)] = 85872, + [SMALL_STATE(1714)] = 85905, + [SMALL_STATE(1715)] = 85938, + [SMALL_STATE(1716)] = 85971, + [SMALL_STATE(1717)] = 86004, + [SMALL_STATE(1718)] = 86037, + [SMALL_STATE(1719)] = 86070, + [SMALL_STATE(1720)] = 86103, + [SMALL_STATE(1721)] = 86136, + [SMALL_STATE(1722)] = 86169, + [SMALL_STATE(1723)] = 86202, + [SMALL_STATE(1724)] = 86235, + [SMALL_STATE(1725)] = 86268, + [SMALL_STATE(1726)] = 86301, + [SMALL_STATE(1727)] = 86332, + [SMALL_STATE(1728)] = 86365, + [SMALL_STATE(1729)] = 86394, + [SMALL_STATE(1730)] = 86427, + [SMALL_STATE(1731)] = 86460, + [SMALL_STATE(1732)] = 86493, + [SMALL_STATE(1733)] = 86526, + [SMALL_STATE(1734)] = 86559, + [SMALL_STATE(1735)] = 86593, + [SMALL_STATE(1736)] = 86627, + [SMALL_STATE(1737)] = 86656, + [SMALL_STATE(1738)] = 86687, + [SMALL_STATE(1739)] = 86706, + [SMALL_STATE(1740)] = 86737, + [SMALL_STATE(1741)] = 86768, + [SMALL_STATE(1742)] = 86797, + [SMALL_STATE(1743)] = 86826, + [SMALL_STATE(1744)] = 86855, + [SMALL_STATE(1745)] = 86874, + [SMALL_STATE(1746)] = 86903, + [SMALL_STATE(1747)] = 86932, + [SMALL_STATE(1748)] = 86951, + [SMALL_STATE(1749)] = 86970, + [SMALL_STATE(1750)] = 86999, + [SMALL_STATE(1751)] = 87022, + [SMALL_STATE(1752)] = 87051, + [SMALL_STATE(1753)] = 87070, + [SMALL_STATE(1754)] = 87101, + [SMALL_STATE(1755)] = 87122, + [SMALL_STATE(1756)] = 87151, + [SMALL_STATE(1757)] = 87180, + [SMALL_STATE(1758)] = 87209, + [SMALL_STATE(1759)] = 87230, + [SMALL_STATE(1760)] = 87259, + [SMALL_STATE(1761)] = 87278, + [SMALL_STATE(1762)] = 87307, + [SMALL_STATE(1763)] = 87332, + [SMALL_STATE(1764)] = 87357, + [SMALL_STATE(1765)] = 87386, + [SMALL_STATE(1766)] = 87415, + [SMALL_STATE(1767)] = 87444, + [SMALL_STATE(1768)] = 87473, + [SMALL_STATE(1769)] = 87502, + [SMALL_STATE(1770)] = 87531, + [SMALL_STATE(1771)] = 87560, + [SMALL_STATE(1772)] = 87578, + [SMALL_STATE(1773)] = 87596, + [SMALL_STATE(1774)] = 87614, + [SMALL_STATE(1775)] = 87632, + [SMALL_STATE(1776)] = 87650, + [SMALL_STATE(1777)] = 87676, + [SMALL_STATE(1778)] = 87694, + [SMALL_STATE(1779)] = 87720, + [SMALL_STATE(1780)] = 87746, + [SMALL_STATE(1781)] = 87772, + [SMALL_STATE(1782)] = 87800, + [SMALL_STATE(1783)] = 87818, + [SMALL_STATE(1784)] = 87836, + [SMALL_STATE(1785)] = 87854, + [SMALL_STATE(1786)] = 87876, + [SMALL_STATE(1787)] = 87894, + [SMALL_STATE(1788)] = 87912, + [SMALL_STATE(1789)] = 87930, + [SMALL_STATE(1790)] = 87956, + [SMALL_STATE(1791)] = 87976, + [SMALL_STATE(1792)] = 87994, + [SMALL_STATE(1793)] = 88012, + [SMALL_STATE(1794)] = 88030, + [SMALL_STATE(1795)] = 88056, + [SMALL_STATE(1796)] = 88074, + [SMALL_STATE(1797)] = 88100, + [SMALL_STATE(1798)] = 88120, + [SMALL_STATE(1799)] = 88138, + [SMALL_STATE(1800)] = 88166, + [SMALL_STATE(1801)] = 88192, + [SMALL_STATE(1802)] = 88218, + [SMALL_STATE(1803)] = 88236, + [SMALL_STATE(1804)] = 88254, + [SMALL_STATE(1805)] = 88280, + [SMALL_STATE(1806)] = 88306, + [SMALL_STATE(1807)] = 88330, + [SMALL_STATE(1808)] = 88354, + [SMALL_STATE(1809)] = 88380, + [SMALL_STATE(1810)] = 88406, + [SMALL_STATE(1811)] = 88432, + [SMALL_STATE(1812)] = 88458, + [SMALL_STATE(1813)] = 88476, + [SMALL_STATE(1814)] = 88494, + [SMALL_STATE(1815)] = 88512, + [SMALL_STATE(1816)] = 88538, + [SMALL_STATE(1817)] = 88556, + [SMALL_STATE(1818)] = 88582, + [SMALL_STATE(1819)] = 88608, + [SMALL_STATE(1820)] = 88626, + [SMALL_STATE(1821)] = 88650, + [SMALL_STATE(1822)] = 88668, + [SMALL_STATE(1823)] = 88694, + [SMALL_STATE(1824)] = 88720, + [SMALL_STATE(1825)] = 88738, + [SMALL_STATE(1826)] = 88764, + [SMALL_STATE(1827)] = 88790, + [SMALL_STATE(1828)] = 88808, + [SMALL_STATE(1829)] = 88826, + [SMALL_STATE(1830)] = 88844, + [SMALL_STATE(1831)] = 88862, + [SMALL_STATE(1832)] = 88880, + [SMALL_STATE(1833)] = 88906, + [SMALL_STATE(1834)] = 88924, + [SMALL_STATE(1835)] = 88942, + [SMALL_STATE(1836)] = 88968, + [SMALL_STATE(1837)] = 88986, + [SMALL_STATE(1838)] = 89012, + [SMALL_STATE(1839)] = 89038, + [SMALL_STATE(1840)] = 89064, + [SMALL_STATE(1841)] = 89090, + [SMALL_STATE(1842)] = 89115, + [SMALL_STATE(1843)] = 89140, + [SMALL_STATE(1844)] = 89165, + [SMALL_STATE(1845)] = 89190, + [SMALL_STATE(1846)] = 89215, + [SMALL_STATE(1847)] = 89232, + [SMALL_STATE(1848)] = 89257, + [SMALL_STATE(1849)] = 89282, + [SMALL_STATE(1850)] = 89301, + [SMALL_STATE(1851)] = 89322, + [SMALL_STATE(1852)] = 89347, + [SMALL_STATE(1853)] = 89372, + [SMALL_STATE(1854)] = 89391, + [SMALL_STATE(1855)] = 89416, + [SMALL_STATE(1856)] = 89441, + [SMALL_STATE(1857)] = 89466, + [SMALL_STATE(1858)] = 89491, + [SMALL_STATE(1859)] = 89516, + [SMALL_STATE(1860)] = 89541, + [SMALL_STATE(1861)] = 89566, + [SMALL_STATE(1862)] = 89583, + [SMALL_STATE(1863)] = 89608, + [SMALL_STATE(1864)] = 89633, + [SMALL_STATE(1865)] = 89658, + [SMALL_STATE(1866)] = 89683, + [SMALL_STATE(1867)] = 89700, + [SMALL_STATE(1868)] = 89725, + [SMALL_STATE(1869)] = 89748, + [SMALL_STATE(1870)] = 89773, + [SMALL_STATE(1871)] = 89798, + [SMALL_STATE(1872)] = 89817, + [SMALL_STATE(1873)] = 89842, + [SMALL_STATE(1874)] = 89867, + [SMALL_STATE(1875)] = 89892, + [SMALL_STATE(1876)] = 89909, + [SMALL_STATE(1877)] = 89926, + [SMALL_STATE(1878)] = 89951, + [SMALL_STATE(1879)] = 89968, + [SMALL_STATE(1880)] = 89989, + [SMALL_STATE(1881)] = 90006, + [SMALL_STATE(1882)] = 90031, + [SMALL_STATE(1883)] = 90056, + [SMALL_STATE(1884)] = 90077, + [SMALL_STATE(1885)] = 90102, + [SMALL_STATE(1886)] = 90119, + [SMALL_STATE(1887)] = 90136, + [SMALL_STATE(1888)] = 90153, + [SMALL_STATE(1889)] = 90170, + [SMALL_STATE(1890)] = 90195, + [SMALL_STATE(1891)] = 90216, + [SMALL_STATE(1892)] = 90233, + [SMALL_STATE(1893)] = 90250, + [SMALL_STATE(1894)] = 90267, + [SMALL_STATE(1895)] = 90292, + [SMALL_STATE(1896)] = 90309, + [SMALL_STATE(1897)] = 90326, + [SMALL_STATE(1898)] = 90343, + [SMALL_STATE(1899)] = 90360, + [SMALL_STATE(1900)] = 90377, + [SMALL_STATE(1901)] = 90394, + [SMALL_STATE(1902)] = 90419, + [SMALL_STATE(1903)] = 90439, + [SMALL_STATE(1904)] = 90461, + [SMALL_STATE(1905)] = 90481, + [SMALL_STATE(1906)] = 90503, + [SMALL_STATE(1907)] = 90525, + [SMALL_STATE(1908)] = 90547, + [SMALL_STATE(1909)] = 90567, + [SMALL_STATE(1910)] = 90587, + [SMALL_STATE(1911)] = 90607, + [SMALL_STATE(1912)] = 90629, + [SMALL_STATE(1913)] = 90651, + [SMALL_STATE(1914)] = 90673, + [SMALL_STATE(1915)] = 90695, + [SMALL_STATE(1916)] = 90717, + [SMALL_STATE(1917)] = 90737, + [SMALL_STATE(1918)] = 90753, + [SMALL_STATE(1919)] = 90769, + [SMALL_STATE(1920)] = 90789, + [SMALL_STATE(1921)] = 90809, + [SMALL_STATE(1922)] = 90831, + [SMALL_STATE(1923)] = 90851, + [SMALL_STATE(1924)] = 90867, + [SMALL_STATE(1925)] = 90887, + [SMALL_STATE(1926)] = 90907, + [SMALL_STATE(1927)] = 90925, + [SMALL_STATE(1928)] = 90947, + [SMALL_STATE(1929)] = 90967, + [SMALL_STATE(1930)] = 90985, + [SMALL_STATE(1931)] = 91007, + [SMALL_STATE(1932)] = 91027, + [SMALL_STATE(1933)] = 91043, + [SMALL_STATE(1934)] = 91061, + [SMALL_STATE(1935)] = 91079, + [SMALL_STATE(1936)] = 91101, + [SMALL_STATE(1937)] = 91123, + [SMALL_STATE(1938)] = 91145, + [SMALL_STATE(1939)] = 91167, + [SMALL_STATE(1940)] = 91187, + [SMALL_STATE(1941)] = 91207, + [SMALL_STATE(1942)] = 91227, + [SMALL_STATE(1943)] = 91243, + [SMALL_STATE(1944)] = 91263, + [SMALL_STATE(1945)] = 91285, + [SMALL_STATE(1946)] = 91307, + [SMALL_STATE(1947)] = 91327, + [SMALL_STATE(1948)] = 91343, + [SMALL_STATE(1949)] = 91365, + [SMALL_STATE(1950)] = 91387, + [SMALL_STATE(1951)] = 91403, + [SMALL_STATE(1952)] = 91423, + [SMALL_STATE(1953)] = 91441, + [SMALL_STATE(1954)] = 91463, + [SMALL_STATE(1955)] = 91483, + [SMALL_STATE(1956)] = 91505, + [SMALL_STATE(1957)] = 91527, + [SMALL_STATE(1958)] = 91547, + [SMALL_STATE(1959)] = 91567, + [SMALL_STATE(1960)] = 91589, + [SMALL_STATE(1961)] = 91609, + [SMALL_STATE(1962)] = 91629, + [SMALL_STATE(1963)] = 91649, + [SMALL_STATE(1964)] = 91669, + [SMALL_STATE(1965)] = 91691, + [SMALL_STATE(1966)] = 91711, + [SMALL_STATE(1967)] = 91731, + [SMALL_STATE(1968)] = 91751, + [SMALL_STATE(1969)] = 91773, + [SMALL_STATE(1970)] = 91793, + [SMALL_STATE(1971)] = 91813, + [SMALL_STATE(1972)] = 91833, + [SMALL_STATE(1973)] = 91853, + [SMALL_STATE(1974)] = 91873, + [SMALL_STATE(1975)] = 91895, + [SMALL_STATE(1976)] = 91915, + [SMALL_STATE(1977)] = 91935, + [SMALL_STATE(1978)] = 91957, + [SMALL_STATE(1979)] = 91979, + [SMALL_STATE(1980)] = 91997, + [SMALL_STATE(1981)] = 92019, + [SMALL_STATE(1982)] = 92041, + [SMALL_STATE(1983)] = 92061, + [SMALL_STATE(1984)] = 92081, + [SMALL_STATE(1985)] = 92103, + [SMALL_STATE(1986)] = 92125, + [SMALL_STATE(1987)] = 92147, + [SMALL_STATE(1988)] = 92167, + [SMALL_STATE(1989)] = 92189, + [SMALL_STATE(1990)] = 92211, + [SMALL_STATE(1991)] = 92233, + [SMALL_STATE(1992)] = 92253, + [SMALL_STATE(1993)] = 92273, + [SMALL_STATE(1994)] = 92291, + [SMALL_STATE(1995)] = 92313, + [SMALL_STATE(1996)] = 92331, + [SMALL_STATE(1997)] = 92353, + [SMALL_STATE(1998)] = 92369, + [SMALL_STATE(1999)] = 92389, + [SMALL_STATE(2000)] = 92409, + [SMALL_STATE(2001)] = 92429, + [SMALL_STATE(2002)] = 92449, + [SMALL_STATE(2003)] = 92465, + [SMALL_STATE(2004)] = 92485, + [SMALL_STATE(2005)] = 92505, + [SMALL_STATE(2006)] = 92525, + [SMALL_STATE(2007)] = 92547, + [SMALL_STATE(2008)] = 92569, + [SMALL_STATE(2009)] = 92585, + [SMALL_STATE(2010)] = 92607, + [SMALL_STATE(2011)] = 92627, + [SMALL_STATE(2012)] = 92649, + [SMALL_STATE(2013)] = 92671, + [SMALL_STATE(2014)] = 92687, + [SMALL_STATE(2015)] = 92709, + [SMALL_STATE(2016)] = 92731, + [SMALL_STATE(2017)] = 92751, + [SMALL_STATE(2018)] = 92771, + [SMALL_STATE(2019)] = 92791, + [SMALL_STATE(2020)] = 92813, + [SMALL_STATE(2021)] = 92835, + [SMALL_STATE(2022)] = 92857, + [SMALL_STATE(2023)] = 92877, + [SMALL_STATE(2024)] = 92897, + [SMALL_STATE(2025)] = 92919, + [SMALL_STATE(2026)] = 92941, + [SMALL_STATE(2027)] = 92963, + [SMALL_STATE(2028)] = 92983, + [SMALL_STATE(2029)] = 93005, + [SMALL_STATE(2030)] = 93027, + [SMALL_STATE(2031)] = 93049, + [SMALL_STATE(2032)] = 93071, + [SMALL_STATE(2033)] = 93093, + [SMALL_STATE(2034)] = 93115, + [SMALL_STATE(2035)] = 93137, + [SMALL_STATE(2036)] = 93159, + [SMALL_STATE(2037)] = 93181, + [SMALL_STATE(2038)] = 93203, + [SMALL_STATE(2039)] = 93225, + [SMALL_STATE(2040)] = 93247, + [SMALL_STATE(2041)] = 93267, + [SMALL_STATE(2042)] = 93287, + [SMALL_STATE(2043)] = 93309, + [SMALL_STATE(2044)] = 93331, + [SMALL_STATE(2045)] = 93353, + [SMALL_STATE(2046)] = 93375, + [SMALL_STATE(2047)] = 93394, + [SMALL_STATE(2048)] = 93413, + [SMALL_STATE(2049)] = 93430, + [SMALL_STATE(2050)] = 93445, + [SMALL_STATE(2051)] = 93464, + [SMALL_STATE(2052)] = 93483, + [SMALL_STATE(2053)] = 93502, + [SMALL_STATE(2054)] = 93521, + [SMALL_STATE(2055)] = 93540, + [SMALL_STATE(2056)] = 93555, + [SMALL_STATE(2057)] = 93574, + [SMALL_STATE(2058)] = 93593, + [SMALL_STATE(2059)] = 93612, + [SMALL_STATE(2060)] = 93627, + [SMALL_STATE(2061)] = 93646, + [SMALL_STATE(2062)] = 93665, + [SMALL_STATE(2063)] = 93684, + [SMALL_STATE(2064)] = 93703, + [SMALL_STATE(2065)] = 93720, + [SMALL_STATE(2066)] = 93737, + [SMALL_STATE(2067)] = 93754, + [SMALL_STATE(2068)] = 93771, + [SMALL_STATE(2069)] = 93790, + [SMALL_STATE(2070)] = 93809, + [SMALL_STATE(2071)] = 93828, + [SMALL_STATE(2072)] = 93843, + [SMALL_STATE(2073)] = 93862, + [SMALL_STATE(2074)] = 93881, + [SMALL_STATE(2075)] = 93900, + [SMALL_STATE(2076)] = 93917, + [SMALL_STATE(2077)] = 93936, + [SMALL_STATE(2078)] = 93955, + [SMALL_STATE(2079)] = 93974, + [SMALL_STATE(2080)] = 93991, + [SMALL_STATE(2081)] = 94010, + [SMALL_STATE(2082)] = 94029, + [SMALL_STATE(2083)] = 94048, + [SMALL_STATE(2084)] = 94065, + [SMALL_STATE(2085)] = 94082, + [SMALL_STATE(2086)] = 94101, + [SMALL_STATE(2087)] = 94120, + [SMALL_STATE(2088)] = 94139, + [SMALL_STATE(2089)] = 94154, + [SMALL_STATE(2090)] = 94169, + [SMALL_STATE(2091)] = 94184, + [SMALL_STATE(2092)] = 94199, + [SMALL_STATE(2093)] = 94218, + [SMALL_STATE(2094)] = 94237, + [SMALL_STATE(2095)] = 94256, + [SMALL_STATE(2096)] = 94275, + [SMALL_STATE(2097)] = 94294, + [SMALL_STATE(2098)] = 94313, + [SMALL_STATE(2099)] = 94332, + [SMALL_STATE(2100)] = 94351, + [SMALL_STATE(2101)] = 94370, + [SMALL_STATE(2102)] = 94389, + [SMALL_STATE(2103)] = 94408, + [SMALL_STATE(2104)] = 94427, + [SMALL_STATE(2105)] = 94444, + [SMALL_STATE(2106)] = 94461, + [SMALL_STATE(2107)] = 94480, + [SMALL_STATE(2108)] = 94495, + [SMALL_STATE(2109)] = 94512, + [SMALL_STATE(2110)] = 94529, + [SMALL_STATE(2111)] = 94544, + [SMALL_STATE(2112)] = 94563, + [SMALL_STATE(2113)] = 94580, + [SMALL_STATE(2114)] = 94595, + [SMALL_STATE(2115)] = 94614, + [SMALL_STATE(2116)] = 94633, + [SMALL_STATE(2117)] = 94652, + [SMALL_STATE(2118)] = 94671, + [SMALL_STATE(2119)] = 94690, + [SMALL_STATE(2120)] = 94707, + [SMALL_STATE(2121)] = 94722, + [SMALL_STATE(2122)] = 94739, + [SMALL_STATE(2123)] = 94756, + [SMALL_STATE(2124)] = 94775, + [SMALL_STATE(2125)] = 94794, + [SMALL_STATE(2126)] = 94813, + [SMALL_STATE(2127)] = 94832, + [SMALL_STATE(2128)] = 94851, + [SMALL_STATE(2129)] = 94866, + [SMALL_STATE(2130)] = 94883, + [SMALL_STATE(2131)] = 94902, + [SMALL_STATE(2132)] = 94921, + [SMALL_STATE(2133)] = 94940, + [SMALL_STATE(2134)] = 94957, + [SMALL_STATE(2135)] = 94976, + [SMALL_STATE(2136)] = 94991, + [SMALL_STATE(2137)] = 95008, + [SMALL_STATE(2138)] = 95027, + [SMALL_STATE(2139)] = 95046, + [SMALL_STATE(2140)] = 95063, + [SMALL_STATE(2141)] = 95082, + [SMALL_STATE(2142)] = 95101, + [SMALL_STATE(2143)] = 95120, + [SMALL_STATE(2144)] = 95139, + [SMALL_STATE(2145)] = 95158, + [SMALL_STATE(2146)] = 95177, + [SMALL_STATE(2147)] = 95196, + [SMALL_STATE(2148)] = 95215, + [SMALL_STATE(2149)] = 95234, + [SMALL_STATE(2150)] = 95253, + [SMALL_STATE(2151)] = 95272, + [SMALL_STATE(2152)] = 95291, + [SMALL_STATE(2153)] = 95306, + [SMALL_STATE(2154)] = 95325, + [SMALL_STATE(2155)] = 95344, + [SMALL_STATE(2156)] = 95359, + [SMALL_STATE(2157)] = 95378, + [SMALL_STATE(2158)] = 95395, + [SMALL_STATE(2159)] = 95414, + [SMALL_STATE(2160)] = 95433, + [SMALL_STATE(2161)] = 95448, + [SMALL_STATE(2162)] = 95463, + [SMALL_STATE(2163)] = 95480, + [SMALL_STATE(2164)] = 95499, + [SMALL_STATE(2165)] = 95518, + [SMALL_STATE(2166)] = 95537, + [SMALL_STATE(2167)] = 95556, + [SMALL_STATE(2168)] = 95573, + [SMALL_STATE(2169)] = 95592, + [SMALL_STATE(2170)] = 95611, + [SMALL_STATE(2171)] = 95630, + [SMALL_STATE(2172)] = 95649, + [SMALL_STATE(2173)] = 95668, + [SMALL_STATE(2174)] = 95685, + [SMALL_STATE(2175)] = 95704, + [SMALL_STATE(2176)] = 95723, + [SMALL_STATE(2177)] = 95742, + [SMALL_STATE(2178)] = 95761, + [SMALL_STATE(2179)] = 95780, + [SMALL_STATE(2180)] = 95799, + [SMALL_STATE(2181)] = 95818, + [SMALL_STATE(2182)] = 95835, + [SMALL_STATE(2183)] = 95850, + [SMALL_STATE(2184)] = 95869, + [SMALL_STATE(2185)] = 95888, + [SMALL_STATE(2186)] = 95903, + [SMALL_STATE(2187)] = 95922, + [SMALL_STATE(2188)] = 95941, + [SMALL_STATE(2189)] = 95958, + [SMALL_STATE(2190)] = 95977, + [SMALL_STATE(2191)] = 95996, + [SMALL_STATE(2192)] = 96015, + [SMALL_STATE(2193)] = 96034, + [SMALL_STATE(2194)] = 96053, + [SMALL_STATE(2195)] = 96072, + [SMALL_STATE(2196)] = 96091, + [SMALL_STATE(2197)] = 96110, + [SMALL_STATE(2198)] = 96127, + [SMALL_STATE(2199)] = 96146, + [SMALL_STATE(2200)] = 96161, + [SMALL_STATE(2201)] = 96178, + [SMALL_STATE(2202)] = 96194, + [SMALL_STATE(2203)] = 96208, + [SMALL_STATE(2204)] = 96224, + [SMALL_STATE(2205)] = 96240, + [SMALL_STATE(2206)] = 96256, + [SMALL_STATE(2207)] = 96272, + [SMALL_STATE(2208)] = 96288, + [SMALL_STATE(2209)] = 96304, + [SMALL_STATE(2210)] = 96320, + [SMALL_STATE(2211)] = 96336, + [SMALL_STATE(2212)] = 96352, + [SMALL_STATE(2213)] = 96368, + [SMALL_STATE(2214)] = 96382, + [SMALL_STATE(2215)] = 96396, + [SMALL_STATE(2216)] = 96412, + [SMALL_STATE(2217)] = 96428, + [SMALL_STATE(2218)] = 96444, + [SMALL_STATE(2219)] = 96460, + [SMALL_STATE(2220)] = 96474, + [SMALL_STATE(2221)] = 96490, + [SMALL_STATE(2222)] = 96504, + [SMALL_STATE(2223)] = 96520, + [SMALL_STATE(2224)] = 96536, + [SMALL_STATE(2225)] = 96550, + [SMALL_STATE(2226)] = 96566, + [SMALL_STATE(2227)] = 96582, + [SMALL_STATE(2228)] = 96598, + [SMALL_STATE(2229)] = 96614, + [SMALL_STATE(2230)] = 96630, + [SMALL_STATE(2231)] = 96644, + [SMALL_STATE(2232)] = 96660, + [SMALL_STATE(2233)] = 96676, + [SMALL_STATE(2234)] = 96692, + [SMALL_STATE(2235)] = 96708, + [SMALL_STATE(2236)] = 96724, + [SMALL_STATE(2237)] = 96740, + [SMALL_STATE(2238)] = 96754, + [SMALL_STATE(2239)] = 96768, + [SMALL_STATE(2240)] = 96782, + [SMALL_STATE(2241)] = 96798, + [SMALL_STATE(2242)] = 96814, + [SMALL_STATE(2243)] = 96828, + [SMALL_STATE(2244)] = 96842, + [SMALL_STATE(2245)] = 96858, + [SMALL_STATE(2246)] = 96874, + [SMALL_STATE(2247)] = 96890, + [SMALL_STATE(2248)] = 96906, + [SMALL_STATE(2249)] = 96920, + [SMALL_STATE(2250)] = 96934, + [SMALL_STATE(2251)] = 96950, + [SMALL_STATE(2252)] = 96966, + [SMALL_STATE(2253)] = 96982, + [SMALL_STATE(2254)] = 96998, + [SMALL_STATE(2255)] = 97012, + [SMALL_STATE(2256)] = 97028, + [SMALL_STATE(2257)] = 97044, + [SMALL_STATE(2258)] = 97060, + [SMALL_STATE(2259)] = 97076, + [SMALL_STATE(2260)] = 97092, + [SMALL_STATE(2261)] = 97108, + [SMALL_STATE(2262)] = 97124, + [SMALL_STATE(2263)] = 97138, + [SMALL_STATE(2264)] = 97152, + [SMALL_STATE(2265)] = 97168, + [SMALL_STATE(2266)] = 97182, + [SMALL_STATE(2267)] = 97196, + [SMALL_STATE(2268)] = 97210, + [SMALL_STATE(2269)] = 97224, + [SMALL_STATE(2270)] = 97240, + [SMALL_STATE(2271)] = 97256, + [SMALL_STATE(2272)] = 97272, + [SMALL_STATE(2273)] = 97286, + [SMALL_STATE(2274)] = 97300, + [SMALL_STATE(2275)] = 97316, + [SMALL_STATE(2276)] = 97330, + [SMALL_STATE(2277)] = 97344, + [SMALL_STATE(2278)] = 97360, + [SMALL_STATE(2279)] = 97374, + [SMALL_STATE(2280)] = 97390, + [SMALL_STATE(2281)] = 97406, + [SMALL_STATE(2282)] = 97420, + [SMALL_STATE(2283)] = 97434, + [SMALL_STATE(2284)] = 97450, + [SMALL_STATE(2285)] = 97466, + [SMALL_STATE(2286)] = 97480, + [SMALL_STATE(2287)] = 97496, + [SMALL_STATE(2288)] = 97510, + [SMALL_STATE(2289)] = 97526, + [SMALL_STATE(2290)] = 97542, + [SMALL_STATE(2291)] = 97556, + [SMALL_STATE(2292)] = 97570, + [SMALL_STATE(2293)] = 97586, + [SMALL_STATE(2294)] = 97600, + [SMALL_STATE(2295)] = 97616, + [SMALL_STATE(2296)] = 97630, + [SMALL_STATE(2297)] = 97644, + [SMALL_STATE(2298)] = 97660, + [SMALL_STATE(2299)] = 97674, + [SMALL_STATE(2300)] = 97688, + [SMALL_STATE(2301)] = 97704, + [SMALL_STATE(2302)] = 97720, + [SMALL_STATE(2303)] = 97734, + [SMALL_STATE(2304)] = 97750, + [SMALL_STATE(2305)] = 97764, + [SMALL_STATE(2306)] = 97780, + [SMALL_STATE(2307)] = 97796, + [SMALL_STATE(2308)] = 97810, + [SMALL_STATE(2309)] = 97824, + [SMALL_STATE(2310)] = 97840, + [SMALL_STATE(2311)] = 97856, + [SMALL_STATE(2312)] = 97872, + [SMALL_STATE(2313)] = 97888, + [SMALL_STATE(2314)] = 97902, + [SMALL_STATE(2315)] = 97918, + [SMALL_STATE(2316)] = 97932, + [SMALL_STATE(2317)] = 97948, + [SMALL_STATE(2318)] = 97962, + [SMALL_STATE(2319)] = 97978, + [SMALL_STATE(2320)] = 97994, + [SMALL_STATE(2321)] = 98010, + [SMALL_STATE(2322)] = 98026, + [SMALL_STATE(2323)] = 98042, + [SMALL_STATE(2324)] = 98058, + [SMALL_STATE(2325)] = 98072, + [SMALL_STATE(2326)] = 98088, + [SMALL_STATE(2327)] = 98104, + [SMALL_STATE(2328)] = 98120, + [SMALL_STATE(2329)] = 98136, + [SMALL_STATE(2330)] = 98152, + [SMALL_STATE(2331)] = 98168, + [SMALL_STATE(2332)] = 98184, + [SMALL_STATE(2333)] = 98200, + [SMALL_STATE(2334)] = 98216, + [SMALL_STATE(2335)] = 98232, + [SMALL_STATE(2336)] = 98248, + [SMALL_STATE(2337)] = 98264, + [SMALL_STATE(2338)] = 98278, + [SMALL_STATE(2339)] = 98294, + [SMALL_STATE(2340)] = 98310, + [SMALL_STATE(2341)] = 98326, + [SMALL_STATE(2342)] = 98342, + [SMALL_STATE(2343)] = 98358, + [SMALL_STATE(2344)] = 98374, + [SMALL_STATE(2345)] = 98388, + [SMALL_STATE(2346)] = 98402, + [SMALL_STATE(2347)] = 98418, + [SMALL_STATE(2348)] = 98432, + [SMALL_STATE(2349)] = 98446, + [SMALL_STATE(2350)] = 98460, + [SMALL_STATE(2351)] = 98476, + [SMALL_STATE(2352)] = 98492, + [SMALL_STATE(2353)] = 98506, + [SMALL_STATE(2354)] = 98522, + [SMALL_STATE(2355)] = 98536, + [SMALL_STATE(2356)] = 98552, + [SMALL_STATE(2357)] = 98568, + [SMALL_STATE(2358)] = 98584, + [SMALL_STATE(2359)] = 98600, + [SMALL_STATE(2360)] = 98616, + [SMALL_STATE(2361)] = 98632, + [SMALL_STATE(2362)] = 98646, + [SMALL_STATE(2363)] = 98660, + [SMALL_STATE(2364)] = 98676, + [SMALL_STATE(2365)] = 98692, + [SMALL_STATE(2366)] = 98708, + [SMALL_STATE(2367)] = 98722, + [SMALL_STATE(2368)] = 98736, + [SMALL_STATE(2369)] = 98750, + [SMALL_STATE(2370)] = 98764, + [SMALL_STATE(2371)] = 98780, + [SMALL_STATE(2372)] = 98796, + [SMALL_STATE(2373)] = 98812, + [SMALL_STATE(2374)] = 98826, + [SMALL_STATE(2375)] = 98840, + [SMALL_STATE(2376)] = 98854, + [SMALL_STATE(2377)] = 98868, + [SMALL_STATE(2378)] = 98884, + [SMALL_STATE(2379)] = 98900, + [SMALL_STATE(2380)] = 98916, + [SMALL_STATE(2381)] = 98932, + [SMALL_STATE(2382)] = 98946, + [SMALL_STATE(2383)] = 98962, + [SMALL_STATE(2384)] = 98978, + [SMALL_STATE(2385)] = 98992, + [SMALL_STATE(2386)] = 99006, + [SMALL_STATE(2387)] = 99020, + [SMALL_STATE(2388)] = 99034, + [SMALL_STATE(2389)] = 99048, + [SMALL_STATE(2390)] = 99062, + [SMALL_STATE(2391)] = 99078, + [SMALL_STATE(2392)] = 99094, + [SMALL_STATE(2393)] = 99110, + [SMALL_STATE(2394)] = 99124, + [SMALL_STATE(2395)] = 99138, + [SMALL_STATE(2396)] = 99152, + [SMALL_STATE(2397)] = 99166, + [SMALL_STATE(2398)] = 99182, + [SMALL_STATE(2399)] = 99196, + [SMALL_STATE(2400)] = 99212, + [SMALL_STATE(2401)] = 99228, + [SMALL_STATE(2402)] = 99244, + [SMALL_STATE(2403)] = 99258, + [SMALL_STATE(2404)] = 99272, + [SMALL_STATE(2405)] = 99286, + [SMALL_STATE(2406)] = 99300, + [SMALL_STATE(2407)] = 99316, + [SMALL_STATE(2408)] = 99330, + [SMALL_STATE(2409)] = 99346, + [SMALL_STATE(2410)] = 99360, + [SMALL_STATE(2411)] = 99376, + [SMALL_STATE(2412)] = 99392, + [SMALL_STATE(2413)] = 99406, + [SMALL_STATE(2414)] = 99420, + [SMALL_STATE(2415)] = 99434, + [SMALL_STATE(2416)] = 99450, + [SMALL_STATE(2417)] = 99464, + [SMALL_STATE(2418)] = 99480, + [SMALL_STATE(2419)] = 99494, + [SMALL_STATE(2420)] = 99508, + [SMALL_STATE(2421)] = 99522, + [SMALL_STATE(2422)] = 99538, + [SMALL_STATE(2423)] = 99552, + [SMALL_STATE(2424)] = 99568, + [SMALL_STATE(2425)] = 99584, + [SMALL_STATE(2426)] = 99600, + [SMALL_STATE(2427)] = 99616, + [SMALL_STATE(2428)] = 99632, + [SMALL_STATE(2429)] = 99648, + [SMALL_STATE(2430)] = 99664, + [SMALL_STATE(2431)] = 99680, + [SMALL_STATE(2432)] = 99696, + [SMALL_STATE(2433)] = 99710, + [SMALL_STATE(2434)] = 99726, + [SMALL_STATE(2435)] = 99742, + [SMALL_STATE(2436)] = 99758, + [SMALL_STATE(2437)] = 99774, + [SMALL_STATE(2438)] = 99790, + [SMALL_STATE(2439)] = 99804, + [SMALL_STATE(2440)] = 99818, + [SMALL_STATE(2441)] = 99832, + [SMALL_STATE(2442)] = 99848, + [SMALL_STATE(2443)] = 99864, + [SMALL_STATE(2444)] = 99878, + [SMALL_STATE(2445)] = 99894, + [SMALL_STATE(2446)] = 99910, + [SMALL_STATE(2447)] = 99924, + [SMALL_STATE(2448)] = 99940, + [SMALL_STATE(2449)] = 99956, + [SMALL_STATE(2450)] = 99970, + [SMALL_STATE(2451)] = 99986, + [SMALL_STATE(2452)] = 100002, + [SMALL_STATE(2453)] = 100018, + [SMALL_STATE(2454)] = 100034, + [SMALL_STATE(2455)] = 100050, + [SMALL_STATE(2456)] = 100066, + [SMALL_STATE(2457)] = 100082, + [SMALL_STATE(2458)] = 100098, + [SMALL_STATE(2459)] = 100114, + [SMALL_STATE(2460)] = 100130, + [SMALL_STATE(2461)] = 100144, + [SMALL_STATE(2462)] = 100160, + [SMALL_STATE(2463)] = 100176, + [SMALL_STATE(2464)] = 100192, + [SMALL_STATE(2465)] = 100208, + [SMALL_STATE(2466)] = 100222, + [SMALL_STATE(2467)] = 100238, + [SMALL_STATE(2468)] = 100254, + [SMALL_STATE(2469)] = 100270, + [SMALL_STATE(2470)] = 100286, + [SMALL_STATE(2471)] = 100300, + [SMALL_STATE(2472)] = 100314, + [SMALL_STATE(2473)] = 100330, + [SMALL_STATE(2474)] = 100346, + [SMALL_STATE(2475)] = 100362, + [SMALL_STATE(2476)] = 100378, + [SMALL_STATE(2477)] = 100394, + [SMALL_STATE(2478)] = 100410, + [SMALL_STATE(2479)] = 100426, + [SMALL_STATE(2480)] = 100440, + [SMALL_STATE(2481)] = 100456, + [SMALL_STATE(2482)] = 100470, + [SMALL_STATE(2483)] = 100486, + [SMALL_STATE(2484)] = 100502, + [SMALL_STATE(2485)] = 100516, + [SMALL_STATE(2486)] = 100532, + [SMALL_STATE(2487)] = 100546, + [SMALL_STATE(2488)] = 100560, + [SMALL_STATE(2489)] = 100576, + [SMALL_STATE(2490)] = 100592, + [SMALL_STATE(2491)] = 100608, + [SMALL_STATE(2492)] = 100624, + [SMALL_STATE(2493)] = 100638, + [SMALL_STATE(2494)] = 100654, + [SMALL_STATE(2495)] = 100670, + [SMALL_STATE(2496)] = 100684, + [SMALL_STATE(2497)] = 100698, + [SMALL_STATE(2498)] = 100712, + [SMALL_STATE(2499)] = 100726, + [SMALL_STATE(2500)] = 100742, + [SMALL_STATE(2501)] = 100756, + [SMALL_STATE(2502)] = 100772, + [SMALL_STATE(2503)] = 100786, + [SMALL_STATE(2504)] = 100802, + [SMALL_STATE(2505)] = 100818, + [SMALL_STATE(2506)] = 100834, + [SMALL_STATE(2507)] = 100848, + [SMALL_STATE(2508)] = 100864, + [SMALL_STATE(2509)] = 100880, + [SMALL_STATE(2510)] = 100896, + [SMALL_STATE(2511)] = 100910, + [SMALL_STATE(2512)] = 100926, + [SMALL_STATE(2513)] = 100942, + [SMALL_STATE(2514)] = 100956, + [SMALL_STATE(2515)] = 100970, + [SMALL_STATE(2516)] = 100984, + [SMALL_STATE(2517)] = 100998, + [SMALL_STATE(2518)] = 101012, + [SMALL_STATE(2519)] = 101026, + [SMALL_STATE(2520)] = 101040, + [SMALL_STATE(2521)] = 101054, + [SMALL_STATE(2522)] = 101070, + [SMALL_STATE(2523)] = 101086, + [SMALL_STATE(2524)] = 101102, + [SMALL_STATE(2525)] = 101118, + [SMALL_STATE(2526)] = 101132, + [SMALL_STATE(2527)] = 101148, + [SMALL_STATE(2528)] = 101164, + [SMALL_STATE(2529)] = 101180, + [SMALL_STATE(2530)] = 101196, + [SMALL_STATE(2531)] = 101212, + [SMALL_STATE(2532)] = 101226, + [SMALL_STATE(2533)] = 101240, + [SMALL_STATE(2534)] = 101254, + [SMALL_STATE(2535)] = 101270, + [SMALL_STATE(2536)] = 101286, + [SMALL_STATE(2537)] = 101300, + [SMALL_STATE(2538)] = 101316, + [SMALL_STATE(2539)] = 101332, + [SMALL_STATE(2540)] = 101346, + [SMALL_STATE(2541)] = 101362, + [SMALL_STATE(2542)] = 101378, + [SMALL_STATE(2543)] = 101394, + [SMALL_STATE(2544)] = 101410, + [SMALL_STATE(2545)] = 101426, + [SMALL_STATE(2546)] = 101442, + [SMALL_STATE(2547)] = 101458, + [SMALL_STATE(2548)] = 101474, + [SMALL_STATE(2549)] = 101488, + [SMALL_STATE(2550)] = 101504, + [SMALL_STATE(2551)] = 101520, + [SMALL_STATE(2552)] = 101536, + [SMALL_STATE(2553)] = 101552, + [SMALL_STATE(2554)] = 101566, + [SMALL_STATE(2555)] = 101582, + [SMALL_STATE(2556)] = 101598, + [SMALL_STATE(2557)] = 101612, + [SMALL_STATE(2558)] = 101628, + [SMALL_STATE(2559)] = 101642, + [SMALL_STATE(2560)] = 101656, + [SMALL_STATE(2561)] = 101670, + [SMALL_STATE(2562)] = 101686, + [SMALL_STATE(2563)] = 101702, + [SMALL_STATE(2564)] = 101718, + [SMALL_STATE(2565)] = 101734, + [SMALL_STATE(2566)] = 101748, + [SMALL_STATE(2567)] = 101764, + [SMALL_STATE(2568)] = 101780, + [SMALL_STATE(2569)] = 101796, + [SMALL_STATE(2570)] = 101812, + [SMALL_STATE(2571)] = 101828, + [SMALL_STATE(2572)] = 101844, + [SMALL_STATE(2573)] = 101858, + [SMALL_STATE(2574)] = 101874, + [SMALL_STATE(2575)] = 101890, + [SMALL_STATE(2576)] = 101904, + [SMALL_STATE(2577)] = 101918, + [SMALL_STATE(2578)] = 101934, + [SMALL_STATE(2579)] = 101948, + [SMALL_STATE(2580)] = 101962, + [SMALL_STATE(2581)] = 101978, + [SMALL_STATE(2582)] = 101994, + [SMALL_STATE(2583)] = 102010, + [SMALL_STATE(2584)] = 102026, + [SMALL_STATE(2585)] = 102042, + [SMALL_STATE(2586)] = 102056, + [SMALL_STATE(2587)] = 102072, + [SMALL_STATE(2588)] = 102088, + [SMALL_STATE(2589)] = 102104, + [SMALL_STATE(2590)] = 102120, + [SMALL_STATE(2591)] = 102136, + [SMALL_STATE(2592)] = 102152, + [SMALL_STATE(2593)] = 102168, + [SMALL_STATE(2594)] = 102184, + [SMALL_STATE(2595)] = 102198, + [SMALL_STATE(2596)] = 102212, + [SMALL_STATE(2597)] = 102228, + [SMALL_STATE(2598)] = 102244, + [SMALL_STATE(2599)] = 102258, + [SMALL_STATE(2600)] = 102274, + [SMALL_STATE(2601)] = 102288, + [SMALL_STATE(2602)] = 102302, + [SMALL_STATE(2603)] = 102318, + [SMALL_STATE(2604)] = 102332, + [SMALL_STATE(2605)] = 102346, + [SMALL_STATE(2606)] = 102360, + [SMALL_STATE(2607)] = 102374, + [SMALL_STATE(2608)] = 102388, + [SMALL_STATE(2609)] = 102402, + [SMALL_STATE(2610)] = 102416, + [SMALL_STATE(2611)] = 102432, + [SMALL_STATE(2612)] = 102446, + [SMALL_STATE(2613)] = 102462, + [SMALL_STATE(2614)] = 102478, + [SMALL_STATE(2615)] = 102494, + [SMALL_STATE(2616)] = 102508, + [SMALL_STATE(2617)] = 102522, + [SMALL_STATE(2618)] = 102536, + [SMALL_STATE(2619)] = 102552, + [SMALL_STATE(2620)] = 102568, + [SMALL_STATE(2621)] = 102584, + [SMALL_STATE(2622)] = 102600, + [SMALL_STATE(2623)] = 102616, + [SMALL_STATE(2624)] = 102632, + [SMALL_STATE(2625)] = 102648, + [SMALL_STATE(2626)] = 102662, + [SMALL_STATE(2627)] = 102678, + [SMALL_STATE(2628)] = 102694, + [SMALL_STATE(2629)] = 102708, + [SMALL_STATE(2630)] = 102722, + [SMALL_STATE(2631)] = 102738, + [SMALL_STATE(2632)] = 102752, + [SMALL_STATE(2633)] = 102768, + [SMALL_STATE(2634)] = 102784, + [SMALL_STATE(2635)] = 102800, + [SMALL_STATE(2636)] = 102814, + [SMALL_STATE(2637)] = 102828, + [SMALL_STATE(2638)] = 102842, + [SMALL_STATE(2639)] = 102858, + [SMALL_STATE(2640)] = 102872, + [SMALL_STATE(2641)] = 102888, + [SMALL_STATE(2642)] = 102904, + [SMALL_STATE(2643)] = 102920, + [SMALL_STATE(2644)] = 102936, + [SMALL_STATE(2645)] = 102952, + [SMALL_STATE(2646)] = 102968, + [SMALL_STATE(2647)] = 102982, + [SMALL_STATE(2648)] = 102996, + [SMALL_STATE(2649)] = 103010, + [SMALL_STATE(2650)] = 103024, + [SMALL_STATE(2651)] = 103040, + [SMALL_STATE(2652)] = 103056, + [SMALL_STATE(2653)] = 103072, + [SMALL_STATE(2654)] = 103088, + [SMALL_STATE(2655)] = 103102, + [SMALL_STATE(2656)] = 103116, + [SMALL_STATE(2657)] = 103132, + [SMALL_STATE(2658)] = 103146, + [SMALL_STATE(2659)] = 103160, + [SMALL_STATE(2660)] = 103176, + [SMALL_STATE(2661)] = 103190, + [SMALL_STATE(2662)] = 103204, + [SMALL_STATE(2663)] = 103218, + [SMALL_STATE(2664)] = 103234, + [SMALL_STATE(2665)] = 103250, + [SMALL_STATE(2666)] = 103266, + [SMALL_STATE(2667)] = 103282, + [SMALL_STATE(2668)] = 103296, + [SMALL_STATE(2669)] = 103312, + [SMALL_STATE(2670)] = 103328, + [SMALL_STATE(2671)] = 103344, + [SMALL_STATE(2672)] = 103360, + [SMALL_STATE(2673)] = 103376, + [SMALL_STATE(2674)] = 103392, + [SMALL_STATE(2675)] = 103408, + [SMALL_STATE(2676)] = 103424, + [SMALL_STATE(2677)] = 103440, + [SMALL_STATE(2678)] = 103456, + [SMALL_STATE(2679)] = 103472, + [SMALL_STATE(2680)] = 103488, + [SMALL_STATE(2681)] = 103504, + [SMALL_STATE(2682)] = 103520, + [SMALL_STATE(2683)] = 103536, + [SMALL_STATE(2684)] = 103552, + [SMALL_STATE(2685)] = 103568, + [SMALL_STATE(2686)] = 103584, + [SMALL_STATE(2687)] = 103600, + [SMALL_STATE(2688)] = 103616, + [SMALL_STATE(2689)] = 103632, + [SMALL_STATE(2690)] = 103648, + [SMALL_STATE(2691)] = 103664, + [SMALL_STATE(2692)] = 103680, + [SMALL_STATE(2693)] = 103696, + [SMALL_STATE(2694)] = 103712, + [SMALL_STATE(2695)] = 103726, + [SMALL_STATE(2696)] = 103742, + [SMALL_STATE(2697)] = 103758, + [SMALL_STATE(2698)] = 103774, + [SMALL_STATE(2699)] = 103790, + [SMALL_STATE(2700)] = 103806, + [SMALL_STATE(2701)] = 103822, + [SMALL_STATE(2702)] = 103836, + [SMALL_STATE(2703)] = 103852, + [SMALL_STATE(2704)] = 103866, + [SMALL_STATE(2705)] = 103880, + [SMALL_STATE(2706)] = 103894, + [SMALL_STATE(2707)] = 103908, + [SMALL_STATE(2708)] = 103922, + [SMALL_STATE(2709)] = 103938, + [SMALL_STATE(2710)] = 103954, + [SMALL_STATE(2711)] = 103970, + [SMALL_STATE(2712)] = 103984, + [SMALL_STATE(2713)] = 103998, + [SMALL_STATE(2714)] = 104012, + [SMALL_STATE(2715)] = 104028, + [SMALL_STATE(2716)] = 104042, + [SMALL_STATE(2717)] = 104058, + [SMALL_STATE(2718)] = 104074, + [SMALL_STATE(2719)] = 104090, + [SMALL_STATE(2720)] = 104106, + [SMALL_STATE(2721)] = 104120, + [SMALL_STATE(2722)] = 104136, + [SMALL_STATE(2723)] = 104152, + [SMALL_STATE(2724)] = 104166, + [SMALL_STATE(2725)] = 104182, + [SMALL_STATE(2726)] = 104196, + [SMALL_STATE(2727)] = 104212, + [SMALL_STATE(2728)] = 104228, + [SMALL_STATE(2729)] = 104242, + [SMALL_STATE(2730)] = 104258, + [SMALL_STATE(2731)] = 104274, + [SMALL_STATE(2732)] = 104290, + [SMALL_STATE(2733)] = 104306, + [SMALL_STATE(2734)] = 104322, + [SMALL_STATE(2735)] = 104338, + [SMALL_STATE(2736)] = 104352, + [SMALL_STATE(2737)] = 104368, + [SMALL_STATE(2738)] = 104384, + [SMALL_STATE(2739)] = 104400, + [SMALL_STATE(2740)] = 104416, + [SMALL_STATE(2741)] = 104432, + [SMALL_STATE(2742)] = 104448, + [SMALL_STATE(2743)] = 104461, + [SMALL_STATE(2744)] = 104474, + [SMALL_STATE(2745)] = 104487, + [SMALL_STATE(2746)] = 104500, + [SMALL_STATE(2747)] = 104513, + [SMALL_STATE(2748)] = 104526, + [SMALL_STATE(2749)] = 104539, + [SMALL_STATE(2750)] = 104552, + [SMALL_STATE(2751)] = 104565, + [SMALL_STATE(2752)] = 104578, + [SMALL_STATE(2753)] = 104591, + [SMALL_STATE(2754)] = 104604, + [SMALL_STATE(2755)] = 104617, + [SMALL_STATE(2756)] = 104630, + [SMALL_STATE(2757)] = 104643, + [SMALL_STATE(2758)] = 104656, + [SMALL_STATE(2759)] = 104669, + [SMALL_STATE(2760)] = 104682, + [SMALL_STATE(2761)] = 104695, + [SMALL_STATE(2762)] = 104708, + [SMALL_STATE(2763)] = 104721, + [SMALL_STATE(2764)] = 104734, + [SMALL_STATE(2765)] = 104747, + [SMALL_STATE(2766)] = 104760, + [SMALL_STATE(2767)] = 104773, + [SMALL_STATE(2768)] = 104786, + [SMALL_STATE(2769)] = 104799, + [SMALL_STATE(2770)] = 104812, + [SMALL_STATE(2771)] = 104825, + [SMALL_STATE(2772)] = 104838, + [SMALL_STATE(2773)] = 104851, + [SMALL_STATE(2774)] = 104864, + [SMALL_STATE(2775)] = 104877, + [SMALL_STATE(2776)] = 104890, + [SMALL_STATE(2777)] = 104903, + [SMALL_STATE(2778)] = 104916, + [SMALL_STATE(2779)] = 104929, + [SMALL_STATE(2780)] = 104942, + [SMALL_STATE(2781)] = 104955, + [SMALL_STATE(2782)] = 104968, + [SMALL_STATE(2783)] = 104981, + [SMALL_STATE(2784)] = 104994, + [SMALL_STATE(2785)] = 105007, + [SMALL_STATE(2786)] = 105020, + [SMALL_STATE(2787)] = 105033, + [SMALL_STATE(2788)] = 105046, + [SMALL_STATE(2789)] = 105059, + [SMALL_STATE(2790)] = 105072, + [SMALL_STATE(2791)] = 105085, + [SMALL_STATE(2792)] = 105098, + [SMALL_STATE(2793)] = 105111, + [SMALL_STATE(2794)] = 105124, + [SMALL_STATE(2795)] = 105137, + [SMALL_STATE(2796)] = 105150, + [SMALL_STATE(2797)] = 105163, + [SMALL_STATE(2798)] = 105176, + [SMALL_STATE(2799)] = 105189, + [SMALL_STATE(2800)] = 105202, + [SMALL_STATE(2801)] = 105215, + [SMALL_STATE(2802)] = 105228, + [SMALL_STATE(2803)] = 105241, + [SMALL_STATE(2804)] = 105254, + [SMALL_STATE(2805)] = 105267, + [SMALL_STATE(2806)] = 105280, + [SMALL_STATE(2807)] = 105293, + [SMALL_STATE(2808)] = 105306, + [SMALL_STATE(2809)] = 105319, + [SMALL_STATE(2810)] = 105332, + [SMALL_STATE(2811)] = 105345, + [SMALL_STATE(2812)] = 105358, + [SMALL_STATE(2813)] = 105371, + [SMALL_STATE(2814)] = 105384, + [SMALL_STATE(2815)] = 105397, + [SMALL_STATE(2816)] = 105410, + [SMALL_STATE(2817)] = 105423, + [SMALL_STATE(2818)] = 105436, + [SMALL_STATE(2819)] = 105449, + [SMALL_STATE(2820)] = 105462, + [SMALL_STATE(2821)] = 105475, + [SMALL_STATE(2822)] = 105488, + [SMALL_STATE(2823)] = 105501, + [SMALL_STATE(2824)] = 105514, + [SMALL_STATE(2825)] = 105527, + [SMALL_STATE(2826)] = 105540, + [SMALL_STATE(2827)] = 105553, + [SMALL_STATE(2828)] = 105566, + [SMALL_STATE(2829)] = 105579, + [SMALL_STATE(2830)] = 105592, + [SMALL_STATE(2831)] = 105605, + [SMALL_STATE(2832)] = 105618, + [SMALL_STATE(2833)] = 105631, + [SMALL_STATE(2834)] = 105644, + [SMALL_STATE(2835)] = 105657, + [SMALL_STATE(2836)] = 105670, + [SMALL_STATE(2837)] = 105683, + [SMALL_STATE(2838)] = 105696, + [SMALL_STATE(2839)] = 105709, + [SMALL_STATE(2840)] = 105722, + [SMALL_STATE(2841)] = 105735, + [SMALL_STATE(2842)] = 105748, + [SMALL_STATE(2843)] = 105761, + [SMALL_STATE(2844)] = 105774, + [SMALL_STATE(2845)] = 105787, + [SMALL_STATE(2846)] = 105800, + [SMALL_STATE(2847)] = 105813, + [SMALL_STATE(2848)] = 105826, + [SMALL_STATE(2849)] = 105839, + [SMALL_STATE(2850)] = 105852, + [SMALL_STATE(2851)] = 105865, + [SMALL_STATE(2852)] = 105878, + [SMALL_STATE(2853)] = 105891, + [SMALL_STATE(2854)] = 105904, + [SMALL_STATE(2855)] = 105917, + [SMALL_STATE(2856)] = 105930, + [SMALL_STATE(2857)] = 105943, + [SMALL_STATE(2858)] = 105956, + [SMALL_STATE(2859)] = 105969, + [SMALL_STATE(2860)] = 105982, + [SMALL_STATE(2861)] = 105995, + [SMALL_STATE(2862)] = 106008, + [SMALL_STATE(2863)] = 106021, + [SMALL_STATE(2864)] = 106034, + [SMALL_STATE(2865)] = 106047, + [SMALL_STATE(2866)] = 106060, + [SMALL_STATE(2867)] = 106073, + [SMALL_STATE(2868)] = 106086, + [SMALL_STATE(2869)] = 106099, + [SMALL_STATE(2870)] = 106112, + [SMALL_STATE(2871)] = 106125, + [SMALL_STATE(2872)] = 106138, + [SMALL_STATE(2873)] = 106151, + [SMALL_STATE(2874)] = 106164, + [SMALL_STATE(2875)] = 106177, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -148921,858 +148920,857 @@ static const TSParseActionEntry ts_parse_actions[] = { [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), - [2805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__property_name, 1, 0, 4), SHIFT(2244), - [2808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), - [2810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [2812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, 0, 4), SHIFT(2244), - [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [2819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), - [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), - [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), - [2831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 2, 0, 17), REDUCE(aux_sym_object_pattern_repeat1, 2, 0, 18), - [2834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), - [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, 0, 4), - [2840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 2, 0, 17), - [2842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), - [2844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), - [2846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), - [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), - [2850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [2852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [2854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), - [2856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [2858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), - [2860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [2864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [2866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), - [2868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), - [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), - [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [2882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator, 2, 0, 0), - [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), - [2888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, 0, 104), - [2890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, 0, 99), - [2892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, 0, 76), - [2894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, 0, 83), - [2896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, 0, 33), - [2898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, 0, 34), - [2900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, 0, 34), SHIFT_REPEAT(1582), - [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, 0, 0), - [2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [2907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2841), - [2909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, 0, 93), - [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 34), - [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 3, 0, 58), - [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 2, 0, 6), - [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_member_expression, 3, 0, 44), - [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, 0, 12), - [2921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, 0, 12), SHIFT_REPEAT(2153), - [2924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, 0, 98), - [2926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, 0, 88), - [2928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 3, 0, 37), - [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [2936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), - [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), - [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), - [2944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), - [2946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), - [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [2950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, 0, 12), SHIFT_REPEAT(2196), - [2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), - [2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), - [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), - [2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), - [2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), - [2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), - [2965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), - [2967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), - [2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), - [2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_call_expression, 2, 0, 9), - [2977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 1, 0, 2), - [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), - [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), - [2983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), - [2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [2989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), - [2991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), - [2993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [2995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), - [3017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [3019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 1, 0, 0), - [3021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), - [3023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), - [3027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), - [3029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), - [3031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), - [3033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), - [3035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [3037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2, 0, 0), SHIFT_REPEAT(229), - [3040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2, 0, 0), SHIFT_REPEAT(1803), - [3043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2, 0, 0), SHIFT_REPEAT(1802), - [3046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2, 0, 0), SHIFT_REPEAT(1842), - [3049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2, 0, 0), - [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), - [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), - [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), - [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), - [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), - [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [3065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), - [3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [3069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), - [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), - [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), - [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), - [3099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [3101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), - [3103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), - [3107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, 0, 65), SHIFT_REPEAT(1750), - [3110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, 0, 65), SHIFT_REPEAT(223), - [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, 0, 65), - [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), - [3117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), - [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), - [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), - [3129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), - [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), - [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [3139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [3141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, 0, 18), - [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), - [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 4, 0, 0), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [3155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__destructuring_pattern, 1, 0, 0), - [3157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, 0, 0), - [3159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1, 0, 4), - [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 3, 0, 0), - [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, 0, 0), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, 0, 5), - [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [3191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 2, 0, 0), - [3205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 3, -1, 31), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [3209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1, 0, 0), - [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [3217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(332), - [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [3224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, 0, 85), - [3226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 1, 0, 0), - [3228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_text, 1, 0, 0), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 1, 0, 35), - [3234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2848), - [3237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2, 0, 0), - [3239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2, 0, 0), SHIFT_REPEAT(247), - [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 2, 0, 0), - [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), - [3260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 3, 0, 0), - [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, 0, 68), - [3266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, 0, 66), - [3268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, -1, 64), - [3270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1942), - [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2, 0, 0), - [3275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(271), - [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [3288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3, 0, 44), - [3290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 2, -1, 0), - [3292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 2, 0, 0), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [3296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_namespace_name, 3, 0, 0), - [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), - [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), - [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), - [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), - [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [3328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), - [3332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [3334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), - [3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2316), - [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [3340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [3342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, -1, 0), SHIFT(371), - [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), - [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), - [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), - [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), - [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), - [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [3371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), - [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [3379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), - [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_member_expression, 3, 0, 44), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [3397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [3399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [3401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, -1, 0), SHIFT(338), - [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), - [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [3422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3, 0, 4), - [3424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3, 0, 0), - [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), - [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), - [3432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, 0, 22), - [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, 0, 12), - [3446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, 0, 12), SHIFT_REPEAT(2070), - [3449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__jsx_string, 2, 0, 0), - [3451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 1, 0, 32), - [3453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), - [3455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 17), REDUCE(aux_sym_object_pattern_repeat1, 2, 0, 18), - [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [3460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__jsx_string, 3, 0, 0), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [3500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), - [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), - [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [3522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), SHIFT_REPEAT(220), - [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), - [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), - [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [3535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module_export_name, 1, 0, 0), - [3537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), - [3539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2104), - [3542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), - [3544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), SHIFT_REPEAT(2105), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [3551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), - [3553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), - [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1, 0, 0), - [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), - [3565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [3575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), - [3577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(417), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [3598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [3600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 2, 0, 0), SHIFT_REPEAT(2162), - [3603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 2, 0, 0), - [3605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat2, 2, 0, 0), SHIFT_REPEAT(2162), - [3608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2048), - [3611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 2, 0, 0), - [3613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2048), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [3618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), - [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, 0, 18), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [3634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1765), - [3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2, 0, 0), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [3641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [3661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), - [3663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 17), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 1, 0, 0), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [3681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), - [3693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), - [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3, 0, 0), - [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [3703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), - [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), - [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [3711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [3717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), - [3719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [3723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [3727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), - [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [3733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), - [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [3739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [3761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), - [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [3769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 1, 0, 0), - [3771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat1, 1, 0, 0), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [3797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [3805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 1, 0, 2), - [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [3843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, 0, 0), - [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, 0, 0), - [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 1, 0, 0), - [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 1, 0, 0), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 2, 0, 0), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 1, 0, 5), - [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [3873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 0), SHIFT_REPEAT(1512), - [3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 0), - [3878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1514), - [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, 0, 0), - [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 1, 0, 5), - [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2, 0, 0), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [3915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(171), - [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [3920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [3926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [3940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [3948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_call_expression, 2, 0, 9), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [3964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 5, 0, 0), - [3966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2, 0, 0), SHIFT_REPEAT(2608), - [3969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2, 0, 0), - [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [3975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__from_clause, 2, 0, 20), - [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 3, 0, 0), - [3979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 1, 0, 0), - [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat2, 1, 0, 0), - [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [4001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair_pattern, 3, 0, 57), - [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [4027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2, 0, 0), SHIFT_REPEAT(1781), - [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2, 0, 0), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 1, 0, 0), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [4040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(226), - [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), - [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [4049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [4055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [4061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1799), - [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2, 0, 0), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 4, 0, 0), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, 0, 76), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 3, 0, 82), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, 0, 99), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), - [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [4100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [4104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, 0, 67), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [4110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, 0, 98), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [4122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4, 0, 0), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, 0, 83), - [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, 0, 82), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [4154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_attribute, 2, 0, 0), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [4168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, 0, 93), - [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), - [4176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5, 0, 0), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [4188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), - [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 3, 0, 58), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [4194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_opening_tag, 1, 0, 0), - [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 4, 0, 97), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [4202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, 0, 104), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [4226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [4230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), - [4232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, 0, 84), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [4238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, 0, 86), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, 0, 88), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [4270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [4276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [4286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3, 0, 0), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [4290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [4342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 1, 0, 0), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [4346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [4350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 1, 0, 0), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [4356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3, 0, 44), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [4362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2, 0, 0), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), - [4374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_namespace_name, 3, 0, 0), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [4382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), - [4422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 2, 0, 0), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [4468] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_export, 3, 0, 0), - [4472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [4486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_import, 3, 0, 0), - [4488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 3, 0, 0), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [4498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 5, 0, 0), - [4500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 3, 0, 0), - [4502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 4, 0, 0), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [4544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 1, 0, 0), + [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), + [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [2809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, 0, 4), SHIFT(2244), + [2812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [2814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), + [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [2822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [2824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [2826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [2828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 2, 0, 17), REDUCE(aux_sym_object_pattern_repeat1, 2, 0, 18), + [2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), + [2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), + [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, 0, 4), + [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 2, 0, 17), + [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [2841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), + [2845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), + [2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), + [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [2853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), + [2855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), + [2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [2861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), + [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), + [2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), + [2871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [2879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator, 2, 0, 0), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), + [2885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, 0, 104), + [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, 0, 99), + [2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, 0, 76), + [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, 0, 83), + [2893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, 0, 33), + [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, 0, 34), + [2897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, 0, 34), SHIFT_REPEAT(1582), + [2900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, 0, 0), + [2902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2841), + [2906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, 0, 93), + [2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 34), + [2910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 3, 0, 58), + [2912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 2, 0, 6), + [2914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_member_expression, 3, 0, 44), + [2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, 0, 12), + [2918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, 0, 12), SHIFT_REPEAT(2153), + [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, 0, 98), + [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, 0, 88), + [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 3, 0, 37), + [2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [2931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), + [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [2939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), + [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [2947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, 0, 12), SHIFT_REPEAT(2196), + [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), + [2952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [2954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), + [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), + [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), + [2960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [2964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [2966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [2968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [2972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_call_expression, 2, 0, 9), + [2974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 1, 0, 2), + [2976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), + [2978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), + [2980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), + [2982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [2986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), + [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), + [2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [2994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [3012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [3014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 1, 0, 0), + [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [3020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), + [3022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), + [3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), + [3026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), + [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [3030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), + [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), + [3034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [3037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2, 0, 0), SHIFT_REPEAT(1803), + [3040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2, 0, 0), SHIFT_REPEAT(1802), + [3043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2, 0, 0), SHIFT_REPEAT(1842), + [3046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2, 0, 0), + [3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), + [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), + [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [3060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [3062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [3064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [3066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [3078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), + [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), + [3082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [3084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [3086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [3090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), + [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [3094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [3098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [3100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [3102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [3104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, 0, 65), SHIFT_REPEAT(1750), + [3107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, 0, 65), SHIFT_REPEAT(223), + [3110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, 0, 65), + [3112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), + [3114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), + [3116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), + [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), + [3120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), + [3126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [3130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), + [3132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [3136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, 0, 18), + [3140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), + [3142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 4, 0, 0), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__destructuring_pattern, 1, 0, 0), + [3154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, 0, 0), + [3156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1, 0, 4), + [3158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), + [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 3, 0, 0), + [3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, 0, 0), + [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, 0, 5), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [3188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 2, 0, 0), + [3202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 3, -1, 31), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [3206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1, 0, 0), + [3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [3214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(332), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, 0, 85), + [3223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 1, 0, 0), + [3225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_text, 1, 0, 0), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 1, 0, 35), + [3231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2848), + [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2, 0, 0), + [3236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2, 0, 0), SHIFT_REPEAT(247), + [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 2, 0, 0), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [3257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 3, 0, 0), + [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, 0, 68), + [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, 0, 66), + [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, -1, 64), + [3267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1942), + [3270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2, 0, 0), + [3272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(271), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [3285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3, 0, 44), + [3287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 2, -1, 0), + [3289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 2, 0, 0), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [3293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_namespace_name, 3, 0, 0), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), + [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), + [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), + [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [3329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2316), + [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [3339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, -1, 0), SHIFT(371), + [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), + [3344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), + [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), + [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), + [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [3362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), + [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_member_expression, 3, 0, 44), + [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [3398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, -1, 0), SHIFT(338), + [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [3403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [3405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), + [3411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), + [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), + [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [3419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3, 0, 4), + [3421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3, 0, 0), + [3423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), + [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), + [3429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, 0, 22), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), + [3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, 0, 12), + [3443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, 0, 12), SHIFT_REPEAT(2070), + [3446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__jsx_string, 2, 0, 0), + [3448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 1, 0, 32), + [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), + [3452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 17), REDUCE(aux_sym_object_pattern_repeat1, 2, 0, 18), + [3455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), + [3457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__jsx_string, 3, 0, 0), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [3509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [3519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), + [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module_export_name, 1, 0, 0), + [3534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), + [3536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2104), + [3539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), + [3541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), SHIFT_REPEAT(2105), + [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), + [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1, 0, 0), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [3574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(417), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [3583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [3595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [3597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 2, 0, 0), SHIFT_REPEAT(2162), + [3600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 2, 0, 0), + [3602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat2, 2, 0, 0), SHIFT_REPEAT(2162), + [3605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2048), + [3608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 2, 0, 0), + [3610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2048), + [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [3615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), + [3617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, 0, 18), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [3631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1765), + [3634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2, 0, 0), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), + [3660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), + [3662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 17), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [3668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 1, 0, 0), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), + [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), + [3692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3, 0, 0), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), + [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), + [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), + [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), + [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), + [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [3766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 1, 0, 0), + [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat1, 1, 0, 0), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [3794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [3808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 1, 0, 2), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [3840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, 0, 0), + [3842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, 0, 0), + [3844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 1, 0, 0), + [3846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 1, 0, 0), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [3852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 2, 0, 0), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [3860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 1, 0, 5), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [3870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 0), SHIFT_REPEAT(1512), + [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 0), + [3875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1514), + [3878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, 0, 0), + [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 1, 0, 5), + [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2, 0, 0), + [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [3912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(171), + [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [3917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [3937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [3945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_call_expression, 2, 0, 9), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 5, 0, 0), + [3963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2, 0, 0), SHIFT_REPEAT(2608), + [3966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2, 0, 0), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [3972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__from_clause, 2, 0, 20), + [3974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 3, 0, 0), + [3976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 1, 0, 0), + [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat2, 1, 0, 0), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [3992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [3998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair_pattern, 3, 0, 57), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [4024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2, 0, 0), SHIFT_REPEAT(1781), + [4027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2, 0, 0), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 1, 0, 0), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [4037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(226), + [4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [4046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [4052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [4058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1799), + [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2, 0, 0), + [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 4, 0, 0), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, 0, 76), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 3, 0, 82), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, 0, 99), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [4091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), + [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, 0, 67), + [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), + [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, 0, 98), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [4119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [4125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4, 0, 0), + [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [4143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, 0, 83), + [4145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, 0, 82), + [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [4151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [4157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_attribute, 2, 0, 0), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, 0, 93), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), + [4173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5, 0, 0), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [4185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), + [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 3, 0, 58), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [4191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_opening_tag, 1, 0, 0), + [4193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 4, 0, 97), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, 0, 104), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [4223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), + [4229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, 0, 84), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, 0, 86), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [4249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, 0, 88), + [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), + [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3, 0, 0), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [4287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [4339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 1, 0, 0), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [4343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [4347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 1, 0, 0), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [4353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3, 0, 44), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [4359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2, 0, 0), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [4369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), + [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_namespace_name, 3, 0, 0), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [4379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [4419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 2, 0, 0), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [4465] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_export, 3, 0, 0), + [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_import, 3, 0, 0), + [4485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 3, 0, 0), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [4495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 5, 0, 0), + [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 3, 0, 0), + [4499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 4, 0, 0), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [4541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 1, 0, 0), }; enum ts_external_scanner_symbol_identifiers {