From d4140333b587c3d4891d2a34e6992d9c67c5ab6b Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Thu, 18 Apr 2024 13:35:15 -0400 Subject: [PATCH] chore: generate --- bindings/rust/build.rs | 3 + src/grammar.json | 17 + src/parser.c | 119368 ++++++++++++++++++------------------ src/tree_sitter/parser.h | 51 +- 4 files changed, 59711 insertions(+), 59728 deletions(-) diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs index ba1e89ff..c41faf01 100644 --- a/bindings/rust/build.rs +++ b/bindings/rust/build.rs @@ -5,6 +5,9 @@ fn main() { c_config.flag("-Wno-unused-parameter"); c_config.std("c11").include(src_dir); + #[cfg(target_env = "msvc")] + c_config.flag("-utf-8"); + let parser_path = src_dir.join("parser.c"); c_config.file(&parser_path); println!("cargo:rerun-if-changed={}", parser_path.to_str().unwrap()); diff --git a/src/grammar.json b/src/grammar.json index 7168bb48..6f08a3e9 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1,5 +1,6 @@ { "name": "javascript", + "inherits": null, "word": "identifier", "rules": { "program": { @@ -6297,6 +6298,18 @@ "type": "STRING", "value": "static" }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_semicolon" + }, + { + "type": "BLANK" + } + ] + }, { "type": "FIELD", "name": "body", @@ -6693,6 +6706,10 @@ [ "binary_expression", "_initializer" + ], + [ + "class_static_block", + "_property_name" ] ], "precedences": [ diff --git a/src/parser.c b/src/parser.c index e03c5f5e..277abd92 100644 --- a/src/parser.c +++ b/src/parser.c @@ -13,7 +13,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2874 +#define STATE_COUNT 2876 #define LARGE_STATE_COUNT 466 #define SYMBOL_COUNT 267 #define ALIAS_COUNT 4 @@ -2551,51 +2551,51 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [71] = 71, [72] = 71, [73] = 73, - [74] = 73, - [75] = 71, + [74] = 69, + [75] = 75, [76] = 76, [77] = 69, - [78] = 78, - [79] = 73, - [80] = 69, - [81] = 70, - [82] = 82, - [83] = 78, - [84] = 76, - [85] = 69, - [86] = 78, - [87] = 87, - [88] = 88, - [89] = 87, - [90] = 90, - [91] = 70, - [92] = 73, - [93] = 73, - [94] = 87, - [95] = 88, - [96] = 87, - [97] = 90, - [98] = 90, - [99] = 71, - [100] = 82, - [101] = 88, - [102] = 88, - [103] = 69, - [104] = 87, - [105] = 71, - [106] = 70, + [78] = 73, + [79] = 75, + [80] = 80, + [81] = 81, + [82] = 75, + [83] = 80, + [84] = 73, + [85] = 71, + [86] = 70, + [87] = 80, + [88] = 70, + [89] = 76, + [90] = 75, + [91] = 69, + [92] = 92, + [93] = 81, + [94] = 81, + [95] = 92, + [96] = 96, + [97] = 76, + [98] = 96, + [99] = 73, + [100] = 80, + [101] = 70, + [102] = 96, + [103] = 96, + [104] = 92, + [105] = 80, + [106] = 81, [107] = 76, - [108] = 82, - [109] = 76, - [110] = 78, - [111] = 82, - [112] = 76, - [113] = 90, - [114] = 90, - [115] = 70, - [116] = 78, - [117] = 82, - [118] = 88, + [108] = 92, + [109] = 71, + [110] = 76, + [111] = 73, + [112] = 71, + [113] = 92, + [114] = 96, + [115] = 75, + [116] = 81, + [117] = 70, + [118] = 69, [119] = 119, [120] = 119, [121] = 119, @@ -2604,40 +2604,40 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [124] = 124, [125] = 124, [126] = 124, - [127] = 127, + [127] = 124, [128] = 124, [129] = 124, [130] = 124, - [131] = 124, + [131] = 131, [132] = 132, - [133] = 133, + [133] = 132, [134] = 134, - [135] = 133, - [136] = 133, - [137] = 134, - [138] = 134, - [139] = 132, - [140] = 132, - [141] = 132, - [142] = 132, - [143] = 143, - [144] = 133, - [145] = 134, - [146] = 134, - [147] = 133, + [135] = 135, + [136] = 135, + [137] = 137, + [138] = 132, + [139] = 134, + [140] = 134, + [141] = 135, + [142] = 135, + [143] = 134, + [144] = 132, + [145] = 132, + [146] = 135, + [147] = 134, [148] = 148, [149] = 149, [150] = 150, - [151] = 143, + [151] = 151, [152] = 152, - [153] = 153, + [153] = 151, [154] = 154, - [155] = 150, + [155] = 155, [156] = 156, [157] = 157, - [158] = 158, + [158] = 137, [159] = 159, - [160] = 143, + [160] = 137, [161] = 161, [162] = 162, [163] = 163, @@ -2645,70 +2645,70 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [165] = 165, [166] = 166, [167] = 167, - [168] = 152, - [169] = 148, - [170] = 148, - [171] = 159, - [172] = 162, - [173] = 163, - [174] = 159, - [175] = 175, - [176] = 156, - [177] = 161, - [178] = 153, - [179] = 158, - [180] = 158, - [181] = 149, - [182] = 161, - [183] = 153, - [184] = 162, - [185] = 152, - [186] = 165, - [187] = 154, - [188] = 163, - [189] = 167, - [190] = 156, - [191] = 165, - [192] = 143, - [193] = 167, - [194] = 194, + [168] = 167, + [169] = 162, + [170] = 159, + [171] = 171, + [172] = 148, + [173] = 156, + [174] = 156, + [175] = 154, + [176] = 167, + [177] = 155, + [178] = 178, + [179] = 161, + [180] = 152, + [181] = 163, + [182] = 137, + [183] = 149, + [184] = 164, + [185] = 148, + [186] = 150, + [187] = 155, + [188] = 154, + [189] = 161, + [190] = 159, + [191] = 162, + [192] = 164, + [193] = 152, + [194] = 149, [195] = 157, - [196] = 175, - [197] = 154, - [198] = 149, - [199] = 157, - [200] = 200, - [201] = 148, - [202] = 154, - [203] = 158, - [204] = 161, - [205] = 159, - [206] = 200, - [207] = 156, - [208] = 200, - [209] = 152, - [210] = 157, - [211] = 211, - [212] = 162, - [213] = 200, - [214] = 167, - [215] = 215, - [216] = 200, - [217] = 165, - [218] = 163, + [196] = 163, + [197] = 150, + [198] = 157, + [199] = 178, + [200] = 159, + [201] = 163, + [202] = 161, + [203] = 203, + [204] = 150, + [205] = 148, + [206] = 157, + [207] = 154, + [208] = 203, + [209] = 203, + [210] = 155, + [211] = 149, + [212] = 167, + [213] = 152, + [214] = 164, + [215] = 162, + [216] = 216, + [217] = 203, + [218] = 156, [219] = 219, - [220] = 149, + [220] = 220, [221] = 221, - [222] = 153, + [222] = 203, [223] = 223, [224] = 224, [225] = 225, - [226] = 225, - [227] = 225, + [226] = 226, + [227] = 224, [228] = 228, - [229] = 225, - [230] = 225, - [231] = 231, + [229] = 223, + [230] = 224, + [231] = 224, [232] = 224, [233] = 233, [234] = 233, @@ -2722,68 +2722,68 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [242] = 242, [243] = 238, [244] = 244, - [245] = 244, + [245] = 245, [246] = 246, [247] = 247, [248] = 248, - [249] = 246, + [249] = 249, [250] = 250, - [251] = 244, + [251] = 251, [252] = 252, - [253] = 253, - [254] = 254, - [255] = 255, + [253] = 251, + [254] = 245, + [255] = 244, [256] = 256, - [257] = 257, - [258] = 244, - [259] = 246, - [260] = 260, - [261] = 250, - [262] = 262, - [263] = 255, + [257] = 246, + [258] = 248, + [259] = 259, + [260] = 252, + [261] = 261, + [262] = 248, + [263] = 244, [264] = 264, - [265] = 256, - [266] = 252, - [267] = 256, - [268] = 248, - [269] = 256, - [270] = 250, - [271] = 253, - [272] = 272, - [273] = 252, - [274] = 253, + [265] = 248, + [266] = 264, + [267] = 251, + [268] = 252, + [269] = 264, + [270] = 270, + [271] = 271, + [272] = 261, + [273] = 248, + [274] = 248, [275] = 246, - [276] = 247, - [277] = 246, - [278] = 252, - [279] = 248, - [280] = 280, - [281] = 256, - [282] = 248, - [283] = 250, - [284] = 253, - [285] = 255, - [286] = 252, - [287] = 247, + [276] = 245, + [277] = 270, + [278] = 261, + [279] = 245, + [280] = 270, + [281] = 264, + [282] = 282, + [283] = 251, + [284] = 252, + [285] = 261, + [286] = 244, + [287] = 270, [288] = 246, [289] = 248, - [290] = 264, - [291] = 255, - [292] = 253, - [293] = 250, - [294] = 244, - [295] = 260, - [296] = 296, - [297] = 297, - [298] = 255, - [299] = 247, - [300] = 247, - [301] = 246, + [290] = 290, + [291] = 244, + [292] = 252, + [293] = 264, + [294] = 251, + [295] = 256, + [296] = 261, + [297] = 270, + [298] = 245, + [299] = 246, + [300] = 259, + [301] = 301, [302] = 302, [303] = 303, [304] = 304, [305] = 305, - [306] = 302, + [306] = 306, [307] = 307, [308] = 308, [309] = 309, @@ -2791,714 +2791,714 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [311] = 311, [312] = 312, [313] = 313, - [314] = 314, + [314] = 302, [315] = 315, [316] = 316, - [317] = 305, + [317] = 317, [318] = 318, - [319] = 304, - [320] = 310, - [321] = 321, + [319] = 311, + [320] = 320, + [321] = 302, [322] = 322, [323] = 323, [324] = 324, - [325] = 316, - [326] = 303, - [327] = 327, - [328] = 328, - [329] = 312, + [325] = 325, + [326] = 326, + [327] = 317, + [328] = 303, + [329] = 329, [330] = 330, - [331] = 312, + [331] = 331, [332] = 332, [333] = 333, [334] = 334, - [335] = 316, - [336] = 311, - [337] = 318, - [338] = 304, - [339] = 310, - [340] = 321, - [341] = 322, - [342] = 323, - [343] = 309, - [344] = 303, - [345] = 327, - [346] = 328, - [347] = 347, - [348] = 347, - [349] = 315, - [350] = 321, - [351] = 322, - [352] = 323, - [353] = 324, - [354] = 315, - [355] = 355, - [356] = 305, - [357] = 309, - [358] = 358, - [359] = 308, - [360] = 303, - [361] = 327, - [362] = 333, - [363] = 302, - [364] = 355, + [335] = 335, + [336] = 309, + [337] = 335, + [338] = 320, + [339] = 333, + [340] = 308, + [341] = 316, + [342] = 306, + [343] = 331, + [344] = 330, + [345] = 329, + [346] = 305, + [347] = 308, + [348] = 303, + [349] = 304, + [350] = 317, + [351] = 302, + [352] = 352, + [353] = 326, + [354] = 325, + [355] = 324, + [356] = 304, + [357] = 323, + [358] = 322, + [359] = 322, + [360] = 360, + [361] = 311, + [362] = 323, + [363] = 310, + [364] = 324, [365] = 365, - [366] = 315, - [367] = 365, + [366] = 302, + [367] = 304, [368] = 305, - [369] = 369, - [370] = 302, - [371] = 333, - [372] = 311, - [373] = 347, - [374] = 324, - [375] = 355, - [376] = 376, - [377] = 358, - [378] = 378, - [379] = 379, - [380] = 380, - [381] = 312, - [382] = 308, - [383] = 358, - [384] = 316, - [385] = 308, - [386] = 355, - [387] = 318, - [388] = 324, - [389] = 347, - [390] = 327, + [369] = 316, + [370] = 316, + [371] = 320, + [372] = 335, + [373] = 333, + [374] = 331, + [375] = 330, + [376] = 308, + [377] = 305, + [378] = 329, + [379] = 303, + [380] = 317, + [381] = 326, + [382] = 325, + [383] = 324, + [384] = 323, + [385] = 322, + [386] = 311, + [387] = 325, + [388] = 326, + [389] = 304, + [390] = 305, [391] = 391, - [392] = 303, - [393] = 309, - [394] = 323, - [395] = 322, - [396] = 321, - [397] = 310, - [398] = 376, - [399] = 333, - [400] = 302, - [401] = 365, - [402] = 358, - [403] = 358, - [404] = 355, - [405] = 324, - [406] = 347, - [407] = 327, - [408] = 318, - [409] = 309, - [410] = 315, - [411] = 365, - [412] = 333, - [413] = 304, - [414] = 308, - [415] = 323, - [416] = 305, - [417] = 322, - [418] = 321, - [419] = 310, - [420] = 365, - [421] = 304, - [422] = 318, - [423] = 316, - [424] = 312, + [392] = 335, + [393] = 393, + [394] = 306, + [395] = 329, + [396] = 365, + [397] = 330, + [398] = 316, + [399] = 320, + [400] = 335, + [401] = 333, + [402] = 331, + [403] = 330, + [404] = 329, + [405] = 303, + [406] = 317, + [407] = 326, + [408] = 325, + [409] = 324, + [410] = 323, + [411] = 322, + [412] = 310, + [413] = 331, + [414] = 311, + [415] = 310, + [416] = 306, + [417] = 332, + [418] = 418, + [419] = 333, + [420] = 306, + [421] = 308, + [422] = 309, + [423] = 320, + [424] = 310, [425] = 425, [426] = 425, [427] = 425, [428] = 428, [429] = 429, [430] = 428, - [431] = 429, - [432] = 428, + [431] = 428, + [432] = 429, [433] = 428, [434] = 429, [435] = 428, [436] = 436, - [437] = 437, - [438] = 437, + [437] = 436, + [438] = 438, [439] = 436, - [440] = 437, - [441] = 436, + [440] = 438, + [441] = 438, [442] = 442, [443] = 442, [444] = 444, [445] = 445, - [446] = 446, - [447] = 444, - [448] = 448, + [446] = 444, + [447] = 442, + [448] = 445, [449] = 449, [450] = 442, - [451] = 444, - [452] = 448, + [451] = 451, + [452] = 445, [453] = 442, [454] = 444, - [455] = 449, - [456] = 442, - [457] = 444, - [458] = 458, - [459] = 449, - [460] = 442, - [461] = 165, - [462] = 446, - [463] = 445, - [464] = 149, - [465] = 446, - [466] = 165, - [467] = 149, - [468] = 468, - [469] = 149, - [470] = 442, - [471] = 446, - [472] = 165, - [473] = 165, - [474] = 468, - [475] = 148, - [476] = 476, - [477] = 468, - [478] = 468, - [479] = 149, - [480] = 468, - [481] = 167, - [482] = 448, - [483] = 149, - [484] = 484, - [485] = 485, - [486] = 165, + [455] = 455, + [456] = 456, + [457] = 456, + [458] = 442, + [459] = 444, + [460] = 444, + [461] = 156, + [462] = 451, + [463] = 163, + [464] = 449, + [465] = 449, + [466] = 466, + [467] = 442, + [468] = 163, + [469] = 156, + [470] = 449, + [471] = 156, + [472] = 466, + [473] = 156, + [474] = 466, + [475] = 163, + [476] = 163, + [477] = 477, + [478] = 466, + [479] = 466, + [480] = 162, + [481] = 456, + [482] = 159, + [483] = 477, + [484] = 455, + [485] = 159, + [486] = 486, [487] = 487, [488] = 488, - [489] = 489, - [490] = 149, - [491] = 476, - [492] = 149, - [493] = 152, - [494] = 153, - [495] = 487, - [496] = 489, + [489] = 156, + [490] = 490, + [491] = 490, + [492] = 492, + [493] = 156, + [494] = 488, + [495] = 490, + [496] = 496, [497] = 497, - [498] = 442, - [499] = 148, - [500] = 167, - [501] = 149, - [502] = 502, - [503] = 165, - [504] = 148, - [505] = 505, - [506] = 506, - [507] = 507, - [508] = 167, - [509] = 442, + [498] = 163, + [499] = 156, + [500] = 162, + [501] = 163, + [502] = 159, + [503] = 442, + [504] = 477, + [505] = 156, + [506] = 162, + [507] = 159, + [508] = 163, + [509] = 159, [510] = 510, - [511] = 511, - [512] = 149, - [513] = 476, - [514] = 148, + [511] = 162, + [512] = 490, + [513] = 163, + [514] = 154, [515] = 515, - [516] = 167, + [516] = 516, [517] = 517, - [518] = 165, - [519] = 148, - [520] = 167, - [521] = 165, - [522] = 165, + [518] = 490, + [519] = 155, + [520] = 162, + [521] = 521, + [522] = 522, [523] = 523, - [524] = 489, - [525] = 489, - [526] = 458, - [527] = 489, + [524] = 163, + [525] = 525, + [526] = 156, + [527] = 442, [528] = 528, [529] = 529, - [530] = 165, - [531] = 167, - [532] = 165, - [533] = 533, - [534] = 148, - [535] = 148, - [536] = 165, - [537] = 502, - [538] = 505, - [539] = 484, - [540] = 167, - [541] = 148, - [542] = 167, + [530] = 530, + [531] = 155, + [532] = 532, + [533] = 154, + [534] = 534, + [535] = 535, + [536] = 536, + [537] = 163, + [538] = 488, + [539] = 156, + [540] = 540, + [541] = 159, + [542] = 542, [543] = 543, - [544] = 148, - [545] = 545, - [546] = 167, - [547] = 165, - [548] = 548, - [549] = 523, + [544] = 492, + [545] = 496, + [546] = 497, + [547] = 163, + [548] = 159, + [549] = 549, [550] = 550, - [551] = 517, + [551] = 551, [552] = 552, [553] = 553, [554] = 554, - [555] = 148, - [556] = 485, - [557] = 488, - [558] = 507, + [555] = 522, + [556] = 556, + [557] = 557, + [558] = 558, [559] = 559, - [560] = 487, + [560] = 560, [561] = 561, - [562] = 562, - [563] = 563, - [564] = 507, - [565] = 488, + [562] = 486, + [563] = 510, + [564] = 564, + [565] = 565, [566] = 566, - [567] = 149, + [567] = 567, [568] = 568, - [569] = 167, + [569] = 569, [570] = 570, [571] = 571, [572] = 572, [573] = 573, - [574] = 165, - [575] = 575, + [574] = 574, + [575] = 163, [576] = 576, [577] = 577, - [578] = 515, - [579] = 579, + [578] = 578, + [579] = 517, [580] = 580, [581] = 581, [582] = 582, [583] = 583, - [584] = 153, - [585] = 152, - [586] = 586, - [587] = 587, - [588] = 588, + [584] = 584, + [585] = 585, + [586] = 488, + [587] = 162, + [588] = 516, [589] = 589, - [590] = 590, - [591] = 506, - [592] = 153, + [590] = 162, + [591] = 591, + [592] = 517, [593] = 593, [594] = 594, - [595] = 152, - [596] = 506, - [597] = 148, - [598] = 598, - [599] = 149, + [595] = 595, + [596] = 159, + [597] = 159, + [598] = 516, + [599] = 599, [600] = 600, [601] = 601, - [602] = 602, - [603] = 603, - [604] = 604, + [602] = 162, + [603] = 522, + [604] = 487, [605] = 605, - [606] = 606, + [606] = 497, [607] = 607, [608] = 608, - [609] = 487, + [609] = 609, [610] = 610, [611] = 611, [612] = 612, [613] = 613, [614] = 614, - [615] = 149, + [615] = 615, [616] = 616, - [617] = 617, - [618] = 618, - [619] = 619, - [620] = 620, + [617] = 162, + [618] = 159, + [619] = 163, + [620] = 496, [621] = 621, - [622] = 476, + [622] = 162, [623] = 623, [624] = 624, - [625] = 625, + [625] = 523, [626] = 626, [627] = 627, - [628] = 628, + [628] = 521, [629] = 629, - [630] = 630, + [630] = 163, [631] = 631, - [632] = 632, + [632] = 156, [633] = 633, - [634] = 634, - [635] = 485, - [636] = 636, + [634] = 487, + [635] = 515, + [636] = 521, [637] = 637, - [638] = 638, + [638] = 156, [639] = 639, [640] = 640, [641] = 641, [642] = 642, - [643] = 643, - [644] = 644, - [645] = 645, - [646] = 523, - [647] = 484, - [648] = 517, + [643] = 477, + [644] = 159, + [645] = 155, + [646] = 646, + [647] = 647, + [648] = 648, [649] = 649, - [650] = 650, + [650] = 154, [651] = 651, [652] = 652, - [653] = 515, - [654] = 505, + [653] = 492, + [654] = 654, [655] = 655, - [656] = 502, + [656] = 656, [657] = 657, - [658] = 511, - [659] = 659, + [658] = 658, + [659] = 510, [660] = 660, [661] = 661, - [662] = 662, - [663] = 663, - [664] = 510, - [665] = 665, - [666] = 149, - [667] = 149, + [662] = 523, + [663] = 515, + [664] = 156, + [665] = 156, + [666] = 666, + [667] = 667, [668] = 668, [669] = 669, - [670] = 511, - [671] = 510, + [670] = 670, + [671] = 671, [672] = 672, [673] = 673, - [674] = 167, + [674] = 162, [675] = 675, - [676] = 676, + [676] = 486, [677] = 677, - [678] = 586, - [679] = 576, - [680] = 572, - [681] = 573, - [682] = 575, - [683] = 576, - [684] = 579, - [685] = 580, - [686] = 581, - [687] = 582, - [688] = 583, - [689] = 619, - [690] = 586, - [691] = 587, - [692] = 552, - [693] = 588, - [694] = 589, - [695] = 568, - [696] = 665, - [697] = 643, - [698] = 659, - [699] = 642, - [700] = 613, - [701] = 655, - [702] = 605, - [703] = 618, - [704] = 677, - [705] = 606, - [706] = 640, - [707] = 562, - [708] = 676, - [709] = 639, - [710] = 619, - [711] = 484, - [712] = 673, - [713] = 659, - [714] = 616, - [715] = 505, - [716] = 533, - [717] = 502, - [718] = 645, - [719] = 618, - [720] = 607, - [721] = 611, - [722] = 644, - [723] = 616, - [724] = 655, - [725] = 590, - [726] = 614, - [727] = 614, - [728] = 543, - [729] = 485, - [730] = 553, - [731] = 563, - [732] = 624, - [733] = 626, - [734] = 734, - [735] = 637, - [736] = 625, - [737] = 629, - [738] = 604, - [739] = 634, - [740] = 550, - [741] = 566, - [742] = 633, - [743] = 630, - [744] = 570, - [745] = 628, - [746] = 632, - [747] = 649, - [748] = 620, - [749] = 636, - [750] = 629, - [751] = 626, - [752] = 624, - [753] = 611, - [754] = 598, - [755] = 149, - [756] = 608, - [757] = 607, - [758] = 554, - [759] = 643, - [760] = 488, - [761] = 594, - [762] = 589, - [763] = 630, - [764] = 633, - [765] = 506, - [766] = 634, - [767] = 637, - [768] = 588, - [769] = 507, - [770] = 623, - [771] = 587, - [772] = 617, - [773] = 603, - [774] = 621, - [775] = 613, - [776] = 552, - [777] = 676, - [778] = 639, - [779] = 612, - [780] = 627, - [781] = 628, - [782] = 583, - [783] = 675, - [784] = 582, - [785] = 640, - [786] = 581, - [787] = 631, - [788] = 672, - [789] = 580, - [790] = 579, - [791] = 791, - [792] = 575, - [793] = 573, - [794] = 601, - [795] = 572, - [796] = 638, - [797] = 571, - [798] = 669, - [799] = 668, - [800] = 663, - [801] = 601, - [802] = 570, - [803] = 612, - [804] = 650, - [805] = 651, - [806] = 623, - [807] = 661, - [808] = 657, - [809] = 566, - [810] = 528, - [811] = 563, - [812] = 523, - [813] = 517, - [814] = 515, - [815] = 553, - [816] = 543, - [817] = 610, - [818] = 545, - [819] = 608, - [820] = 533, - [821] = 548, - [822] = 148, - [823] = 661, - [824] = 602, - [825] = 600, - [826] = 167, - [827] = 559, - [828] = 577, - [829] = 603, - [830] = 593, - [831] = 652, - [832] = 641, - [833] = 529, - [834] = 660, - [835] = 662, - [836] = 663, - [837] = 625, - [838] = 668, - [839] = 669, - [840] = 672, - [841] = 675, - [842] = 600, - [843] = 562, - [844] = 561, - [845] = 568, - [846] = 590, - [847] = 529, - [848] = 641, - [849] = 167, - [850] = 604, - [851] = 550, - [852] = 571, - [853] = 642, - [854] = 636, - [855] = 153, - [856] = 598, - [857] = 627, - [858] = 554, - [859] = 662, - [860] = 594, - [861] = 149, - [862] = 632, - [863] = 734, - [864] = 617, - [865] = 665, - [866] = 148, - [867] = 621, - [868] = 631, - [869] = 511, - [870] = 644, - [871] = 660, - [872] = 638, - [873] = 645, - [874] = 649, - [875] = 652, - [876] = 167, - [877] = 165, - [878] = 677, - [879] = 734, - [880] = 734, - [881] = 650, - [882] = 651, - [883] = 152, - [884] = 148, - [885] = 657, - [886] = 528, - [887] = 610, - [888] = 593, - [889] = 545, - [890] = 577, - [891] = 606, - [892] = 167, - [893] = 559, - [894] = 548, - [895] = 734, - [896] = 510, - [897] = 605, - [898] = 165, - [899] = 561, - [900] = 673, - [901] = 148, - [902] = 602, - [903] = 620, - [904] = 657, - [905] = 631, - [906] = 613, - [907] = 672, - [908] = 908, - [909] = 669, - [910] = 668, - [911] = 908, - [912] = 553, - [913] = 571, - [914] = 572, - [915] = 563, - [916] = 573, - [917] = 566, - [918] = 577, - [919] = 575, - [920] = 645, - [921] = 593, - [922] = 559, - [923] = 576, - [924] = 579, - [925] = 580, - [926] = 614, - [927] = 581, - [928] = 582, - [929] = 601, - [930] = 624, - [931] = 603, - [932] = 602, - [933] = 583, - [934] = 548, - [935] = 545, - [936] = 675, - [937] = 608, - [938] = 586, - [939] = 640, - [940] = 587, - [941] = 616, - [942] = 618, - [943] = 619, - [944] = 552, - [945] = 661, - [946] = 629, - [947] = 588, - [948] = 589, - [949] = 641, - [950] = 610, - [951] = 528, - [952] = 639, - [953] = 655, - [954] = 659, - [955] = 663, - [956] = 620, - [957] = 529, - [958] = 791, - [959] = 533, - [960] = 651, - [961] = 673, - [962] = 650, - [963] = 637, - [964] = 638, - [965] = 570, - [966] = 662, - [967] = 643, - [968] = 634, - [969] = 148, - [970] = 621, - [971] = 605, - [972] = 617, - [973] = 167, - [974] = 606, - [975] = 594, - [976] = 633, + [678] = 624, + [679] = 642, + [680] = 613, + [681] = 675, + [682] = 657, + [683] = 647, + [684] = 556, + [685] = 642, + [686] = 654, + [687] = 610, + [688] = 609, + [689] = 637, + [690] = 162, + [691] = 640, + [692] = 553, + [693] = 534, + [694] = 557, + [695] = 615, + [696] = 561, + [697] = 616, + [698] = 677, + [699] = 627, + [700] = 595, + [701] = 585, + [702] = 584, + [703] = 583, + [704] = 581, + [705] = 574, + [706] = 570, + [707] = 568, + [708] = 567, + [709] = 561, + [710] = 557, + [711] = 553, + [712] = 609, + [713] = 591, + [714] = 673, + [715] = 556, + [716] = 675, + [717] = 567, + [718] = 639, + [719] = 568, + [720] = 614, + [721] = 633, + [722] = 612, + [723] = 570, + [724] = 574, + [725] = 581, + [726] = 651, + [727] = 497, + [728] = 496, + [729] = 492, + [730] = 566, + [731] = 530, + [732] = 565, + [733] = 583, + [734] = 560, + [735] = 550, + [736] = 549, + [737] = 572, + [738] = 576, + [739] = 584, + [740] = 542, + [741] = 558, + [742] = 585, + [743] = 660, + [744] = 595, + [745] = 154, + [746] = 627, + [747] = 677, + [748] = 616, + [749] = 615, + [750] = 552, + [751] = 559, + [752] = 486, + [753] = 535, + [754] = 605, + [755] = 564, + [756] = 578, + [757] = 601, + [758] = 599, + [759] = 652, + [760] = 582, + [761] = 589, + [762] = 510, + [763] = 639, + [764] = 529, + [765] = 608, + [766] = 651, + [767] = 673, + [768] = 549, + [769] = 534, + [770] = 572, + [771] = 669, + [772] = 576, + [773] = 672, + [774] = 580, + [775] = 671, + [776] = 626, + [777] = 156, + [778] = 543, + [779] = 540, + [780] = 649, + [781] = 159, + [782] = 631, + [783] = 629, + [784] = 554, + [785] = 658, + [786] = 786, + [787] = 646, + [788] = 670, + [789] = 637, + [790] = 654, + [791] = 667, + [792] = 647, + [793] = 582, + [794] = 670, + [795] = 657, + [796] = 669, + [797] = 652, + [798] = 599, + [799] = 155, + [800] = 540, + [801] = 786, + [802] = 569, + [803] = 641, + [804] = 578, + [805] = 564, + [806] = 159, + [807] = 559, + [808] = 660, + [809] = 621, + [810] = 159, + [811] = 661, + [812] = 552, + [813] = 671, + [814] = 522, + [815] = 517, + [816] = 516, + [817] = 542, + [818] = 633, + [819] = 591, + [820] = 535, + [821] = 610, + [822] = 613, + [823] = 159, + [824] = 667, + [825] = 649, + [826] = 631, + [827] = 554, + [828] = 658, + [829] = 580, + [830] = 646, + [831] = 641, + [832] = 661, + [833] = 162, + [834] = 623, + [835] = 648, + [836] = 611, + [837] = 600, + [838] = 536, + [839] = 640, + [840] = 605, + [841] = 607, + [842] = 623, + [843] = 530, + [844] = 532, + [845] = 551, + [846] = 621, + [847] = 571, + [848] = 558, + [849] = 624, + [850] = 672, + [851] = 573, + [852] = 648, + [853] = 601, + [854] = 162, + [855] = 577, + [856] = 487, + [857] = 668, + [858] = 611, + [859] = 515, + [860] = 656, + [861] = 655, + [862] = 156, + [863] = 666, + [864] = 786, + [865] = 594, + [866] = 593, + [867] = 528, + [868] = 528, + [869] = 163, + [870] = 870, + [871] = 523, + [872] = 577, + [873] = 573, + [874] = 571, + [875] = 569, + [876] = 593, + [877] = 163, + [878] = 594, + [879] = 566, + [880] = 565, + [881] = 560, + [882] = 550, + [883] = 543, + [884] = 666, + [885] = 629, + [886] = 655, + [887] = 626, + [888] = 607, + [889] = 656, + [890] = 668, + [891] = 600, + [892] = 162, + [893] = 786, + [894] = 786, + [895] = 612, + [896] = 608, + [897] = 614, + [898] = 521, + [899] = 529, + [900] = 536, + [901] = 551, + [902] = 532, + [903] = 589, + [904] = 631, + [905] = 655, + [906] = 675, + [907] = 907, + [908] = 609, + [909] = 572, + [910] = 576, + [911] = 672, + [912] = 580, + [913] = 673, + [914] = 550, + [915] = 671, + [916] = 660, + [917] = 670, + [918] = 553, + [919] = 669, + [920] = 560, + [921] = 565, + [922] = 566, + [923] = 557, + [924] = 561, + [925] = 652, + [926] = 569, + [927] = 599, + [928] = 870, + [929] = 626, + [930] = 567, + [931] = 608, + [932] = 529, + [933] = 159, + [934] = 589, + [935] = 582, + [936] = 568, + [937] = 570, + [938] = 574, + [939] = 581, + [940] = 639, + [941] = 578, + [942] = 583, + [943] = 584, + [944] = 585, + [945] = 595, + [946] = 627, + [947] = 677, + [948] = 616, + [949] = 571, + [950] = 573, + [951] = 564, + [952] = 577, + [953] = 559, + [954] = 621, + [955] = 624, + [956] = 615, + [957] = 614, + [958] = 528, + [959] = 593, + [960] = 594, + [961] = 612, + [962] = 534, + [963] = 556, + [964] = 552, + [965] = 666, + [966] = 543, + [967] = 637, + [968] = 654, + [969] = 656, + [970] = 651, + [971] = 668, + [972] = 642, + [973] = 530, + [974] = 647, + [975] = 657, + [976] = 540, [977] = 554, - [978] = 908, - [979] = 630, - [980] = 598, - [981] = 642, - [982] = 636, - [983] = 550, - [984] = 607, - [985] = 665, - [986] = 644, - [987] = 604, - [988] = 611, - [989] = 590, - [990] = 626, - [991] = 649, - [992] = 676, - [993] = 568, - [994] = 612, - [995] = 660, - [996] = 561, - [997] = 562, - [998] = 623, - [999] = 625, - [1000] = 627, - [1001] = 600, - [1002] = 628, - [1003] = 632, - [1004] = 652, - [1005] = 677, - [1006] = 543, + [978] = 907, + [979] = 542, + [980] = 601, + [981] = 629, + [982] = 558, + [983] = 535, + [984] = 907, + [985] = 162, + [986] = 551, + [987] = 532, + [988] = 607, + [989] = 605, + [990] = 640, + [991] = 633, + [992] = 536, + [993] = 600, + [994] = 611, + [995] = 648, + [996] = 623, + [997] = 661, + [998] = 641, + [999] = 646, + [1000] = 658, + [1001] = 549, + [1002] = 649, + [1003] = 667, + [1004] = 613, + [1005] = 610, + [1006] = 591, [1007] = 1007, [1008] = 1008, - [1009] = 1009, + [1009] = 515, [1010] = 1010, [1011] = 1011, - [1012] = 506, + [1012] = 1012, [1013] = 1013, [1014] = 1014, [1015] = 1015, [1016] = 1016, - [1017] = 1017, + [1017] = 515, [1018] = 1018, [1019] = 1019, - [1020] = 1017, - [1021] = 506, + [1020] = 1020, + [1021] = 1020, [1022] = 1019, [1023] = 1023, [1024] = 1024, @@ -3506,82 +3506,82 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1026] = 1026, [1027] = 1027, [1028] = 1019, - [1029] = 1029, - [1030] = 1008, - [1031] = 1015, - [1032] = 1032, - [1033] = 1033, - [1034] = 1032, + [1029] = 1010, + [1030] = 1020, + [1031] = 1013, + [1032] = 515, + [1033] = 1020, + [1034] = 1034, [1035] = 1035, [1036] = 1035, - [1037] = 1032, - [1038] = 1017, - [1039] = 1035, - [1040] = 1032, - [1041] = 1017, - [1042] = 1029, + [1037] = 1020, + [1038] = 1038, + [1039] = 1034, + [1040] = 1034, + [1041] = 1012, + [1042] = 1019, [1043] = 1043, - [1044] = 1019, + [1044] = 1044, [1045] = 1035, - [1046] = 1017, - [1047] = 1019, - [1048] = 506, - [1049] = 1049, - [1050] = 1008, - [1051] = 1010, - [1052] = 1007, - [1053] = 1014, - [1054] = 1054, - [1055] = 1033, - [1056] = 1035, - [1057] = 1017, - [1058] = 1009, - [1059] = 1019, - [1060] = 1032, - [1061] = 1013, - [1062] = 1062, - [1063] = 1049, - [1064] = 1043, - [1065] = 1065, + [1046] = 1019, + [1047] = 1010, + [1048] = 1048, + [1049] = 1035, + [1050] = 1007, + [1051] = 1034, + [1052] = 1014, + [1053] = 1038, + [1054] = 1035, + [1055] = 1048, + [1056] = 1019, + [1057] = 1057, + [1058] = 1058, + [1059] = 1015, + [1060] = 1020, + [1061] = 1034, + [1062] = 1011, + [1063] = 1063, + [1064] = 1044, + [1065] = 1043, [1066] = 1066, - [1067] = 1067, - [1068] = 1008, - [1069] = 1067, - [1070] = 1008, - [1071] = 1033, - [1072] = 1029, - [1073] = 1017, - [1074] = 1066, + [1067] = 1010, + [1068] = 1068, + [1069] = 1063, + [1070] = 1010, + [1071] = 1038, + [1072] = 1066, + [1073] = 1020, + [1074] = 1048, [1075] = 1019, - [1076] = 1067, - [1077] = 1019, - [1078] = 1054, - [1079] = 1017, - [1080] = 1062, - [1081] = 1019, - [1082] = 1017, - [1083] = 1008, - [1084] = 1065, - [1085] = 143, - [1086] = 1086, + [1076] = 1020, + [1077] = 1057, + [1078] = 1019, + [1079] = 1020, + [1080] = 1019, + [1081] = 1058, + [1082] = 1063, + [1083] = 1010, + [1084] = 1068, + [1085] = 535, + [1086] = 540, [1087] = 1087, [1088] = 1088, - [1089] = 612, - [1090] = 608, + [1089] = 1089, + [1090] = 137, [1091] = 1091, - [1092] = 605, + [1092] = 1092, [1093] = 1093, [1094] = 1094, - [1095] = 602, - [1096] = 1096, - [1097] = 603, + [1095] = 614, + [1096] = 612, + [1097] = 163, [1098] = 1098, - [1099] = 1099, - [1100] = 606, - [1101] = 165, - [1102] = 149, + [1099] = 621, + [1100] = 156, + [1101] = 624, + [1102] = 1102, [1103] = 1103, - [1104] = 1104, + [1104] = 155, [1105] = 1105, [1106] = 1106, [1107] = 1107, @@ -3590,7 +3590,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1110] = 1110, [1111] = 1111, [1112] = 1112, - [1113] = 1113, + [1113] = 162, [1114] = 1114, [1115] = 1115, [1116] = 1116, @@ -3599,10 +3599,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1119] = 1119, [1120] = 1120, [1121] = 1121, - [1122] = 1086, - [1123] = 1123, + [1122] = 1122, + [1123] = 1088, [1124] = 1124, - [1125] = 152, + [1125] = 155, [1126] = 1126, [1127] = 1127, [1128] = 1128, @@ -3618,31 +3618,31 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1138] = 1138, [1139] = 1139, [1140] = 1140, - [1141] = 148, - [1142] = 1142, + [1141] = 1141, + [1142] = 159, [1143] = 1143, [1144] = 1144, [1145] = 1145, [1146] = 1146, - [1147] = 167, - [1148] = 1148, + [1147] = 1147, + [1148] = 162, [1149] = 1149, [1150] = 1150, - [1151] = 1151, - [1152] = 152, - [1153] = 153, - [1154] = 165, - [1155] = 1155, - [1156] = 1088, - [1157] = 1087, + [1151] = 154, + [1152] = 1152, + [1153] = 1153, + [1154] = 156, + [1155] = 1087, + [1156] = 1089, + [1157] = 1157, [1158] = 1158, [1159] = 1159, [1160] = 1160, [1161] = 1161, [1162] = 1162, [1163] = 1163, - [1164] = 1164, - [1165] = 153, + [1164] = 154, + [1165] = 1165, [1166] = 1166, [1167] = 1167, [1168] = 1168, @@ -3669,351 +3669,351 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1189] = 1189, [1190] = 1190, [1191] = 1191, - [1192] = 167, - [1193] = 149, - [1194] = 148, + [1192] = 1192, + [1193] = 1193, + [1194] = 159, [1195] = 1195, - [1196] = 1196, - [1197] = 1120, - [1198] = 1191, - [1199] = 1109, - [1200] = 1121, - [1201] = 1123, + [1196] = 163, + [1197] = 1119, + [1198] = 1192, + [1199] = 1190, + [1200] = 1124, + [1201] = 1126, [1202] = 1126, - [1203] = 1130, - [1204] = 1130, - [1205] = 1205, - [1206] = 1131, - [1207] = 1132, - [1208] = 1133, - [1209] = 1131, - [1210] = 1132, - [1211] = 1211, - [1212] = 1117, + [1203] = 1128, + [1204] = 1129, + [1205] = 1130, + [1206] = 1206, + [1207] = 1130, + [1208] = 1132, + [1209] = 1114, + [1210] = 1115, + [1211] = 1128, + [1212] = 1121, [1213] = 1136, - [1214] = 1214, + [1214] = 1138, [1215] = 1140, - [1216] = 1142, - [1217] = 1144, - [1218] = 1218, + [1216] = 1216, + [1217] = 1217, + [1218] = 1132, [1219] = 1219, - [1220] = 1136, - [1221] = 1123, - [1222] = 1133, - [1223] = 1119, - [1224] = 1093, - [1225] = 1120, - [1226] = 1126, - [1227] = 1111, - [1228] = 1180, - [1229] = 1189, - [1230] = 1219, - [1231] = 1121, - [1232] = 1094, - [1233] = 1098, - [1234] = 1113, - [1235] = 1218, - [1236] = 1167, - [1237] = 1205, - [1238] = 1091, - [1239] = 1096, - [1240] = 1218, - [1241] = 1205, - [1242] = 1119, - [1243] = 1140, - [1244] = 1180, + [1220] = 1118, + [1221] = 1109, + [1222] = 1178, + [1223] = 1129, + [1224] = 1111, + [1225] = 1225, + [1226] = 1124, + [1227] = 1119, + [1228] = 1094, + [1229] = 1121, + [1230] = 1092, + [1231] = 1102, + [1232] = 1106, + [1233] = 1166, + [1234] = 1217, + [1235] = 1091, + [1236] = 1093, + [1237] = 1225, + [1238] = 1136, + [1239] = 1118, + [1240] = 1115, + [1241] = 1195, + [1242] = 1217, + [1243] = 1225, + [1244] = 1114, [1245] = 1219, - [1246] = 1219, - [1247] = 1170, - [1248] = 1117, - [1249] = 1172, - [1250] = 1114, - [1251] = 1218, - [1252] = 1205, + [1246] = 1178, + [1247] = 1217, + [1248] = 1169, + [1249] = 1219, + [1250] = 1225, + [1251] = 1171, + [1252] = 1188, [1253] = 1188, [1254] = 1109, [1255] = 1098, - [1256] = 1195, - [1257] = 1099, - [1258] = 1142, - [1259] = 1188, - [1260] = 1113, - [1261] = 1219, - [1262] = 1218, - [1263] = 1263, - [1264] = 1144, - [1265] = 1093, - [1266] = 1111, - [1267] = 1205, - [1268] = 143, - [1269] = 143, - [1270] = 1191, - [1271] = 1099, - [1272] = 1189, - [1273] = 1273, - [1274] = 1167, - [1275] = 1170, - [1276] = 1172, - [1277] = 1094, - [1278] = 1278, - [1279] = 1279, + [1256] = 1219, + [1257] = 1106, + [1258] = 1189, + [1259] = 1217, + [1260] = 1260, + [1261] = 1138, + [1262] = 1225, + [1263] = 1111, + [1264] = 1094, + [1265] = 1092, + [1266] = 137, + [1267] = 1192, + [1268] = 1190, + [1269] = 1269, + [1270] = 137, + [1271] = 1140, + [1272] = 1272, + [1273] = 1166, + [1274] = 1169, + [1275] = 1102, + [1276] = 1171, + [1277] = 1277, + [1278] = 1219, + [1279] = 1098, [1280] = 1219, - [1281] = 154, - [1282] = 1138, + [1281] = 1180, + [1282] = 1157, [1283] = 1283, - [1284] = 1284, - [1285] = 1103, + [1284] = 1144, + [1285] = 1092, [1286] = 1286, - [1287] = 1099, - [1288] = 1129, - [1289] = 1289, - [1290] = 1093, - [1291] = 1291, + [1287] = 1287, + [1288] = 1127, + [1289] = 1094, + [1290] = 1290, + [1291] = 1122, [1292] = 1292, - [1293] = 1127, - [1294] = 1115, - [1295] = 1151, - [1296] = 1094, - [1297] = 157, - [1298] = 1298, - [1299] = 1284, - [1300] = 1118, - [1301] = 1298, + [1293] = 1147, + [1294] = 1117, + [1295] = 1103, + [1296] = 1102, + [1297] = 1297, + [1298] = 167, + [1299] = 1299, + [1300] = 1120, + [1301] = 1297, [1302] = 1302, - [1303] = 1093, - [1304] = 1149, - [1305] = 1148, - [1306] = 1291, - [1307] = 1284, - [1308] = 1146, + [1303] = 1292, + [1304] = 1112, + [1305] = 1094, + [1306] = 1145, + [1307] = 1299, + [1308] = 1143, [1309] = 1309, - [1310] = 1145, - [1311] = 1311, - [1312] = 1104, - [1313] = 1284, - [1314] = 1110, - [1315] = 1098, - [1316] = 1316, - [1317] = 1108, - [1318] = 1143, + [1310] = 1141, + [1311] = 1187, + [1312] = 1158, + [1313] = 1110, + [1314] = 1299, + [1315] = 1315, + [1316] = 1108, + [1317] = 1139, + [1318] = 1098, [1319] = 1319, - [1320] = 1186, - [1321] = 1106, - [1322] = 1107, - [1323] = 1187, - [1324] = 1178, - [1325] = 1325, - [1326] = 1176, - [1327] = 1327, - [1328] = 1302, - [1329] = 1105, - [1330] = 1175, - [1331] = 1099, - [1332] = 1302, - [1333] = 1174, - [1334] = 1173, - [1335] = 1159, - [1336] = 1179, - [1337] = 1171, + [1320] = 1184, + [1321] = 1302, + [1322] = 1322, + [1323] = 1107, + [1324] = 1098, + [1325] = 1177, + [1326] = 1260, + [1327] = 1175, + [1328] = 1328, + [1329] = 1329, + [1330] = 1174, + [1331] = 1302, + [1332] = 1092, + [1333] = 1173, + [1334] = 1172, + [1335] = 1153, + [1336] = 1176, + [1337] = 1170, [1338] = 1137, - [1339] = 1169, - [1340] = 1168, - [1341] = 1094, + [1339] = 1168, + [1340] = 1167, + [1341] = 1102, [1342] = 1342, - [1343] = 1098, + [1343] = 1343, [1344] = 1344, - [1345] = 1166, - [1346] = 1263, - [1347] = 1347, - [1348] = 1302, - [1349] = 1139, - [1350] = 1291, - [1351] = 1150, - [1352] = 1112, - [1353] = 1164, + [1345] = 1165, + [1346] = 1105, + [1347] = 157, + [1348] = 1135, + [1349] = 1292, + [1350] = 1179, + [1351] = 1299, + [1352] = 1181, + [1353] = 1302, [1354] = 1163, [1355] = 1162, - [1356] = 1181, - [1357] = 1161, - [1358] = 1182, - [1359] = 1183, - [1360] = 1327, - [1361] = 1284, - [1362] = 1291, - [1363] = 1158, - [1364] = 1160, - [1365] = 1302, - [1366] = 1146, - [1367] = 1325, - [1368] = 1368, - [1369] = 1284, - [1370] = 1135, - [1371] = 1291, - [1372] = 159, - [1373] = 1196, - [1374] = 1311, - [1375] = 162, - [1376] = 163, - [1377] = 1377, - [1378] = 1128, - [1379] = 1124, - [1380] = 1116, - [1381] = 1284, - [1382] = 1284, - [1383] = 1368, - [1384] = 1134, - [1385] = 156, - [1386] = 1190, - [1387] = 1284, - [1388] = 1155, - [1389] = 1185, - [1390] = 158, - [1391] = 1184, - [1392] = 161, - [1393] = 1177, + [1356] = 1161, + [1357] = 1150, + [1358] = 1160, + [1359] = 1299, + [1360] = 1292, + [1361] = 1134, + [1362] = 1302, + [1363] = 1328, + [1364] = 1159, + [1365] = 1131, + [1366] = 1329, + [1367] = 1367, + [1368] = 1143, + [1369] = 161, + [1370] = 1299, + [1371] = 1292, + [1372] = 1367, + [1373] = 1193, + [1374] = 164, + [1375] = 149, + [1376] = 1319, + [1377] = 1116, + [1378] = 1149, + [1379] = 1152, + [1380] = 1380, + [1381] = 1299, + [1382] = 1299, + [1383] = 152, + [1384] = 1191, + [1385] = 1146, + [1386] = 1299, + [1387] = 150, + [1388] = 1133, + [1389] = 148, + [1390] = 1186, + [1391] = 1185, + [1392] = 1183, + [1393] = 1182, [1394] = 1394, [1395] = 1394, - [1396] = 1133, - [1397] = 1292, + [1396] = 1132, + [1397] = 1290, [1398] = 1398, [1399] = 1394, - [1400] = 1394, - [1401] = 1398, + [1400] = 1398, + [1401] = 1394, [1402] = 1394, [1403] = 1398, [1404] = 1398, [1405] = 1405, [1406] = 1406, - [1407] = 1189, - [1408] = 1191, - [1409] = 1180, - [1410] = 1144, - [1411] = 1142, + [1407] = 1190, + [1408] = 1192, + [1409] = 1178, + [1410] = 1140, + [1411] = 1138, [1412] = 1188, - [1413] = 1172, - [1414] = 1170, - [1415] = 1398, - [1416] = 1167, - [1417] = 1113, - [1418] = 1111, - [1419] = 1419, - [1420] = 1109, - [1421] = 1117, - [1422] = 1119, - [1423] = 1120, - [1424] = 1424, - [1425] = 1121, - [1426] = 1426, - [1427] = 1123, - [1428] = 1126, - [1429] = 1130, - [1430] = 1136, - [1431] = 1140, - [1432] = 1131, - [1433] = 1132, - [1434] = 1130, - [1435] = 1113, - [1436] = 1298, - [1437] = 1094, - [1438] = 1438, - [1439] = 1180, - [1440] = 1093, - [1441] = 1441, - [1442] = 1441, - [1443] = 1438, - [1444] = 1167, - [1445] = 1170, - [1446] = 1111, - [1447] = 1263, - [1448] = 1109, - [1449] = 1117, - [1450] = 1441, - [1451] = 1172, - [1452] = 1452, - [1453] = 1188, - [1454] = 1191, - [1455] = 1189, - [1456] = 1119, - [1457] = 1144, - [1458] = 1098, - [1459] = 1142, - [1460] = 1441, - [1461] = 1441, - [1462] = 1140, - [1463] = 1136, - [1464] = 1133, - [1465] = 1132, - [1466] = 1131, + [1413] = 1171, + [1414] = 1169, + [1415] = 1166, + [1416] = 1398, + [1417] = 1111, + [1418] = 1106, + [1419] = 1109, + [1420] = 1420, + [1421] = 1114, + [1422] = 1115, + [1423] = 1118, + [1424] = 1119, + [1425] = 1425, + [1426] = 1121, + [1427] = 1427, + [1428] = 1124, + [1429] = 1126, + [1430] = 1128, + [1431] = 1136, + [1432] = 1129, + [1433] = 1130, + [1434] = 1129, + [1435] = 1138, + [1436] = 1119, + [1437] = 1437, + [1438] = 1118, + [1439] = 1115, + [1440] = 1297, + [1441] = 1114, + [1442] = 1109, + [1443] = 1106, + [1444] = 1111, + [1445] = 1437, + [1446] = 1446, + [1447] = 1446, + [1448] = 1102, + [1449] = 1437, + [1450] = 1192, + [1451] = 1437, + [1452] = 1094, + [1453] = 1190, + [1454] = 1437, + [1455] = 1188, + [1456] = 1456, + [1457] = 1121, + [1458] = 1178, + [1459] = 1260, + [1460] = 1140, + [1461] = 1166, + [1462] = 1136, + [1463] = 1098, + [1464] = 1132, + [1465] = 1130, + [1466] = 1128, [1467] = 1126, - [1468] = 1123, - [1469] = 1121, - [1470] = 1120, + [1468] = 1124, + [1469] = 1171, + [1470] = 1169, [1471] = 1471, [1472] = 1471, - [1473] = 1146, - [1474] = 1474, - [1475] = 1347, - [1476] = 1098, - [1477] = 1474, - [1478] = 1093, - [1479] = 1094, - [1480] = 1099, - [1481] = 1471, - [1482] = 1471, + [1473] = 1143, + [1474] = 1471, + [1475] = 1475, + [1476] = 1344, + [1477] = 1098, + [1478] = 1471, + [1479] = 1475, + [1480] = 1092, + [1481] = 1094, + [1482] = 1102, [1483] = 1471, [1484] = 1471, [1485] = 1471, [1486] = 1486, [1487] = 1487, [1488] = 1488, - [1489] = 1487, + [1489] = 1488, [1490] = 1488, - [1491] = 1488, + [1491] = 1487, [1492] = 1487, [1493] = 1488, - [1494] = 1488, + [1494] = 1487, [1495] = 1488, - [1496] = 1488, + [1496] = 1487, [1497] = 1487, - [1498] = 1487, + [1498] = 1488, [1499] = 1487, - [1500] = 1488, + [1500] = 1487, [1501] = 1487, - [1502] = 1487, - [1503] = 1487, - [1504] = 1488, - [1505] = 1488, + [1502] = 1488, + [1503] = 1488, + [1504] = 1504, + [1505] = 1487, [1506] = 1487, [1507] = 1488, - [1508] = 1508, - [1509] = 1487, + [1508] = 1488, + [1509] = 1488, [1510] = 1510, [1511] = 1511, [1512] = 1512, [1513] = 1511, [1514] = 1514, [1515] = 1515, - [1516] = 1516, - [1517] = 1516, - [1518] = 1515, - [1519] = 1515, - [1520] = 1515, - [1521] = 1516, + [1516] = 1515, + [1517] = 1515, + [1518] = 1518, + [1519] = 1518, + [1520] = 1518, + [1521] = 1518, [1522] = 1515, [1523] = 1515, - [1524] = 1516, + [1524] = 1518, [1525] = 1515, - [1526] = 1516, - [1527] = 1516, - [1528] = 1516, + [1526] = 1518, + [1527] = 1518, + [1528] = 1515, [1529] = 1529, [1530] = 1529, [1531] = 1529, [1532] = 1529, - [1533] = 1529, + [1533] = 1533, [1534] = 1529, [1535] = 1529, - [1536] = 1536, + [1536] = 1529, [1537] = 1537, [1538] = 1538, [1539] = 1539, @@ -4035,12 +4035,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1555] = 1555, [1556] = 1556, [1557] = 1557, - [1558] = 1558, - [1559] = 165, - [1560] = 149, + [1558] = 156, + [1559] = 163, + [1560] = 1560, [1561] = 1561, [1562] = 1562, - [1563] = 1105, + [1563] = 1563, [1564] = 1564, [1565] = 1565, [1566] = 1566, @@ -4055,330 +4055,330 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1575] = 1575, [1576] = 1576, [1577] = 1577, - [1578] = 1556, + [1578] = 1560, [1579] = 1579, - [1580] = 1177, + [1580] = 1580, [1581] = 1581, [1582] = 1582, [1583] = 1583, [1584] = 1584, - [1585] = 1184, + [1585] = 1585, [1586] = 1586, [1587] = 1587, - [1588] = 148, + [1588] = 1588, [1589] = 1589, [1590] = 1590, - [1591] = 1591, - [1592] = 1592, + [1591] = 1105, + [1592] = 1183, [1593] = 1593, - [1594] = 167, + [1594] = 1594, [1595] = 1595, [1596] = 1596, [1597] = 1597, [1598] = 1598, [1599] = 1599, - [1600] = 1600, + [1600] = 1185, [1601] = 1601, - [1602] = 1602, - [1603] = 1603, + [1602] = 162, + [1603] = 159, [1604] = 1604, - [1605] = 1567, - [1606] = 1543, - [1607] = 1607, + [1605] = 1605, + [1606] = 1606, + [1607] = 1546, [1608] = 1550, - [1609] = 1609, - [1610] = 1548, - [1611] = 1579, + [1609] = 1587, + [1610] = 1546, + [1611] = 1611, [1612] = 1612, - [1613] = 1550, - [1614] = 1612, - [1615] = 1615, - [1616] = 1616, + [1613] = 1588, + [1614] = 1614, + [1615] = 1545, + [1616] = 1611, [1617] = 1617, - [1618] = 1554, - [1619] = 1555, + [1618] = 1618, + [1619] = 1619, [1620] = 1620, [1621] = 1621, [1622] = 1622, [1623] = 1623, [1624] = 1624, - [1625] = 1558, + [1625] = 1625, [1626] = 1617, [1627] = 1627, [1628] = 1562, - [1629] = 1558, + [1629] = 1554, [1630] = 1630, - [1631] = 1631, - [1632] = 1631, - [1633] = 1633, - [1634] = 1620, - [1635] = 1635, - [1636] = 1621, - [1637] = 1637, - [1638] = 1624, - [1639] = 1175, - [1640] = 1616, + [1631] = 1556, + [1632] = 1618, + [1633] = 1555, + [1634] = 1623, + [1635] = 1622, + [1636] = 1557, + [1637] = 1619, + [1638] = 1638, + [1639] = 1639, + [1640] = 1639, [1641] = 1641, - [1642] = 1627, - [1643] = 1643, - [1644] = 1633, - [1645] = 1637, - [1646] = 1621, - [1647] = 1561, - [1648] = 1139, - [1649] = 1187, - [1650] = 1641, - [1651] = 1621, - [1652] = 1630, - [1653] = 1621, - [1654] = 1622, - [1655] = 1655, + [1642] = 1641, + [1643] = 1627, + [1644] = 1618, + [1645] = 1645, + [1646] = 1630, + [1647] = 1618, + [1648] = 1187, + [1649] = 1557, + [1650] = 1174, + [1651] = 1618, + [1652] = 1135, + [1653] = 1645, + [1654] = 1638, + [1655] = 1620, [1656] = 1656, - [1657] = 1139, + [1657] = 1625, [1658] = 1658, [1659] = 1659, - [1660] = 1660, - [1661] = 1661, - [1662] = 1656, - [1663] = 1175, + [1660] = 1135, + [1661] = 1658, + [1662] = 1662, + [1663] = 1187, [1664] = 1664, - [1665] = 1635, - [1666] = 1656, - [1667] = 1656, + [1665] = 1665, + [1666] = 1659, + [1667] = 1662, [1668] = 1668, - [1669] = 1660, - [1670] = 1661, - [1671] = 1671, + [1669] = 1669, + [1670] = 1659, + [1671] = 1659, [1672] = 1672, - [1673] = 1187, - [1674] = 1664, - [1675] = 1668, - [1676] = 1671, - [1677] = 1672, - [1678] = 1658, - [1679] = 1643, - [1680] = 1656, - [1681] = 1623, - [1682] = 1659, - [1683] = 1655, - [1684] = 1684, - [1685] = 1684, - [1686] = 1684, - [1687] = 1687, - [1688] = 1688, - [1689] = 1687, - [1690] = 1687, - [1691] = 1688, - [1692] = 1684, - [1693] = 1688, - [1694] = 1688, - [1695] = 1687, - [1696] = 1684, - [1697] = 1697, + [1673] = 1621, + [1674] = 1659, + [1675] = 1174, + [1676] = 1624, + [1677] = 1664, + [1678] = 1668, + [1679] = 1665, + [1680] = 1669, + [1681] = 1681, + [1682] = 1656, + [1683] = 1672, + [1684] = 1681, + [1685] = 1685, + [1686] = 1686, + [1687] = 1686, + [1688] = 1685, + [1689] = 1689, + [1690] = 1685, + [1691] = 1685, + [1692] = 1689, + [1693] = 1689, + [1694] = 1686, + [1695] = 1689, + [1696] = 1686, + [1697] = 1685, [1698] = 1698, - [1699] = 1698, - [1700] = 1698, - [1701] = 1698, - [1702] = 1702, - [1703] = 1702, + [1699] = 1699, + [1700] = 1699, + [1701] = 1699, + [1702] = 1699, + [1703] = 1703, [1704] = 1704, [1705] = 1704, - [1706] = 1704, - [1707] = 1704, - [1708] = 1702, - [1709] = 1702, - [1710] = 1710, + [1706] = 1703, + [1707] = 1703, + [1708] = 1704, + [1709] = 1703, + [1710] = 1704, [1711] = 1711, [1712] = 1712, [1713] = 1713, [1714] = 1714, [1715] = 1715, - [1716] = 1713, - [1717] = 1710, - [1718] = 1713, - [1719] = 1713, - [1720] = 1720, - [1721] = 1721, - [1722] = 1715, - [1723] = 1710, - [1724] = 1714, - [1725] = 1712, - [1726] = 1715, - [1727] = 1714, - [1728] = 1712, - [1729] = 1712, - [1730] = 1714, - [1731] = 1715, - [1732] = 1710, - [1733] = 1733, + [1716] = 1716, + [1717] = 1715, + [1718] = 1716, + [1719] = 1715, + [1720] = 1714, + [1721] = 1711, + [1722] = 1713, + [1723] = 1713, + [1724] = 1715, + [1725] = 1713, + [1726] = 1726, + [1727] = 1716, + [1728] = 1728, + [1729] = 1714, + [1730] = 1711, + [1731] = 1714, + [1732] = 1716, + [1733] = 1711, [1734] = 1734, [1735] = 1735, [1736] = 1736, [1737] = 1737, [1738] = 1738, - [1739] = 1735, + [1739] = 1739, [1740] = 1740, - [1741] = 1735, - [1742] = 1742, + [1741] = 1736, + [1742] = 1736, [1743] = 1743, - [1744] = 1736, - [1745] = 1745, - [1746] = 1746, + [1744] = 1744, + [1745] = 1743, + [1746] = 1743, [1747] = 1747, - [1748] = 1735, - [1749] = 1749, - [1750] = 1735, + [1748] = 1748, + [1749] = 1743, + [1750] = 1750, [1751] = 1751, [1752] = 1752, - [1753] = 149, - [1754] = 1736, - [1755] = 1755, - [1756] = 1756, - [1757] = 1745, - [1758] = 1758, - [1759] = 1759, - [1760] = 1735, - [1761] = 1745, - [1762] = 165, - [1763] = 1745, - [1764] = 1736, + [1753] = 1753, + [1754] = 156, + [1755] = 1751, + [1756] = 1751, + [1757] = 1736, + [1758] = 163, + [1759] = 1743, + [1760] = 1760, + [1761] = 1743, + [1762] = 1762, + [1763] = 1763, + [1764] = 1751, [1765] = 1765, - [1766] = 1735, + [1766] = 1743, [1767] = 1767, - [1768] = 1736, - [1769] = 1745, - [1770] = 1163, - [1771] = 1771, - [1772] = 1161, - [1773] = 1114, - [1774] = 1176, - [1775] = 1775, - [1776] = 1742, - [1777] = 167, + [1768] = 1768, + [1769] = 1751, + [1770] = 1736, + [1771] = 1162, + [1772] = 1738, + [1773] = 1189, + [1774] = 1160, + [1775] = 1195, + [1776] = 1776, + [1777] = 1175, [1778] = 1778, - [1779] = 1779, + [1779] = 1778, [1780] = 1780, [1781] = 1781, - [1782] = 1556, - [1783] = 446, - [1784] = 1737, + [1782] = 1782, + [1783] = 1760, + [1784] = 162, [1785] = 1785, - [1786] = 1164, - [1787] = 1162, - [1788] = 1788, - [1789] = 1771, + [1786] = 1786, + [1787] = 1163, + [1788] = 1161, + [1789] = 1778, [1790] = 1790, - [1791] = 1108, - [1792] = 1107, - [1793] = 1793, - [1794] = 1159, - [1795] = 1795, - [1796] = 1796, - [1797] = 1185, - [1798] = 1798, + [1791] = 1752, + [1792] = 1108, + [1793] = 1107, + [1794] = 1776, + [1795] = 1153, + [1796] = 1780, + [1797] = 1797, + [1798] = 1186, [1799] = 1799, - [1800] = 1800, + [1800] = 1776, [1801] = 1801, [1802] = 1802, - [1803] = 1771, - [1804] = 1771, - [1805] = 1746, + [1803] = 1803, + [1804] = 1780, + [1805] = 1805, [1806] = 1806, - [1807] = 1807, + [1807] = 1560, [1808] = 1808, - [1809] = 1767, + [1809] = 1776, [1810] = 1810, [1811] = 1811, [1812] = 1812, - [1813] = 1771, + [1813] = 1748, [1814] = 1814, - [1815] = 1815, - [1816] = 1751, - [1817] = 1812, - [1818] = 148, + [1815] = 1808, + [1816] = 159, + [1817] = 1817, + [1818] = 1818, [1819] = 1819, [1820] = 1820, - [1821] = 1812, - [1822] = 1814, - [1823] = 1823, - [1824] = 1812, - [1825] = 1825, - [1826] = 1826, + [1821] = 1821, + [1822] = 1778, + [1823] = 1810, + [1824] = 1824, + [1825] = 449, + [1826] = 1811, [1827] = 1827, - [1828] = 1812, - [1829] = 1755, - [1830] = 1780, + [1828] = 1747, + [1829] = 1829, + [1830] = 1744, [1831] = 1831, - [1832] = 1814, + [1832] = 1780, [1833] = 1833, [1834] = 1834, - [1835] = 1195, - [1836] = 1781, - [1837] = 1814, - [1838] = 1814, - [1839] = 1798, + [1835] = 1776, + [1836] = 1836, + [1837] = 1837, + [1838] = 1778, + [1839] = 1780, [1840] = 1840, [1841] = 1841, [1842] = 1842, [1843] = 1843, - [1844] = 1841, - [1845] = 1845, + [1844] = 1844, + [1845] = 1844, [1846] = 1846, [1847] = 1847, [1848] = 1848, [1849] = 1849, - [1850] = 1775, - [1851] = 1842, + [1850] = 1850, + [1851] = 1847, [1852] = 1852, [1853] = 1853, - [1854] = 1854, - [1855] = 1855, - [1856] = 1856, - [1857] = 1857, - [1858] = 1843, - [1859] = 1848, - [1860] = 1579, - [1861] = 1855, - [1862] = 1846, - [1863] = 1846, - [1864] = 1855, - [1865] = 1865, - [1866] = 1159, - [1867] = 1846, + [1854] = 1842, + [1855] = 1848, + [1856] = 1843, + [1857] = 1841, + [1858] = 1842, + [1859] = 1841, + [1860] = 1843, + [1861] = 1814, + [1862] = 1847, + [1863] = 1841, + [1864] = 1843, + [1865] = 1847, + [1866] = 1587, + [1867] = 1843, [1868] = 1868, - [1869] = 1847, - [1870] = 1843, - [1871] = 1848, - [1872] = 1872, - [1873] = 1849, - [1874] = 1874, + [1869] = 1869, + [1870] = 1841, + [1871] = 1853, + [1872] = 1848, + [1873] = 1869, + [1874] = 1842, [1875] = 1875, [1876] = 1876, - [1877] = 1819, - [1878] = 1567, - [1879] = 1195, - [1880] = 1185, - [1881] = 1107, - [1882] = 1108, - [1883] = 1855, - [1884] = 1854, - [1885] = 1161, - [1886] = 1843, - [1887] = 1162, - [1888] = 1114, - [1889] = 1848, - [1890] = 1849, - [1891] = 1163, - [1892] = 1164, - [1893] = 1849, - [1894] = 1176, - [1895] = 1895, - [1896] = 1896, - [1897] = 1848, - [1898] = 1843, - [1899] = 1875, - [1900] = 1855, - [1901] = 1901, + [1877] = 1848, + [1878] = 1831, + [1879] = 1879, + [1880] = 1189, + [1881] = 1881, + [1882] = 1847, + [1883] = 1588, + [1884] = 1884, + [1885] = 1153, + [1886] = 1195, + [1887] = 1887, + [1888] = 1888, + [1889] = 1889, + [1890] = 1890, + [1891] = 1186, + [1892] = 1107, + [1893] = 1108, + [1894] = 1889, + [1895] = 1160, + [1896] = 1161, + [1897] = 1897, + [1898] = 1162, + [1899] = 1163, + [1900] = 1175, + [1901] = 1881, [1902] = 1902, [1903] = 1903, [1904] = 1904, @@ -4386,300 +4386,300 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1906] = 1906, [1907] = 1907, [1908] = 1908, - [1909] = 1909, - [1910] = 1910, - [1911] = 1911, + [1909] = 1902, + [1910] = 1908, + [1911] = 1905, [1912] = 1912, [1913] = 1913, - [1914] = 1902, + [1914] = 1914, [1915] = 1915, - [1916] = 1826, - [1917] = 1825, - [1918] = 507, - [1919] = 1919, - [1920] = 1907, + [1916] = 1916, + [1917] = 1782, + [1918] = 1812, + [1919] = 1916, + [1920] = 1920, [1921] = 1921, - [1922] = 1922, + [1922] = 1908, [1923] = 1923, [1924] = 1924, [1925] = 1925, - [1926] = 1911, + [1926] = 1926, [1927] = 1927, - [1928] = 1909, - [1929] = 1923, - [1930] = 1930, - [1931] = 1931, + [1928] = 1902, + [1929] = 1849, + [1930] = 1912, + [1931] = 477, [1932] = 1932, [1933] = 1933, - [1934] = 1901, - [1935] = 1915, - [1936] = 1936, - [1937] = 1927, - [1938] = 1906, - [1939] = 1905, + [1934] = 1934, + [1935] = 1935, + [1936] = 1906, + [1937] = 1907, + [1938] = 1927, + [1939] = 1785, [1940] = 1940, [1941] = 1941, - [1942] = 476, - [1943] = 1943, - [1944] = 1931, - [1945] = 1932, - [1946] = 1915, + [1942] = 1942, + [1943] = 1902, + [1944] = 1921, + [1945] = 1915, + [1946] = 1908, [1947] = 1947, - [1948] = 1904, - [1949] = 1949, - [1950] = 1930, - [1951] = 1913, - [1952] = 1779, - [1953] = 1919, - [1954] = 1911, - [1955] = 1924, - [1956] = 1925, - [1957] = 1904, - [1958] = 1902, - [1959] = 1959, - [1960] = 1815, - [1961] = 1961, - [1962] = 1962, - [1963] = 1904, + [1948] = 1905, + [1949] = 1912, + [1950] = 1836, + [1951] = 1951, + [1952] = 1797, + [1953] = 1953, + [1954] = 1954, + [1955] = 1915, + [1956] = 1956, + [1957] = 1951, + [1958] = 1954, + [1959] = 1907, + [1960] = 1925, + [1961] = 1916, + [1962] = 1920, + [1963] = 1924, [1964] = 1964, [1965] = 1965, [1966] = 1966, - [1967] = 1967, - [1968] = 1915, - [1969] = 1969, - [1970] = 1925, + [1967] = 1925, + [1968] = 1906, + [1969] = 1941, + [1970] = 1940, [1971] = 1971, - [1972] = 1972, - [1973] = 1923, - [1974] = 1930, - [1975] = 1906, - [1976] = 1905, - [1977] = 1959, - [1978] = 1969, - [1979] = 1902, - [1980] = 1919, - [1981] = 1925, - [1982] = 1904, - [1983] = 1895, - [1984] = 1923, - [1985] = 1930, - [1986] = 1967, - [1987] = 1965, - [1988] = 1962, - [1989] = 1927, - [1990] = 1930, - [1991] = 1923, - [1992] = 1931, + [1972] = 1924, + [1973] = 1920, + [1974] = 1906, + [1975] = 1920, + [1976] = 1916, + [1977] = 1907, + [1978] = 1935, + [1979] = 1979, + [1980] = 1914, + [1981] = 1903, + [1982] = 1902, + [1983] = 1908, + [1984] = 1905, + [1985] = 1912, + [1986] = 1986, + [1987] = 1920, + [1988] = 1964, + [1989] = 1935, + [1990] = 1915, + [1991] = 1951, + [1992] = 1954, [1993] = 1993, - [1994] = 1910, - [1995] = 1932, - [1996] = 1785, - [1997] = 1959, - [1998] = 1961, - [1999] = 1999, - [2000] = 1961, - [2001] = 1927, - [2002] = 1931, - [2003] = 1962, - [2004] = 1932, - [2005] = 1965, - [2006] = 1969, - [2007] = 1967, - [2008] = 1924, - [2009] = 1906, - [2010] = 1905, - [2011] = 1969, - [2012] = 1924, - [2013] = 1919, - [2014] = 1967, - [2015] = 1969, - [2016] = 1962, - [2017] = 506, - [2018] = 1919, - [2019] = 1965, - [2020] = 1902, - [2021] = 1915, - [2022] = 1967, - [2023] = 1965, - [2024] = 1962, + [1994] = 1994, + [1995] = 510, + [1996] = 1956, + [1997] = 1997, + [1998] = 1916, + [1999] = 1916, + [2000] = 1920, + [2001] = 1924, + [2002] = 515, + [2003] = 1954, + [2004] = 1951, + [2005] = 1924, + [2006] = 1915, + [2007] = 1935, + [2008] = 2008, + [2009] = 1935, + [2010] = 1925, + [2011] = 2011, + [2012] = 1953, + [2013] = 2013, + [2014] = 2014, + [2015] = 2014, + [2016] = 1925, + [2017] = 1941, + [2018] = 1940, + [2019] = 1921, + [2020] = 1953, + [2021] = 2011, + [2022] = 1941, + [2023] = 2023, + [2024] = 2024, [2025] = 2025, - [2026] = 1959, - [2027] = 1961, - [2028] = 1959, - [2029] = 2029, - [2030] = 2030, - [2031] = 1924, - [2032] = 2032, - [2033] = 1961, - [2034] = 2034, - [2035] = 1962, - [2036] = 1965, - [2037] = 2037, - [2038] = 1903, - [2039] = 1932, - [2040] = 2034, - [2041] = 1913, - [2042] = 1930, - [2043] = 1923, - [2044] = 1925, - [2045] = 2045, + [2026] = 2026, + [2027] = 1940, + [2028] = 1912, + [2029] = 2011, + [2030] = 2014, + [2031] = 1921, + [2032] = 2011, + [2033] = 1994, + [2034] = 2014, + [2035] = 1906, + [2036] = 2036, + [2037] = 1905, + [2038] = 1907, + [2039] = 1921, + [2040] = 1908, + [2041] = 1902, + [2042] = 2011, + [2043] = 2014, + [2044] = 1913, + [2045] = 1927, [2046] = 2046, [2047] = 2047, [2048] = 2048, - [2049] = 2049, - [2050] = 2048, + [2049] = 1174, + [2050] = 2050, [2051] = 2051, [2052] = 2052, [2053] = 2053, - [2054] = 1643, - [2055] = 2055, - [2056] = 2056, - [2057] = 2049, - [2058] = 153, - [2059] = 2059, - [2060] = 2060, + [2054] = 2054, + [2055] = 1135, + [2056] = 2050, + [2057] = 2057, + [2058] = 2052, + [2059] = 521, + [2060] = 2050, [2061] = 2061, - [2062] = 2051, - [2063] = 2052, - [2064] = 2064, - [2065] = 2065, - [2066] = 2066, - [2067] = 2067, + [2062] = 2052, + [2063] = 2063, + [2064] = 523, + [2065] = 516, + [2066] = 517, + [2067] = 522, [2068] = 2068, [2069] = 2069, - [2070] = 1187, - [2071] = 2071, - [2072] = 152, + [2070] = 2070, + [2071] = 1625, + [2072] = 2050, [2073] = 2073, - [2074] = 2074, + [2074] = 2052, [2075] = 2075, [2076] = 2076, [2077] = 2077, [2078] = 2078, - [2079] = 2079, + [2079] = 492, [2080] = 2080, [2081] = 2081, - [2082] = 2049, - [2083] = 2066, - [2084] = 2074, - [2085] = 2067, - [2086] = 2066, - [2087] = 2067, - [2088] = 2047, - [2089] = 2049, - [2090] = 2090, - [2091] = 2071, - [2092] = 1623, - [2093] = 484, + [2082] = 2073, + [2083] = 496, + [2084] = 497, + [2085] = 2085, + [2086] = 2086, + [2087] = 2073, + [2088] = 1187, + [2089] = 486, + [2090] = 155, + [2091] = 154, + [2092] = 2073, + [2093] = 2093, [2094] = 2094, - [2095] = 2077, + [2095] = 2095, [2096] = 2096, - [2097] = 2077, - [2098] = 505, + [2097] = 2097, + [2098] = 2098, [2099] = 2099, - [2100] = 2066, - [2101] = 2067, + [2100] = 2100, + [2101] = 2101, [2102] = 2102, - [2103] = 502, + [2103] = 2073, [2104] = 2104, [2105] = 2105, - [2106] = 2106, - [2107] = 2107, - [2108] = 2073, - [2109] = 2074, + [2106] = 2052, + [2107] = 1621, + [2108] = 487, + [2109] = 163, [2110] = 2110, [2111] = 2111, [2112] = 2112, - [2113] = 2113, - [2114] = 2114, - [2115] = 2064, - [2116] = 2075, - [2117] = 2076, - [2118] = 2078, + [2113] = 162, + [2114] = 2047, + [2115] = 2115, + [2116] = 2080, + [2117] = 2100, + [2118] = 2093, [2119] = 2119, - [2120] = 2080, + [2120] = 159, [2121] = 2121, [2122] = 2122, - [2123] = 2068, - [2124] = 2069, - [2125] = 2125, - [2126] = 2071, - [2127] = 2127, - [2128] = 2077, - [2129] = 2068, - [2130] = 2130, - [2131] = 2131, + [2123] = 2123, + [2124] = 2097, + [2125] = 2069, + [2126] = 2068, + [2127] = 2051, + [2128] = 2128, + [2129] = 2129, + [2130] = 488, + [2131] = 2096, [2132] = 2132, - [2133] = 2074, - [2134] = 2067, - [2135] = 2066, + [2133] = 2129, + [2134] = 2051, + [2135] = 2135, [2136] = 2136, - [2137] = 2049, - [2138] = 2079, + [2137] = 2053, + [2138] = 2054, [2139] = 2139, - [2140] = 2122, - [2141] = 2069, - [2142] = 2096, - [2143] = 2094, - [2144] = 2144, - [2145] = 2064, - [2146] = 2078, - [2147] = 2132, - [2148] = 2148, - [2149] = 2047, - [2150] = 2131, - [2151] = 2122, - [2152] = 485, - [2153] = 523, - [2154] = 2154, - [2155] = 2053, - [2156] = 2156, - [2157] = 517, - [2158] = 165, - [2159] = 515, - [2160] = 2079, - [2161] = 1635, - [2162] = 2122, - [2163] = 488, - [2164] = 2079, - [2165] = 149, - [2166] = 2166, - [2167] = 148, - [2168] = 2071, - [2169] = 2047, - [2170] = 511, - [2171] = 2068, - [2172] = 2069, + [2140] = 2063, + [2141] = 2061, + [2142] = 2057, + [2143] = 2057, + [2144] = 2061, + [2145] = 2097, + [2146] = 2063, + [2147] = 2076, + [2148] = 2069, + [2149] = 2068, + [2150] = 2050, + [2151] = 2051, + [2152] = 1624, + [2153] = 2070, + [2154] = 2068, + [2155] = 2155, + [2156] = 2069, + [2157] = 2157, + [2158] = 2115, + [2159] = 2076, + [2160] = 2160, + [2161] = 2161, + [2162] = 2162, + [2163] = 2163, + [2164] = 2077, + [2165] = 2078, + [2166] = 2085, + [2167] = 156, + [2168] = 2086, + [2169] = 2063, + [2170] = 2061, + [2171] = 2171, + [2172] = 2057, [2173] = 2173, - [2174] = 2071, - [2175] = 2132, - [2176] = 2176, - [2177] = 510, - [2178] = 2096, + [2174] = 2097, + [2175] = 2097, + [2176] = 2076, + [2177] = 2069, + [2178] = 2068, [2179] = 2179, - [2180] = 2180, - [2181] = 2156, - [2182] = 167, - [2183] = 2079, - [2184] = 1139, - [2185] = 2047, - [2186] = 2122, - [2187] = 2105, - [2188] = 487, - [2189] = 2189, - [2190] = 2106, - [2191] = 2191, - [2192] = 2069, - [2193] = 2068, - [2194] = 1175, - [2195] = 2077, - [2196] = 2196, - [2197] = 2056, - [2198] = 2107, - [2199] = 2053, + [2180] = 2051, + [2181] = 2181, + [2182] = 2182, + [2183] = 2093, + [2184] = 2115, + [2185] = 2185, + [2186] = 2095, + [2187] = 2098, + [2188] = 2188, + [2189] = 2099, + [2190] = 2101, + [2191] = 2102, + [2192] = 2085, + [2193] = 2078, + [2194] = 2061, + [2195] = 2063, + [2196] = 2070, + [2197] = 2197, + [2198] = 2057, + [2199] = 2199, [2200] = 2200, [2201] = 2201, - [2202] = 2202, + [2202] = 583, [2203] = 2203, [2204] = 2204, [2205] = 2205, @@ -4690,14 +4690,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2210] = 2210, [2211] = 2211, [2212] = 2212, - [2213] = 2213, - [2214] = 2214, + [2213] = 1569, + [2214] = 2008, [2215] = 2215, - [2216] = 1582, - [2217] = 1993, + [2216] = 2216, + [2217] = 2217, [2218] = 2218, [2219] = 2219, - [2220] = 2220, + [2220] = 2201, [2221] = 2221, [2222] = 2222, [2223] = 2223, @@ -4706,37 +4706,37 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2226] = 2226, [2227] = 2227, [2228] = 2228, - [2229] = 1115, - [2230] = 2230, + [2229] = 2229, + [2230] = 1564, [2231] = 2231, [2232] = 2232, - [2233] = 2201, - [2234] = 2234, - [2235] = 2222, + [2233] = 2233, + [2234] = 2201, + [2235] = 2235, [2236] = 2236, - [2237] = 1196, + [2237] = 2237, [2238] = 2238, - [2239] = 2239, + [2239] = 1120, [2240] = 2240, [2241] = 2241, [2242] = 2242, - [2243] = 1583, + [2243] = 1117, [2244] = 2244, - [2245] = 613, + [2245] = 2245, [2246] = 2246, [2247] = 2247, - [2248] = 2248, - [2249] = 614, + [2248] = 1594, + [2249] = 1573, [2250] = 2250, [2251] = 2251, - [2252] = 616, + [2252] = 2252, [2253] = 2253, - [2254] = 2254, + [2254] = 1568, [2255] = 2255, [2256] = 2256, [2257] = 2257, [2258] = 2258, - [2259] = 2259, + [2259] = 2231, [2260] = 2260, [2261] = 2261, [2262] = 2262, @@ -4748,844 +4748,632 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2268] = 2268, [2269] = 2269, [2270] = 2270, - [2271] = 618, - [2272] = 2272, - [2273] = 2273, - [2274] = 619, - [2275] = 2230, - [2276] = 620, - [2277] = 623, - [2278] = 2278, - [2279] = 2279, + [2271] = 2271, + [2272] = 1567, + [2273] = 1566, + [2274] = 2274, + [2275] = 2267, + [2276] = 2276, + [2277] = 2277, + [2278] = 1193, + [2279] = 2222, [2280] = 2280, - [2281] = 1577, - [2282] = 2282, + [2281] = 1565, + [2282] = 2265, [2283] = 2283, - [2284] = 1587, - [2285] = 2285, + [2284] = 2284, + [2285] = 2263, [2286] = 2286, - [2287] = 2287, + [2287] = 2262, [2288] = 2288, - [2289] = 2251, - [2290] = 1589, + [2289] = 2289, + [2290] = 1570, [2291] = 2291, [2292] = 2292, [2293] = 2293, [2294] = 2294, - [2295] = 625, - [2296] = 2296, - [2297] = 2297, - [2298] = 2298, - [2299] = 2299, - [2300] = 2300, - [2301] = 2301, + [2295] = 605, + [2296] = 1584, + [2297] = 2245, + [2298] = 1577, + [2299] = 543, + [2300] = 2256, + [2301] = 2228, [2302] = 2302, - [2303] = 2303, - [2304] = 2224, - [2305] = 1591, - [2306] = 627, - [2307] = 2307, - [2308] = 2308, - [2309] = 2250, - [2310] = 628, - [2311] = 2311, - [2312] = 2312, - [2313] = 2225, + [2303] = 2229, + [2304] = 2304, + [2305] = 2305, + [2306] = 2223, + [2307] = 1593, + [2308] = 1581, + [2309] = 2309, + [2310] = 2310, + [2311] = 2231, + [2312] = 2309, + [2313] = 2313, [2314] = 2314, - [2315] = 2315, + [2315] = 550, [2316] = 2316, - [2317] = 632, + [2317] = 2317, [2318] = 2318, [2319] = 2319, [2320] = 2320, - [2321] = 2321, + [2321] = 2255, [2322] = 2322, - [2323] = 2303, - [2324] = 2324, - [2325] = 2325, - [2326] = 2201, - [2327] = 2231, - [2328] = 2328, - [2329] = 2329, - [2330] = 2228, - [2331] = 2220, - [2332] = 2219, - [2333] = 2218, - [2334] = 2334, - [2335] = 677, - [2336] = 2279, - [2337] = 2280, - [2338] = 2324, + [2323] = 2323, + [2324] = 1579, + [2325] = 2305, + [2326] = 2310, + [2327] = 2327, + [2328] = 2233, + [2329] = 2232, + [2330] = 2245, + [2331] = 2331, + [2332] = 2225, + [2333] = 2217, + [2334] = 2216, + [2335] = 2215, + [2336] = 2336, + [2337] = 560, + [2338] = 2338, [2339] = 2339, [2340] = 2340, [2341] = 2341, - [2342] = 1572, + [2342] = 2342, [2343] = 2343, - [2344] = 2222, - [2345] = 2345, - [2346] = 2346, + [2344] = 1583, + [2345] = 2224, + [2346] = 2201, [2347] = 2347, - [2348] = 2224, - [2349] = 2225, - [2350] = 2350, - [2351] = 2300, - [2352] = 2226, + [2348] = 2348, + [2349] = 2349, + [2350] = 2222, + [2351] = 2223, + [2352] = 2352, [2353] = 2353, - [2354] = 2298, - [2355] = 2297, - [2356] = 2292, + [2354] = 2224, + [2355] = 2355, + [2356] = 2356, [2357] = 2357, [2358] = 2358, - [2359] = 2230, - [2360] = 676, - [2361] = 2321, - [2362] = 2362, - [2363] = 2363, - [2364] = 673, - [2365] = 659, - [2366] = 2236, - [2367] = 655, - [2368] = 2200, - [2369] = 2288, - [2370] = 2285, - [2371] = 2283, - [2372] = 2280, - [2373] = 2279, - [2374] = 2270, - [2375] = 2253, - [2376] = 2254, - [2377] = 2259, - [2378] = 2258, - [2379] = 601, - [2380] = 2250, - [2381] = 2301, - [2382] = 2260, - [2383] = 2261, - [2384] = 661, + [2359] = 2359, + [2360] = 2360, + [2361] = 530, + [2362] = 565, + [2363] = 2323, + [2364] = 2364, + [2365] = 2365, + [2366] = 566, + [2367] = 569, + [2368] = 2238, + [2369] = 1590, + [2370] = 2322, + [2371] = 2252, + [2372] = 2372, + [2373] = 1580, + [2374] = 1563, + [2375] = 1586, + [2376] = 1595, + [2377] = 2255, + [2378] = 2256, + [2379] = 2284, + [2380] = 2288, + [2381] = 571, + [2382] = 2382, + [2383] = 2229, + [2384] = 2262, [2385] = 2263, - [2386] = 2226, + [2386] = 1589, [2387] = 2265, - [2388] = 2316, - [2389] = 2350, - [2390] = 2314, - [2391] = 2391, - [2392] = 2242, - [2393] = 2240, - [2394] = 2239, - [2395] = 2204, - [2396] = 1799, - [2397] = 641, - [2398] = 529, - [2399] = 590, - [2400] = 2209, - [2401] = 2213, - [2402] = 2215, - [2403] = 600, - [2404] = 2282, - [2405] = 2218, - [2406] = 2219, - [2407] = 2220, - [2408] = 2286, - [2409] = 2287, - [2410] = 2228, - [2411] = 2291, - [2412] = 562, - [2413] = 2413, - [2414] = 2231, - [2415] = 2201, - [2416] = 561, - [2417] = 2234, - [2418] = 568, - [2419] = 2299, - [2420] = 2267, - [2421] = 2301, - [2422] = 2308, - [2423] = 2423, - [2424] = 2424, - [2425] = 2425, + [2388] = 573, + [2389] = 2267, + [2390] = 2318, + [2391] = 2289, + [2392] = 2316, + [2393] = 577, + [2394] = 1601, + [2395] = 2238, + [2396] = 2238, + [2397] = 2397, + [2398] = 528, + [2399] = 2231, + [2400] = 2245, + [2401] = 2316, + [2402] = 2402, + [2403] = 1604, + [2404] = 540, + [2405] = 593, + [2406] = 2284, + [2407] = 2407, + [2408] = 2338, + [2409] = 629, + [2410] = 2288, + [2411] = 2289, + [2412] = 626, + [2413] = 2293, + [2414] = 1576, + [2415] = 2415, + [2416] = 608, + [2417] = 2339, + [2418] = 594, + [2419] = 529, + [2420] = 666, + [2421] = 2228, + [2422] = 1599, + [2423] = 2229, + [2424] = 2310, + [2425] = 2319, [2426] = 2426, - [2427] = 2307, - [2428] = 2308, - [2429] = 2278, - [2430] = 2430, - [2431] = 2303, - [2432] = 2307, - [2433] = 2314, - [2434] = 2318, + [2427] = 2314, + [2428] = 2428, + [2429] = 2309, + [2430] = 2310, + [2431] = 2431, + [2432] = 1598, + [2433] = 2433, + [2434] = 2309, [2435] = 2316, - [2436] = 552, - [2437] = 2358, - [2438] = 2347, - [2439] = 2200, - [2440] = 2321, - [2441] = 2321, - [2442] = 2303, - [2443] = 2200, - [2444] = 2444, - [2445] = 2201, - [2446] = 2231, - [2447] = 2353, - [2448] = 2346, - [2449] = 2228, - [2450] = 2220, - [2451] = 2219, - [2452] = 2218, - [2453] = 2236, - [2454] = 604, - [2455] = 2279, - [2456] = 2280, - [2457] = 2324, - [2458] = 550, - [2459] = 2316, - [2460] = 2222, - [2461] = 2314, - [2462] = 636, - [2463] = 2343, - [2464] = 2224, - [2465] = 2225, - [2466] = 598, - [2467] = 1593, - [2468] = 2226, + [2436] = 2436, + [2437] = 2318, + [2438] = 655, + [2439] = 589, + [2440] = 582, + [2441] = 2322, + [2442] = 2323, + [2443] = 2224, + [2444] = 2305, + [2445] = 2445, + [2446] = 2446, + [2447] = 2233, + [2448] = 2232, + [2449] = 1597, + [2450] = 2450, + [2451] = 2225, + [2452] = 2217, + [2453] = 2216, + [2454] = 2215, + [2455] = 2223, + [2456] = 2245, + [2457] = 2338, + [2458] = 2339, + [2459] = 2340, + [2460] = 656, + [2461] = 2222, + [2462] = 2462, + [2463] = 2463, + [2464] = 2464, + [2465] = 535, + [2466] = 2222, + [2467] = 2223, + [2468] = 2468, [2469] = 2469, - [2470] = 1596, - [2471] = 1600, - [2472] = 2230, - [2473] = 2308, - [2474] = 2250, - [2475] = 2423, - [2476] = 2425, - [2477] = 2477, - [2478] = 554, - [2479] = 2236, - [2480] = 594, - [2481] = 2481, - [2482] = 2307, + [2470] = 2224, + [2471] = 2237, + [2472] = 2472, + [2473] = 2201, + [2474] = 2474, + [2475] = 2294, + [2476] = 2318, + [2477] = 2292, + [2478] = 2283, + [2479] = 2479, + [2480] = 2240, + [2481] = 2238, + [2482] = 2218, [2483] = 2483, - [2484] = 2484, - [2485] = 617, - [2486] = 2328, - [2487] = 2253, - [2488] = 2254, - [2489] = 2299, - [2490] = 2490, - [2491] = 621, - [2492] = 2469, - [2493] = 2260, - [2494] = 2261, - [2495] = 2495, + [2484] = 576, + [2485] = 2253, + [2486] = 572, + [2487] = 549, + [2488] = 2206, + [2489] = 2255, + [2490] = 2256, + [2491] = 2228, + [2492] = 651, + [2493] = 2236, + [2494] = 2251, + [2495] = 2262, [2496] = 2263, - [2497] = 2230, + [2497] = 2497, [2498] = 2265, - [2499] = 2301, - [2500] = 2299, - [2501] = 631, - [2502] = 2250, - [2503] = 638, - [2504] = 637, - [2505] = 2324, - [2506] = 2282, - [2507] = 2291, - [2508] = 2508, - [2509] = 2286, - [2510] = 2287, - [2511] = 2287, - [2512] = 2291, - [2513] = 2286, - [2514] = 2514, - [2515] = 2282, - [2516] = 1595, - [2517] = 1592, - [2518] = 1564, - [2519] = 2519, - [2520] = 2299, - [2521] = 2521, - [2522] = 2301, - [2523] = 1584, - [2524] = 2307, - [2525] = 2308, - [2526] = 650, - [2527] = 2248, - [2528] = 1576, - [2529] = 651, - [2530] = 2530, - [2531] = 2221, - [2532] = 2200, - [2533] = 2321, - [2534] = 2238, - [2535] = 2303, - [2536] = 2362, - [2537] = 2291, + [2499] = 2231, + [2500] = 2267, + [2501] = 2340, + [2502] = 612, + [2503] = 2364, + [2504] = 2365, + [2505] = 2426, + [2506] = 614, + [2507] = 2277, + [2508] = 2284, + [2509] = 2382, + [2510] = 639, + [2511] = 2288, + [2512] = 2289, + [2513] = 652, + [2514] = 2293, + [2515] = 556, + [2516] = 673, + [2517] = 609, + [2518] = 553, + [2519] = 557, + [2520] = 561, + [2521] = 2397, + [2522] = 2228, + [2523] = 2523, + [2524] = 2229, + [2525] = 567, + [2526] = 2309, + [2527] = 2310, + [2528] = 2428, + [2529] = 2356, + [2530] = 2474, + [2531] = 568, + [2532] = 570, + [2533] = 574, + [2534] = 2322, + [2535] = 2323, + [2536] = 581, + [2537] = 2305, [2538] = 2538, - [2539] = 2231, - [2540] = 2540, - [2541] = 2541, - [2542] = 2228, - [2543] = 2220, - [2544] = 2219, - [2545] = 2218, - [2546] = 2322, - [2547] = 2363, - [2548] = 2279, - [2549] = 2280, - [2550] = 2324, - [2551] = 2320, - [2552] = 2319, - [2553] = 2424, - [2554] = 2236, - [2555] = 1571, - [2556] = 1570, - [2557] = 1569, - [2558] = 2426, - [2559] = 657, - [2560] = 2560, - [2561] = 528, - [2562] = 1568, - [2563] = 2265, - [2564] = 2315, - [2565] = 2263, - [2566] = 2566, - [2567] = 2508, - [2568] = 2312, - [2569] = 2261, - [2570] = 2260, - [2571] = 2571, - [2572] = 2572, + [2539] = 2293, + [2540] = 2233, + [2541] = 2232, + [2542] = 2472, + [2543] = 2543, + [2544] = 2225, + [2545] = 2217, + [2546] = 2216, + [2547] = 2215, + [2548] = 584, + [2549] = 2523, + [2550] = 2338, + [2551] = 2339, + [2552] = 2340, + [2553] = 585, + [2554] = 2469, + [2555] = 2555, + [2556] = 2238, + [2557] = 2450, + [2558] = 595, + [2559] = 627, + [2560] = 668, + [2561] = 2355, + [2562] = 2322, + [2563] = 2563, + [2564] = 2445, + [2565] = 677, + [2566] = 2436, + [2567] = 2433, + [2568] = 2568, + [2569] = 2569, + [2570] = 2431, + [2571] = 2339, + [2572] = 616, [2573] = 2573, - [2574] = 610, - [2575] = 545, - [2576] = 2576, - [2577] = 2311, + [2574] = 2574, + [2575] = 2575, + [2576] = 1947, + [2577] = 2577, [2578] = 2578, - [2579] = 2579, - [2580] = 1566, - [2581] = 1947, - [2582] = 2582, - [2583] = 2483, - [2584] = 2287, - [2585] = 2286, - [2586] = 2560, - [2587] = 548, - [2588] = 602, - [2589] = 1565, - [2590] = 1586, - [2591] = 2254, - [2592] = 2253, - [2593] = 603, - [2594] = 559, - [2595] = 2257, - [2596] = 2596, - [2597] = 2282, - [2598] = 1599, - [2599] = 1603, - [2600] = 1604, - [2601] = 1598, - [2602] = 1590, - [2603] = 1581, - [2604] = 577, - [2605] = 2236, - [2606] = 2606, - [2607] = 2607, - [2608] = 612, - [2609] = 640, - [2610] = 2519, - [2611] = 2521, - [2612] = 639, - [2613] = 2221, - [2614] = 607, - [2615] = 634, - [2616] = 2238, - [2617] = 2362, - [2618] = 2530, - [2619] = 2579, - [2620] = 633, - [2621] = 2363, - [2622] = 2424, - [2623] = 630, - [2624] = 2426, - [2625] = 2540, - [2626] = 2226, - [2627] = 2225, - [2628] = 2224, - [2629] = 608, - [2630] = 2248, - [2631] = 2257, - [2632] = 2222, - [2633] = 629, - [2634] = 626, + [2579] = 615, + [2580] = 2580, + [2581] = 2415, + [2582] = 2338, + [2583] = 2372, + [2584] = 2323, + [2585] = 2293, + [2586] = 2289, + [2587] = 2288, + [2588] = 2555, + [2589] = 2589, + [2590] = 2360, + [2591] = 2358, + [2592] = 2357, + [2593] = 2246, + [2594] = 1596, + [2595] = 534, + [2596] = 2286, + [2597] = 2320, + [2598] = 637, + [2599] = 2284, + [2600] = 654, + [2601] = 642, + [2602] = 2274, + [2603] = 647, + [2604] = 657, + [2605] = 672, + [2606] = 580, + [2607] = 671, + [2608] = 2608, + [2609] = 660, + [2610] = 2264, + [2611] = 670, + [2612] = 2226, + [2613] = 2227, + [2614] = 2250, + [2615] = 669, + [2616] = 551, + [2617] = 599, + [2618] = 2618, + [2619] = 2218, + [2620] = 2241, + [2621] = 2563, + [2622] = 2569, + [2623] = 2236, + [2624] = 2364, + [2625] = 578, + [2626] = 2365, + [2627] = 2247, + [2628] = 564, + [2629] = 559, + [2630] = 2210, + [2631] = 621, + [2632] = 2240, + [2633] = 2246, + [2634] = 2212, [2635] = 624, - [2636] = 2582, - [2637] = 611, - [2638] = 668, - [2639] = 2560, - [2640] = 2483, - [2641] = 606, - [2642] = 2582, - [2643] = 605, - [2644] = 643, - [2645] = 589, - [2646] = 588, - [2647] = 587, - [2648] = 593, - [2649] = 2579, - [2650] = 586, - [2651] = 583, - [2652] = 582, - [2653] = 581, - [2654] = 2560, - [2655] = 652, - [2656] = 2265, - [2657] = 2578, - [2658] = 580, - [2659] = 2263, - [2660] = 579, - [2661] = 576, - [2662] = 2481, - [2663] = 2426, - [2664] = 2424, - [2665] = 2261, - [2666] = 2363, - [2667] = 2362, - [2668] = 2357, - [2669] = 2341, - [2670] = 2340, - [2671] = 2334, - [2672] = 2329, - [2673] = 2325, - [2674] = 575, - [2675] = 2269, - [2676] = 2268, - [2677] = 2238, - [2678] = 2221, - [2679] = 2214, - [2680] = 2212, + [2636] = 552, + [2637] = 542, + [2638] = 2426, + [2639] = 633, + [2640] = 2215, + [2641] = 2428, + [2642] = 2415, + [2643] = 2216, + [2644] = 2577, + [2645] = 2217, + [2646] = 591, + [2647] = 610, + [2648] = 613, + [2649] = 667, + [2650] = 2577, + [2651] = 2563, + [2652] = 2225, + [2653] = 2555, + [2654] = 649, + [2655] = 631, + [2656] = 2555, + [2657] = 601, + [2658] = 2267, + [2659] = 2580, + [2660] = 554, + [2661] = 2265, + [2662] = 658, + [2663] = 2663, + [2664] = 2483, + [2665] = 2428, + [2666] = 2426, + [2667] = 2263, + [2668] = 2365, + [2669] = 2364, + [2670] = 2359, + [2671] = 2343, + [2672] = 2342, + [2673] = 2336, + [2674] = 2331, + [2675] = 2327, + [2676] = 2232, + [2677] = 2271, + [2678] = 2270, + [2679] = 2236, + [2680] = 2218, [2681] = 2211, - [2682] = 2210, + [2682] = 2209, [2683] = 2208, [2684] = 2207, - [2685] = 2206, - [2686] = 2205, + [2685] = 2205, + [2686] = 2204, [2687] = 2203, - [2688] = 2202, - [2689] = 2538, - [2690] = 2232, - [2691] = 2256, - [2692] = 2579, - [2693] = 2293, - [2694] = 2294, - [2695] = 2296, - [2696] = 2596, - [2697] = 2413, - [2698] = 2430, - [2699] = 2260, - [2700] = 660, - [2701] = 573, - [2702] = 572, - [2703] = 571, - [2704] = 2582, - [2705] = 570, - [2706] = 566, - [2707] = 2248, - [2708] = 2257, - [2709] = 563, - [2710] = 553, - [2711] = 543, - [2712] = 2483, - [2713] = 533, - [2714] = 642, - [2715] = 662, - [2716] = 2483, - [2717] = 2582, - [2718] = 665, - [2719] = 663, - [2720] = 2579, - [2721] = 2721, - [2722] = 644, - [2723] = 645, - [2724] = 2560, - [2725] = 1118, - [2726] = 649, - [2727] = 2426, - [2728] = 2424, - [2729] = 2363, - [2730] = 2362, - [2731] = 2238, - [2732] = 2221, - [2733] = 669, - [2734] = 2254, - [2735] = 2253, - [2736] = 675, - [2737] = 672, - [2738] = 2248, - [2739] = 2257, - [2740] = 2740, - [2741] = 2741, + [2688] = 2538, + [2689] = 2257, + [2690] = 2258, + [2691] = 2260, + [2692] = 2261, + [2693] = 2353, + [2694] = 558, + [2695] = 2463, + [2696] = 2464, + [2697] = 2468, + [2698] = 2663, + [2699] = 2699, + [2700] = 2589, + [2701] = 2262, + [2702] = 2563, + [2703] = 646, + [2704] = 641, + [2705] = 661, + [2706] = 1827, + [2707] = 623, + [2708] = 2233, + [2709] = 2240, + [2710] = 2246, + [2711] = 648, + [2712] = 675, + [2713] = 600, + [2714] = 2577, + [2715] = 536, + [2716] = 2235, + [2717] = 2415, + [2718] = 2415, + [2719] = 2577, + [2720] = 640, + [2721] = 2305, + [2722] = 2563, + [2723] = 2723, + [2724] = 2269, + [2725] = 611, + [2726] = 2555, + [2727] = 2340, + [2728] = 607, + [2729] = 2428, + [2730] = 2426, + [2731] = 2365, + [2732] = 2364, + [2733] = 2236, + [2734] = 2218, + [2735] = 532, + [2736] = 2256, + [2737] = 2255, + [2738] = 2280, + [2739] = 2699, + [2740] = 2240, + [2741] = 2246, [2742] = 2742, [2743] = 2743, [2744] = 2744, [2745] = 2745, - [2746] = 2745, - [2747] = 2743, + [2746] = 1834, + [2747] = 2747, [2748] = 2748, - [2749] = 2744, - [2750] = 2744, + [2749] = 2748, + [2750] = 2745, [2751] = 2751, - [2752] = 2752, - [2753] = 2742, - [2754] = 2744, - [2755] = 2745, - [2756] = 2742, - [2757] = 2743, - [2758] = 2758, - [2759] = 2759, - [2760] = 2760, - [2761] = 2761, + [2752] = 2747, + [2753] = 2747, + [2754] = 2754, + [2755] = 2755, + [2756] = 2744, + [2757] = 2757, + [2758] = 2744, + [2759] = 2747, + [2760] = 2748, + [2761] = 2745, [2762] = 2762, [2763] = 2763, - [2764] = 2751, + [2764] = 2764, [2765] = 2765, - [2766] = 2766, + [2766] = 2755, [2767] = 2767, [2768] = 2768, [2769] = 2769, [2770] = 2770, - [2771] = 2748, - [2772] = 2740, - [2773] = 2745, - [2774] = 2742, + [2771] = 2751, + [2772] = 2742, + [2773] = 2744, + [2774] = 2751, [2775] = 2748, - [2776] = 2748, - [2777] = 2744, - [2778] = 1922, - [2779] = 2748, + [2776] = 1923, + [2777] = 2751, + [2778] = 2778, + [2779] = 2747, [2780] = 2780, - [2781] = 2781, - [2782] = 2748, - [2783] = 2742, + [2781] = 2751, + [2782] = 2782, + [2783] = 2783, [2784] = 2784, - [2785] = 2785, - [2786] = 2786, + [2785] = 2744, + [2786] = 2770, [2787] = 2787, - [2788] = 2758, - [2789] = 2759, - [2790] = 2760, + [2788] = 2764, + [2789] = 2763, + [2790] = 2762, [2791] = 2751, [2792] = 2792, - [2793] = 2761, - [2794] = 2762, + [2793] = 2755, + [2794] = 2794, [2795] = 2795, - [2796] = 2760, - [2797] = 2759, - [2798] = 2758, - [2799] = 2748, - [2800] = 2800, + [2796] = 2796, + [2797] = 2797, + [2798] = 2798, + [2799] = 2770, + [2800] = 2795, [2801] = 2801, - [2802] = 2767, - [2803] = 2765, - [2804] = 2745, - [2805] = 2805, - [2806] = 2763, - [2807] = 2751, - [2808] = 2741, - [2809] = 2809, - [2810] = 2810, - [2811] = 2767, - [2812] = 2812, - [2813] = 2813, - [2814] = 2787, + [2802] = 2802, + [2803] = 2797, + [2804] = 2804, + [2805] = 2767, + [2806] = 2748, + [2807] = 2763, + [2808] = 2764, + [2809] = 2755, + [2810] = 2743, + [2811] = 2811, + [2812] = 2762, + [2813] = 2792, + [2814] = 2796, [2815] = 2815, - [2816] = 2765, - [2817] = 2815, - [2818] = 2818, - [2819] = 2819, - [2820] = 2805, - [2821] = 2763, + [2816] = 2804, + [2817] = 2792, + [2818] = 2796, + [2819] = 2811, + [2820] = 2795, + [2821] = 2821, [2822] = 2822, - [2823] = 2743, - [2824] = 2809, - [2825] = 2762, - [2826] = 2760, - [2827] = 2759, - [2828] = 1802, - [2829] = 2758, - [2830] = 2810, - [2831] = 2815, - [2832] = 2787, + [2823] = 2797, + [2824] = 2751, + [2825] = 2745, + [2826] = 2755, + [2827] = 2792, + [2828] = 2802, + [2829] = 2796, + [2830] = 2815, + [2831] = 2797, + [2832] = 2770, [2833] = 2833, - [2834] = 2748, - [2835] = 2767, - [2836] = 2765, - [2837] = 2813, - [2838] = 2763, - [2839] = 2812, - [2840] = 2740, - [2841] = 2787, - [2842] = 2813, - [2843] = 2815, - [2844] = 2844, + [2834] = 2770, + [2835] = 2835, + [2836] = 2836, + [2837] = 2795, + [2838] = 2838, + [2839] = 2839, + [2840] = 2840, + [2841] = 2802, + [2842] = 2742, + [2843] = 2843, + [2844] = 2815, [2845] = 2845, - [2846] = 2805, + [2846] = 2846, [2847] = 2847, [2848] = 2848, - [2849] = 2849, - [2850] = 2762, - [2851] = 2760, - [2852] = 2759, - [2853] = 2740, - [2854] = 2758, - [2855] = 2813, - [2856] = 2751, - [2857] = 2748, - [2858] = 2787, - [2859] = 2822, + [2849] = 2751, + [2850] = 2767, + [2851] = 2764, + [2852] = 2763, + [2853] = 2762, + [2854] = 2751, + [2855] = 2742, + [2856] = 2798, + [2857] = 2815, + [2858] = 515, + [2859] = 2762, [2860] = 2860, - [2861] = 2861, - [2862] = 2862, - [2863] = 2767, - [2864] = 2765, - [2865] = 2865, - [2866] = 2740, - [2867] = 506, - [2868] = 2813, - [2869] = 2763, - [2870] = 2741, - [2871] = 2741, - [2872] = 2741, - [2873] = 2873, + [2861] = 2763, + [2862] = 2764, + [2863] = 2765, + [2864] = 2792, + [2865] = 2796, + [2866] = 2866, + [2867] = 2767, + [2868] = 2742, + [2869] = 2797, + [2870] = 2815, + [2871] = 2757, + [2872] = 2743, + [2873] = 2743, + [2874] = 2743, + [2875] = 2875, }; -static inline bool sym__glimmer_template_content_character_set_1(int32_t c) { - return (c < 8232 - ? (c < 160 - ? (c < ' ' - ? (c >= '\t' && c <= '\r') - : c <= ' ') - : (c <= 160 || (c < 8192 - ? c == 5760 - : c <= 8203))) - : (c <= 8233 || (c < 12288 - ? (c < 8287 - ? c == 8239 - : c <= 8288) - : (c <= 12288 || c == 65279)))); -} - -static inline bool sym__glimmer_template_content_character_set_2(int32_t c) { - return (c < 8192 - ? (c < ' ' - ? (c < 11 - ? c == '\t' - : c <= '\r') - : (c <= ' ' || (c < 5760 - ? c == 160 - : c <= 5760))) - : (c <= 8203 || (c < 8287 - ? (c < 8239 - ? (c >= 8232 && c <= 8233) - : c <= 8239) - : (c <= 8288 || (c < 65279 - ? c == 12288 - : c <= 65279))))); -} - -static inline bool aux_sym_jsx_text_token1_character_set_1(int32_t c) { - return (c < 8232 - ? (c < 5760 - ? (c < 160 - ? (c >= '\t' && c <= '\r') - : c <= 160) - : (c <= 5760 || (c >= 8192 && c <= 8203))) - : (c <= 8233 || (c < 12288 - ? (c < 8287 - ? c == 8239 - : c <= 8288) - : (c <= 12288 || c == 65279)))); -} - -static inline bool aux_sym_jsx_text_token1_character_set_2(int32_t c) { - return (c < 8232 - ? (c < 160 - ? (c < 11 - ? c == '\t' - : c <= '\r') - : (c <= 160 || (c < 8192 - ? c == 5760 - : c <= 8203))) - : (c <= 8233 || (c < 12288 - ? (c < 8287 - ? c == 8239 - : c <= 8288) - : (c <= 12288 || c == 65279)))); -} - -static inline bool anon_sym_BANG_character_set_1(int32_t c) { - return (c < 8192 - ? (c < 160 - ? (c < ' ' - ? (c >= '\t' && c <= '\r') - : c <= ' ') - : (c <= 160 || c == 5760)) - : (c <= 8203 || (c < 12288 - ? (c < 8287 - ? c == 8239 - : c <= 8288) - : (c <= 12288 || c == 65279)))); -} - -static inline bool sym_unescaped_double_string_fragment_character_set_1(int32_t c) { - return (c < 8232 - ? (c < 160 - ? (c < ' ' - ? (c >= '\t' && c <= '\f') - : c <= ' ') - : (c <= 160 || (c < 8192 - ? c == 5760 - : c <= 8203))) - : (c <= 8233 || (c < 12288 - ? (c < 8287 - ? c == 8239 - : c <= 8288) - : (c <= 12288 || c == 65279)))); -} - -static inline bool sym_unescaped_double_string_fragment_character_set_2(int32_t c) { - return (c < 8192 - ? (c < ' ' - ? (c < 11 - ? c == '\t' - : c <= '\f') - : (c <= ' ' || (c < 5760 - ? c == 160 - : c <= 5760))) - : (c <= 8203 || (c < 8287 - ? (c < 8239 - ? (c >= 8232 && c <= 8233) - : c <= 8239) - : (c <= 8288 || (c < 65279 - ? c == 12288 - : c <= 65279))))); -} - -static inline bool sym_identifier_character_set_1(int32_t c) { - return (c < 160 - ? (c < ':' - ? (c < 0 - ? c == 0 - : (c <= '#' || (c >= '%' && c <= '/'))) - : (c <= '@' || (c < '`' - ? (c >= '[' && c <= '^') - : (c <= '`' || (c >= '{' && c <= '~'))))) - : (c <= 160 || (c < 8287 - ? (c < 8192 - ? c == 5760 - : (c <= 8203 || c == 8239)) - : (c <= 8288 || (c < 65279 - ? c == 12288 - : c <= 65279))))); -} - -static inline bool sym_identifier_character_set_2(int32_t c) { - return (c < 5760 - ? (c < '[' - ? (c < 0 - ? c == 0 - : (c <= '#' || (c >= '%' && c <= '@'))) - : (c <= '`' || (c < 160 - ? (c >= '{' && c <= '~') - : c <= 160))) - : (c <= 5760 || (c < 8287 - ? (c < 8239 - ? (c >= 8192 && c <= 8203) - : c <= 8239) - : (c <= 8288 || (c < 65279 - ? c == 12288 - : c <= 65279))))); -} - -static inline bool sym_identifier_character_set_3(int32_t c) { - return (c < 160 - ? (c < ':' - ? (c < 0 - ? c == 0 - : (c <= '#' || (c >= '%' && c <= '/'))) - : (c <= '@' || (c < '{' - ? (c >= '[' && c <= '`') - : c <= '~'))) - : (c <= 160 || (c < 8287 - ? (c < 8192 - ? c == 5760 - : (c <= 8203 || c == 8239)) - : (c <= 8288 || (c < 65279 - ? c == 12288 - : c <= 65279))))); -} - -static inline bool sym_identifier_character_set_4(int32_t c) { - return (c < 5760 - ? (c < '`' - ? (c < 0 - ? c == 0 - : (c <= '@' || (c >= '[' && c <= '^'))) - : (c <= '`' || (c < 160 - ? (c >= '{' && c <= '~') - : c <= 160))) - : (c <= 5760 || (c < 8287 - ? (c < 8239 - ? (c >= 8192 && c <= 8203) - : c <= 8239) - : (c <= 8288 || (c < 65279 - ? c == 12288 - : c <= 65279))))); -} +static TSCharacterRange extras_character_set_1[] = { + {'\t', '\r'}, {' ', ' '}, {0xa0, 0xa0}, {0x1680, 0x1680}, {0x2000, 0x200b}, {0x2028, 0x2029}, {0x202f, 0x202f}, {0x205f, 0x2060}, + {0x3000, 0x3000}, {0xfeff, 0xfeff}, +}; -static inline bool sym_identifier_character_set_5(int32_t c) { - return (c < 8192 - ? (c < 160 - ? (c < 0 - ? c == 0 - : c <= '~') - : (c <= 160 || c == 5760)) - : (c <= 8203 || (c < 12288 - ? (c < 8287 - ? c == 8239 - : c <= 8288) - : (c <= 12288 || c == 65279)))); -} +static TSCharacterRange extras_character_set_2[] = { + {'\t', '\r'}, {' ', ' '}, {0xa0, 0xa0}, {0x1680, 0x1680}, {0x2000, 0x200b}, {0x202f, 0x202f}, {0x205f, 0x2060}, {0x3000, 0x3000}, + {0xfeff, 0xfeff}, +}; -static inline bool sym_identifier_character_set_6(int32_t c) { - return (c < 160 - ? (c < ':' - ? (c < 0 - ? c == 0 - : (c <= '#' || (c >= '%' && c <= '/'))) - : (c <= '@' || (c < '`' - ? (c >= '[' && c <= '^') - : (c <= '`' || (c >= '|' && c <= '~'))))) - : (c <= 160 || (c < 8287 - ? (c < 8192 - ? c == 5760 - : (c <= 8203 || c == 8239)) - : (c <= 8288 || (c < 65279 - ? c == 12288 - : c <= 65279))))); -} +static TSCharacterRange sym_identifier_character_set_1[] = { + {'$', '$'}, {'A', 'Z'}, {'\\', '\\'}, {'_', '_'}, {'a', 'z'}, {0x7f, 0x9f}, {0xa1, 0x167f}, {0x1681, 0x1fff}, + {0x200c, 0x202e}, {0x2030, 0x205e}, {0x2061, 0x2fff}, {0x3001, 0xfefe}, {0xff00, 0x10ffff}, +}; -static inline bool sym_private_property_identifier_character_set_1(int32_t c) { - return (c < 160 - ? (c < '[' - ? (c < 0 - ? c == 0 - : (c <= '#' || (c >= '%' && c <= '@'))) - : (c <= '^' || (c < '{' - ? c == '`' - : c <= '~'))) - : (c <= 160 || (c < 8287 - ? (c < 8192 - ? c == 5760 - : (c <= 8203 || c == 8239)) - : (c <= 8288 || (c < 65279 - ? c == 12288 - : c <= 65279))))); -} +static TSCharacterRange sym_identifier_character_set_2[] = { + {'$', '$'}, {'0', '9'}, {'A', 'Z'}, {'\\', '\\'}, {'_', '_'}, {'a', 'z'}, {0x7f, 0x9f}, {0xa1, 0x167f}, + {0x1681, 0x1fff}, {0x200c, 0x202e}, {0x2030, 0x205e}, {0x2061, 0x2fff}, {0x3001, 0xfefe}, {0xff00, 0x10ffff}, +}; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); @@ -5593,56 +5381,57 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { switch (state) { case 0: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(422); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(11); - if (lookahead == '$') ADVANCE(604); - if (lookahead == '%') ADVANCE(407); - if (lookahead == '&') ADVANCE(394); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == '*') ADVANCE(265); - if (lookahead == '+') ADVANCE(401); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(403); - if (lookahead == '.') ADVANCE(340); - if (lookahead == '/') ADVANCE(447); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(330); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '>') ADVANCE(336); - if (lookahead == '?') ADVANCE(57); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(203); - if (lookahead == ']') ADVANCE(312); - if (lookahead == '^') ADVANCE(397); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(575); - if (lookahead == 'c') ADVANCE(506); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(549); - if (lookahead == 'f') ADVANCE(544); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'o') ADVANCE(534); - if (lookahead == 's') ADVANCE(594); - if (lookahead == 't') ADVANCE(507); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(398); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(478); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(249) - if (lookahead != 0 && - lookahead > 31) ADVANCE(614); + ADVANCE_MAP( + '!', 422, + '"', 344, + '#', 11, + '$', 604, + '%', 407, + '&', 394, + '\'', 345, + '(', 286, + ')', 287, + '*', 265, + '+', 401, + ',', 272, + '-', 403, + '.', 340, + '/', 447, + '0', 461, + ':', 300, + ';', 299, + '<', 330, + '=', 309, + '>', 336, + '?', 57, + '@', 619, + '[', 311, + '\\', 203, + ']', 312, + '^', 397, + '`', 445, + 'a', 575, + 'c', 506, + 'd', 528, + 'e', 549, + 'f', 544, + 'i', 558, + 'l', 529, + 'o', 534, + 's', 594, + 't', 507, + 'v', 510, + 'w', 538, + '{', 271, + '|', 398, + '}', 273, + '~', 423, + 0x2028, 478, + 0x2029, 478, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(249); + if (lookahead > '@') ADVANCE(615); END_STATE(); case 1: if (lookahead == '\n') ADVANCE(620); @@ -5650,30 +5439,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(1); END_STATE(); case 2: - if (lookahead == '\n') SKIP(45) + if (lookahead == '\n') SKIP(45); if (lookahead == ' ') ADVANCE(2); if (lookahead == '&') ADVANCE(42); if (lookahead == '/') ADVANCE(319); if (lookahead == '<') ADVANCE(329); if (lookahead == '{') ADVANCE(271); - if (aux_sym_jsx_text_token1_character_set_1(lookahead)) ADVANCE(321); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(321); if (lookahead != 0 && lookahead != '>' && lookahead != '}') ADVANCE(320); END_STATE(); case 3: - if (lookahead == '\n') SKIP(3) + if (lookahead == '\n') SKIP(3); if (lookahead == '/') ADVANCE(314); if (lookahead == '<') ADVANCE(316); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(315); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(315); if (lookahead != 0) ADVANCE(313); END_STATE(); case 4: - if (lookahead == '\n') SKIP(63) + if (lookahead == '\n') SKIP(63); if (lookahead == '/') ADVANCE(49); if (lookahead == '[') ADVANCE(108); if (lookahead == '\\') ADVANCE(248); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(448); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(448); if (lookahead != 0) ADVANCE(449); END_STATE(); case 5: @@ -5687,1141 +5476,1167 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '}') ADVANCE(320); END_STATE(); case 6: - if (lookahead == ' ') ADVANCE(6); - if (lookahead == '*') ADVANCE(322); - if (lookahead == '\n' || - lookahead == '&' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') ADVANCE(52); + ADVANCE_MAP( + ' ', 6, + '*', 322, + '\n', 52, + '&', 52, + '<', 52, + '>', 52, + '{', 52, + '}', 52, + ); if (lookahead != 0) ADVANCE(323); END_STATE(); case 7: - if (lookahead == '!') ADVANCE(422); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(333); - if (lookahead == '=') ADVANCE(104); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == ']') ADVANCE(312); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(553); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(399); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(499); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(7) - if (lookahead != 0 && - lookahead > 31) ADVANCE(614); + ADVANCE_MAP( + '!', 422, + '"', 344, + '#', 107, + '%', 406, + '&', 395, + '\'', 345, + '(', 286, + ')', 287, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 341, + '/', 404, + '0', 461, + ':', 300, + ';', 299, + '<', 333, + '=', 104, + '>', 337, + '?', 58, + '@', 619, + '[', 311, + '\\', 206, + ']', 312, + '^', 396, + '`', 445, + 'a', 578, + 'c', 553, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + '{', 271, + '|', 399, + '}', 273, + '~', 423, + 0x2028, 499, + 0x2029, 499, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(7); + if (lookahead > '#') ADVANCE(615); END_STATE(); case 8: - if (lookahead == '!') ADVANCE(422); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(333); - if (lookahead == '=') ADVANCE(104); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(553); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'o') ADVANCE(534); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(399); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(498); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(8) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < ')' || ':' < lookahead) && - lookahead != ']' && - lookahead != '}') ADVANCE(614); + ADVANCE_MAP( + '!', 422, + '"', 344, + '#', 107, + '%', 406, + '&', 395, + '\'', 345, + '(', 286, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 341, + '/', 404, + '0', 461, + ';', 299, + '<', 333, + '=', 104, + '>', 337, + '?', 58, + '@', 619, + '[', 311, + '\\', 206, + '^', 396, + '`', 445, + 'a', 578, + 'c', 553, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + 'o', 534, + '{', 271, + '|', 399, + '~', 423, + 0x2028, 498, + 0x2029, 498, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(8); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 9: - if (lookahead == '!') ADVANCE(422); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(333); - if (lookahead == '=') ADVANCE(308); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(399); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(491); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(9) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < ')' || ':' < lookahead) && - lookahead != ']') ADVANCE(614); + ADVANCE_MAP( + '!', 422, + '"', 344, + '#', 107, + '%', 406, + '&', 395, + '\'', 345, + '(', 286, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 341, + '/', 404, + '0', 461, + ';', 299, + '<', 333, + '=', 308, + '>', 337, + '?', 58, + '@', 619, + '[', 311, + '\\', 206, + '^', 396, + '`', 445, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '|', 399, + '}', 273, + '~', 423, + 0x2028, 491, + 0x2029, 491, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(9); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead)) ADVANCE(615); END_STATE(); case 10: - if (lookahead == '!') ADVANCE(422); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(333); - if (lookahead == '=') ADVANCE(308); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(399); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(494); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(10) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < ')' || ':' < lookahead) && - lookahead != ']') ADVANCE(614); + ADVANCE_MAP( + '!', 422, + '"', 344, + '#', 107, + '%', 406, + '&', 395, + '\'', 345, + '(', 286, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 341, + '/', 404, + '0', 461, + ';', 299, + '<', 333, + '=', 308, + '>', 337, + '?', 58, + '@', 619, + '[', 311, + '\\', 206, + '^', 396, + '`', 445, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 550, + 'f', 599, + 'i', 558, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '|', 399, + '}', 273, + '~', 423, + 0x2028, 494, + 0x2029, 494, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(10); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead)) ADVANCE(615); END_STATE(); case 11: if (lookahead == '!') ADVANCE(261); if (lookahead == '\\') ADVANCE(205); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(616); + if (set_contains(sym_identifier_character_set_1, 13, lookahead)) ADVANCE(616); END_STATE(); case 12: - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(55); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == ']') ADVANCE(312); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(553); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(500); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(12) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + ')', 287, + '+', 400, + ',', 272, + '-', 402, + '.', 55, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + ']', 312, + '`', 445, + 'a', 578, + 'c', 553, + 'e', 600, + 'f', 599, + 'l', 529, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 500, + 0x2029, 500, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(12); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 13: - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(264); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(55); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 's') ADVANCE(594); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(484); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(13) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '*', 264, + '+', 400, + ',', 272, + '-', 402, + '.', 55, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 552, + 'e', 600, + 'f', 599, + 'l', 529, + 's', 594, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 484, + 0x2029, 484, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(13); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 14: - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(553); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(500); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(14) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|' && - lookahead != '}') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 341, + '/', 404, + '0', 461, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 553, + 'e', 600, + 'f', 599, + 'l', 529, + '{', 271, + '~', 423, + 0x2028, 500, + 0x2029, 500, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(14); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 15: - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(506); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(480); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(15) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 506, + 'd', 528, + 'e', 600, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 480, + 0x2029, 480, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(15); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 16: - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(506); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(481); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(16) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 506, + 'd', 528, + 'e', 550, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 481, + 0x2029, 481, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(16); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 17: - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(486); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(17) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|' && - lookahead != '}') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 552, + 'e', 600, + 'f', 599, + 'l', 529, + 'v', 510, + '{', 271, + '~', 423, + 0x2028, 486, + 0x2029, 486, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(17); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 18: - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(490); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(18) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 600, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 490, + 0x2029, 490, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(18); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 19: - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(492); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(19) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 600, + 'f', 599, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 492, + 0x2029, 492, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(19); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 20: - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(493); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(20) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 550, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 493, + 0x2029, 493, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(20); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 21: - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(495); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(21) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 550, + 'f', 599, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 495, + 0x2029, 495, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(21); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 22: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '%') ADVANCE(407); - if (lookahead == '&') ADVANCE(394); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(265); - if (lookahead == '+') ADVANCE(401); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(403); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(405); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(331); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '>') ADVANCE(336); - if (lookahead == '?') ADVANCE(57); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '^') ADVANCE(397); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == '|') ADVANCE(398); - if (lookahead == '}') ADVANCE(273); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(502); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(22) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < ')' || '@' < lookahead) && - lookahead != ']' && - (lookahead < '{' || '~' < lookahead)) ADVANCE(614); + ADVANCE_MAP( + '!', 103, + '"', 344, + '#', 107, + '%', 407, + '&', 394, + '\'', 345, + '(', 286, + '*', 265, + '+', 401, + ',', 272, + '-', 403, + '.', 341, + '/', 405, + '0', 461, + ':', 300, + ';', 299, + '<', 331, + '=', 309, + '>', 336, + '?', 57, + '[', 311, + '\\', 206, + '^', 397, + '`', 445, + 'a', 579, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + '|', 398, + '}', 273, + 0x2028, 502, + 0x2029, 502, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(22); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 23: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '%') ADVANCE(407); - if (lookahead == '&') ADVANCE(394); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(265); - if (lookahead == '+') ADVANCE(401); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(403); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(405); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(331); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '>') ADVANCE(336); - if (lookahead == '?') ADVANCE(57); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '^') ADVANCE(397); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == '|') ADVANCE(398); - if (lookahead == '}') ADVANCE(273); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(503); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(23) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < ')' || '@' < lookahead) && - lookahead != ']' && - (lookahead < '{' || '~' < lookahead)) ADVANCE(614); + ADVANCE_MAP( + '!', 103, + '"', 344, + '#', 107, + '%', 407, + '&', 394, + '\'', 345, + '(', 286, + '*', 265, + '+', 401, + ',', 272, + '-', 403, + '.', 341, + '/', 405, + '0', 461, + ':', 300, + ';', 299, + '<', 331, + '=', 309, + '>', 336, + '?', 57, + '[', 311, + '\\', 206, + '^', 397, + '`', 445, + 'a', 579, + 'e', 600, + 'i', 558, + 'l', 529, + '|', 398, + '}', 273, + 0x2028, 503, + 0x2029, 503, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(23); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 24: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '%') ADVANCE(407); - if (lookahead == '&') ADVANCE(394); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == '*') ADVANCE(265); - if (lookahead == '+') ADVANCE(401); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(403); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(405); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(331); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '>') ADVANCE(336); - if (lookahead == '?') ADVANCE(57); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == ']') ADVANCE(312); - if (lookahead == '^') ADVANCE(397); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(398); - if (lookahead == '}') ADVANCE(273); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(516); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(24) - if (lookahead != 0 && - lookahead > '#' && - (lookahead < '\'' || '@' < lookahead) && - lookahead != '~') ADVANCE(614); + ADVANCE_MAP( + '!', 103, + '%', 407, + '&', 394, + '(', 286, + ')', 287, + '*', 265, + '+', 401, + ',', 272, + '-', 403, + '.', 339, + '/', 405, + ':', 300, + ';', 299, + '<', 331, + '=', 309, + '>', 336, + '?', 57, + '[', 311, + '\\', 206, + ']', 312, + '^', 397, + '`', 445, + 'a', 579, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + '{', 271, + '|', 398, + '}', 273, + 0x2028, 516, + 0x2029, 516, + ); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(24); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 25: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '%') ADVANCE(407); - if (lookahead == '&') ADVANCE(394); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(265); - if (lookahead == '+') ADVANCE(401); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(403); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(405); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(331); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '>') ADVANCE(336); - if (lookahead == '?') ADVANCE(57); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '^') ADVANCE(397); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(398); - if (lookahead == '}') ADVANCE(273); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(542); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(25) - if (lookahead != 0 && - lookahead > '#' && - (lookahead < '\'' || '@' < lookahead) && - lookahead != ']' && - lookahead != '~') ADVANCE(614); + ADVANCE_MAP( + '!', 103, + '%', 407, + '&', 394, + '(', 286, + '*', 265, + '+', 401, + ',', 272, + '-', 403, + '.', 339, + '/', 405, + ':', 300, + ';', 299, + '<', 331, + '=', 309, + '>', 336, + '?', 57, + '[', 311, + '\\', 206, + '^', 397, + '`', 445, + 'i', 558, + '{', 271, + '|', 398, + '}', 273, + 0x2028, 542, + 0x2029, 542, + ); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(25); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 26: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '%') ADVANCE(407); - if (lookahead == '&') ADVANCE(394); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(265); - if (lookahead == '+') ADVANCE(401); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(403); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(405); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(331); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '>') ADVANCE(336); - if (lookahead == '?') ADVANCE(57); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '^') ADVANCE(397); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'o') ADVANCE(534); - if (lookahead == '|') ADVANCE(398); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(515); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(26) - if (lookahead != 0 && - lookahead > '#' && - (lookahead < '\'' || '@' < lookahead) && - lookahead != ']' && - (lookahead < '{' || '~' < lookahead)) ADVANCE(614); + ADVANCE_MAP( + '!', 103, + '%', 407, + '&', 394, + '(', 286, + '*', 265, + '+', 401, + ',', 272, + '-', 403, + '.', 339, + '/', 405, + ';', 299, + '<', 331, + '=', 309, + '>', 336, + '?', 57, + '[', 311, + '\\', 206, + '^', 397, + '`', 445, + 'a', 579, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + 'o', 534, + '|', 398, + 0x2028, 515, + 0x2029, 515, + ); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(26); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 27: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '%') ADVANCE(407); - if (lookahead == '&') ADVANCE(394); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(265); - if (lookahead == '+') ADVANCE(401); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(403); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(405); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(331); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '>') ADVANCE(336); - if (lookahead == '?') ADVANCE(57); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '^') ADVANCE(397); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'o') ADVANCE(534); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(398); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(541); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(27) - if (lookahead != 0 && - lookahead > '#' && - (lookahead < '\'' || '@' < lookahead) && - lookahead != ']' && - lookahead != '}' && - lookahead != '~') ADVANCE(614); + ADVANCE_MAP( + '!', 103, + '%', 407, + '&', 394, + '(', 286, + '*', 265, + '+', 401, + ',', 272, + '-', 403, + '.', 339, + '/', 405, + ';', 299, + '<', 331, + '=', 309, + '>', 336, + '?', 57, + '[', 311, + '\\', 206, + '^', 397, + '`', 445, + 'i', 558, + 'o', 534, + '{', 271, + '|', 398, + 0x2028, 541, + 0x2029, 541, + ); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(27); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 28: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(404); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(332); - if (lookahead == '=') ADVANCE(104); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '[') ADVANCE(311); - if (lookahead == ']') ADVANCE(312); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'i') ADVANCE(161); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(399); - if (lookahead == '}') ADVANCE(273); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(28) + ADVANCE_MAP( + '!', 103, + '%', 406, + '&', 395, + '(', 286, + ')', 287, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 339, + '/', 404, + ':', 300, + ';', 299, + '<', 332, + '=', 104, + '>', 337, + '?', 58, + '[', 311, + ']', 312, + '^', 396, + '`', 445, + 'i', 161, + '{', 271, + '|', 399, + '}', 273, + ); + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(28); END_STATE(); case 29: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(404); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(332); - if (lookahead == '=') ADVANCE(104); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '[') ADVANCE(311); - if (lookahead == ']') ADVANCE(312); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'i') ADVANCE(455); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(399); - if (lookahead == '}') ADVANCE(273); + ADVANCE_MAP( + '!', 103, + '%', 406, + '&', 395, + '(', 286, + ')', 287, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 339, + '/', 404, + ':', 300, + ';', 299, + '<', 332, + '=', 104, + '>', 337, + '?', 58, + '[', 311, + ']', 312, + '^', 396, + '`', 445, + 'i', 455, + '{', 271, + '|', 399, + '}', 273, + ); if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(28) + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(28); END_STATE(); case 30: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(404); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(332); - if (lookahead == '=') ADVANCE(308); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '[') ADVANCE(311); - if (lookahead == ']') ADVANCE(312); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(184); - if (lookahead == 'e') ADVANCE(151); - if (lookahead == 'f') ADVANCE(177); - if (lookahead == 'i') ADVANCE(161); - if (lookahead == 'o') ADVANCE(137); - if (lookahead == 'w') ADVANCE(142); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(399); - if (lookahead == '}') ADVANCE(273); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(30) + ADVANCE_MAP( + '!', 103, + '%', 406, + '&', 395, + '(', 286, + ')', 287, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 339, + '/', 404, + ':', 300, + ';', 299, + '<', 332, + '=', 308, + '>', 337, + '?', 58, + '[', 311, + ']', 312, + '^', 396, + '`', 445, + 'a', 184, + 'e', 151, + 'f', 177, + 'i', 161, + 'o', 137, + 'w', 142, + '{', 271, + '|', 399, + '}', 273, + ); + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(30); END_STATE(); case 31: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(404); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(332); - if (lookahead == '=') ADVANCE(104); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'i') ADVANCE(161); - if (lookahead == 'o') ADVANCE(137); - if (lookahead == '|') ADVANCE(399); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(31) + ADVANCE_MAP( + '!', 103, + '%', 406, + '&', 395, + '(', 286, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 339, + '/', 404, + ';', 299, + '<', 332, + '=', 104, + '>', 337, + '?', 58, + '[', 311, + '^', 396, + '`', 445, + 'i', 161, + 'o', 137, + '|', 399, + ); + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(31); END_STATE(); case 32: - if (lookahead == '!') ADVANCE(103); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(404); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(332); - if (lookahead == '=') ADVANCE(104); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'i') ADVANCE(455); - if (lookahead == 'o') ADVANCE(454); - if (lookahead == '|') ADVANCE(399); + ADVANCE_MAP( + '!', 103, + '%', 406, + '&', 395, + '(', 286, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 339, + '/', 404, + ';', 299, + '<', 332, + '=', 104, + '>', 337, + '?', 58, + '[', 311, + '^', 396, + '`', 445, + 'i', 455, + 'o', 454, + '|', 399, + ); if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(31) + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(31); END_STATE(); case 33: - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(264); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '.') ADVANCE(55); - if (lookahead == '/') ADVANCE(49); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '=') ADVANCE(310); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(505); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(33) - if (lookahead != 0 && - lookahead > '!' && + ADVANCE_MAP( + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '*', 264, + ',', 272, + '.', 55, + '/', 49, + '0', 461, + ':', 300, + ';', 299, + '=', 310, + '[', 311, + '\\', 206, + 'a', 579, + 'e', 600, + 'l', 529, + '{', 271, + '}', 273, + 0x2028, 505, + 0x2029, 505, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(33); + if (lookahead > '#' && (lookahead < '%' || '@' < lookahead) && - lookahead != ']' && - lookahead != '^' && + (lookahead < '[' || '^' < lookahead) && lookahead != '`' && - (lookahead < '|' || '~' < lookahead)) ADVANCE(614); + lookahead != 'a' && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 34: - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(264); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(49); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(606); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(34) - if (lookahead != 0 && - lookahead > '!' && + ADVANCE_MAP( + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '*', 264, + ',', 272, + '.', 339, + '/', 49, + ';', 299, + '?', 56, + '[', 311, + '\\', 206, + '`', 445, + '{', 271, + '}', 273, + 0x2028, 607, + 0x2029, 607, + ); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(34); + if (lookahead > '#' && (lookahead < '%' || '@' < lookahead) && - lookahead != ']' && - lookahead != '^' && - (lookahead < '|' || '~' < lookahead)) ADVANCE(614); + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 35: - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(264); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(49); - if (lookahead == '0') ADVANCE(461); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'c') ADVANCE(553); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 's') ADVANCE(594); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(501); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(35) - if (lookahead != 0 && - lookahead > '!' && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && + ADVANCE_MAP( + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '*', 264, + '.', 341, + '/', 49, + '0', 461, + '@', 619, + '[', 311, + '\\', 206, + 'a', 579, + 'c', 553, + 'e', 600, + 'l', 529, + 's', 594, + 0x2028, 501, + 0x2029, 501, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(35); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && lookahead != '`' && - (lookahead < '{' || '~' < lookahead)) ADVANCE(614); + lookahead != 'a' && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 36: - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(264); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(49); - if (lookahead == '0') ADVANCE(461); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 's') ADVANCE(594); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(504); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(36) - if (lookahead != 0 && - lookahead > '!' && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && + ADVANCE_MAP( + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '*', 264, + '.', 341, + '/', 49, + '0', 461, + '@', 619, + '[', 311, + '\\', 206, + 'a', 579, + 'e', 600, + 'l', 529, + 's', 594, + 0x2028, 504, + 0x2029, 504, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(36); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && lookahead != '`' && - (lookahead < '{' || '~' < lookahead)) ADVANCE(614); + lookahead != 'a' && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 37: - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '*') ADVANCE(264); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '.') ADVANCE(55); - if (lookahead == '/') ADVANCE(49); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(189); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 's') ADVANCE(594); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(504); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(37) - if (lookahead != 0 && - lookahead > '!' && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && + ADVANCE_MAP( + '"', 344, + '#', 107, + '\'', 345, + '*', 264, + ',', 272, + '.', 55, + '/', 49, + '0', 461, + ';', 299, + '<', 189, + '@', 619, + '[', 311, + '\\', 206, + 'a', 579, + 'e', 600, + 'l', 529, + 's', 594, + '{', 271, + '}', 273, + 0x2028, 504, + 0x2029, 504, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(37); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && lookahead != '`' && - (lookahead < '|' || '~' < lookahead)) ADVANCE(614); + lookahead != 'a' && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 38: if (lookahead == '"') ADVANCE(344); - if (lookahead == '&') ADVANCE(43); + if (lookahead == '&') ADVANCE(44); if (lookahead == '/') ADVANCE(348); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(347); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(347); if (lookahead != 0) ADVANCE(349); END_STATE(); case 39: - if (lookahead == '"') ADVANCE(344); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(49); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(328); - if (lookahead == '=') ADVANCE(307); - if (lookahead == '>') ADVANCE(335); - if (lookahead == ']') ADVANCE(312); - if (lookahead == 'i') ADVANCE(164); - if (lookahead == 'o') ADVANCE(137); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(39) + ADVANCE_MAP( + '"', 344, + '\'', 345, + '(', 286, + ')', 287, + ',', 272, + '.', 339, + '/', 49, + ':', 300, + ';', 299, + '<', 328, + '=', 307, + '>', 335, + ']', 312, + 'i', 164, + 'o', 137, + '{', 271, + '}', 273, + ); + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(39); END_STATE(); case 40: if (lookahead == '"') ADVANCE(344); if (lookahead == '/') ADVANCE(49); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(40) + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(40); END_STATE(); case 41: if (lookahead == '"') ADVANCE(344); if (lookahead == '/') ADVANCE(426); if (lookahead == '\\') ADVANCE(207); if (lookahead == '\n' || - lookahead == '\r') SKIP(40) - if (sym_unescaped_double_string_fragment_character_set_1(lookahead)) ADVANCE(429); + lookahead == '\r') SKIP(40); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(429); if (lookahead != 0) ADVANCE(430); END_STATE(); case 42: @@ -6833,13 +6648,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '#') ADVANCE(220); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(102); - if (lookahead != 0) ADVANCE(349); + if (lookahead != 0) ADVANCE(355); END_STATE(); case 44: if (lookahead == '#') ADVANCE(220); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(102); - if (lookahead != 0) ADVANCE(355); + if (lookahead != 0) ADVANCE(349); END_STATE(); case 45: if (lookahead == '&') ADVANCE(42); @@ -6847,31 +6662,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(329); if (lookahead == '{') ADVANCE(271); if (lookahead == '\n' || - lookahead == ' ') SKIP(45) - if (aux_sym_jsx_text_token1_character_set_1(lookahead)) ADVANCE(321); + lookahead == ' ') SKIP(45); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(321); if (lookahead != 0 && lookahead != '>' && lookahead != '}') ADVANCE(320); END_STATE(); case 46: - if (lookahead == '&') ADVANCE(44); + if (lookahead == '&') ADVANCE(43); if (lookahead == '\'') ADVANCE(345); if (lookahead == '/') ADVANCE(354); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(353); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(353); if (lookahead != 0) ADVANCE(355); END_STATE(); case 47: if (lookahead == '\'') ADVANCE(345); if (lookahead == '/') ADVANCE(49); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(47) + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(47); END_STATE(); case 48: if (lookahead == '\'') ADVANCE(345); if (lookahead == '/') ADVANCE(431); if (lookahead == '\\') ADVANCE(207); if (lookahead == '\n' || - lookahead == '\r') SKIP(47) - if (sym_unescaped_double_string_fragment_character_set_1(lookahead)) ADVANCE(434); + lookahead == '\r') SKIP(47); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(434); if (lookahead != 0) ADVANCE(435); END_STATE(); case 49: @@ -6893,22 +6708,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(52); END_STATE(); case 53: - if (lookahead == '*') ADVANCE(350); + if (lookahead == '*') ADVANCE(356); if (lookahead == '#' || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(52); - if (lookahead != 0) ADVANCE(351); + if (lookahead != 0) ADVANCE(357); END_STATE(); case 54: - if (lookahead == '*') ADVANCE(356); + if (lookahead == '*') ADVANCE(350); if (lookahead == '#' || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(52); - if (lookahead != 0) ADVANCE(357); + if (lookahead != 0) ADVANCE(351); END_STATE(); case 55: if (lookahead == '.') ADVANCE(59); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); END_STATE(); case 56: if (lookahead == '.') ADVANCE(367); @@ -6925,45 +6740,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(383); END_STATE(); case 60: - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(50); - if (lookahead == ':') ADVANCE(300); - if (lookahead == '=') ADVANCE(307); - if (lookahead == '>') ADVANCE(335); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '{') ADVANCE(271); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(607); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(60) + ADVANCE_MAP( + '.', 339, + '/', 50, + ':', 300, + '=', 307, + '>', 335, + '\\', 206, + '{', 271, + 0x2028, 608, + 0x2029, 608, + ); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(60); if (lookahead == '$' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(479); - if (lookahead != 0 && - lookahead > '~') ADVANCE(614); + if (lookahead > '~') ADVANCE(615); END_STATE(); case 61: if (lookahead == '/') ADVANCE(447); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(63) + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(63); END_STATE(); case 62: if (lookahead == '/') ADVANCE(49); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'e') ADVANCE(601); if (lookahead == '{') ADVANCE(271); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(530); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(62) - if (lookahead != 0 && - lookahead > '#' && + if (lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(530); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(62); + if (lookahead > '#' && (lookahead < '%' || '@' < lookahead) && (lookahead < '[' || '^' < lookahead) && lookahead != '`' && - (lookahead < '|' || '~' < lookahead)) ADVANCE(614); + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 63: if (lookahead == '/') ADVANCE(49); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(63) + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(63); END_STATE(); case 64: if (lookahead == ';') ADVANCE(327); @@ -7173,7 +6988,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 107: if (lookahead == '\\') ADVANCE(205); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(616); + if (set_contains(sym_identifier_character_set_1, 13, lookahead)) ADVANCE(616); END_STATE(); case 108: if (lookahead == '\\') ADVANCE(247); @@ -7533,7 +7348,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'f')) ADVANCE(234); END_STATE(); case 215: - if (lookahead == '}') ADVANCE(614); + if (lookahead == '}') ADVANCE(615); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(215); @@ -7559,7 +7374,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 219: if (lookahead == '+' || lookahead == '-') ADVANCE(226); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); END_STATE(); case 220: if (lookahead == 'X' || @@ -7568,27 +7383,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 221: if (lookahead == '0' || - lookahead == '1') ADVANCE(471); + lookahead == '1') ADVANCE(472); END_STATE(); case 222: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(472); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(473); END_STATE(); case 223: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(464); END_STATE(); case 224: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); END_STATE(); case 225: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(474); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(471); END_STATE(); case 226: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); END_STATE(); case 227: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(614); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(615); END_STATE(); case 228: if (('0' <= lookahead && lookahead <= '9') || @@ -7603,7 +7418,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 230: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(473); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(474); END_STATE(); case 231: if (('0' <= lookahead && lookahead <= '9') || @@ -7679,13 +7494,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0 && lookahead != '#' && (lookahead < 'A' || 'Z' < lookahead) && - (lookahead < 'a' || 'z' < lookahead)) ADVANCE(349); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(355); END_STATE(); case 246: if (lookahead != 0 && lookahead != '#' && (lookahead < 'A' || 'Z' < lookahead) && - (lookahead < 'a' || 'z' < lookahead)) ADVANCE(355); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(349); END_STATE(); case 247: if (lookahead != 0 && @@ -7697,471 +7512,478 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 249: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(422); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(11); - if (lookahead == '$') ADVANCE(604); - if (lookahead == '%') ADVANCE(407); - if (lookahead == '&') ADVANCE(394); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == '*') ADVANCE(265); - if (lookahead == '+') ADVANCE(401); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(403); - if (lookahead == '.') ADVANCE(340); - if (lookahead == '/') ADVANCE(405); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(330); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '>') ADVANCE(336); - if (lookahead == '?') ADVANCE(57); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == ']') ADVANCE(312); - if (lookahead == '^') ADVANCE(397); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(575); - if (lookahead == 'c') ADVANCE(506); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(549); - if (lookahead == 'f') ADVANCE(544); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'o') ADVANCE(534); - if (lookahead == 's') ADVANCE(594); - if (lookahead == 't') ADVANCE(507); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(398); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(478); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(249) - if (lookahead != 0 && - lookahead > 31) ADVANCE(614); + ADVANCE_MAP( + '!', 422, + '"', 344, + '#', 11, + '$', 604, + '%', 407, + '&', 394, + '\'', 345, + '(', 286, + ')', 287, + '*', 265, + '+', 401, + ',', 272, + '-', 403, + '.', 340, + '/', 405, + '0', 461, + ':', 300, + ';', 299, + '<', 330, + '=', 309, + '>', 336, + '?', 57, + '@', 619, + '[', 311, + '\\', 206, + ']', 312, + '^', 397, + '`', 445, + 'a', 575, + 'c', 506, + 'd', 528, + 'e', 549, + 'f', 544, + 'i', 558, + 'l', 529, + 'o', 534, + 's', 594, + 't', 507, + 'v', 510, + 'w', 538, + '{', 271, + '|', 398, + '}', 273, + '~', 423, + 0x2028, 478, + 0x2029, 478, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(249); + if (lookahead > '@') ADVANCE(615); END_STATE(); case 250: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(422); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(333); - if (lookahead == '=') ADVANCE(308); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(399); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(483); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(250) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < ')' || ':' < lookahead) && - lookahead != ']') ADVANCE(614); + ADVANCE_MAP( + '!', 422, + '"', 344, + '#', 107, + '%', 406, + '&', 395, + '\'', 345, + '(', 286, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 341, + '/', 404, + '0', 461, + ';', 299, + '<', 333, + '=', 308, + '>', 337, + '?', 58, + '@', 619, + '[', 311, + '\\', 206, + '^', 396, + '`', 445, + 'a', 578, + 'c', 552, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '|', 399, + '}', 273, + '~', 423, + 0x2028, 483, + 0x2029, 483, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(250); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead)) ADVANCE(615); END_STATE(); case 251: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(422); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '%') ADVANCE(406); - if (lookahead == '&') ADVANCE(395); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '*') ADVANCE(266); - if (lookahead == '+') ADVANCE(400); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(341); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(333); - if (lookahead == '=') ADVANCE(308); - if (lookahead == '>') ADVANCE(337); - if (lookahead == '?') ADVANCE(58); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '^') ADVANCE(396); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(399); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(488); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(251) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < ')' || ':' < lookahead) && - lookahead != ']') ADVANCE(614); + ADVANCE_MAP( + '!', 422, + '"', 344, + '#', 107, + '%', 406, + '&', 395, + '\'', 345, + '(', 286, + '*', 266, + '+', 400, + ',', 272, + '-', 402, + '.', 341, + '/', 404, + '0', 461, + ';', 299, + '<', 333, + '=', 308, + '>', 337, + '?', 58, + '@', 619, + '[', 311, + '\\', 206, + '^', 396, + '`', 445, + 'a', 578, + 'c', 552, + 'e', 550, + 'f', 599, + 'i', 558, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '|', 399, + '}', 273, + '~', 423, + 0x2028, 488, + 0x2029, 488, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(251); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead)) ADVANCE(615); END_STATE(); case 252: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(11); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(485); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(252) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 11, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 552, + 'e', 600, + 'f', 599, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 485, + 0x2029, 485, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(252); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 253: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(482); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(253) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 552, + 'e', 600, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 482, + 0x2029, 482, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(253); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 254: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(487); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(254) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 552, + 'e', 550, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 487, + 0x2029, 487, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(254); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 255: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(489); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(255) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 552, + 'e', 550, + 'f', 599, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 489, + 0x2029, 489, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(255); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 256: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(517); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(496); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(256) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 517, + 'e', 600, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 496, + 0x2029, 496, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(256); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 257: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(421); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '#') ADVANCE(107); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == '+') ADVANCE(400); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '.') ADVANCE(224); - if (lookahead == '/') ADVANCE(404); - if (lookahead == '0') ADVANCE(461); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(334); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(517); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '}') ADVANCE(273); - if (lookahead == '~') ADVANCE(423); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(497); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(257) - if (lookahead != 0 && - lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(614); + ADVANCE_MAP( + '!', 421, + '"', 344, + '#', 107, + '\'', 345, + '(', 286, + '+', 400, + '-', 402, + '.', 224, + '/', 404, + '0', 461, + ';', 299, + '<', 334, + '@', 619, + '[', 311, + '\\', 206, + '`', 445, + 'a', 578, + 'c', 517, + 'e', 550, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + '{', 271, + '}', 273, + '~', 423, + 0x2028, 497, + 0x2029, 497, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (set_contains(extras_character_set_2, 9, lookahead)) SKIP(257); + if (lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + (lookahead < '{' || '~' < lookahead)) ADVANCE(615); END_STATE(); case 258: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(103); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '$') ADVANCE(210); - if (lookahead == '%') ADVANCE(407); - if (lookahead == '&') ADVANCE(394); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == '*') ADVANCE(265); - if (lookahead == '+') ADVANCE(401); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(403); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(405); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(331); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '>') ADVANCE(336); - if (lookahead == '?') ADVANCE(57); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == '\\') ADVANCE(207); - if (lookahead == ']') ADVANCE(312); - if (lookahead == '^') ADVANCE(397); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(181); - if (lookahead == 'c') ADVANCE(110); - if (lookahead == 'd') ADVANCE(131); - if (lookahead == 'e') ADVANCE(152); - if (lookahead == 'f') ADVANCE(147); - if (lookahead == 'i') ADVANCE(161); - if (lookahead == 'l') ADVANCE(132); - if (lookahead == 'o') ADVANCE(137); - if (lookahead == 't') ADVANCE(111); - if (lookahead == 'v') ADVANCE(114); - if (lookahead == 'w') ADVANCE(143); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(398); - if (lookahead == '}') ADVANCE(273); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(259) + ADVANCE_MAP( + '!', 103, + '"', 344, + '$', 210, + '%', 407, + '&', 394, + '\'', 345, + '(', 286, + ')', 287, + '*', 265, + '+', 401, + ',', 272, + '-', 403, + '.', 339, + '/', 405, + ':', 300, + ';', 299, + '<', 331, + '=', 309, + '>', 336, + '?', 57, + '@', 619, + '[', 311, + '\\', 207, + ']', 312, + '^', 397, + '`', 445, + 'a', 181, + 'c', 110, + 'd', 131, + 'e', 152, + 'f', 147, + 'i', 161, + 'l', 132, + 'o', 137, + 't', 111, + 'v', 114, + 'w', 143, + '{', 271, + '|', 398, + '}', 273, + ); + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(259); END_STATE(); case 259: if (eof) ADVANCE(260); - if (lookahead == '!') ADVANCE(103); - if (lookahead == '"') ADVANCE(344); - if (lookahead == '$') ADVANCE(210); - if (lookahead == '%') ADVANCE(407); - if (lookahead == '&') ADVANCE(394); - if (lookahead == '\'') ADVANCE(345); - if (lookahead == '(') ADVANCE(286); - if (lookahead == ')') ADVANCE(287); - if (lookahead == '*') ADVANCE(265); - if (lookahead == '+') ADVANCE(401); - if (lookahead == ',') ADVANCE(272); - if (lookahead == '-') ADVANCE(403); - if (lookahead == '.') ADVANCE(339); - if (lookahead == '/') ADVANCE(405); - if (lookahead == ':') ADVANCE(300); - if (lookahead == ';') ADVANCE(299); - if (lookahead == '<') ADVANCE(331); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '>') ADVANCE(336); - if (lookahead == '?') ADVANCE(57); - if (lookahead == '@') ADVANCE(619); - if (lookahead == '[') ADVANCE(311); - if (lookahead == ']') ADVANCE(312); - if (lookahead == '^') ADVANCE(397); - if (lookahead == '`') ADVANCE(445); - if (lookahead == 'a') ADVANCE(181); - if (lookahead == 'c') ADVANCE(110); - if (lookahead == 'd') ADVANCE(131); - if (lookahead == 'e') ADVANCE(152); - if (lookahead == 'f') ADVANCE(147); - if (lookahead == 'i') ADVANCE(161); - if (lookahead == 'l') ADVANCE(132); - if (lookahead == 'o') ADVANCE(137); - if (lookahead == 't') ADVANCE(111); - if (lookahead == 'v') ADVANCE(114); - if (lookahead == 'w') ADVANCE(143); - if (lookahead == '{') ADVANCE(271); - if (lookahead == '|') ADVANCE(398); - if (lookahead == '}') ADVANCE(273); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(259) + ADVANCE_MAP( + '!', 103, + '"', 344, + '$', 210, + '%', 407, + '&', 394, + '\'', 345, + '(', 286, + ')', 287, + '*', 265, + '+', 401, + ',', 272, + '-', 403, + '.', 339, + '/', 405, + ':', 300, + ';', 299, + '<', 331, + '=', 309, + '>', 336, + '?', 57, + '@', 619, + '[', 311, + ']', 312, + '^', 397, + '`', 445, + 'a', 181, + 'c', 110, + 'd', 131, + 'e', 152, + 'f', 147, + 'i', 161, + 'l', 132, + 'o', 137, + 't', 111, + 'v', 114, + 'w', 143, + '{', 271, + '|', 398, + '}', 273, + ); + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(259); END_STATE(); case 260: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -8177,7 +7999,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 263: ACCEPT_TOKEN(anon_sym_export); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 264: ACCEPT_TOKEN(anon_sym_STAR); @@ -8197,7 +8019,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 268: ACCEPT_TOKEN(anon_sym_default); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 269: ACCEPT_TOKEN(anon_sym_as); @@ -8205,7 +8027,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 270: ACCEPT_TOKEN(anon_sym_as); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 271: ACCEPT_TOKEN(anon_sym_LBRACE); @@ -8222,7 +8044,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 275: ACCEPT_TOKEN(anon_sym_from); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 276: ACCEPT_TOKEN(anon_sym_with); @@ -8230,7 +8052,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 277: ACCEPT_TOKEN(anon_sym_with); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 278: ACCEPT_TOKEN(anon_sym_var); @@ -8238,7 +8060,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 279: ACCEPT_TOKEN(anon_sym_var); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 280: ACCEPT_TOKEN(anon_sym_let); @@ -8246,7 +8068,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 281: ACCEPT_TOKEN(anon_sym_let); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 282: ACCEPT_TOKEN(anon_sym_const); @@ -8254,7 +8076,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 283: ACCEPT_TOKEN(anon_sym_const); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 284: ACCEPT_TOKEN(anon_sym_else); @@ -8262,7 +8084,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 285: ACCEPT_TOKEN(anon_sym_else); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 286: ACCEPT_TOKEN(anon_sym_LPAREN); @@ -8276,7 +8098,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 289: ACCEPT_TOKEN(anon_sym_await); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 290: ACCEPT_TOKEN(anon_sym_in); @@ -8285,7 +8107,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_in); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(597); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 292: ACCEPT_TOKEN(anon_sym_in); @@ -8302,7 +8124,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 295: ACCEPT_TOKEN(anon_sym_of); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 296: ACCEPT_TOKEN(anon_sym_of); @@ -8314,7 +8136,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 298: ACCEPT_TOKEN(anon_sym_while); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 299: ACCEPT_TOKEN(anon_sym_SEMI); @@ -8328,7 +8150,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 302: ACCEPT_TOKEN(anon_sym_case); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 303: ACCEPT_TOKEN(anon_sym_catch); @@ -8336,7 +8158,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 304: ACCEPT_TOKEN(anon_sym_catch); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 305: ACCEPT_TOKEN(anon_sym_finally); @@ -8344,7 +8166,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 306: ACCEPT_TOKEN(anon_sym_finally); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 307: ACCEPT_TOKEN(anon_sym_EQ); @@ -8380,9 +8202,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(sym__glimmer_template_content); if (lookahead == '/') ADVANCE(314); if (lookahead == '<') ADVANCE(316); - if (sym__glimmer_template_content_character_set_2(lookahead)) ADVANCE(315); + if ((set_contains(extras_character_set_1, 10, lookahead)) && + lookahead != '\n') ADVANCE(315); if (lookahead != 0 && - lookahead != '\n') ADVANCE(313); + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(313); END_STATE(); case 316: ACCEPT_TOKEN(sym__glimmer_template_content); @@ -8422,9 +8245,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym_jsx_text_token1); if (lookahead == ' ') ADVANCE(2); if (lookahead == '/') ADVANCE(319); - if (aux_sym_jsx_text_token1_character_set_2(lookahead)) ADVANCE(321); + if ((set_contains(extras_character_set_1, 10, lookahead)) && + lookahead != '\n') ADVANCE(321); if (lookahead != 0 && - lookahead != '\n' && + (lookahead < '\t' || '\r' < lookahead) && lookahead != '&' && lookahead != '<' && lookahead != '>' && @@ -8433,27 +8257,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 322: ACCEPT_TOKEN(aux_sym_jsx_text_token1); - if (lookahead == ' ') ADVANCE(6); - if (lookahead == '*') ADVANCE(322); - if (lookahead == '/') ADVANCE(320); - if (lookahead == '\n' || - lookahead == '&' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') ADVANCE(52); + ADVANCE_MAP( + ' ', 6, + '*', 322, + '/', 320, + '\n', 52, + '&', 52, + '<', 52, + '>', 52, + '{', 52, + '}', 52, + ); if (lookahead != 0) ADVANCE(323); END_STATE(); case 323: ACCEPT_TOKEN(aux_sym_jsx_text_token1); - if (lookahead == ' ') ADVANCE(6); - if (lookahead == '*') ADVANCE(322); - if (lookahead == '\n' || - lookahead == '&' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') ADVANCE(52); + ADVANCE_MAP( + ' ', 6, + '*', 322, + '\n', 52, + '&', 52, + '<', 52, + '>', 52, + '{', 52, + '}', 52, + ); if (lookahead != 0) ADVANCE(323); END_STATE(); case 324: @@ -8548,11 +8376,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 340: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(59); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); END_STATE(); case 341: ACCEPT_TOKEN(anon_sym_DOT); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); END_STATE(); case 342: ACCEPT_TOKEN(anon_sym_LT_SLASH); @@ -8569,21 +8397,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 346: ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); if (lookahead == '\n') ADVANCE(349); - if (lookahead == '&') ADVANCE(442); + if (lookahead == '&') ADVANCE(443); if (lookahead != 0 && lookahead != '"') ADVANCE(346); END_STATE(); case 347: ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); - if (lookahead == '&') ADVANCE(43); + if (lookahead == '&') ADVANCE(44); if (lookahead == '/') ADVANCE(348); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(347); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(347); if (lookahead != 0 && lookahead != '"') ADVANCE(349); END_STATE(); case 348: ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); - if (lookahead == '&') ADVANCE(245); + if (lookahead == '&') ADVANCE(246); if (lookahead == '*') ADVANCE(351); if (lookahead == '/') ADVANCE(346); if (lookahead != 0 && @@ -8591,13 +8419,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 349: ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); - if (lookahead == '&') ADVANCE(245); + if (lookahead == '&') ADVANCE(246); if (lookahead != 0 && lookahead != '"') ADVANCE(349); END_STATE(); case 350: ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); - if (lookahead == '&') ADVANCE(53); + if (lookahead == '&') ADVANCE(54); if (lookahead == '*') ADVANCE(350); if (lookahead == '/') ADVANCE(349); if (lookahead != 0 && @@ -8605,7 +8433,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 351: ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); - if (lookahead == '&') ADVANCE(53); + if (lookahead == '&') ADVANCE(54); if (lookahead == '*') ADVANCE(350); if (lookahead != 0 && lookahead != '"') ADVANCE(351); @@ -8613,45 +8441,51 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 352: ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); if (lookahead == '\n') ADVANCE(355); - if (lookahead == '&') ADVANCE(443); + if (lookahead == '&') ADVANCE(442); if (lookahead != 0 && + lookahead != '&' && lookahead != '\'') ADVANCE(352); END_STATE(); case 353: ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); - if (lookahead == '&') ADVANCE(44); + if (lookahead == '&') ADVANCE(43); if (lookahead == '/') ADVANCE(354); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(353); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(353); if (lookahead != 0 && + lookahead != '&' && lookahead != '\'') ADVANCE(355); END_STATE(); case 354: ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); - if (lookahead == '&') ADVANCE(246); + if (lookahead == '&') ADVANCE(245); if (lookahead == '*') ADVANCE(357); if (lookahead == '/') ADVANCE(352); if (lookahead != 0 && + lookahead != '&' && lookahead != '\'') ADVANCE(355); END_STATE(); case 355: ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); - if (lookahead == '&') ADVANCE(246); + if (lookahead == '&') ADVANCE(245); if (lookahead != 0 && + lookahead != '&' && lookahead != '\'') ADVANCE(355); END_STATE(); case 356: ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); - if (lookahead == '&') ADVANCE(54); + if (lookahead == '&') ADVANCE(53); if (lookahead == '*') ADVANCE(356); if (lookahead == '/') ADVANCE(355); if (lookahead != 0 && + lookahead != '&' && lookahead != '\'') ADVANCE(357); END_STATE(); case 357: ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); - if (lookahead == '&') ADVANCE(54); + if (lookahead == '&') ADVANCE(53); if (lookahead == '*') ADVANCE(356); if (lookahead != 0 && + lookahead != '&' && lookahead != '\'') ADVANCE(357); END_STATE(); case 358: @@ -8660,7 +8494,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 359: ACCEPT_TOKEN(anon_sym_class); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 360: ACCEPT_TOKEN(anon_sym_extends); @@ -8668,7 +8502,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 361: ACCEPT_TOKEN(anon_sym_extends); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 362: ACCEPT_TOKEN(anon_sym_async); @@ -8676,7 +8510,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 363: ACCEPT_TOKEN(anon_sym_async); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 364: ACCEPT_TOKEN(anon_sym_function); @@ -8684,7 +8518,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 365: ACCEPT_TOKEN(anon_sym_function); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 366: ACCEPT_TOKEN(anon_sym_EQ_GT); @@ -8878,7 +8712,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 419: ACCEPT_TOKEN(anon_sym_instanceof); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 420: ACCEPT_TOKEN(anon_sym_instanceof); @@ -8932,9 +8766,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 429: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '/') ADVANCE(426); - if (sym_unescaped_double_string_fragment_character_set_2(lookahead)) ADVANCE(429); + if ((set_contains(extras_character_set_1, 10, lookahead)) && + lookahead != '\n' && + lookahead != '\r') ADVANCE(429); if (lookahead != 0 && - (lookahead < '\n' || '\r' < lookahead) && + (lookahead < '\t' || '\r' < lookahead) && lookahead != '"' && lookahead != '\\') ADVANCE(430); END_STATE(); @@ -8978,9 +8814,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 434: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '/') ADVANCE(431); - if (sym_unescaped_double_string_fragment_character_set_2(lookahead)) ADVANCE(434); + if ((set_contains(extras_character_set_1, 10, lookahead)) && + lookahead != '\n' && + lookahead != '\r') ADVANCE(434); if (lookahead != 0 && - (lookahead < '\n' || '\r' < lookahead) && + (lookahead < '\t' || '\r' < lookahead) && lookahead != '\'' && lookahead != '\\') ADVANCE(435); END_STATE(); @@ -8998,13 +8836,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 437: ACCEPT_TOKEN(sym_escape_sequence); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 438: ACCEPT_TOKEN(sym_escape_sequence); if (lookahead == '\n' || - lookahead == 8232 || - lookahead == 8233) ADVANCE(436); + lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(436); END_STATE(); case 439: ACCEPT_TOKEN(sym_escape_sequence); @@ -9019,19 +8857,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 442: ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '\n') ADVANCE(349); + if (lookahead == '\n') ADVANCE(355); if (lookahead == '#' || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(444); - if (lookahead != 0) ADVANCE(346); + if (lookahead != 0) ADVANCE(352); END_STATE(); case 443: ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '\n') ADVANCE(355); + if (lookahead == '\n') ADVANCE(349); if (lookahead == '#' || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(444); - if (lookahead != 0) ADVANCE(352); + if (lookahead != 0) ADVANCE(346); END_STATE(); case 444: ACCEPT_TOKEN(aux_sym_comment_token1); @@ -9049,11 +8887,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 448: ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '\n') SKIP(63) + if (lookahead == '\n') SKIP(63); if (lookahead == '/') ADVANCE(49); if (lookahead == '[') ADVANCE(108); if (lookahead == '\\') ADVANCE(248); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(448); + if (set_contains(extras_character_set_1, 10, lookahead)) ADVANCE(448); if (lookahead != 0) ADVANCE(449); END_STATE(); case 449: @@ -9118,171 +8956,177 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 461: ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(477); - if (lookahead == '0') ADVANCE(474); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(221); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(219); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(222); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(230); - if (lookahead == '_') ADVANCE(225); - if (lookahead == 'n') ADVANCE(460); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + ADVANCE_MAP( + '.', 477, + '0', 471, + '_', 225, + 'n', 460, + 'B', 221, + 'b', 221, + 'E', 219, + 'e', 219, + 'O', 222, + 'o', 222, + 'X', 230, + 'x', 230, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); END_STATE(); case 462: ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(477); - if (lookahead == '0') ADVANCE(468); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(605); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(615); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(609); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(613); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '_') ADVANCE(611); - if (lookahead == 'n') ADVANCE(470); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '.', 477, + '0', 465, + '\\', 206, + '_', 612, + 'n', 470, + 'B', 606, + 'b', 606, + 'E', 605, + 'e', 605, + 'O', 610, + 'o', 610, + 'X', 614, + 'x', 614, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 463: ACCEPT_TOKEN(sym_number); if (lookahead == '.') ADVANCE(477); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '_') ADVANCE(611); + if (lookahead == 'n') ADVANCE(470); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(219); - if (lookahead == '_') ADVANCE(223); - if (lookahead == 'n') ADVANCE(460); + lookahead == 'e') ADVANCE(605); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 464: ACCEPT_TOKEN(sym_number); if (lookahead == '.') ADVANCE(477); + if (lookahead == '_') ADVANCE(223); + if (lookahead == 'n') ADVANCE(460); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(615); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == '_') ADVANCE(610); - if (lookahead == 'n') ADVANCE(470); + lookahead == 'e') ADVANCE(219); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(614); END_STATE(); case 465: ACCEPT_TOKEN(sym_number); if (lookahead == '\\') ADVANCE(206); - if (lookahead == '_') ADVANCE(605); + if (lookahead == '_') ADVANCE(612); if (lookahead == 'n') ADVANCE(470); - if (lookahead == '0' || - lookahead == '1') ADVANCE(465); - if (!sym_identifier_character_set_3(lookahead)) ADVANCE(614); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(465); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 466: ACCEPT_TOKEN(sym_number); if (lookahead == '\\') ADVANCE(206); - if (lookahead == '_') ADVANCE(609); + if (lookahead == '_') ADVANCE(606); if (lookahead == 'n') ADVANCE(470); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(466); - if (!sym_identifier_character_set_3(lookahead)) ADVANCE(614); + if (lookahead == '0' || + lookahead == '1') ADVANCE(466); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 467: ACCEPT_TOKEN(sym_number); if (lookahead == '\\') ADVANCE(206); - if (lookahead == '_') ADVANCE(613); + if (lookahead == '_') ADVANCE(610); if (lookahead == 'n') ADVANCE(470); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(467); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(614); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(467); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 468: ACCEPT_TOKEN(sym_number); if (lookahead == '\\') ADVANCE(206); - if (lookahead == '_') ADVANCE(611); + if (lookahead == '_') ADVANCE(614); if (lookahead == 'n') ADVANCE(470); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(614); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(468); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 469: ACCEPT_TOKEN(sym_number); if (lookahead == '\\') ADVANCE(206); - if (lookahead == '_') ADVANCE(612); + if (lookahead == '_') ADVANCE(613); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(469); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 470: ACCEPT_TOKEN(sym_number); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 471: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(221); + if (lookahead == '_') ADVANCE(225); if (lookahead == 'n') ADVANCE(460); - if (lookahead == '0' || - lookahead == '1') ADVANCE(471); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(471); END_STATE(); case 472: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(222); + if (lookahead == '_') ADVANCE(221); if (lookahead == 'n') ADVANCE(460); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(472); + if (lookahead == '0' || + lookahead == '1') ADVANCE(472); END_STATE(); case 473: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(230); + if (lookahead == '_') ADVANCE(222); if (lookahead == 'n') ADVANCE(460); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(473); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(473); END_STATE(); case 474: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(225); + if (lookahead == '_') ADVANCE(230); if (lookahead == 'n') ADVANCE(460); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(474); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(474); END_STATE(); case 475: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(226); + if (lookahead == '_') ADVANCE(224); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(219); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); END_STATE(); case 476: ACCEPT_TOKEN(sym_number); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(219); - if (lookahead == '_') ADVANCE(224); + if (lookahead == '_') ADVANCE(226); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); END_STATE(); case 477: ACCEPT_TOKEN(sym_number); if (lookahead == 'E' || lookahead == 'e') ADVANCE(219); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); END_STATE(); case 478: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '$') ADVANCE(604); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(575); - if (lookahead == 'c') ADVANCE(506); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(549); - if (lookahead == 'f') ADVANCE(544); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'o') ADVANCE(534); - if (lookahead == 's') ADVANCE(594); - if (lookahead == 't') ADVANCE(507); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(478); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_identifier_character_set_4(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '$', 604, + '0', 462, + '\\', 206, + 'a', 575, + 'c', 506, + 'd', 528, + 'e', 549, + 'f', 544, + 'i', 558, + 'l', 529, + 'o', 534, + 's', 594, + 't', 507, + 'v', 510, + 'w', 538, + 0x2028, 478, + 0x2029, 478, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 479: ACCEPT_TOKEN(sym_identifier); @@ -9293,380 +9137,426 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(479); - if (!sym_identifier_character_set_5(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 480: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(506); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(480); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 506, + 'd', 528, + 'e', 600, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 480, + 0x2029, 480, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 481: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(506); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(481); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 506, + 'd', 528, + 'e', 550, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 481, + 0x2029, 481, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 482: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(482); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 552, + 'e', 600, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 482, + 0x2029, 482, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 483: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(483); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 552, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 483, + 0x2029, 483, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 484: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 's') ADVANCE(594); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(484); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 552, + 'e', 600, + 'f', 599, + 'l', 529, + 's', 594, + 'v', 510, + 'w', 538, + 0x2028, 484, + 0x2029, 484, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 485: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(485); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 552, + 'e', 600, + 'f', 599, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 485, + 0x2029, 485, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 486: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(486); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 552, + 'e', 600, + 'f', 599, + 'l', 529, + 'v', 510, + 0x2028, 486, + 0x2029, 486, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 487: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(487); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 552, + 'e', 550, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 487, + 0x2029, 487, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 488: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(488); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 552, + 'e', 550, + 'f', 599, + 'i', 558, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 488, + 0x2029, 488, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 489: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(552); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(489); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 552, + 'e', 550, + 'f', 599, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 489, + 0x2029, 489, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 490: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(490); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 600, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 490, + 0x2029, 490, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 491: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(491); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 491, + 0x2029, 491, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 492: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(492); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 600, + 'f', 599, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 492, + 0x2029, 492, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 493: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(493); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 550, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 493, + 0x2029, 493, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 494: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(494); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 550, + 'f', 599, + 'i', 558, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 494, + 0x2029, 494, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 495: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'd') ADVANCE(528); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(495); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 518, + 'd', 528, + 'e', 550, + 'f', 599, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 495, + 0x2029, 495, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 496: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(517); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(496); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 517, + 'e', 600, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 496, + 0x2029, 496, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 497: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(517); - if (lookahead == 'e') ADVANCE(550); - if (lookahead == 'f') ADVANCE(545); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'v') ADVANCE(510); - if (lookahead == 'w') ADVANCE(538); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(497); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 517, + 'e', 550, + 'f', 545, + 'l', 529, + 'v', 510, + 'w', 538, + 0x2028, 497, + 0x2029, 497, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 498: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(553); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'o') ADVANCE(534); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(498); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 553, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + 'o', 534, + 0x2028, 498, + 0x2029, 498, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 499: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(553); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(499); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 553, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + 0x2028, 499, + 0x2029, 499, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 500: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(578); - if (lookahead == 'c') ADVANCE(553); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(500); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 578, + 'c', 553, + 'e', 600, + 'f', 599, + 'l', 529, + 0x2028, 500, + 0x2029, 500, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 501: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'c') ADVANCE(553); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 's') ADVANCE(594); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(501); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 579, + 'c', 553, + 'e', 600, + 'l', 529, + 's', 594, + 0x2028, 501, + 0x2029, 501, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 502: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(462); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(502); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '0', 462, + '\\', 206, + 'a', 579, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + 0x2028, 502, + 0x2029, 502, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 503: ACCEPT_TOKEN(sym_identifier); @@ -9676,10 +9566,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'e') ADVANCE(600); if (lookahead == 'i') ADVANCE(558); if (lookahead == 'l') ADVANCE(529); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(503); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(503); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 504: ACCEPT_TOKEN(sym_identifier); @@ -9689,10 +9579,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'e') ADVANCE(600); if (lookahead == 'l') ADVANCE(529); if (lookahead == 's') ADVANCE(594); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(504); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(504); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 505: ACCEPT_TOKEN(sym_identifier); @@ -9701,10 +9591,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(579); if (lookahead == 'e') ADVANCE(600); if (lookahead == 'l') ADVANCE(529); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(505); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(505); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 506: ACCEPT_TOKEN(sym_identifier); @@ -9712,69 +9602,71 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(580); if (lookahead == 'l') ADVANCE(509); if (lookahead == 'o') ADVANCE(562); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 507: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'a') ADVANCE(572); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 508: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'a') ADVANCE(598); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 509: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'a') ADVANCE(583); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 510: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'a') ADVANCE(573); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 511: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'a') ADVANCE(548); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 512: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'a') ADVANCE(554); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 513: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'a') ADVANCE(593); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 514: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'a') ADVANCE(563); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 515: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'a') ADVANCE(579); - if (lookahead == 'e') ADVANCE(600); - if (lookahead == 'f') ADVANCE(599); - if (lookahead == 'i') ADVANCE(558); - if (lookahead == 'l') ADVANCE(529); - if (lookahead == 'o') ADVANCE(534); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(515); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + ADVANCE_MAP( + '\\', 206, + 'a', 579, + 'e', 600, + 'f', 599, + 'i', 558, + 'l', 529, + 'o', 534, + 0x2028, 515, + 0x2029, 515, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(615); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 516: ACCEPT_TOKEN(sym_identifier); @@ -9784,10 +9676,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'f') ADVANCE(599); if (lookahead == 'i') ADVANCE(558); if (lookahead == 'l') ADVANCE(529); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(516); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(516); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(615); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 517: ACCEPT_TOKEN(sym_identifier); @@ -9795,7 +9687,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(585); if (lookahead == 'l') ADVANCE(509); if (lookahead == 'o') ADVANCE(562); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 518: ACCEPT_TOKEN(sym_identifier); @@ -9803,168 +9695,168 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(581); if (lookahead == 'l') ADVANCE(509); if (lookahead == 'o') ADVANCE(562); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 519: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); - if (lookahead == 'c') ADVANCE(608); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (lookahead == 'c') ADVANCE(609); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 520: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'c') ADVANCE(363); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 521: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'c') ADVANCE(540); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 522: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'c') ADVANCE(531); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 523: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'c') ADVANCE(595); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 524: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'd') ADVANCE(577); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 525: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'e') ADVANCE(302); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 526: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'e') ADVANCE(285); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 527: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'e') ADVANCE(298); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 528: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'e') ADVANCE(536); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 529: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'e') ADVANCE(586); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 530: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'e') ADVANCE(601); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(530); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(530); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(615); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 531: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'e') ADVANCE(567); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 532: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'e') ADVANCE(559); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 533: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'e') ADVANCE(591); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 534: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'f') ADVANCE(295); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 535: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'f') ADVANCE(419); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 536: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'f') ADVANCE(508); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 537: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'g') ADVANCE(533); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 538: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'h') ADVANCE(543); if (lookahead == 'i') ADVANCE(587); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 539: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'h') ADVANCE(277); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 540: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'h') ADVANCE(304); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 541: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'i') ADVANCE(558); if (lookahead == 'o') ADVANCE(534); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(541); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(541); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(615); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 542: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'i') ADVANCE(558); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(542); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(542); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(615); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 543: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'i') ADVANCE(555); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 544: ACCEPT_TOKEN(sym_identifier); @@ -9972,459 +9864,459 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'i') ADVANCE(565); if (lookahead == 'r') ADVANCE(566); if (lookahead == 'u') ADVANCE(561); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 545: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'i') ADVANCE(565); if (lookahead == 'u') ADVANCE(561); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 546: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'i') ADVANCE(569); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 547: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'i') ADVANCE(519); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 548: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'i') ADVANCE(588); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 549: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'l') ADVANCE(582); if (lookahead == 'x') ADVANCE(570); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 550: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'l') ADVANCE(582); if (lookahead == 'x') ADVANCE(571); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 551: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'l') ADVANCE(602); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 552: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'l') ADVANCE(509); if (lookahead == 'o') ADVANCE(562); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 553: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'l') ADVANCE(509); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 554: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'l') ADVANCE(551); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 555: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'l') ADVANCE(527); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 556: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'l') ADVANCE(592); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 557: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'm') ADVANCE(275); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 558: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'n') ADVANCE(291); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 559: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'n') ADVANCE(524); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 560: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'n') ADVANCE(365); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 561: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'n') ADVANCE(523); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 562: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'n') ADVANCE(584); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 563: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'n') ADVANCE(522); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 564: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'n') ADVANCE(520); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 565: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'n') ADVANCE(512); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 566: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'o') ADVANCE(557); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 567: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'o') ADVANCE(535); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 568: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'o') ADVANCE(574); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 569: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'o') ADVANCE(560); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 570: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'p') ADVANCE(568); if (lookahead == 't') ADVANCE(532); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 571: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'p') ADVANCE(568); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 572: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'r') ADVANCE(537); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 573: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'r') ADVANCE(279); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 574: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'r') ADVANCE(590); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 575: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(270); if (lookahead == 'w') ADVANCE(511); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 576: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(359); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 577: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(361); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 578: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(603); if (lookahead == 'w') ADVANCE(511); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 579: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(603); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 580: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(525); if (lookahead == 't') ADVANCE(521); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 581: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(525); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 582: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(526); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 583: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(576); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 584: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 's') ADVANCE(589); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 585: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(521); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 586: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(281); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 587: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(539); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 588: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(289); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 589: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(283); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 590: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(263); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 591: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(618); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 592: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(268); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 593: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(547); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 594: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(513); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 595: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(546); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 596: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(532); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 597: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 't') ADVANCE(514); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 598: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'u') ADVANCE(556); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 599: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'u') ADVANCE(561); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 600: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'x') ADVANCE(571); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 601: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'x') ADVANCE(596); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 602: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'y') ADVANCE(306); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 603: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == 'y') ADVANCE(564); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 604: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (lookahead == '{') ADVANCE(446); - if (!sym_identifier_character_set_6(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 605: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); - if (lookahead == '0' || - lookahead == '1') ADVANCE(465); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (lookahead == '+' || + lookahead == '-') ADVANCE(226); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(469); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 606: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(606); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (lookahead == '0' || + lookahead == '1') ADVANCE(466); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 607: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(607); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); + if (lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(607); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(615); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); + END_STATE(); + case 608: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 0x2028 || + lookahead == 0x2029) ADVANCE(608); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(615); if (lookahead == '$' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(479); - if (!sym_identifier_character_set_5(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); - case 608: + case 609: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(140); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); - END_STATE(); - case 609: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(206); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(466); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 610: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(464); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(467); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 611: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 612: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(469); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(465); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 613: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(467); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(469); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 614: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(468); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 615: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '+' || - lookahead == '-') ADVANCE(226); if (lookahead == '\\') ADVANCE(206); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(469); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 616: ACCEPT_TOKEN(sym_private_property_identifier); if (lookahead == '\\') ADVANCE(205); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(616); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(616); END_STATE(); case 617: ACCEPT_TOKEN(anon_sym_target); @@ -10432,7 +10324,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 618: ACCEPT_TOKEN(anon_sym_target); if (lookahead == '\\') ADVANCE(206); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + if (set_contains(sym_identifier_character_set_2, 14, lookahead)) ADVANCE(615); END_STATE(); case 619: ACCEPT_TOKEN(anon_sym_AT); @@ -10453,31 +10345,22 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (lookahead == 'b') ADVANCE(1); - if (lookahead == 'c') ADVANCE(2); - if (lookahead == 'd') ADVANCE(3); - if (lookahead == 'f') ADVANCE(4); - if (lookahead == 'g') ADVANCE(5); - if (lookahead == 'i') ADVANCE(6); - if (lookahead == 'n') ADVANCE(7); - if (lookahead == 'r') ADVANCE(8); - if (lookahead == 's') ADVANCE(9); - if (lookahead == 't') ADVANCE(10); - if (lookahead == 'u') ADVANCE(11); - if (lookahead == 'v') ADVANCE(12); - if (lookahead == 'y') ADVANCE(13); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ' || - lookahead == 160 || - lookahead == 5760 || - (8192 <= lookahead && lookahead <= 8203) || - lookahead == 8232 || - lookahead == 8233 || - lookahead == 8239 || - lookahead == 8287 || - lookahead == 8288 || - lookahead == 12288 || - lookahead == 65279) SKIP(0) + ADVANCE_MAP( + 'b', 1, + 'c', 2, + 'd', 3, + 'f', 4, + 'g', 5, + 'i', 6, + 'n', 7, + 'r', 8, + 's', 9, + 't', 10, + 'u', 11, + 'v', 12, + 'y', 13, + ); + if (set_contains(extras_character_set_1, 10, lookahead)) SKIP(0); END_STATE(); case 1: if (lookahead == 'r') ADVANCE(14); @@ -10935,8 +10818,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [117] = {.lex_state = 252, .external_lex_state = 2}, [118] = {.lex_state = 252, .external_lex_state = 2}, [119] = {.lex_state = 7, .external_lex_state = 3}, - [120] = {.lex_state = 8, .external_lex_state = 4}, - [121] = {.lex_state = 7, .external_lex_state = 4}, + [120] = {.lex_state = 7, .external_lex_state = 4}, + [121] = {.lex_state = 8, .external_lex_state = 4}, [122] = {.lex_state = 7, .external_lex_state = 3}, [123] = {.lex_state = 8, .external_lex_state = 3}, [124] = {.lex_state = 12, .external_lex_state = 2}, @@ -10952,92 +10835,92 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [134] = {.lex_state = 17, .external_lex_state = 2}, [135] = {.lex_state = 17, .external_lex_state = 2}, [136] = {.lex_state = 17, .external_lex_state = 2}, - [137] = {.lex_state = 17, .external_lex_state = 2}, + [137] = {.lex_state = 10, .external_lex_state = 4}, [138] = {.lex_state = 17, .external_lex_state = 2}, [139] = {.lex_state = 17, .external_lex_state = 2}, [140] = {.lex_state = 17, .external_lex_state = 2}, [141] = {.lex_state = 17, .external_lex_state = 2}, [142] = {.lex_state = 17, .external_lex_state = 2}, - [143] = {.lex_state = 10, .external_lex_state = 4}, + [143] = {.lex_state = 17, .external_lex_state = 2}, [144] = {.lex_state = 17, .external_lex_state = 2}, [145] = {.lex_state = 17, .external_lex_state = 2}, [146] = {.lex_state = 17, .external_lex_state = 2}, [147] = {.lex_state = 17, .external_lex_state = 2}, [148] = {.lex_state = 10, .external_lex_state = 4}, [149] = {.lex_state = 10, .external_lex_state = 4}, - [150] = {.lex_state = 12, .external_lex_state = 2}, - [151] = {.lex_state = 251, .external_lex_state = 4}, + [150] = {.lex_state = 10, .external_lex_state = 4}, + [151] = {.lex_state = 12, .external_lex_state = 2}, [152] = {.lex_state = 10, .external_lex_state = 4}, - [153] = {.lex_state = 10, .external_lex_state = 4}, + [153] = {.lex_state = 12, .external_lex_state = 2}, [154] = {.lex_state = 10, .external_lex_state = 4}, - [155] = {.lex_state = 12, .external_lex_state = 2}, + [155] = {.lex_state = 10, .external_lex_state = 4}, [156] = {.lex_state = 10, .external_lex_state = 4}, [157] = {.lex_state = 10, .external_lex_state = 4}, - [158] = {.lex_state = 10, .external_lex_state = 4}, + [158] = {.lex_state = 251, .external_lex_state = 4}, [159] = {.lex_state = 10, .external_lex_state = 4}, [160] = {.lex_state = 9, .external_lex_state = 4}, [161] = {.lex_state = 10, .external_lex_state = 4}, [162] = {.lex_state = 10, .external_lex_state = 4}, [163] = {.lex_state = 10, .external_lex_state = 4}, - [164] = {.lex_state = 12, .external_lex_state = 2}, - [165] = {.lex_state = 10, .external_lex_state = 4}, + [164] = {.lex_state = 10, .external_lex_state = 4}, + [165] = {.lex_state = 12, .external_lex_state = 2}, [166] = {.lex_state = 12, .external_lex_state = 2}, [167] = {.lex_state = 10, .external_lex_state = 4}, [168] = {.lex_state = 251, .external_lex_state = 4}, - [169] = {.lex_state = 251, .external_lex_state = 4}, + [169] = {.lex_state = 9, .external_lex_state = 4}, [170] = {.lex_state = 9, .external_lex_state = 4}, - [171] = {.lex_state = 251, .external_lex_state = 4}, + [171] = {.lex_state = 12, .external_lex_state = 2}, [172] = {.lex_state = 251, .external_lex_state = 4}, - [173] = {.lex_state = 251, .external_lex_state = 4}, - [174] = {.lex_state = 9, .external_lex_state = 4}, - [175] = {.lex_state = 12, .external_lex_state = 2}, - [176] = {.lex_state = 251, .external_lex_state = 4}, + [173] = {.lex_state = 9, .external_lex_state = 4}, + [174] = {.lex_state = 251, .external_lex_state = 4}, + [175] = {.lex_state = 251, .external_lex_state = 4}, + [176] = {.lex_state = 9, .external_lex_state = 4}, [177] = {.lex_state = 9, .external_lex_state = 4}, - [178] = {.lex_state = 251, .external_lex_state = 4}, - [179] = {.lex_state = 251, .external_lex_state = 4}, - [180] = {.lex_state = 9, .external_lex_state = 4}, + [178] = {.lex_state = 12, .external_lex_state = 2}, + [179] = {.lex_state = 9, .external_lex_state = 4}, + [180] = {.lex_state = 251, .external_lex_state = 4}, [181] = {.lex_state = 9, .external_lex_state = 4}, - [182] = {.lex_state = 251, .external_lex_state = 4}, - [183] = {.lex_state = 9, .external_lex_state = 4}, - [184] = {.lex_state = 9, .external_lex_state = 4}, + [182] = {.lex_state = 250, .external_lex_state = 4}, + [183] = {.lex_state = 251, .external_lex_state = 4}, + [184] = {.lex_state = 251, .external_lex_state = 4}, [185] = {.lex_state = 9, .external_lex_state = 4}, [186] = {.lex_state = 9, .external_lex_state = 4}, [187] = {.lex_state = 251, .external_lex_state = 4}, [188] = {.lex_state = 9, .external_lex_state = 4}, - [189] = {.lex_state = 9, .external_lex_state = 4}, - [190] = {.lex_state = 9, .external_lex_state = 4}, + [189] = {.lex_state = 251, .external_lex_state = 4}, + [190] = {.lex_state = 251, .external_lex_state = 4}, [191] = {.lex_state = 251, .external_lex_state = 4}, - [192] = {.lex_state = 250, .external_lex_state = 4}, - [193] = {.lex_state = 251, .external_lex_state = 4}, - [194] = {.lex_state = 12, .external_lex_state = 2}, - [195] = {.lex_state = 251, .external_lex_state = 4}, - [196] = {.lex_state = 12, .external_lex_state = 2}, - [197] = {.lex_state = 9, .external_lex_state = 4}, + [192] = {.lex_state = 9, .external_lex_state = 4}, + [193] = {.lex_state = 9, .external_lex_state = 4}, + [194] = {.lex_state = 9, .external_lex_state = 4}, + [195] = {.lex_state = 9, .external_lex_state = 4}, + [196] = {.lex_state = 251, .external_lex_state = 4}, + [197] = {.lex_state = 251, .external_lex_state = 4}, [198] = {.lex_state = 251, .external_lex_state = 4}, - [199] = {.lex_state = 9, .external_lex_state = 4}, - [200] = {.lex_state = 12, .external_lex_state = 2}, + [199] = {.lex_state = 12, .external_lex_state = 2}, + [200] = {.lex_state = 250, .external_lex_state = 4}, [201] = {.lex_state = 250, .external_lex_state = 4}, [202] = {.lex_state = 250, .external_lex_state = 4}, - [203] = {.lex_state = 250, .external_lex_state = 4}, + [203] = {.lex_state = 12, .external_lex_state = 2}, [204] = {.lex_state = 250, .external_lex_state = 4}, [205] = {.lex_state = 250, .external_lex_state = 4}, - [206] = {.lex_state = 12, .external_lex_state = 2}, + [206] = {.lex_state = 250, .external_lex_state = 4}, [207] = {.lex_state = 250, .external_lex_state = 4}, [208] = {.lex_state = 12, .external_lex_state = 2}, - [209] = {.lex_state = 250, .external_lex_state = 4}, + [209] = {.lex_state = 12, .external_lex_state = 2}, [210] = {.lex_state = 250, .external_lex_state = 4}, - [211] = {.lex_state = 12, .external_lex_state = 2}, + [211] = {.lex_state = 250, .external_lex_state = 4}, [212] = {.lex_state = 250, .external_lex_state = 4}, - [213] = {.lex_state = 12, .external_lex_state = 2}, + [213] = {.lex_state = 250, .external_lex_state = 4}, [214] = {.lex_state = 250, .external_lex_state = 4}, - [215] = {.lex_state = 12, .external_lex_state = 2}, + [215] = {.lex_state = 250, .external_lex_state = 4}, [216] = {.lex_state = 12, .external_lex_state = 2}, - [217] = {.lex_state = 250, .external_lex_state = 4}, + [217] = {.lex_state = 12, .external_lex_state = 2}, [218] = {.lex_state = 250, .external_lex_state = 4}, [219] = {.lex_state = 12, .external_lex_state = 2}, - [220] = {.lex_state = 250, .external_lex_state = 4}, + [220] = {.lex_state = 12, .external_lex_state = 2}, [221] = {.lex_state = 12, .external_lex_state = 2}, - [222] = {.lex_state = 250, .external_lex_state = 4}, + [222] = {.lex_state = 12, .external_lex_state = 2}, [223] = {.lex_state = 12, .external_lex_state = 2}, [224] = {.lex_state = 12, .external_lex_state = 2}, [225] = {.lex_state = 12, .external_lex_state = 2}, @@ -11060,7 +10943,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [242] = {.lex_state = 17, .external_lex_state = 2}, [243] = {.lex_state = 12, .external_lex_state = 2}, [244] = {.lex_state = 12, .external_lex_state = 2}, - [245] = {.lex_state = 12, .external_lex_state = 2}, + [245] = {.lex_state = 14, .external_lex_state = 2}, [246] = {.lex_state = 12, .external_lex_state = 2}, [247] = {.lex_state = 12, .external_lex_state = 2}, [248] = {.lex_state = 12, .external_lex_state = 2}, @@ -11069,9 +10952,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [251] = {.lex_state = 12, .external_lex_state = 2}, [252] = {.lex_state = 12, .external_lex_state = 2}, [253] = {.lex_state = 12, .external_lex_state = 2}, - [254] = {.lex_state = 12, .external_lex_state = 2}, + [254] = {.lex_state = 14, .external_lex_state = 2}, [255] = {.lex_state = 12, .external_lex_state = 2}, - [256] = {.lex_state = 14, .external_lex_state = 2}, + [256] = {.lex_state = 12, .external_lex_state = 2}, [257] = {.lex_state = 12, .external_lex_state = 2}, [258] = {.lex_state = 12, .external_lex_state = 2}, [259] = {.lex_state = 12, .external_lex_state = 2}, @@ -11080,23 +10963,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [262] = {.lex_state = 12, .external_lex_state = 2}, [263] = {.lex_state = 12, .external_lex_state = 2}, [264] = {.lex_state = 12, .external_lex_state = 2}, - [265] = {.lex_state = 14, .external_lex_state = 2}, + [265] = {.lex_state = 12, .external_lex_state = 2}, [266] = {.lex_state = 12, .external_lex_state = 2}, - [267] = {.lex_state = 14, .external_lex_state = 2}, + [267] = {.lex_state = 12, .external_lex_state = 2}, [268] = {.lex_state = 12, .external_lex_state = 2}, - [269] = {.lex_state = 14, .external_lex_state = 2}, + [269] = {.lex_state = 12, .external_lex_state = 2}, [270] = {.lex_state = 12, .external_lex_state = 2}, [271] = {.lex_state = 12, .external_lex_state = 2}, [272] = {.lex_state = 12, .external_lex_state = 2}, [273] = {.lex_state = 12, .external_lex_state = 2}, [274] = {.lex_state = 12, .external_lex_state = 2}, [275] = {.lex_state = 12, .external_lex_state = 2}, - [276] = {.lex_state = 12, .external_lex_state = 2}, + [276] = {.lex_state = 14, .external_lex_state = 2}, [277] = {.lex_state = 12, .external_lex_state = 2}, [278] = {.lex_state = 12, .external_lex_state = 2}, - [279] = {.lex_state = 12, .external_lex_state = 2}, + [279] = {.lex_state = 14, .external_lex_state = 2}, [280] = {.lex_state = 12, .external_lex_state = 2}, - [281] = {.lex_state = 14, .external_lex_state = 2}, + [281] = {.lex_state = 12, .external_lex_state = 2}, [282] = {.lex_state = 12, .external_lex_state = 2}, [283] = {.lex_state = 12, .external_lex_state = 2}, [284] = {.lex_state = 12, .external_lex_state = 2}, @@ -11113,7 +10996,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [295] = {.lex_state = 12, .external_lex_state = 2}, [296] = {.lex_state = 12, .external_lex_state = 2}, [297] = {.lex_state = 12, .external_lex_state = 2}, - [298] = {.lex_state = 12, .external_lex_state = 2}, + [298] = {.lex_state = 14, .external_lex_state = 2}, [299] = {.lex_state = 12, .external_lex_state = 2}, [300] = {.lex_state = 12, .external_lex_state = 2}, [301] = {.lex_state = 12, .external_lex_state = 2}, @@ -11246,8 +11129,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [428] = {.lex_state = 258, .external_lex_state = 4}, [429] = {.lex_state = 22, .external_lex_state = 4}, [430] = {.lex_state = 258, .external_lex_state = 4}, - [431] = {.lex_state = 22, .external_lex_state = 4}, - [432] = {.lex_state = 258, .external_lex_state = 4}, + [431] = {.lex_state = 258, .external_lex_state = 4}, + [432] = {.lex_state = 22, .external_lex_state = 4}, [433] = {.lex_state = 258, .external_lex_state = 4}, [434] = {.lex_state = 22, .external_lex_state = 4}, [435] = {.lex_state = 258, .external_lex_state = 4}, @@ -11260,258 +11143,258 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [442] = {.lex_state = 24, .external_lex_state = 3}, [443] = {.lex_state = 24, .external_lex_state = 3}, [444] = {.lex_state = 24, .external_lex_state = 4}, - [445] = {.lex_state = 24, .external_lex_state = 3}, - [446] = {.lex_state = 16, .external_lex_state = 2}, + [445] = {.lex_state = 25, .external_lex_state = 4}, + [446] = {.lex_state = 24, .external_lex_state = 4}, [447] = {.lex_state = 24, .external_lex_state = 4}, - [448] = {.lex_state = 24, .external_lex_state = 3}, - [449] = {.lex_state = 25, .external_lex_state = 4}, + [448] = {.lex_state = 25, .external_lex_state = 4}, + [449] = {.lex_state = 16, .external_lex_state = 2}, [450] = {.lex_state = 26, .external_lex_state = 4}, - [451] = {.lex_state = 24, .external_lex_state = 4}, - [452] = {.lex_state = 24, .external_lex_state = 3}, + [451] = {.lex_state = 24, .external_lex_state = 3}, + [452] = {.lex_state = 25, .external_lex_state = 4}, [453] = {.lex_state = 26, .external_lex_state = 4}, [454] = {.lex_state = 24, .external_lex_state = 4}, - [455] = {.lex_state = 25, .external_lex_state = 4}, - [456] = {.lex_state = 24, .external_lex_state = 4}, - [457] = {.lex_state = 24, .external_lex_state = 4}, - [458] = {.lex_state = 26, .external_lex_state = 4}, - [459] = {.lex_state = 25, .external_lex_state = 4}, + [455] = {.lex_state = 26, .external_lex_state = 4}, + [456] = {.lex_state = 24, .external_lex_state = 3}, + [457] = {.lex_state = 24, .external_lex_state = 3}, + [458] = {.lex_state = 24, .external_lex_state = 4}, + [459] = {.lex_state = 24, .external_lex_state = 4}, [460] = {.lex_state = 24, .external_lex_state = 4}, [461] = {.lex_state = 16, .external_lex_state = 5}, - [462] = {.lex_state = 257, .external_lex_state = 2}, - [463] = {.lex_state = 24, .external_lex_state = 3}, - [464] = {.lex_state = 16, .external_lex_state = 5}, - [465] = {.lex_state = 15, .external_lex_state = 2}, - [466] = {.lex_state = 20, .external_lex_state = 5}, - [467] = {.lex_state = 257, .external_lex_state = 5}, - [468] = {.lex_state = 24, .external_lex_state = 4}, - [469] = {.lex_state = 15, .external_lex_state = 5}, - [470] = {.lex_state = 24, .external_lex_state = 3}, - [471] = {.lex_state = 256, .external_lex_state = 2}, - [472] = {.lex_state = 257, .external_lex_state = 5}, - [473] = {.lex_state = 15, .external_lex_state = 5}, + [462] = {.lex_state = 24, .external_lex_state = 3}, + [463] = {.lex_state = 16, .external_lex_state = 5}, + [464] = {.lex_state = 15, .external_lex_state = 2}, + [465] = {.lex_state = 257, .external_lex_state = 2}, + [466] = {.lex_state = 24, .external_lex_state = 4}, + [467] = {.lex_state = 24, .external_lex_state = 3}, + [468] = {.lex_state = 15, .external_lex_state = 5}, + [469] = {.lex_state = 257, .external_lex_state = 5}, + [470] = {.lex_state = 256, .external_lex_state = 2}, + [471] = {.lex_state = 15, .external_lex_state = 5}, + [472] = {.lex_state = 24, .external_lex_state = 4}, + [473] = {.lex_state = 20, .external_lex_state = 5}, [474] = {.lex_state = 24, .external_lex_state = 4}, - [475] = {.lex_state = 16, .external_lex_state = 2}, - [476] = {.lex_state = 20, .external_lex_state = 2}, - [477] = {.lex_state = 24, .external_lex_state = 4}, + [475] = {.lex_state = 257, .external_lex_state = 5}, + [476] = {.lex_state = 20, .external_lex_state = 5}, + [477] = {.lex_state = 20, .external_lex_state = 2}, [478] = {.lex_state = 24, .external_lex_state = 4}, - [479] = {.lex_state = 20, .external_lex_state = 5}, - [480] = {.lex_state = 24, .external_lex_state = 4}, - [481] = {.lex_state = 16, .external_lex_state = 2}, - [482] = {.lex_state = 24, .external_lex_state = 3}, - [483] = {.lex_state = 254, .external_lex_state = 5}, - [484] = {.lex_state = 21, .external_lex_state = 5}, + [479] = {.lex_state = 24, .external_lex_state = 4}, + [480] = {.lex_state = 16, .external_lex_state = 2}, + [481] = {.lex_state = 24, .external_lex_state = 3}, + [482] = {.lex_state = 16, .external_lex_state = 2}, + [483] = {.lex_state = 254, .external_lex_state = 2}, + [484] = {.lex_state = 26, .external_lex_state = 3}, [485] = {.lex_state = 21, .external_lex_state = 5}, - [486] = {.lex_state = 254, .external_lex_state = 5}, - [487] = {.lex_state = 21, .external_lex_state = 2}, - [488] = {.lex_state = 20, .external_lex_state = 2}, - [489] = {.lex_state = 25, .external_lex_state = 4}, - [490] = {.lex_state = 21, .external_lex_state = 5}, - [491] = {.lex_state = 254, .external_lex_state = 2}, - [492] = {.lex_state = 256, .external_lex_state = 5}, - [493] = {.lex_state = 21, .external_lex_state = 5}, - [494] = {.lex_state = 21, .external_lex_state = 5}, - [495] = {.lex_state = 21, .external_lex_state = 2}, - [496] = {.lex_state = 25, .external_lex_state = 4}, - [497] = {.lex_state = 27, .external_lex_state = 4}, - [498] = {.lex_state = 26, .external_lex_state = 3}, + [486] = {.lex_state = 20, .external_lex_state = 2}, + [487] = {.lex_state = 21, .external_lex_state = 5}, + [488] = {.lex_state = 21, .external_lex_state = 2}, + [489] = {.lex_state = 21, .external_lex_state = 5}, + [490] = {.lex_state = 25, .external_lex_state = 4}, + [491] = {.lex_state = 25, .external_lex_state = 4}, + [492] = {.lex_state = 21, .external_lex_state = 5}, + [493] = {.lex_state = 256, .external_lex_state = 5}, + [494] = {.lex_state = 21, .external_lex_state = 2}, + [495] = {.lex_state = 25, .external_lex_state = 4}, + [496] = {.lex_state = 21, .external_lex_state = 5}, + [497] = {.lex_state = 21, .external_lex_state = 5}, + [498] = {.lex_state = 256, .external_lex_state = 5}, [499] = {.lex_state = 21, .external_lex_state = 5}, [500] = {.lex_state = 21, .external_lex_state = 5}, [501] = {.lex_state = 21, .external_lex_state = 5}, - [502] = {.lex_state = 21, .external_lex_state = 5}, - [503] = {.lex_state = 21, .external_lex_state = 5}, - [504] = {.lex_state = 257, .external_lex_state = 2}, - [505] = {.lex_state = 21, .external_lex_state = 5}, - [506] = {.lex_state = 21, .external_lex_state = 5}, - [507] = {.lex_state = 21, .external_lex_state = 5}, - [508] = {.lex_state = 257, .external_lex_state = 2}, - [509] = {.lex_state = 26, .external_lex_state = 3}, - [510] = {.lex_state = 20, .external_lex_state = 2}, - [511] = {.lex_state = 21, .external_lex_state = 5}, - [512] = {.lex_state = 18, .external_lex_state = 5}, - [513] = {.lex_state = 18, .external_lex_state = 2}, - [514] = {.lex_state = 20, .external_lex_state = 2}, + [502] = {.lex_state = 20, .external_lex_state = 2}, + [503] = {.lex_state = 26, .external_lex_state = 3}, + [504] = {.lex_state = 18, .external_lex_state = 2}, + [505] = {.lex_state = 18, .external_lex_state = 5}, + [506] = {.lex_state = 15, .external_lex_state = 2}, + [507] = {.lex_state = 257, .external_lex_state = 2}, + [508] = {.lex_state = 18, .external_lex_state = 5}, + [509] = {.lex_state = 15, .external_lex_state = 2}, + [510] = {.lex_state = 21, .external_lex_state = 5}, + [511] = {.lex_state = 20, .external_lex_state = 2}, + [512] = {.lex_state = 25, .external_lex_state = 4}, + [513] = {.lex_state = 21, .external_lex_state = 5}, + [514] = {.lex_state = 21, .external_lex_state = 5}, [515] = {.lex_state = 21, .external_lex_state = 5}, - [516] = {.lex_state = 15, .external_lex_state = 2}, + [516] = {.lex_state = 21, .external_lex_state = 5}, [517] = {.lex_state = 21, .external_lex_state = 5}, - [518] = {.lex_state = 18, .external_lex_state = 5}, - [519] = {.lex_state = 15, .external_lex_state = 2}, - [520] = {.lex_state = 20, .external_lex_state = 2}, - [521] = {.lex_state = 21, .external_lex_state = 5}, - [522] = {.lex_state = 256, .external_lex_state = 5}, + [518] = {.lex_state = 25, .external_lex_state = 4}, + [519] = {.lex_state = 21, .external_lex_state = 5}, + [520] = {.lex_state = 257, .external_lex_state = 2}, + [521] = {.lex_state = 20, .external_lex_state = 2}, + [522] = {.lex_state = 21, .external_lex_state = 5}, [523] = {.lex_state = 21, .external_lex_state = 5}, - [524] = {.lex_state = 25, .external_lex_state = 4}, - [525] = {.lex_state = 25, .external_lex_state = 4}, - [526] = {.lex_state = 26, .external_lex_state = 3}, - [527] = {.lex_state = 25, .external_lex_state = 4}, + [524] = {.lex_state = 254, .external_lex_state = 5}, + [525] = {.lex_state = 27, .external_lex_state = 4}, + [526] = {.lex_state = 254, .external_lex_state = 5}, + [527] = {.lex_state = 26, .external_lex_state = 3}, [528] = {.lex_state = 21, .external_lex_state = 2}, [529] = {.lex_state = 21, .external_lex_state = 2}, - [530] = {.lex_state = 253, .external_lex_state = 5}, - [531] = {.lex_state = 18, .external_lex_state = 2}, - [532] = {.lex_state = 19, .external_lex_state = 5}, - [533] = {.lex_state = 21, .external_lex_state = 2}, - [534] = {.lex_state = 18, .external_lex_state = 2}, + [530] = {.lex_state = 21, .external_lex_state = 2}, + [531] = {.lex_state = 19, .external_lex_state = 5}, + [532] = {.lex_state = 21, .external_lex_state = 2}, + [533] = {.lex_state = 19, .external_lex_state = 5}, + [534] = {.lex_state = 21, .external_lex_state = 2}, [535] = {.lex_state = 21, .external_lex_state = 2}, - [536] = {.lex_state = 19, .external_lex_state = 5}, - [537] = {.lex_state = 255, .external_lex_state = 5}, - [538] = {.lex_state = 255, .external_lex_state = 5}, + [536] = {.lex_state = 21, .external_lex_state = 2}, + [537] = {.lex_state = 19, .external_lex_state = 5}, + [538] = {.lex_state = 255, .external_lex_state = 2}, [539] = {.lex_state = 255, .external_lex_state = 5}, - [540] = {.lex_state = 19, .external_lex_state = 5}, - [541] = {.lex_state = 19, .external_lex_state = 5}, + [540] = {.lex_state = 21, .external_lex_state = 2}, + [541] = {.lex_state = 21, .external_lex_state = 2}, [542] = {.lex_state = 21, .external_lex_state = 2}, [543] = {.lex_state = 21, .external_lex_state = 2}, [544] = {.lex_state = 255, .external_lex_state = 5}, - [545] = {.lex_state = 21, .external_lex_state = 2}, + [545] = {.lex_state = 255, .external_lex_state = 5}, [546] = {.lex_state = 255, .external_lex_state = 5}, - [547] = {.lex_state = 255, .external_lex_state = 5}, - [548] = {.lex_state = 21, .external_lex_state = 2}, - [549] = {.lex_state = 19, .external_lex_state = 5}, + [547] = {.lex_state = 19, .external_lex_state = 5}, + [548] = {.lex_state = 18, .external_lex_state = 2}, + [549] = {.lex_state = 21, .external_lex_state = 2}, [550] = {.lex_state = 21, .external_lex_state = 2}, - [551] = {.lex_state = 19, .external_lex_state = 5}, + [551] = {.lex_state = 21, .external_lex_state = 2}, [552] = {.lex_state = 21, .external_lex_state = 2}, [553] = {.lex_state = 21, .external_lex_state = 2}, [554] = {.lex_state = 21, .external_lex_state = 2}, - [555] = {.lex_state = 254, .external_lex_state = 2}, - [556] = {.lex_state = 19, .external_lex_state = 5}, - [557] = {.lex_state = 254, .external_lex_state = 2}, - [558] = {.lex_state = 255, .external_lex_state = 5}, + [555] = {.lex_state = 19, .external_lex_state = 5}, + [556] = {.lex_state = 21, .external_lex_state = 2}, + [557] = {.lex_state = 21, .external_lex_state = 2}, + [558] = {.lex_state = 21, .external_lex_state = 2}, [559] = {.lex_state = 21, .external_lex_state = 2}, - [560] = {.lex_state = 255, .external_lex_state = 2}, + [560] = {.lex_state = 21, .external_lex_state = 2}, [561] = {.lex_state = 21, .external_lex_state = 2}, - [562] = {.lex_state = 21, .external_lex_state = 2}, - [563] = {.lex_state = 21, .external_lex_state = 2}, - [564] = {.lex_state = 19, .external_lex_state = 5}, - [565] = {.lex_state = 18, .external_lex_state = 2}, + [562] = {.lex_state = 254, .external_lex_state = 2}, + [563] = {.lex_state = 255, .external_lex_state = 5}, + [564] = {.lex_state = 21, .external_lex_state = 2}, + [565] = {.lex_state = 21, .external_lex_state = 2}, [566] = {.lex_state = 21, .external_lex_state = 2}, - [567] = {.lex_state = 19, .external_lex_state = 5}, + [567] = {.lex_state = 21, .external_lex_state = 2}, [568] = {.lex_state = 21, .external_lex_state = 2}, - [569] = {.lex_state = 254, .external_lex_state = 2}, + [569] = {.lex_state = 21, .external_lex_state = 2}, [570] = {.lex_state = 21, .external_lex_state = 2}, [571] = {.lex_state = 21, .external_lex_state = 2}, [572] = {.lex_state = 21, .external_lex_state = 2}, [573] = {.lex_state = 21, .external_lex_state = 2}, - [574] = {.lex_state = 255, .external_lex_state = 5}, - [575] = {.lex_state = 21, .external_lex_state = 2}, + [574] = {.lex_state = 21, .external_lex_state = 2}, + [575] = {.lex_state = 255, .external_lex_state = 5}, [576] = {.lex_state = 21, .external_lex_state = 2}, [577] = {.lex_state = 21, .external_lex_state = 2}, - [578] = {.lex_state = 19, .external_lex_state = 5}, - [579] = {.lex_state = 21, .external_lex_state = 2}, + [578] = {.lex_state = 21, .external_lex_state = 2}, + [579] = {.lex_state = 19, .external_lex_state = 5}, [580] = {.lex_state = 21, .external_lex_state = 2}, [581] = {.lex_state = 21, .external_lex_state = 2}, [582] = {.lex_state = 21, .external_lex_state = 2}, [583] = {.lex_state = 21, .external_lex_state = 2}, - [584] = {.lex_state = 19, .external_lex_state = 5}, - [585] = {.lex_state = 19, .external_lex_state = 5}, - [586] = {.lex_state = 21, .external_lex_state = 2}, - [587] = {.lex_state = 21, .external_lex_state = 2}, - [588] = {.lex_state = 21, .external_lex_state = 2}, + [584] = {.lex_state = 21, .external_lex_state = 2}, + [585] = {.lex_state = 21, .external_lex_state = 2}, + [586] = {.lex_state = 255, .external_lex_state = 2}, + [587] = {.lex_state = 19, .external_lex_state = 5}, + [588] = {.lex_state = 19, .external_lex_state = 5}, [589] = {.lex_state = 21, .external_lex_state = 2}, - [590] = {.lex_state = 21, .external_lex_state = 2}, - [591] = {.lex_state = 19, .external_lex_state = 5}, + [590] = {.lex_state = 254, .external_lex_state = 2}, + [591] = {.lex_state = 21, .external_lex_state = 2}, [592] = {.lex_state = 255, .external_lex_state = 5}, [593] = {.lex_state = 21, .external_lex_state = 2}, [594] = {.lex_state = 21, .external_lex_state = 2}, - [595] = {.lex_state = 255, .external_lex_state = 5}, - [596] = {.lex_state = 255, .external_lex_state = 5}, + [595] = {.lex_state = 21, .external_lex_state = 2}, + [596] = {.lex_state = 19, .external_lex_state = 5}, [597] = {.lex_state = 256, .external_lex_state = 2}, - [598] = {.lex_state = 21, .external_lex_state = 2}, - [599] = {.lex_state = 253, .external_lex_state = 5}, + [598] = {.lex_state = 255, .external_lex_state = 5}, + [599] = {.lex_state = 21, .external_lex_state = 2}, [600] = {.lex_state = 21, .external_lex_state = 2}, [601] = {.lex_state = 21, .external_lex_state = 2}, [602] = {.lex_state = 21, .external_lex_state = 2}, - [603] = {.lex_state = 21, .external_lex_state = 2}, - [604] = {.lex_state = 21, .external_lex_state = 2}, + [603] = {.lex_state = 255, .external_lex_state = 5}, + [604] = {.lex_state = 19, .external_lex_state = 5}, [605] = {.lex_state = 21, .external_lex_state = 2}, - [606] = {.lex_state = 21, .external_lex_state = 2}, + [606] = {.lex_state = 19, .external_lex_state = 5}, [607] = {.lex_state = 21, .external_lex_state = 2}, [608] = {.lex_state = 21, .external_lex_state = 2}, - [609] = {.lex_state = 255, .external_lex_state = 2}, + [609] = {.lex_state = 21, .external_lex_state = 2}, [610] = {.lex_state = 21, .external_lex_state = 2}, [611] = {.lex_state = 21, .external_lex_state = 2}, [612] = {.lex_state = 21, .external_lex_state = 2}, [613] = {.lex_state = 21, .external_lex_state = 2}, [614] = {.lex_state = 21, .external_lex_state = 2}, - [615] = {.lex_state = 255, .external_lex_state = 5}, + [615] = {.lex_state = 21, .external_lex_state = 2}, [616] = {.lex_state = 21, .external_lex_state = 2}, - [617] = {.lex_state = 21, .external_lex_state = 2}, - [618] = {.lex_state = 21, .external_lex_state = 2}, - [619] = {.lex_state = 21, .external_lex_state = 2}, - [620] = {.lex_state = 21, .external_lex_state = 2}, + [617] = {.lex_state = 18, .external_lex_state = 2}, + [618] = {.lex_state = 255, .external_lex_state = 5}, + [619] = {.lex_state = 253, .external_lex_state = 5}, + [620] = {.lex_state = 19, .external_lex_state = 5}, [621] = {.lex_state = 21, .external_lex_state = 2}, - [622] = {.lex_state = 253, .external_lex_state = 2}, + [622] = {.lex_state = 255, .external_lex_state = 5}, [623] = {.lex_state = 21, .external_lex_state = 2}, [624] = {.lex_state = 21, .external_lex_state = 2}, - [625] = {.lex_state = 21, .external_lex_state = 2}, + [625] = {.lex_state = 255, .external_lex_state = 5}, [626] = {.lex_state = 21, .external_lex_state = 2}, [627] = {.lex_state = 21, .external_lex_state = 2}, - [628] = {.lex_state = 21, .external_lex_state = 2}, + [628] = {.lex_state = 254, .external_lex_state = 2}, [629] = {.lex_state = 21, .external_lex_state = 2}, - [630] = {.lex_state = 21, .external_lex_state = 2}, + [630] = {.lex_state = 255, .external_lex_state = 5}, [631] = {.lex_state = 21, .external_lex_state = 2}, - [632] = {.lex_state = 21, .external_lex_state = 2}, + [632] = {.lex_state = 253, .external_lex_state = 5}, [633] = {.lex_state = 21, .external_lex_state = 2}, - [634] = {.lex_state = 21, .external_lex_state = 2}, + [634] = {.lex_state = 255, .external_lex_state = 5}, [635] = {.lex_state = 255, .external_lex_state = 5}, - [636] = {.lex_state = 21, .external_lex_state = 2}, + [636] = {.lex_state = 18, .external_lex_state = 2}, [637] = {.lex_state = 21, .external_lex_state = 2}, - [638] = {.lex_state = 21, .external_lex_state = 2}, + [638] = {.lex_state = 19, .external_lex_state = 5}, [639] = {.lex_state = 21, .external_lex_state = 2}, [640] = {.lex_state = 21, .external_lex_state = 2}, [641] = {.lex_state = 21, .external_lex_state = 2}, [642] = {.lex_state = 21, .external_lex_state = 2}, - [643] = {.lex_state = 21, .external_lex_state = 2}, - [644] = {.lex_state = 21, .external_lex_state = 2}, - [645] = {.lex_state = 21, .external_lex_state = 2}, - [646] = {.lex_state = 255, .external_lex_state = 5}, - [647] = {.lex_state = 19, .external_lex_state = 5}, - [648] = {.lex_state = 255, .external_lex_state = 5}, + [643] = {.lex_state = 253, .external_lex_state = 2}, + [644] = {.lex_state = 254, .external_lex_state = 2}, + [645] = {.lex_state = 255, .external_lex_state = 5}, + [646] = {.lex_state = 21, .external_lex_state = 2}, + [647] = {.lex_state = 21, .external_lex_state = 2}, + [648] = {.lex_state = 21, .external_lex_state = 2}, [649] = {.lex_state = 21, .external_lex_state = 2}, - [650] = {.lex_state = 21, .external_lex_state = 2}, + [650] = {.lex_state = 255, .external_lex_state = 5}, [651] = {.lex_state = 21, .external_lex_state = 2}, [652] = {.lex_state = 21, .external_lex_state = 2}, - [653] = {.lex_state = 255, .external_lex_state = 5}, - [654] = {.lex_state = 19, .external_lex_state = 5}, + [653] = {.lex_state = 19, .external_lex_state = 5}, + [654] = {.lex_state = 21, .external_lex_state = 2}, [655] = {.lex_state = 21, .external_lex_state = 2}, - [656] = {.lex_state = 19, .external_lex_state = 5}, + [656] = {.lex_state = 21, .external_lex_state = 2}, [657] = {.lex_state = 21, .external_lex_state = 2}, - [658] = {.lex_state = 255, .external_lex_state = 5}, - [659] = {.lex_state = 21, .external_lex_state = 2}, + [658] = {.lex_state = 21, .external_lex_state = 2}, + [659] = {.lex_state = 19, .external_lex_state = 5}, [660] = {.lex_state = 21, .external_lex_state = 2}, [661] = {.lex_state = 21, .external_lex_state = 2}, - [662] = {.lex_state = 21, .external_lex_state = 2}, - [663] = {.lex_state = 21, .external_lex_state = 2}, - [664] = {.lex_state = 254, .external_lex_state = 2}, - [665] = {.lex_state = 21, .external_lex_state = 2}, - [666] = {.lex_state = 19, .external_lex_state = 5}, - [667] = {.lex_state = 255, .external_lex_state = 5}, + [662] = {.lex_state = 19, .external_lex_state = 5}, + [663] = {.lex_state = 19, .external_lex_state = 5}, + [664] = {.lex_state = 19, .external_lex_state = 5}, + [665] = {.lex_state = 255, .external_lex_state = 5}, + [666] = {.lex_state = 21, .external_lex_state = 2}, + [667] = {.lex_state = 21, .external_lex_state = 2}, [668] = {.lex_state = 21, .external_lex_state = 2}, [669] = {.lex_state = 21, .external_lex_state = 2}, - [670] = {.lex_state = 19, .external_lex_state = 5}, - [671] = {.lex_state = 18, .external_lex_state = 2}, + [670] = {.lex_state = 21, .external_lex_state = 2}, + [671] = {.lex_state = 21, .external_lex_state = 2}, [672] = {.lex_state = 21, .external_lex_state = 2}, [673] = {.lex_state = 21, .external_lex_state = 2}, [674] = {.lex_state = 256, .external_lex_state = 2}, [675] = {.lex_state = 21, .external_lex_state = 2}, - [676] = {.lex_state = 21, .external_lex_state = 2}, + [676] = {.lex_state = 18, .external_lex_state = 2}, [677] = {.lex_state = 21, .external_lex_state = 2}, - [678] = {.lex_state = 19, .external_lex_state = 2}, + [678] = {.lex_state = 255, .external_lex_state = 2}, [679] = {.lex_state = 19, .external_lex_state = 2}, - [680] = {.lex_state = 255, .external_lex_state = 2}, - [681] = {.lex_state = 255, .external_lex_state = 2}, + [680] = {.lex_state = 19, .external_lex_state = 2}, + [681] = {.lex_state = 19, .external_lex_state = 2}, [682] = {.lex_state = 255, .external_lex_state = 2}, [683] = {.lex_state = 255, .external_lex_state = 2}, - [684] = {.lex_state = 255, .external_lex_state = 2}, + [684] = {.lex_state = 19, .external_lex_state = 2}, [685] = {.lex_state = 255, .external_lex_state = 2}, [686] = {.lex_state = 255, .external_lex_state = 2}, - [687] = {.lex_state = 255, .external_lex_state = 2}, - [688] = {.lex_state = 255, .external_lex_state = 2}, + [687] = {.lex_state = 19, .external_lex_state = 2}, + [688] = {.lex_state = 19, .external_lex_state = 2}, [689] = {.lex_state = 255, .external_lex_state = 2}, - [690] = {.lex_state = 255, .external_lex_state = 2}, - [691] = {.lex_state = 255, .external_lex_state = 2}, - [692] = {.lex_state = 255, .external_lex_state = 2}, + [690] = {.lex_state = 19, .external_lex_state = 2}, + [691] = {.lex_state = 19, .external_lex_state = 2}, + [692] = {.lex_state = 19, .external_lex_state = 2}, [693] = {.lex_state = 255, .external_lex_state = 2}, - [694] = {.lex_state = 255, .external_lex_state = 2}, - [695] = {.lex_state = 19, .external_lex_state = 2}, - [696] = {.lex_state = 255, .external_lex_state = 2}, + [694] = {.lex_state = 19, .external_lex_state = 2}, + [695] = {.lex_state = 255, .external_lex_state = 2}, + [696] = {.lex_state = 19, .external_lex_state = 2}, [697] = {.lex_state = 255, .external_lex_state = 2}, [698] = {.lex_state = 255, .external_lex_state = 2}, [699] = {.lex_state = 255, .external_lex_state = 2}, @@ -11519,214 +11402,214 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [701] = {.lex_state = 255, .external_lex_state = 2}, [702] = {.lex_state = 255, .external_lex_state = 2}, [703] = {.lex_state = 255, .external_lex_state = 2}, - [704] = {.lex_state = 19, .external_lex_state = 2}, + [704] = {.lex_state = 255, .external_lex_state = 2}, [705] = {.lex_state = 255, .external_lex_state = 2}, - [706] = {.lex_state = 19, .external_lex_state = 2}, - [707] = {.lex_state = 19, .external_lex_state = 2}, - [708] = {.lex_state = 19, .external_lex_state = 2}, - [709] = {.lex_state = 19, .external_lex_state = 2}, - [710] = {.lex_state = 19, .external_lex_state = 2}, - [711] = {.lex_state = 252, .external_lex_state = 5}, - [712] = {.lex_state = 19, .external_lex_state = 2}, + [706] = {.lex_state = 255, .external_lex_state = 2}, + [707] = {.lex_state = 255, .external_lex_state = 2}, + [708] = {.lex_state = 255, .external_lex_state = 2}, + [709] = {.lex_state = 255, .external_lex_state = 2}, + [710] = {.lex_state = 255, .external_lex_state = 2}, + [711] = {.lex_state = 255, .external_lex_state = 2}, + [712] = {.lex_state = 255, .external_lex_state = 2}, [713] = {.lex_state = 19, .external_lex_state = 2}, [714] = {.lex_state = 255, .external_lex_state = 2}, - [715] = {.lex_state = 252, .external_lex_state = 5}, + [715] = {.lex_state = 255, .external_lex_state = 2}, [716] = {.lex_state = 255, .external_lex_state = 2}, - [717] = {.lex_state = 252, .external_lex_state = 5}, + [717] = {.lex_state = 19, .external_lex_state = 2}, [718] = {.lex_state = 255, .external_lex_state = 2}, [719] = {.lex_state = 19, .external_lex_state = 2}, [720] = {.lex_state = 255, .external_lex_state = 2}, - [721] = {.lex_state = 255, .external_lex_state = 2}, + [721] = {.lex_state = 19, .external_lex_state = 2}, [722] = {.lex_state = 255, .external_lex_state = 2}, [723] = {.lex_state = 19, .external_lex_state = 2}, [724] = {.lex_state = 19, .external_lex_state = 2}, [725] = {.lex_state = 19, .external_lex_state = 2}, [726] = {.lex_state = 255, .external_lex_state = 2}, - [727] = {.lex_state = 19, .external_lex_state = 2}, - [728] = {.lex_state = 255, .external_lex_state = 2}, + [727] = {.lex_state = 252, .external_lex_state = 5}, + [728] = {.lex_state = 252, .external_lex_state = 5}, [729] = {.lex_state = 252, .external_lex_state = 5}, - [730] = {.lex_state = 255, .external_lex_state = 2}, + [730] = {.lex_state = 19, .external_lex_state = 2}, [731] = {.lex_state = 255, .external_lex_state = 2}, - [732] = {.lex_state = 255, .external_lex_state = 2}, - [733] = {.lex_state = 255, .external_lex_state = 2}, - [734] = {.lex_state = 25, .external_lex_state = 4}, + [732] = {.lex_state = 19, .external_lex_state = 2}, + [733] = {.lex_state = 19, .external_lex_state = 2}, + [734] = {.lex_state = 19, .external_lex_state = 2}, [735] = {.lex_state = 19, .external_lex_state = 2}, - [736] = {.lex_state = 19, .external_lex_state = 2}, + [736] = {.lex_state = 255, .external_lex_state = 2}, [737] = {.lex_state = 255, .external_lex_state = 2}, - [738] = {.lex_state = 19, .external_lex_state = 2}, + [738] = {.lex_state = 255, .external_lex_state = 2}, [739] = {.lex_state = 19, .external_lex_state = 2}, [740] = {.lex_state = 19, .external_lex_state = 2}, - [741] = {.lex_state = 255, .external_lex_state = 2}, + [741] = {.lex_state = 19, .external_lex_state = 2}, [742] = {.lex_state = 19, .external_lex_state = 2}, - [743] = {.lex_state = 19, .external_lex_state = 2}, - [744] = {.lex_state = 255, .external_lex_state = 2}, - [745] = {.lex_state = 19, .external_lex_state = 2}, + [743] = {.lex_state = 255, .external_lex_state = 2}, + [744] = {.lex_state = 19, .external_lex_state = 2}, + [745] = {.lex_state = 252, .external_lex_state = 5}, [746] = {.lex_state = 19, .external_lex_state = 2}, - [747] = {.lex_state = 255, .external_lex_state = 2}, - [748] = {.lex_state = 255, .external_lex_state = 2}, + [747] = {.lex_state = 19, .external_lex_state = 2}, + [748] = {.lex_state = 19, .external_lex_state = 2}, [749] = {.lex_state = 19, .external_lex_state = 2}, [750] = {.lex_state = 19, .external_lex_state = 2}, [751] = {.lex_state = 19, .external_lex_state = 2}, - [752] = {.lex_state = 19, .external_lex_state = 2}, - [753] = {.lex_state = 19, .external_lex_state = 2}, + [752] = {.lex_state = 253, .external_lex_state = 2}, + [753] = {.lex_state = 255, .external_lex_state = 2}, [754] = {.lex_state = 19, .external_lex_state = 2}, - [755] = {.lex_state = 252, .external_lex_state = 5}, - [756] = {.lex_state = 255, .external_lex_state = 2}, + [755] = {.lex_state = 19, .external_lex_state = 2}, + [756] = {.lex_state = 19, .external_lex_state = 2}, [757] = {.lex_state = 19, .external_lex_state = 2}, [758] = {.lex_state = 19, .external_lex_state = 2}, [759] = {.lex_state = 19, .external_lex_state = 2}, - [760] = {.lex_state = 253, .external_lex_state = 2}, - [761] = {.lex_state = 19, .external_lex_state = 2}, - [762] = {.lex_state = 19, .external_lex_state = 2}, - [763] = {.lex_state = 255, .external_lex_state = 2}, + [760] = {.lex_state = 255, .external_lex_state = 2}, + [761] = {.lex_state = 255, .external_lex_state = 2}, + [762] = {.lex_state = 252, .external_lex_state = 5}, + [763] = {.lex_state = 19, .external_lex_state = 2}, [764] = {.lex_state = 255, .external_lex_state = 2}, - [765] = {.lex_state = 252, .external_lex_state = 5}, - [766] = {.lex_state = 255, .external_lex_state = 2}, - [767] = {.lex_state = 255, .external_lex_state = 2}, + [765] = {.lex_state = 255, .external_lex_state = 2}, + [766] = {.lex_state = 19, .external_lex_state = 2}, + [767] = {.lex_state = 19, .external_lex_state = 2}, [768] = {.lex_state = 19, .external_lex_state = 2}, - [769] = {.lex_state = 252, .external_lex_state = 5}, - [770] = {.lex_state = 255, .external_lex_state = 2}, + [769] = {.lex_state = 19, .external_lex_state = 2}, + [770] = {.lex_state = 19, .external_lex_state = 2}, [771] = {.lex_state = 19, .external_lex_state = 2}, [772] = {.lex_state = 19, .external_lex_state = 2}, [773] = {.lex_state = 255, .external_lex_state = 2}, - [774] = {.lex_state = 19, .external_lex_state = 2}, - [775] = {.lex_state = 19, .external_lex_state = 2}, - [776] = {.lex_state = 19, .external_lex_state = 2}, - [777] = {.lex_state = 255, .external_lex_state = 2}, - [778] = {.lex_state = 255, .external_lex_state = 2}, + [774] = {.lex_state = 255, .external_lex_state = 2}, + [775] = {.lex_state = 255, .external_lex_state = 2}, + [776] = {.lex_state = 255, .external_lex_state = 2}, + [777] = {.lex_state = 252, .external_lex_state = 5}, + [778] = {.lex_state = 19, .external_lex_state = 2}, [779] = {.lex_state = 19, .external_lex_state = 2}, - [780] = {.lex_state = 255, .external_lex_state = 2}, - [781] = {.lex_state = 255, .external_lex_state = 2}, + [780] = {.lex_state = 19, .external_lex_state = 2}, + [781] = {.lex_state = 19, .external_lex_state = 2}, [782] = {.lex_state = 19, .external_lex_state = 2}, [783] = {.lex_state = 255, .external_lex_state = 2}, [784] = {.lex_state = 19, .external_lex_state = 2}, - [785] = {.lex_state = 255, .external_lex_state = 2}, - [786] = {.lex_state = 19, .external_lex_state = 2}, + [785] = {.lex_state = 19, .external_lex_state = 2}, + [786] = {.lex_state = 25, .external_lex_state = 4}, [787] = {.lex_state = 19, .external_lex_state = 2}, - [788] = {.lex_state = 255, .external_lex_state = 2}, + [788] = {.lex_state = 19, .external_lex_state = 2}, [789] = {.lex_state = 19, .external_lex_state = 2}, [790] = {.lex_state = 19, .external_lex_state = 2}, [791] = {.lex_state = 19, .external_lex_state = 2}, [792] = {.lex_state = 19, .external_lex_state = 2}, [793] = {.lex_state = 19, .external_lex_state = 2}, - [794] = {.lex_state = 19, .external_lex_state = 2}, + [794] = {.lex_state = 255, .external_lex_state = 2}, [795] = {.lex_state = 19, .external_lex_state = 2}, - [796] = {.lex_state = 19, .external_lex_state = 2}, - [797] = {.lex_state = 19, .external_lex_state = 2}, + [796] = {.lex_state = 255, .external_lex_state = 2}, + [797] = {.lex_state = 255, .external_lex_state = 2}, [798] = {.lex_state = 255, .external_lex_state = 2}, - [799] = {.lex_state = 255, .external_lex_state = 2}, + [799] = {.lex_state = 252, .external_lex_state = 5}, [800] = {.lex_state = 255, .external_lex_state = 2}, - [801] = {.lex_state = 255, .external_lex_state = 2}, + [801] = {.lex_state = 25, .external_lex_state = 4}, [802] = {.lex_state = 19, .external_lex_state = 2}, - [803] = {.lex_state = 255, .external_lex_state = 2}, - [804] = {.lex_state = 19, .external_lex_state = 2}, - [805] = {.lex_state = 19, .external_lex_state = 2}, - [806] = {.lex_state = 19, .external_lex_state = 2}, - [807] = {.lex_state = 19, .external_lex_state = 2}, + [803] = {.lex_state = 19, .external_lex_state = 2}, + [804] = {.lex_state = 255, .external_lex_state = 2}, + [805] = {.lex_state = 255, .external_lex_state = 2}, + [806] = {.lex_state = 255, .external_lex_state = 2}, + [807] = {.lex_state = 255, .external_lex_state = 2}, [808] = {.lex_state = 19, .external_lex_state = 2}, - [809] = {.lex_state = 19, .external_lex_state = 2}, - [810] = {.lex_state = 19, .external_lex_state = 2}, + [809] = {.lex_state = 255, .external_lex_state = 2}, + [810] = {.lex_state = 253, .external_lex_state = 2}, [811] = {.lex_state = 19, .external_lex_state = 2}, - [812] = {.lex_state = 252, .external_lex_state = 5}, - [813] = {.lex_state = 252, .external_lex_state = 5}, + [812] = {.lex_state = 255, .external_lex_state = 2}, + [813] = {.lex_state = 19, .external_lex_state = 2}, [814] = {.lex_state = 252, .external_lex_state = 5}, - [815] = {.lex_state = 19, .external_lex_state = 2}, - [816] = {.lex_state = 19, .external_lex_state = 2}, - [817] = {.lex_state = 19, .external_lex_state = 2}, - [818] = {.lex_state = 19, .external_lex_state = 2}, - [819] = {.lex_state = 19, .external_lex_state = 2}, + [815] = {.lex_state = 252, .external_lex_state = 5}, + [816] = {.lex_state = 252, .external_lex_state = 5}, + [817] = {.lex_state = 255, .external_lex_state = 2}, + [818] = {.lex_state = 255, .external_lex_state = 2}, + [819] = {.lex_state = 255, .external_lex_state = 2}, [820] = {.lex_state = 19, .external_lex_state = 2}, - [821] = {.lex_state = 19, .external_lex_state = 2}, - [822] = {.lex_state = 19, .external_lex_state = 2}, - [823] = {.lex_state = 255, .external_lex_state = 2}, - [824] = {.lex_state = 19, .external_lex_state = 2}, - [825] = {.lex_state = 19, .external_lex_state = 2}, - [826] = {.lex_state = 19, .external_lex_state = 2}, - [827] = {.lex_state = 19, .external_lex_state = 2}, - [828] = {.lex_state = 19, .external_lex_state = 2}, + [821] = {.lex_state = 255, .external_lex_state = 2}, + [822] = {.lex_state = 255, .external_lex_state = 2}, + [823] = {.lex_state = 252, .external_lex_state = 5}, + [824] = {.lex_state = 255, .external_lex_state = 2}, + [825] = {.lex_state = 255, .external_lex_state = 2}, + [826] = {.lex_state = 255, .external_lex_state = 2}, + [827] = {.lex_state = 255, .external_lex_state = 2}, + [828] = {.lex_state = 255, .external_lex_state = 2}, [829] = {.lex_state = 19, .external_lex_state = 2}, - [830] = {.lex_state = 19, .external_lex_state = 2}, - [831] = {.lex_state = 19, .external_lex_state = 2}, + [830] = {.lex_state = 255, .external_lex_state = 2}, + [831] = {.lex_state = 255, .external_lex_state = 2}, [832] = {.lex_state = 255, .external_lex_state = 2}, - [833] = {.lex_state = 255, .external_lex_state = 2}, - [834] = {.lex_state = 19, .external_lex_state = 2}, - [835] = {.lex_state = 19, .external_lex_state = 2}, - [836] = {.lex_state = 19, .external_lex_state = 2}, + [833] = {.lex_state = 252, .external_lex_state = 5}, + [834] = {.lex_state = 255, .external_lex_state = 2}, + [835] = {.lex_state = 255, .external_lex_state = 2}, + [836] = {.lex_state = 255, .external_lex_state = 2}, [837] = {.lex_state = 255, .external_lex_state = 2}, - [838] = {.lex_state = 19, .external_lex_state = 2}, - [839] = {.lex_state = 19, .external_lex_state = 2}, - [840] = {.lex_state = 19, .external_lex_state = 2}, - [841] = {.lex_state = 19, .external_lex_state = 2}, - [842] = {.lex_state = 255, .external_lex_state = 2}, - [843] = {.lex_state = 255, .external_lex_state = 2}, + [838] = {.lex_state = 255, .external_lex_state = 2}, + [839] = {.lex_state = 255, .external_lex_state = 2}, + [840] = {.lex_state = 255, .external_lex_state = 2}, + [841] = {.lex_state = 255, .external_lex_state = 2}, + [842] = {.lex_state = 19, .external_lex_state = 2}, + [843] = {.lex_state = 19, .external_lex_state = 2}, [844] = {.lex_state = 255, .external_lex_state = 2}, [845] = {.lex_state = 255, .external_lex_state = 2}, - [846] = {.lex_state = 255, .external_lex_state = 2}, + [846] = {.lex_state = 19, .external_lex_state = 2}, [847] = {.lex_state = 19, .external_lex_state = 2}, - [848] = {.lex_state = 19, .external_lex_state = 2}, - [849] = {.lex_state = 255, .external_lex_state = 2}, - [850] = {.lex_state = 255, .external_lex_state = 2}, - [851] = {.lex_state = 255, .external_lex_state = 2}, - [852] = {.lex_state = 255, .external_lex_state = 2}, - [853] = {.lex_state = 19, .external_lex_state = 2}, + [848] = {.lex_state = 255, .external_lex_state = 2}, + [849] = {.lex_state = 19, .external_lex_state = 2}, + [850] = {.lex_state = 19, .external_lex_state = 2}, + [851] = {.lex_state = 19, .external_lex_state = 2}, + [852] = {.lex_state = 19, .external_lex_state = 2}, + [853] = {.lex_state = 255, .external_lex_state = 2}, [854] = {.lex_state = 255, .external_lex_state = 2}, - [855] = {.lex_state = 252, .external_lex_state = 5}, - [856] = {.lex_state = 255, .external_lex_state = 2}, - [857] = {.lex_state = 19, .external_lex_state = 2}, - [858] = {.lex_state = 255, .external_lex_state = 2}, - [859] = {.lex_state = 255, .external_lex_state = 2}, + [855] = {.lex_state = 19, .external_lex_state = 2}, + [856] = {.lex_state = 252, .external_lex_state = 5}, + [857] = {.lex_state = 255, .external_lex_state = 2}, + [858] = {.lex_state = 19, .external_lex_state = 2}, + [859] = {.lex_state = 252, .external_lex_state = 5}, [860] = {.lex_state = 255, .external_lex_state = 2}, - [861] = {.lex_state = 252, .external_lex_state = 5}, - [862] = {.lex_state = 255, .external_lex_state = 2}, - [863] = {.lex_state = 25, .external_lex_state = 4}, - [864] = {.lex_state = 255, .external_lex_state = 2}, - [865] = {.lex_state = 19, .external_lex_state = 2}, - [866] = {.lex_state = 252, .external_lex_state = 5}, - [867] = {.lex_state = 255, .external_lex_state = 2}, + [861] = {.lex_state = 255, .external_lex_state = 2}, + [862] = {.lex_state = 252, .external_lex_state = 5}, + [863] = {.lex_state = 255, .external_lex_state = 2}, + [864] = {.lex_state = 25, .external_lex_state = 4}, + [865] = {.lex_state = 255, .external_lex_state = 2}, + [866] = {.lex_state = 255, .external_lex_state = 2}, + [867] = {.lex_state = 19, .external_lex_state = 2}, [868] = {.lex_state = 255, .external_lex_state = 2}, [869] = {.lex_state = 252, .external_lex_state = 5}, [870] = {.lex_state = 19, .external_lex_state = 2}, - [871] = {.lex_state = 255, .external_lex_state = 2}, + [871] = {.lex_state = 252, .external_lex_state = 5}, [872] = {.lex_state = 255, .external_lex_state = 2}, - [873] = {.lex_state = 19, .external_lex_state = 2}, - [874] = {.lex_state = 19, .external_lex_state = 2}, + [873] = {.lex_state = 255, .external_lex_state = 2}, + [874] = {.lex_state = 255, .external_lex_state = 2}, [875] = {.lex_state = 255, .external_lex_state = 2}, - [876] = {.lex_state = 252, .external_lex_state = 5}, + [876] = {.lex_state = 19, .external_lex_state = 2}, [877] = {.lex_state = 252, .external_lex_state = 5}, - [878] = {.lex_state = 255, .external_lex_state = 2}, - [879] = {.lex_state = 25, .external_lex_state = 4}, - [880] = {.lex_state = 25, .external_lex_state = 4}, + [878] = {.lex_state = 19, .external_lex_state = 2}, + [879] = {.lex_state = 255, .external_lex_state = 2}, + [880] = {.lex_state = 255, .external_lex_state = 2}, [881] = {.lex_state = 255, .external_lex_state = 2}, [882] = {.lex_state = 255, .external_lex_state = 2}, - [883] = {.lex_state = 252, .external_lex_state = 5}, - [884] = {.lex_state = 255, .external_lex_state = 2}, - [885] = {.lex_state = 255, .external_lex_state = 2}, - [886] = {.lex_state = 255, .external_lex_state = 2}, - [887] = {.lex_state = 255, .external_lex_state = 2}, - [888] = {.lex_state = 255, .external_lex_state = 2}, - [889] = {.lex_state = 255, .external_lex_state = 2}, - [890] = {.lex_state = 255, .external_lex_state = 2}, + [883] = {.lex_state = 255, .external_lex_state = 2}, + [884] = {.lex_state = 19, .external_lex_state = 2}, + [885] = {.lex_state = 19, .external_lex_state = 2}, + [886] = {.lex_state = 19, .external_lex_state = 2}, + [887] = {.lex_state = 19, .external_lex_state = 2}, + [888] = {.lex_state = 19, .external_lex_state = 2}, + [889] = {.lex_state = 19, .external_lex_state = 2}, + [890] = {.lex_state = 19, .external_lex_state = 2}, [891] = {.lex_state = 19, .external_lex_state = 2}, [892] = {.lex_state = 253, .external_lex_state = 2}, - [893] = {.lex_state = 255, .external_lex_state = 2}, - [894] = {.lex_state = 255, .external_lex_state = 2}, - [895] = {.lex_state = 25, .external_lex_state = 4}, - [896] = {.lex_state = 253, .external_lex_state = 2}, + [893] = {.lex_state = 25, .external_lex_state = 4}, + [894] = {.lex_state = 25, .external_lex_state = 4}, + [895] = {.lex_state = 19, .external_lex_state = 2}, + [896] = {.lex_state = 19, .external_lex_state = 2}, [897] = {.lex_state = 19, .external_lex_state = 2}, - [898] = {.lex_state = 252, .external_lex_state = 5}, + [898] = {.lex_state = 253, .external_lex_state = 2}, [899] = {.lex_state = 19, .external_lex_state = 2}, - [900] = {.lex_state = 255, .external_lex_state = 2}, - [901] = {.lex_state = 253, .external_lex_state = 2}, - [902] = {.lex_state = 255, .external_lex_state = 2}, + [900] = {.lex_state = 19, .external_lex_state = 2}, + [901] = {.lex_state = 19, .external_lex_state = 2}, + [902] = {.lex_state = 19, .external_lex_state = 2}, [903] = {.lex_state = 19, .external_lex_state = 2}, [904] = {.lex_state = 252, .external_lex_state = 2}, [905] = {.lex_state = 252, .external_lex_state = 2}, [906] = {.lex_state = 252, .external_lex_state = 2}, - [907] = {.lex_state = 252, .external_lex_state = 2}, - [908] = {.lex_state = 258, .external_lex_state = 4}, + [907] = {.lex_state = 258, .external_lex_state = 4}, + [908] = {.lex_state = 252, .external_lex_state = 2}, [909] = {.lex_state = 252, .external_lex_state = 2}, [910] = {.lex_state = 252, .external_lex_state = 2}, - [911] = {.lex_state = 258, .external_lex_state = 4}, + [911] = {.lex_state = 252, .external_lex_state = 2}, [912] = {.lex_state = 252, .external_lex_state = 2}, [913] = {.lex_state = 252, .external_lex_state = 2}, [914] = {.lex_state = 252, .external_lex_state = 2}, @@ -11799,7 +11682,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [981] = {.lex_state = 252, .external_lex_state = 2}, [982] = {.lex_state = 252, .external_lex_state = 2}, [983] = {.lex_state = 252, .external_lex_state = 2}, - [984] = {.lex_state = 252, .external_lex_state = 2}, + [984] = {.lex_state = 258, .external_lex_state = 4}, [985] = {.lex_state = 252, .external_lex_state = 2}, [986] = {.lex_state = 252, .external_lex_state = 2}, [987] = {.lex_state = 252, .external_lex_state = 2}, @@ -11823,20 +11706,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1005] = {.lex_state = 252, .external_lex_state = 2}, [1006] = {.lex_state = 252, .external_lex_state = 2}, [1007] = {.lex_state = 258, .external_lex_state = 3}, - [1008] = {.lex_state = 258, .external_lex_state = 3}, + [1008] = {.lex_state = 27, .external_lex_state = 3}, [1009] = {.lex_state = 258, .external_lex_state = 3}, [1010] = {.lex_state = 258, .external_lex_state = 3}, - [1011] = {.lex_state = 27, .external_lex_state = 3}, + [1011] = {.lex_state = 258, .external_lex_state = 3}, [1012] = {.lex_state = 258, .external_lex_state = 3}, [1013] = {.lex_state = 258, .external_lex_state = 3}, [1014] = {.lex_state = 258, .external_lex_state = 3}, [1015] = {.lex_state = 258, .external_lex_state = 3}, [1016] = {.lex_state = 252, .external_lex_state = 2}, - [1017] = {.lex_state = 258, .external_lex_state = 3}, + [1017] = {.lex_state = 252, .external_lex_state = 2}, [1018] = {.lex_state = 252, .external_lex_state = 2}, [1019] = {.lex_state = 258, .external_lex_state = 3}, [1020] = {.lex_state = 258, .external_lex_state = 3}, - [1021] = {.lex_state = 252, .external_lex_state = 2}, + [1021] = {.lex_state = 258, .external_lex_state = 3}, [1022] = {.lex_state = 258, .external_lex_state = 3}, [1023] = {.lex_state = 252, .external_lex_state = 2}, [1024] = {.lex_state = 252, .external_lex_state = 2}, @@ -11844,31 +11727,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1026] = {.lex_state = 252, .external_lex_state = 2}, [1027] = {.lex_state = 252, .external_lex_state = 2}, [1028] = {.lex_state = 258, .external_lex_state = 4}, - [1029] = {.lex_state = 258, .external_lex_state = 3}, - [1030] = {.lex_state = 258, .external_lex_state = 3}, + [1029] = {.lex_state = 258, .external_lex_state = 4}, + [1030] = {.lex_state = 258, .external_lex_state = 4}, [1031] = {.lex_state = 258, .external_lex_state = 4}, [1032] = {.lex_state = 258, .external_lex_state = 4}, - [1033] = {.lex_state = 258, .external_lex_state = 3}, + [1033] = {.lex_state = 258, .external_lex_state = 4}, [1034] = {.lex_state = 258, .external_lex_state = 4}, [1035] = {.lex_state = 258, .external_lex_state = 4}, [1036] = {.lex_state = 258, .external_lex_state = 4}, [1037] = {.lex_state = 258, .external_lex_state = 4}, - [1038] = {.lex_state = 258, .external_lex_state = 4}, + [1038] = {.lex_state = 258, .external_lex_state = 3}, [1039] = {.lex_state = 258, .external_lex_state = 4}, [1040] = {.lex_state = 258, .external_lex_state = 4}, [1041] = {.lex_state = 258, .external_lex_state = 4}, - [1042] = {.lex_state = 258, .external_lex_state = 3}, + [1042] = {.lex_state = 258, .external_lex_state = 4}, [1043] = {.lex_state = 258, .external_lex_state = 3}, - [1044] = {.lex_state = 258, .external_lex_state = 4}, + [1044] = {.lex_state = 258, .external_lex_state = 3}, [1045] = {.lex_state = 258, .external_lex_state = 4}, [1046] = {.lex_state = 258, .external_lex_state = 4}, - [1047] = {.lex_state = 258, .external_lex_state = 4}, - [1048] = {.lex_state = 258, .external_lex_state = 4}, - [1049] = {.lex_state = 258, .external_lex_state = 3}, + [1047] = {.lex_state = 258, .external_lex_state = 3}, + [1048] = {.lex_state = 258, .external_lex_state = 3}, + [1049] = {.lex_state = 258, .external_lex_state = 4}, [1050] = {.lex_state = 258, .external_lex_state = 4}, [1051] = {.lex_state = 258, .external_lex_state = 4}, [1052] = {.lex_state = 258, .external_lex_state = 4}, - [1053] = {.lex_state = 258, .external_lex_state = 4}, + [1053] = {.lex_state = 258, .external_lex_state = 3}, [1054] = {.lex_state = 258, .external_lex_state = 4}, [1055] = {.lex_state = 258, .external_lex_state = 3}, [1056] = {.lex_state = 258, .external_lex_state = 4}, @@ -11880,9 +11763,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1062] = {.lex_state = 258, .external_lex_state = 4}, [1063] = {.lex_state = 258, .external_lex_state = 3}, [1064] = {.lex_state = 258, .external_lex_state = 3}, - [1065] = {.lex_state = 258, .external_lex_state = 4}, + [1065] = {.lex_state = 258, .external_lex_state = 3}, [1066] = {.lex_state = 258, .external_lex_state = 3}, - [1067] = {.lex_state = 258, .external_lex_state = 3}, + [1067] = {.lex_state = 258, .external_lex_state = 4}, [1068] = {.lex_state = 258, .external_lex_state = 4}, [1069] = {.lex_state = 258, .external_lex_state = 3}, [1070] = {.lex_state = 258, .external_lex_state = 4}, @@ -11900,24 +11783,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1082] = {.lex_state = 258, .external_lex_state = 3}, [1083] = {.lex_state = 258, .external_lex_state = 3}, [1084] = {.lex_state = 258, .external_lex_state = 3}, - [1085] = {.lex_state = 30, .external_lex_state = 4}, - [1086] = {.lex_state = 30, .external_lex_state = 3}, + [1085] = {.lex_state = 12, .external_lex_state = 2}, + [1086] = {.lex_state = 12, .external_lex_state = 2}, [1087] = {.lex_state = 30, .external_lex_state = 3}, [1088] = {.lex_state = 30, .external_lex_state = 3}, - [1089] = {.lex_state = 12, .external_lex_state = 2}, - [1090] = {.lex_state = 12, .external_lex_state = 2}, + [1089] = {.lex_state = 30, .external_lex_state = 3}, + [1090] = {.lex_state = 30, .external_lex_state = 4}, [1091] = {.lex_state = 30, .external_lex_state = 3}, - [1092] = {.lex_state = 12, .external_lex_state = 2}, + [1092] = {.lex_state = 30, .external_lex_state = 3}, [1093] = {.lex_state = 30, .external_lex_state = 3}, [1094] = {.lex_state = 30, .external_lex_state = 3}, [1095] = {.lex_state = 12, .external_lex_state = 2}, - [1096] = {.lex_state = 30, .external_lex_state = 3}, - [1097] = {.lex_state = 12, .external_lex_state = 2}, + [1096] = {.lex_state = 12, .external_lex_state = 2}, + [1097] = {.lex_state = 30, .external_lex_state = 4}, [1098] = {.lex_state = 30, .external_lex_state = 3}, - [1099] = {.lex_state = 30, .external_lex_state = 3}, - [1100] = {.lex_state = 12, .external_lex_state = 2}, - [1101] = {.lex_state = 30, .external_lex_state = 4}, - [1102] = {.lex_state = 30, .external_lex_state = 4}, + [1099] = {.lex_state = 12, .external_lex_state = 2}, + [1100] = {.lex_state = 30, .external_lex_state = 4}, + [1101] = {.lex_state = 12, .external_lex_state = 2}, + [1102] = {.lex_state = 30, .external_lex_state = 3}, [1103] = {.lex_state = 30, .external_lex_state = 3}, [1104] = {.lex_state = 30, .external_lex_state = 3}, [1105] = {.lex_state = 30, .external_lex_state = 3}, @@ -11928,7 +11811,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1110] = {.lex_state = 30, .external_lex_state = 3}, [1111] = {.lex_state = 30, .external_lex_state = 3}, [1112] = {.lex_state = 30, .external_lex_state = 3}, - [1113] = {.lex_state = 30, .external_lex_state = 3}, + [1113] = {.lex_state = 30, .external_lex_state = 4}, [1114] = {.lex_state = 30, .external_lex_state = 3}, [1115] = {.lex_state = 30, .external_lex_state = 3}, [1116] = {.lex_state = 30, .external_lex_state = 3}, @@ -11937,8 +11820,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1119] = {.lex_state = 30, .external_lex_state = 3}, [1120] = {.lex_state = 30, .external_lex_state = 3}, [1121] = {.lex_state = 30, .external_lex_state = 3}, - [1122] = {.lex_state = 30, .external_lex_state = 4}, - [1123] = {.lex_state = 30, .external_lex_state = 3}, + [1122] = {.lex_state = 30, .external_lex_state = 3}, + [1123] = {.lex_state = 30, .external_lex_state = 4}, [1124] = {.lex_state = 30, .external_lex_state = 3}, [1125] = {.lex_state = 30, .external_lex_state = 4}, [1126] = {.lex_state = 30, .external_lex_state = 3}, @@ -11958,21 +11841,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1140] = {.lex_state = 30, .external_lex_state = 3}, [1141] = {.lex_state = 30, .external_lex_state = 3}, [1142] = {.lex_state = 30, .external_lex_state = 3}, - [1143] = {.lex_state = 30, .external_lex_state = 3}, + [1143] = {.lex_state = 29, .external_lex_state = 3}, [1144] = {.lex_state = 30, .external_lex_state = 3}, [1145] = {.lex_state = 30, .external_lex_state = 3}, - [1146] = {.lex_state = 29, .external_lex_state = 3}, + [1146] = {.lex_state = 30, .external_lex_state = 3}, [1147] = {.lex_state = 30, .external_lex_state = 3}, [1148] = {.lex_state = 30, .external_lex_state = 3}, [1149] = {.lex_state = 30, .external_lex_state = 3}, [1150] = {.lex_state = 30, .external_lex_state = 3}, - [1151] = {.lex_state = 30, .external_lex_state = 3}, + [1151] = {.lex_state = 30, .external_lex_state = 4}, [1152] = {.lex_state = 30, .external_lex_state = 3}, - [1153] = {.lex_state = 30, .external_lex_state = 4}, + [1153] = {.lex_state = 30, .external_lex_state = 3}, [1154] = {.lex_state = 30, .external_lex_state = 4}, - [1155] = {.lex_state = 30, .external_lex_state = 3}, + [1155] = {.lex_state = 30, .external_lex_state = 4}, [1156] = {.lex_state = 30, .external_lex_state = 4}, - [1157] = {.lex_state = 30, .external_lex_state = 4}, + [1157] = {.lex_state = 30, .external_lex_state = 3}, [1158] = {.lex_state = 30, .external_lex_state = 3}, [1159] = {.lex_state = 30, .external_lex_state = 3}, [1160] = {.lex_state = 30, .external_lex_state = 3}, @@ -12007,11 +11890,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1189] = {.lex_state = 30, .external_lex_state = 3}, [1190] = {.lex_state = 30, .external_lex_state = 3}, [1191] = {.lex_state = 30, .external_lex_state = 3}, - [1192] = {.lex_state = 30, .external_lex_state = 4}, - [1193] = {.lex_state = 30, .external_lex_state = 4}, + [1192] = {.lex_state = 30, .external_lex_state = 3}, + [1193] = {.lex_state = 30, .external_lex_state = 3}, [1194] = {.lex_state = 30, .external_lex_state = 4}, [1195] = {.lex_state = 30, .external_lex_state = 3}, - [1196] = {.lex_state = 30, .external_lex_state = 3}, + [1196] = {.lex_state = 30, .external_lex_state = 4}, [1197] = {.lex_state = 30, .external_lex_state = 4}, [1198] = {.lex_state = 30, .external_lex_state = 4}, [1199] = {.lex_state = 30, .external_lex_state = 4}, @@ -12021,17 +11904,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1203] = {.lex_state = 30, .external_lex_state = 4}, [1204] = {.lex_state = 30, .external_lex_state = 4}, [1205] = {.lex_state = 30, .external_lex_state = 4}, - [1206] = {.lex_state = 30, .external_lex_state = 4}, + [1206] = {.lex_state = 30, .external_lex_state = 3}, [1207] = {.lex_state = 30, .external_lex_state = 4}, [1208] = {.lex_state = 30, .external_lex_state = 4}, [1209] = {.lex_state = 30, .external_lex_state = 4}, [1210] = {.lex_state = 30, .external_lex_state = 4}, - [1211] = {.lex_state = 30, .external_lex_state = 3}, + [1211] = {.lex_state = 30, .external_lex_state = 4}, [1212] = {.lex_state = 30, .external_lex_state = 4}, [1213] = {.lex_state = 30, .external_lex_state = 4}, - [1214] = {.lex_state = 30, .external_lex_state = 3}, + [1214] = {.lex_state = 30, .external_lex_state = 4}, [1215] = {.lex_state = 30, .external_lex_state = 4}, - [1216] = {.lex_state = 30, .external_lex_state = 4}, + [1216] = {.lex_state = 30, .external_lex_state = 3}, [1217] = {.lex_state = 30, .external_lex_state = 4}, [1218] = {.lex_state = 30, .external_lex_state = 4}, [1219] = {.lex_state = 30, .external_lex_state = 4}, @@ -12045,10 +11928,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1227] = {.lex_state = 30, .external_lex_state = 4}, [1228] = {.lex_state = 30, .external_lex_state = 4}, [1229] = {.lex_state = 30, .external_lex_state = 4}, - [1230] = {.lex_state = 30, .external_lex_state = 4}, - [1231] = {.lex_state = 30, .external_lex_state = 4}, - [1232] = {.lex_state = 30, .external_lex_state = 3}, - [1233] = {.lex_state = 30, .external_lex_state = 3}, + [1230] = {.lex_state = 30, .external_lex_state = 3}, + [1231] = {.lex_state = 30, .external_lex_state = 3}, + [1232] = {.lex_state = 30, .external_lex_state = 4}, + [1233] = {.lex_state = 30, .external_lex_state = 4}, [1234] = {.lex_state = 30, .external_lex_state = 4}, [1235] = {.lex_state = 30, .external_lex_state = 4}, [1236] = {.lex_state = 30, .external_lex_state = 4}, @@ -12072,15 +11955,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1254] = {.lex_state = 30, .external_lex_state = 4}, [1255] = {.lex_state = 30, .external_lex_state = 4}, [1256] = {.lex_state = 30, .external_lex_state = 4}, - [1257] = {.lex_state = 30, .external_lex_state = 3}, + [1257] = {.lex_state = 30, .external_lex_state = 4}, [1258] = {.lex_state = 30, .external_lex_state = 4}, [1259] = {.lex_state = 30, .external_lex_state = 4}, [1260] = {.lex_state = 30, .external_lex_state = 4}, [1261] = {.lex_state = 30, .external_lex_state = 4}, [1262] = {.lex_state = 30, .external_lex_state = 4}, [1263] = {.lex_state = 30, .external_lex_state = 4}, - [1264] = {.lex_state = 30, .external_lex_state = 4}, - [1265] = {.lex_state = 30, .external_lex_state = 3}, + [1264] = {.lex_state = 30, .external_lex_state = 3}, + [1265] = {.lex_state = 30, .external_lex_state = 4}, [1266] = {.lex_state = 30, .external_lex_state = 4}, [1267] = {.lex_state = 30, .external_lex_state = 4}, [1268] = {.lex_state = 30, .external_lex_state = 4}, @@ -12094,60 +11977,60 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1276] = {.lex_state = 30, .external_lex_state = 4}, [1277] = {.lex_state = 30, .external_lex_state = 4}, [1278] = {.lex_state = 30, .external_lex_state = 4}, - [1279] = {.lex_state = 30, .external_lex_state = 4}, + [1279] = {.lex_state = 30, .external_lex_state = 3}, [1280] = {.lex_state = 30, .external_lex_state = 4}, [1281] = {.lex_state = 30, .external_lex_state = 4}, [1282] = {.lex_state = 30, .external_lex_state = 4}, [1283] = {.lex_state = 30, .external_lex_state = 3}, - [1284] = {.lex_state = 30, .external_lex_state = 3}, + [1284] = {.lex_state = 30, .external_lex_state = 4}, [1285] = {.lex_state = 30, .external_lex_state = 4}, [1286] = {.lex_state = 30, .external_lex_state = 3}, - [1287] = {.lex_state = 30, .external_lex_state = 4}, + [1287] = {.lex_state = 30, .external_lex_state = 3}, [1288] = {.lex_state = 30, .external_lex_state = 4}, [1289] = {.lex_state = 30, .external_lex_state = 3}, [1290] = {.lex_state = 30, .external_lex_state = 3}, - [1291] = {.lex_state = 30, .external_lex_state = 3}, + [1291] = {.lex_state = 30, .external_lex_state = 4}, [1292] = {.lex_state = 30, .external_lex_state = 3}, [1293] = {.lex_state = 30, .external_lex_state = 4}, [1294] = {.lex_state = 30, .external_lex_state = 4}, [1295] = {.lex_state = 30, .external_lex_state = 4}, [1296] = {.lex_state = 30, .external_lex_state = 4}, - [1297] = {.lex_state = 30, .external_lex_state = 4}, - [1298] = {.lex_state = 30, .external_lex_state = 3}, + [1297] = {.lex_state = 30, .external_lex_state = 3}, + [1298] = {.lex_state = 30, .external_lex_state = 4}, [1299] = {.lex_state = 30, .external_lex_state = 3}, [1300] = {.lex_state = 30, .external_lex_state = 4}, [1301] = {.lex_state = 30, .external_lex_state = 3}, [1302] = {.lex_state = 30, .external_lex_state = 3}, - [1303] = {.lex_state = 30, .external_lex_state = 4}, + [1303] = {.lex_state = 30, .external_lex_state = 3}, [1304] = {.lex_state = 30, .external_lex_state = 4}, [1305] = {.lex_state = 30, .external_lex_state = 4}, - [1306] = {.lex_state = 30, .external_lex_state = 3}, + [1306] = {.lex_state = 30, .external_lex_state = 4}, [1307] = {.lex_state = 30, .external_lex_state = 3}, [1308] = {.lex_state = 29, .external_lex_state = 4}, [1309] = {.lex_state = 30, .external_lex_state = 3}, [1310] = {.lex_state = 30, .external_lex_state = 4}, - [1311] = {.lex_state = 30, .external_lex_state = 3}, + [1311] = {.lex_state = 30, .external_lex_state = 4}, [1312] = {.lex_state = 30, .external_lex_state = 4}, - [1313] = {.lex_state = 30, .external_lex_state = 3}, - [1314] = {.lex_state = 30, .external_lex_state = 4}, - [1315] = {.lex_state = 30, .external_lex_state = 4}, - [1316] = {.lex_state = 30, .external_lex_state = 3}, + [1313] = {.lex_state = 30, .external_lex_state = 4}, + [1314] = {.lex_state = 30, .external_lex_state = 3}, + [1315] = {.lex_state = 30, .external_lex_state = 3}, + [1316] = {.lex_state = 30, .external_lex_state = 4}, [1317] = {.lex_state = 30, .external_lex_state = 4}, [1318] = {.lex_state = 30, .external_lex_state = 4}, [1319] = {.lex_state = 30, .external_lex_state = 3}, [1320] = {.lex_state = 30, .external_lex_state = 4}, - [1321] = {.lex_state = 30, .external_lex_state = 4}, - [1322] = {.lex_state = 30, .external_lex_state = 4}, + [1321] = {.lex_state = 30, .external_lex_state = 3}, + [1322] = {.lex_state = 30, .external_lex_state = 3}, [1323] = {.lex_state = 30, .external_lex_state = 4}, - [1324] = {.lex_state = 30, .external_lex_state = 4}, - [1325] = {.lex_state = 30, .external_lex_state = 3}, + [1324] = {.lex_state = 30, .external_lex_state = 3}, + [1325] = {.lex_state = 30, .external_lex_state = 4}, [1326] = {.lex_state = 30, .external_lex_state = 4}, - [1327] = {.lex_state = 30, .external_lex_state = 3}, + [1327] = {.lex_state = 30, .external_lex_state = 4}, [1328] = {.lex_state = 30, .external_lex_state = 3}, - [1329] = {.lex_state = 30, .external_lex_state = 4}, + [1329] = {.lex_state = 30, .external_lex_state = 3}, [1330] = {.lex_state = 30, .external_lex_state = 4}, - [1331] = {.lex_state = 30, .external_lex_state = 4}, - [1332] = {.lex_state = 30, .external_lex_state = 3}, + [1331] = {.lex_state = 30, .external_lex_state = 3}, + [1332] = {.lex_state = 30, .external_lex_state = 4}, [1333] = {.lex_state = 30, .external_lex_state = 4}, [1334] = {.lex_state = 30, .external_lex_state = 4}, [1335] = {.lex_state = 30, .external_lex_state = 4}, @@ -12159,50 +12042,50 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1341] = {.lex_state = 30, .external_lex_state = 3}, [1342] = {.lex_state = 30, .external_lex_state = 3}, [1343] = {.lex_state = 30, .external_lex_state = 3}, - [1344] = {.lex_state = 30, .external_lex_state = 3}, + [1344] = {.lex_state = 30, .external_lex_state = 4}, [1345] = {.lex_state = 30, .external_lex_state = 4}, [1346] = {.lex_state = 30, .external_lex_state = 4}, [1347] = {.lex_state = 30, .external_lex_state = 4}, - [1348] = {.lex_state = 30, .external_lex_state = 3}, - [1349] = {.lex_state = 30, .external_lex_state = 4}, - [1350] = {.lex_state = 30, .external_lex_state = 3}, - [1351] = {.lex_state = 30, .external_lex_state = 4}, + [1348] = {.lex_state = 30, .external_lex_state = 4}, + [1349] = {.lex_state = 30, .external_lex_state = 3}, + [1350] = {.lex_state = 30, .external_lex_state = 4}, + [1351] = {.lex_state = 30, .external_lex_state = 3}, [1352] = {.lex_state = 30, .external_lex_state = 4}, - [1353] = {.lex_state = 30, .external_lex_state = 4}, + [1353] = {.lex_state = 30, .external_lex_state = 3}, [1354] = {.lex_state = 30, .external_lex_state = 4}, [1355] = {.lex_state = 30, .external_lex_state = 4}, [1356] = {.lex_state = 30, .external_lex_state = 4}, [1357] = {.lex_state = 30, .external_lex_state = 4}, [1358] = {.lex_state = 30, .external_lex_state = 4}, - [1359] = {.lex_state = 30, .external_lex_state = 4}, + [1359] = {.lex_state = 30, .external_lex_state = 3}, [1360] = {.lex_state = 30, .external_lex_state = 3}, - [1361] = {.lex_state = 30, .external_lex_state = 3}, + [1361] = {.lex_state = 30, .external_lex_state = 4}, [1362] = {.lex_state = 30, .external_lex_state = 3}, - [1363] = {.lex_state = 30, .external_lex_state = 4}, + [1363] = {.lex_state = 30, .external_lex_state = 3}, [1364] = {.lex_state = 30, .external_lex_state = 4}, - [1365] = {.lex_state = 30, .external_lex_state = 3}, - [1366] = {.lex_state = 32, .external_lex_state = 4}, + [1365] = {.lex_state = 30, .external_lex_state = 4}, + [1366] = {.lex_state = 30, .external_lex_state = 3}, [1367] = {.lex_state = 30, .external_lex_state = 3}, - [1368] = {.lex_state = 30, .external_lex_state = 3}, - [1369] = {.lex_state = 30, .external_lex_state = 3}, - [1370] = {.lex_state = 30, .external_lex_state = 4}, + [1368] = {.lex_state = 32, .external_lex_state = 4}, + [1369] = {.lex_state = 30, .external_lex_state = 4}, + [1370] = {.lex_state = 30, .external_lex_state = 3}, [1371] = {.lex_state = 30, .external_lex_state = 3}, - [1372] = {.lex_state = 30, .external_lex_state = 4}, + [1372] = {.lex_state = 30, .external_lex_state = 3}, [1373] = {.lex_state = 30, .external_lex_state = 4}, - [1374] = {.lex_state = 30, .external_lex_state = 3}, + [1374] = {.lex_state = 30, .external_lex_state = 4}, [1375] = {.lex_state = 30, .external_lex_state = 4}, - [1376] = {.lex_state = 30, .external_lex_state = 4}, - [1377] = {.lex_state = 30, .external_lex_state = 3}, + [1376] = {.lex_state = 30, .external_lex_state = 3}, + [1377] = {.lex_state = 30, .external_lex_state = 4}, [1378] = {.lex_state = 30, .external_lex_state = 4}, [1379] = {.lex_state = 30, .external_lex_state = 4}, - [1380] = {.lex_state = 30, .external_lex_state = 4}, + [1380] = {.lex_state = 30, .external_lex_state = 3}, [1381] = {.lex_state = 30, .external_lex_state = 3}, [1382] = {.lex_state = 30, .external_lex_state = 3}, - [1383] = {.lex_state = 30, .external_lex_state = 3}, + [1383] = {.lex_state = 30, .external_lex_state = 4}, [1384] = {.lex_state = 30, .external_lex_state = 4}, [1385] = {.lex_state = 30, .external_lex_state = 4}, - [1386] = {.lex_state = 30, .external_lex_state = 4}, - [1387] = {.lex_state = 30, .external_lex_state = 3}, + [1386] = {.lex_state = 30, .external_lex_state = 3}, + [1387] = {.lex_state = 30, .external_lex_state = 4}, [1388] = {.lex_state = 30, .external_lex_state = 4}, [1389] = {.lex_state = 30, .external_lex_state = 4}, [1390] = {.lex_state = 30, .external_lex_state = 4}, @@ -12230,8 +12113,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1412] = {.lex_state = 30, .external_lex_state = 3}, [1413] = {.lex_state = 30, .external_lex_state = 3}, [1414] = {.lex_state = 30, .external_lex_state = 3}, - [1415] = {.lex_state = 30, .external_lex_state = 4}, - [1416] = {.lex_state = 30, .external_lex_state = 3}, + [1415] = {.lex_state = 30, .external_lex_state = 3}, + [1416] = {.lex_state = 30, .external_lex_state = 4}, [1417] = {.lex_state = 30, .external_lex_state = 3}, [1418] = {.lex_state = 30, .external_lex_state = 3}, [1419] = {.lex_state = 30, .external_lex_state = 3}, @@ -12239,10 +12122,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1421] = {.lex_state = 30, .external_lex_state = 3}, [1422] = {.lex_state = 30, .external_lex_state = 3}, [1423] = {.lex_state = 30, .external_lex_state = 3}, - [1424] = {.lex_state = 30, .external_lex_state = 4}, - [1425] = {.lex_state = 30, .external_lex_state = 3}, - [1426] = {.lex_state = 30, .external_lex_state = 4}, - [1427] = {.lex_state = 30, .external_lex_state = 3}, + [1424] = {.lex_state = 30, .external_lex_state = 3}, + [1425] = {.lex_state = 30, .external_lex_state = 4}, + [1426] = {.lex_state = 30, .external_lex_state = 3}, + [1427] = {.lex_state = 30, .external_lex_state = 4}, [1428] = {.lex_state = 30, .external_lex_state = 3}, [1429] = {.lex_state = 30, .external_lex_state = 3}, [1430] = {.lex_state = 30, .external_lex_state = 3}, @@ -12289,15 +12172,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1471] = {.lex_state = 37, .external_lex_state = 2}, [1472] = {.lex_state = 37, .external_lex_state = 2}, [1473] = {.lex_state = 32, .external_lex_state = 3}, - [1474] = {.lex_state = 30, .external_lex_state = 3}, + [1474] = {.lex_state = 37, .external_lex_state = 2}, [1475] = {.lex_state = 30, .external_lex_state = 3}, [1476] = {.lex_state = 30, .external_lex_state = 3}, [1477] = {.lex_state = 30, .external_lex_state = 3}, - [1478] = {.lex_state = 30, .external_lex_state = 3}, + [1478] = {.lex_state = 37, .external_lex_state = 2}, [1479] = {.lex_state = 30, .external_lex_state = 3}, [1480] = {.lex_state = 30, .external_lex_state = 3}, - [1481] = {.lex_state = 37, .external_lex_state = 2}, - [1482] = {.lex_state = 37, .external_lex_state = 2}, + [1481] = {.lex_state = 30, .external_lex_state = 3}, + [1482] = {.lex_state = 30, .external_lex_state = 3}, [1483] = {.lex_state = 37, .external_lex_state = 2}, [1484] = {.lex_state = 37, .external_lex_state = 2}, [1485] = {.lex_state = 37, .external_lex_state = 2}, @@ -12348,41 +12231,41 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1530] = {.lex_state = 33, .external_lex_state = 2}, [1531] = {.lex_state = 33, .external_lex_state = 2}, [1532] = {.lex_state = 33, .external_lex_state = 2}, - [1533] = {.lex_state = 33, .external_lex_state = 2}, + [1533] = {.lex_state = 33, .external_lex_state = 5}, [1534] = {.lex_state = 33, .external_lex_state = 2}, [1535] = {.lex_state = 33, .external_lex_state = 2}, - [1536] = {.lex_state = 33, .external_lex_state = 5}, - [1537] = {.lex_state = 33, .external_lex_state = 2}, + [1536] = {.lex_state = 33, .external_lex_state = 2}, + [1537] = {.lex_state = 35, .external_lex_state = 2}, [1538] = {.lex_state = 33, .external_lex_state = 2}, [1539] = {.lex_state = 33, .external_lex_state = 2}, - [1540] = {.lex_state = 35, .external_lex_state = 2}, + [1540] = {.lex_state = 33, .external_lex_state = 2}, [1541] = {.lex_state = 33, .external_lex_state = 2}, [1542] = {.lex_state = 33, .external_lex_state = 2}, [1543] = {.lex_state = 33, .external_lex_state = 5}, - [1544] = {.lex_state = 33, .external_lex_state = 5}, - [1545] = {.lex_state = 33, .external_lex_state = 2}, - [1546] = {.lex_state = 33, .external_lex_state = 2}, - [1547] = {.lex_state = 37, .external_lex_state = 2}, - [1548] = {.lex_state = 33, .external_lex_state = 5}, + [1544] = {.lex_state = 33, .external_lex_state = 2}, + [1545] = {.lex_state = 33, .external_lex_state = 5}, + [1546] = {.lex_state = 33, .external_lex_state = 5}, + [1547] = {.lex_state = 33, .external_lex_state = 2}, + [1548] = {.lex_state = 37, .external_lex_state = 2}, [1549] = {.lex_state = 33, .external_lex_state = 5}, [1550] = {.lex_state = 33, .external_lex_state = 5}, - [1551] = {.lex_state = 33, .external_lex_state = 2}, - [1552] = {.lex_state = 37, .external_lex_state = 2}, + [1551] = {.lex_state = 37, .external_lex_state = 2}, + [1552] = {.lex_state = 33, .external_lex_state = 2}, [1553] = {.lex_state = 33, .external_lex_state = 2}, [1554] = {.lex_state = 33, .external_lex_state = 5}, [1555] = {.lex_state = 33, .external_lex_state = 5}, - [1556] = {.lex_state = 35, .external_lex_state = 2}, + [1556] = {.lex_state = 33, .external_lex_state = 5}, [1557] = {.lex_state = 33, .external_lex_state = 5}, - [1558] = {.lex_state = 33, .external_lex_state = 5}, + [1558] = {.lex_state = 37, .external_lex_state = 5}, [1559] = {.lex_state = 37, .external_lex_state = 5}, - [1560] = {.lex_state = 37, .external_lex_state = 5}, + [1560] = {.lex_state = 35, .external_lex_state = 2}, [1561] = {.lex_state = 33, .external_lex_state = 5}, [1562] = {.lex_state = 33, .external_lex_state = 5}, [1563] = {.lex_state = 37, .external_lex_state = 2}, [1564] = {.lex_state = 37, .external_lex_state = 2}, [1565] = {.lex_state = 37, .external_lex_state = 2}, [1566] = {.lex_state = 37, .external_lex_state = 2}, - [1567] = {.lex_state = 35, .external_lex_state = 2}, + [1567] = {.lex_state = 37, .external_lex_state = 2}, [1568] = {.lex_state = 37, .external_lex_state = 2}, [1569] = {.lex_state = 37, .external_lex_state = 2}, [1570] = {.lex_state = 37, .external_lex_state = 2}, @@ -12394,7 +12277,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1576] = {.lex_state = 37, .external_lex_state = 2}, [1577] = {.lex_state = 37, .external_lex_state = 2}, [1578] = {.lex_state = 36, .external_lex_state = 2}, - [1579] = {.lex_state = 35, .external_lex_state = 2}, + [1579] = {.lex_state = 37, .external_lex_state = 2}, [1580] = {.lex_state = 37, .external_lex_state = 2}, [1581] = {.lex_state = 37, .external_lex_state = 2}, [1582] = {.lex_state = 37, .external_lex_state = 2}, @@ -12402,8 +12285,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1584] = {.lex_state = 37, .external_lex_state = 2}, [1585] = {.lex_state = 37, .external_lex_state = 2}, [1586] = {.lex_state = 37, .external_lex_state = 2}, - [1587] = {.lex_state = 37, .external_lex_state = 2}, - [1588] = {.lex_state = 37, .external_lex_state = 2}, + [1587] = {.lex_state = 35, .external_lex_state = 2}, + [1588] = {.lex_state = 35, .external_lex_state = 2}, [1589] = {.lex_state = 37, .external_lex_state = 2}, [1590] = {.lex_state = 37, .external_lex_state = 2}, [1591] = {.lex_state = 37, .external_lex_state = 2}, @@ -12420,100 +12303,100 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1602] = {.lex_state = 37, .external_lex_state = 2}, [1603] = {.lex_state = 37, .external_lex_state = 2}, [1604] = {.lex_state = 37, .external_lex_state = 2}, - [1605] = {.lex_state = 36, .external_lex_state = 2}, + [1605] = {.lex_state = 37, .external_lex_state = 2}, [1606] = {.lex_state = 33, .external_lex_state = 2}, - [1607] = {.lex_state = 258, .external_lex_state = 2}, + [1607] = {.lex_state = 33, .external_lex_state = 2}, [1608] = {.lex_state = 33, .external_lex_state = 2}, - [1609] = {.lex_state = 33, .external_lex_state = 2}, + [1609] = {.lex_state = 36, .external_lex_state = 2}, [1610] = {.lex_state = 33, .external_lex_state = 2}, - [1611] = {.lex_state = 37, .external_lex_state = 2}, - [1612] = {.lex_state = 33, .external_lex_state = 2}, - [1613] = {.lex_state = 33, .external_lex_state = 2}, + [1611] = {.lex_state = 33, .external_lex_state = 2}, + [1612] = {.lex_state = 258, .external_lex_state = 2}, + [1613] = {.lex_state = 37, .external_lex_state = 2}, [1614] = {.lex_state = 33, .external_lex_state = 2}, [1615] = {.lex_state = 33, .external_lex_state = 2}, [1616] = {.lex_state = 33, .external_lex_state = 2}, [1617] = {.lex_state = 33, .external_lex_state = 2}, - [1618] = {.lex_state = 33, .external_lex_state = 2}, + [1618] = {.lex_state = 258, .external_lex_state = 2}, [1619] = {.lex_state = 33, .external_lex_state = 2}, [1620] = {.lex_state = 33, .external_lex_state = 2}, - [1621] = {.lex_state = 258, .external_lex_state = 2}, + [1621] = {.lex_state = 35, .external_lex_state = 2}, [1622] = {.lex_state = 33, .external_lex_state = 2}, - [1623] = {.lex_state = 35, .external_lex_state = 2}, - [1624] = {.lex_state = 33, .external_lex_state = 2}, - [1625] = {.lex_state = 33, .external_lex_state = 2}, + [1623] = {.lex_state = 33, .external_lex_state = 2}, + [1624] = {.lex_state = 35, .external_lex_state = 2}, + [1625] = {.lex_state = 35, .external_lex_state = 2}, [1626] = {.lex_state = 33, .external_lex_state = 2}, [1627] = {.lex_state = 33, .external_lex_state = 2}, [1628] = {.lex_state = 33, .external_lex_state = 2}, [1629] = {.lex_state = 33, .external_lex_state = 2}, [1630] = {.lex_state = 33, .external_lex_state = 2}, [1631] = {.lex_state = 33, .external_lex_state = 2}, - [1632] = {.lex_state = 33, .external_lex_state = 2}, + [1632] = {.lex_state = 258, .external_lex_state = 2}, [1633] = {.lex_state = 33, .external_lex_state = 2}, [1634] = {.lex_state = 33, .external_lex_state = 2}, - [1635] = {.lex_state = 35, .external_lex_state = 2}, - [1636] = {.lex_state = 258, .external_lex_state = 2}, + [1635] = {.lex_state = 33, .external_lex_state = 2}, + [1636] = {.lex_state = 33, .external_lex_state = 2}, [1637] = {.lex_state = 33, .external_lex_state = 2}, [1638] = {.lex_state = 33, .external_lex_state = 2}, - [1639] = {.lex_state = 35, .external_lex_state = 2}, + [1639] = {.lex_state = 33, .external_lex_state = 2}, [1640] = {.lex_state = 33, .external_lex_state = 2}, [1641] = {.lex_state = 33, .external_lex_state = 2}, [1642] = {.lex_state = 33, .external_lex_state = 2}, - [1643] = {.lex_state = 35, .external_lex_state = 2}, - [1644] = {.lex_state = 33, .external_lex_state = 2}, + [1643] = {.lex_state = 33, .external_lex_state = 2}, + [1644] = {.lex_state = 258, .external_lex_state = 2}, [1645] = {.lex_state = 33, .external_lex_state = 2}, - [1646] = {.lex_state = 258, .external_lex_state = 2}, - [1647] = {.lex_state = 33, .external_lex_state = 2}, + [1646] = {.lex_state = 33, .external_lex_state = 2}, + [1647] = {.lex_state = 258, .external_lex_state = 2}, [1648] = {.lex_state = 35, .external_lex_state = 2}, - [1649] = {.lex_state = 35, .external_lex_state = 2}, - [1650] = {.lex_state = 33, .external_lex_state = 2}, + [1649] = {.lex_state = 33, .external_lex_state = 2}, + [1650] = {.lex_state = 35, .external_lex_state = 2}, [1651] = {.lex_state = 258, .external_lex_state = 2}, - [1652] = {.lex_state = 33, .external_lex_state = 2}, - [1653] = {.lex_state = 258, .external_lex_state = 2}, + [1652] = {.lex_state = 35, .external_lex_state = 2}, + [1653] = {.lex_state = 33, .external_lex_state = 2}, [1654] = {.lex_state = 33, .external_lex_state = 2}, [1655] = {.lex_state = 33, .external_lex_state = 2}, - [1656] = {.lex_state = 258, .external_lex_state = 2}, + [1656] = {.lex_state = 33, .external_lex_state = 2}, [1657] = {.lex_state = 37, .external_lex_state = 2}, [1658] = {.lex_state = 33, .external_lex_state = 2}, - [1659] = {.lex_state = 33, .external_lex_state = 2}, - [1660] = {.lex_state = 33, .external_lex_state = 2}, + [1659] = {.lex_state = 258, .external_lex_state = 2}, + [1660] = {.lex_state = 37, .external_lex_state = 2}, [1661] = {.lex_state = 33, .external_lex_state = 2}, - [1662] = {.lex_state = 258, .external_lex_state = 2}, + [1662] = {.lex_state = 33, .external_lex_state = 2}, [1663] = {.lex_state = 37, .external_lex_state = 2}, [1664] = {.lex_state = 33, .external_lex_state = 2}, - [1665] = {.lex_state = 37, .external_lex_state = 2}, + [1665] = {.lex_state = 33, .external_lex_state = 2}, [1666] = {.lex_state = 258, .external_lex_state = 2}, - [1667] = {.lex_state = 258, .external_lex_state = 2}, + [1667] = {.lex_state = 33, .external_lex_state = 2}, [1668] = {.lex_state = 33, .external_lex_state = 2}, [1669] = {.lex_state = 33, .external_lex_state = 2}, - [1670] = {.lex_state = 33, .external_lex_state = 2}, - [1671] = {.lex_state = 33, .external_lex_state = 2}, + [1670] = {.lex_state = 258, .external_lex_state = 2}, + [1671] = {.lex_state = 258, .external_lex_state = 2}, [1672] = {.lex_state = 33, .external_lex_state = 2}, [1673] = {.lex_state = 37, .external_lex_state = 2}, - [1674] = {.lex_state = 33, .external_lex_state = 2}, - [1675] = {.lex_state = 33, .external_lex_state = 2}, - [1676] = {.lex_state = 33, .external_lex_state = 2}, + [1674] = {.lex_state = 258, .external_lex_state = 2}, + [1675] = {.lex_state = 37, .external_lex_state = 2}, + [1676] = {.lex_state = 37, .external_lex_state = 2}, [1677] = {.lex_state = 33, .external_lex_state = 2}, [1678] = {.lex_state = 33, .external_lex_state = 2}, - [1679] = {.lex_state = 37, .external_lex_state = 2}, - [1680] = {.lex_state = 258, .external_lex_state = 2}, - [1681] = {.lex_state = 37, .external_lex_state = 2}, + [1679] = {.lex_state = 33, .external_lex_state = 2}, + [1680] = {.lex_state = 33, .external_lex_state = 2}, + [1681] = {.lex_state = 33, .external_lex_state = 2}, [1682] = {.lex_state = 33, .external_lex_state = 2}, [1683] = {.lex_state = 33, .external_lex_state = 2}, - [1684] = {.lex_state = 34, .external_lex_state = 2}, + [1684] = {.lex_state = 33, .external_lex_state = 2}, [1685] = {.lex_state = 34, .external_lex_state = 2}, - [1686] = {.lex_state = 34, .external_lex_state = 2}, + [1686] = {.lex_state = 45, .external_lex_state = 2}, [1687] = {.lex_state = 45, .external_lex_state = 2}, - [1688] = {.lex_state = 45, .external_lex_state = 2}, + [1688] = {.lex_state = 34, .external_lex_state = 2}, [1689] = {.lex_state = 45, .external_lex_state = 2}, - [1690] = {.lex_state = 45, .external_lex_state = 2}, - [1691] = {.lex_state = 45, .external_lex_state = 2}, - [1692] = {.lex_state = 34, .external_lex_state = 2}, + [1690] = {.lex_state = 34, .external_lex_state = 2}, + [1691] = {.lex_state = 34, .external_lex_state = 2}, + [1692] = {.lex_state = 45, .external_lex_state = 2}, [1693] = {.lex_state = 45, .external_lex_state = 2}, [1694] = {.lex_state = 45, .external_lex_state = 2}, [1695] = {.lex_state = 45, .external_lex_state = 2}, - [1696] = {.lex_state = 34, .external_lex_state = 2}, - [1697] = {.lex_state = 45, .external_lex_state = 2}, - [1698] = {.lex_state = 60, .external_lex_state = 2}, + [1696] = {.lex_state = 45, .external_lex_state = 2}, + [1697] = {.lex_state = 34, .external_lex_state = 2}, + [1698] = {.lex_state = 45, .external_lex_state = 2}, [1699] = {.lex_state = 60, .external_lex_state = 2}, [1700] = {.lex_state = 60, .external_lex_state = 2}, [1701] = {.lex_state = 60, .external_lex_state = 2}, @@ -12526,8 +12409,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1708] = {.lex_state = 60, .external_lex_state = 2}, [1709] = {.lex_state = 60, .external_lex_state = 2}, [1710] = {.lex_state = 60, .external_lex_state = 2}, - [1711] = {.lex_state = 39, .external_lex_state = 2}, - [1712] = {.lex_state = 60, .external_lex_state = 2}, + [1711] = {.lex_state = 60, .external_lex_state = 2}, + [1712] = {.lex_state = 39, .external_lex_state = 2}, [1713] = {.lex_state = 60, .external_lex_state = 2}, [1714] = {.lex_state = 60, .external_lex_state = 2}, [1715] = {.lex_state = 60, .external_lex_state = 2}, @@ -12535,486 +12418,486 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1717] = {.lex_state = 60, .external_lex_state = 2}, [1718] = {.lex_state = 60, .external_lex_state = 2}, [1719] = {.lex_state = 60, .external_lex_state = 2}, - [1720] = {.lex_state = 39, .external_lex_state = 2}, + [1720] = {.lex_state = 60, .external_lex_state = 2}, [1721] = {.lex_state = 60, .external_lex_state = 2}, [1722] = {.lex_state = 60, .external_lex_state = 2}, [1723] = {.lex_state = 60, .external_lex_state = 2}, [1724] = {.lex_state = 60, .external_lex_state = 2}, [1725] = {.lex_state = 60, .external_lex_state = 2}, - [1726] = {.lex_state = 60, .external_lex_state = 2}, + [1726] = {.lex_state = 39, .external_lex_state = 2}, [1727] = {.lex_state = 60, .external_lex_state = 2}, [1728] = {.lex_state = 60, .external_lex_state = 2}, [1729] = {.lex_state = 60, .external_lex_state = 2}, [1730] = {.lex_state = 60, .external_lex_state = 2}, [1731] = {.lex_state = 60, .external_lex_state = 2}, [1732] = {.lex_state = 60, .external_lex_state = 2}, - [1733] = {.lex_state = 34, .external_lex_state = 2}, + [1733] = {.lex_state = 60, .external_lex_state = 2}, [1734] = {.lex_state = 34, .external_lex_state = 2}, - [1735] = {.lex_state = 258, .external_lex_state = 2}, + [1735] = {.lex_state = 34, .external_lex_state = 2}, [1736] = {.lex_state = 34, .external_lex_state = 2}, - [1737] = {.lex_state = 39, .external_lex_state = 2}, - [1738] = {.lex_state = 60, .external_lex_state = 2}, - [1739] = {.lex_state = 258, .external_lex_state = 2}, + [1737] = {.lex_state = 34, .external_lex_state = 2}, + [1738] = {.lex_state = 39, .external_lex_state = 2}, + [1739] = {.lex_state = 34, .external_lex_state = 2}, [1740] = {.lex_state = 34, .external_lex_state = 2}, - [1741] = {.lex_state = 258, .external_lex_state = 2}, - [1742] = {.lex_state = 39, .external_lex_state = 2}, - [1743] = {.lex_state = 34, .external_lex_state = 2}, - [1744] = {.lex_state = 34, .external_lex_state = 2}, - [1745] = {.lex_state = 34, .external_lex_state = 2}, - [1746] = {.lex_state = 39, .external_lex_state = 2}, - [1747] = {.lex_state = 34, .external_lex_state = 2}, - [1748] = {.lex_state = 258, .external_lex_state = 2}, - [1749] = {.lex_state = 34, .external_lex_state = 2}, - [1750] = {.lex_state = 258, .external_lex_state = 2}, - [1751] = {.lex_state = 39, .external_lex_state = 2}, - [1752] = {.lex_state = 34, .external_lex_state = 2}, - [1753] = {.lex_state = 258, .external_lex_state = 5}, - [1754] = {.lex_state = 34, .external_lex_state = 2}, - [1755] = {.lex_state = 39, .external_lex_state = 2}, + [1741] = {.lex_state = 34, .external_lex_state = 2}, + [1742] = {.lex_state = 34, .external_lex_state = 2}, + [1743] = {.lex_state = 258, .external_lex_state = 2}, + [1744] = {.lex_state = 39, .external_lex_state = 2}, + [1745] = {.lex_state = 258, .external_lex_state = 2}, + [1746] = {.lex_state = 258, .external_lex_state = 2}, + [1747] = {.lex_state = 39, .external_lex_state = 2}, + [1748] = {.lex_state = 39, .external_lex_state = 2}, + [1749] = {.lex_state = 258, .external_lex_state = 2}, + [1750] = {.lex_state = 60, .external_lex_state = 2}, + [1751] = {.lex_state = 34, .external_lex_state = 2}, + [1752] = {.lex_state = 39, .external_lex_state = 2}, + [1753] = {.lex_state = 34, .external_lex_state = 2}, + [1754] = {.lex_state = 258, .external_lex_state = 5}, + [1755] = {.lex_state = 34, .external_lex_state = 2}, [1756] = {.lex_state = 34, .external_lex_state = 2}, [1757] = {.lex_state = 34, .external_lex_state = 2}, - [1758] = {.lex_state = 39, .external_lex_state = 5}, - [1759] = {.lex_state = 39, .external_lex_state = 5}, - [1760] = {.lex_state = 258, .external_lex_state = 2}, - [1761] = {.lex_state = 34, .external_lex_state = 2}, - [1762] = {.lex_state = 258, .external_lex_state = 5}, - [1763] = {.lex_state = 34, .external_lex_state = 2}, + [1758] = {.lex_state = 258, .external_lex_state = 5}, + [1759] = {.lex_state = 258, .external_lex_state = 2}, + [1760] = {.lex_state = 39, .external_lex_state = 2}, + [1761] = {.lex_state = 258, .external_lex_state = 2}, + [1762] = {.lex_state = 39, .external_lex_state = 5}, + [1763] = {.lex_state = 39, .external_lex_state = 5}, [1764] = {.lex_state = 34, .external_lex_state = 2}, [1765] = {.lex_state = 34, .external_lex_state = 2}, [1766] = {.lex_state = 258, .external_lex_state = 2}, - [1767] = {.lex_state = 39, .external_lex_state = 2}, + [1767] = {.lex_state = 34, .external_lex_state = 2}, [1768] = {.lex_state = 34, .external_lex_state = 2}, [1769] = {.lex_state = 34, .external_lex_state = 2}, - [1770] = {.lex_state = 45, .external_lex_state = 2}, - [1771] = {.lex_state = 34, .external_lex_state = 2}, - [1772] = {.lex_state = 45, .external_lex_state = 2}, + [1770] = {.lex_state = 34, .external_lex_state = 2}, + [1771] = {.lex_state = 45, .external_lex_state = 2}, + [1772] = {.lex_state = 39, .external_lex_state = 5}, [1773] = {.lex_state = 30, .external_lex_state = 2}, [1774] = {.lex_state = 45, .external_lex_state = 2}, - [1775] = {.lex_state = 45, .external_lex_state = 2}, - [1776] = {.lex_state = 39, .external_lex_state = 5}, - [1777] = {.lex_state = 258, .external_lex_state = 2}, - [1778] = {.lex_state = 45, .external_lex_state = 2}, + [1775] = {.lex_state = 30, .external_lex_state = 2}, + [1776] = {.lex_state = 34, .external_lex_state = 2}, + [1777] = {.lex_state = 45, .external_lex_state = 2}, + [1778] = {.lex_state = 258, .external_lex_state = 2}, [1779] = {.lex_state = 258, .external_lex_state = 2}, - [1780] = {.lex_state = 258, .external_lex_state = 6}, - [1781] = {.lex_state = 258, .external_lex_state = 6}, - [1782] = {.lex_state = 258, .external_lex_state = 2}, - [1783] = {.lex_state = 258, .external_lex_state = 2}, - [1784] = {.lex_state = 39, .external_lex_state = 5}, + [1780] = {.lex_state = 258, .external_lex_state = 2}, + [1781] = {.lex_state = 34, .external_lex_state = 2}, + [1782] = {.lex_state = 39, .external_lex_state = 5}, + [1783] = {.lex_state = 39, .external_lex_state = 5}, + [1784] = {.lex_state = 258, .external_lex_state = 2}, [1785] = {.lex_state = 258, .external_lex_state = 2}, [1786] = {.lex_state = 45, .external_lex_state = 2}, [1787] = {.lex_state = 45, .external_lex_state = 2}, - [1788] = {.lex_state = 258, .external_lex_state = 5}, - [1789] = {.lex_state = 34, .external_lex_state = 2}, - [1790] = {.lex_state = 258, .external_lex_state = 5}, - [1791] = {.lex_state = 45, .external_lex_state = 2}, + [1788] = {.lex_state = 45, .external_lex_state = 2}, + [1789] = {.lex_state = 258, .external_lex_state = 2}, + [1790] = {.lex_state = 60, .external_lex_state = 2}, + [1791] = {.lex_state = 39, .external_lex_state = 5}, [1792] = {.lex_state = 45, .external_lex_state = 2}, [1793] = {.lex_state = 45, .external_lex_state = 2}, - [1794] = {.lex_state = 45, .external_lex_state = 2}, + [1794] = {.lex_state = 34, .external_lex_state = 2}, [1795] = {.lex_state = 45, .external_lex_state = 2}, - [1796] = {.lex_state = 45, .external_lex_state = 2}, - [1797] = {.lex_state = 45, .external_lex_state = 2}, - [1798] = {.lex_state = 258, .external_lex_state = 2}, - [1799] = {.lex_state = 60, .external_lex_state = 2}, - [1800] = {.lex_state = 258, .external_lex_state = 2}, - [1801] = {.lex_state = 45, .external_lex_state = 2}, - [1802] = {.lex_state = 60, .external_lex_state = 2}, - [1803] = {.lex_state = 34, .external_lex_state = 2}, - [1804] = {.lex_state = 34, .external_lex_state = 2}, - [1805] = {.lex_state = 39, .external_lex_state = 5}, - [1806] = {.lex_state = 45, .external_lex_state = 2}, - [1807] = {.lex_state = 258, .external_lex_state = 5}, - [1808] = {.lex_state = 34, .external_lex_state = 2}, - [1809] = {.lex_state = 39, .external_lex_state = 5}, - [1810] = {.lex_state = 34, .external_lex_state = 2}, - [1811] = {.lex_state = 34, .external_lex_state = 2}, - [1812] = {.lex_state = 258, .external_lex_state = 2}, - [1813] = {.lex_state = 34, .external_lex_state = 2}, - [1814] = {.lex_state = 258, .external_lex_state = 2}, - [1815] = {.lex_state = 39, .external_lex_state = 5}, - [1816] = {.lex_state = 39, .external_lex_state = 5}, - [1817] = {.lex_state = 258, .external_lex_state = 2}, - [1818] = {.lex_state = 258, .external_lex_state = 2}, + [1796] = {.lex_state = 258, .external_lex_state = 2}, + [1797] = {.lex_state = 258, .external_lex_state = 2}, + [1798] = {.lex_state = 45, .external_lex_state = 2}, + [1799] = {.lex_state = 34, .external_lex_state = 2}, + [1800] = {.lex_state = 34, .external_lex_state = 2}, + [1801] = {.lex_state = 258, .external_lex_state = 5}, + [1802] = {.lex_state = 45, .external_lex_state = 2}, + [1803] = {.lex_state = 45, .external_lex_state = 2}, + [1804] = {.lex_state = 258, .external_lex_state = 2}, + [1805] = {.lex_state = 258, .external_lex_state = 5}, + [1806] = {.lex_state = 258, .external_lex_state = 2}, + [1807] = {.lex_state = 258, .external_lex_state = 2}, + [1808] = {.lex_state = 258, .external_lex_state = 6}, + [1809] = {.lex_state = 34, .external_lex_state = 2}, + [1810] = {.lex_state = 258, .external_lex_state = 6}, + [1811] = {.lex_state = 258, .external_lex_state = 2}, + [1812] = {.lex_state = 39, .external_lex_state = 5}, + [1813] = {.lex_state = 39, .external_lex_state = 5}, + [1814] = {.lex_state = 45, .external_lex_state = 2}, + [1815] = {.lex_state = 258, .external_lex_state = 6}, + [1816] = {.lex_state = 258, .external_lex_state = 2}, + [1817] = {.lex_state = 258, .external_lex_state = 5}, + [1818] = {.lex_state = 258, .external_lex_state = 5}, [1819] = {.lex_state = 45, .external_lex_state = 2}, - [1820] = {.lex_state = 45, .external_lex_state = 2}, - [1821] = {.lex_state = 258, .external_lex_state = 2}, + [1820] = {.lex_state = 258, .external_lex_state = 6}, + [1821] = {.lex_state = 45, .external_lex_state = 2}, [1822] = {.lex_state = 258, .external_lex_state = 2}, [1823] = {.lex_state = 258, .external_lex_state = 6}, - [1824] = {.lex_state = 258, .external_lex_state = 2}, - [1825] = {.lex_state = 39, .external_lex_state = 5}, - [1826] = {.lex_state = 39, .external_lex_state = 5}, - [1827] = {.lex_state = 258, .external_lex_state = 5}, - [1828] = {.lex_state = 258, .external_lex_state = 2}, - [1829] = {.lex_state = 39, .external_lex_state = 5}, - [1830] = {.lex_state = 258, .external_lex_state = 6}, - [1831] = {.lex_state = 60, .external_lex_state = 2}, + [1824] = {.lex_state = 45, .external_lex_state = 2}, + [1825] = {.lex_state = 258, .external_lex_state = 2}, + [1826] = {.lex_state = 258, .external_lex_state = 2}, + [1827] = {.lex_state = 60, .external_lex_state = 2}, + [1828] = {.lex_state = 39, .external_lex_state = 5}, + [1829] = {.lex_state = 45, .external_lex_state = 2}, + [1830] = {.lex_state = 39, .external_lex_state = 5}, + [1831] = {.lex_state = 45, .external_lex_state = 2}, [1832] = {.lex_state = 258, .external_lex_state = 2}, [1833] = {.lex_state = 45, .external_lex_state = 2}, - [1834] = {.lex_state = 34, .external_lex_state = 2}, - [1835] = {.lex_state = 30, .external_lex_state = 2}, - [1836] = {.lex_state = 258, .external_lex_state = 6}, - [1837] = {.lex_state = 258, .external_lex_state = 2}, + [1834] = {.lex_state = 60, .external_lex_state = 2}, + [1835] = {.lex_state = 34, .external_lex_state = 2}, + [1836] = {.lex_state = 39, .external_lex_state = 5}, + [1837] = {.lex_state = 34, .external_lex_state = 2}, [1838] = {.lex_state = 258, .external_lex_state = 2}, [1839] = {.lex_state = 258, .external_lex_state = 2}, - [1840] = {.lex_state = 60, .external_lex_state = 2}, + [1840] = {.lex_state = 34, .external_lex_state = 2}, [1841] = {.lex_state = 62, .external_lex_state = 2}, - [1842] = {.lex_state = 258, .external_lex_state = 2}, + [1842] = {.lex_state = 60, .external_lex_state = 2}, [1843] = {.lex_state = 258, .external_lex_state = 2}, [1844] = {.lex_state = 62, .external_lex_state = 2}, - [1845] = {.lex_state = 60, .external_lex_state = 2}, - [1846] = {.lex_state = 60, .external_lex_state = 2}, - [1847] = {.lex_state = 34, .external_lex_state = 2}, - [1848] = {.lex_state = 62, .external_lex_state = 2}, - [1849] = {.lex_state = 60, .external_lex_state = 2}, - [1850] = {.lex_state = 60, .external_lex_state = 2}, - [1851] = {.lex_state = 258, .external_lex_state = 2}, - [1852] = {.lex_state = 39, .external_lex_state = 5}, + [1845] = {.lex_state = 62, .external_lex_state = 2}, + [1846] = {.lex_state = 258, .external_lex_state = 2}, + [1847] = {.lex_state = 62, .external_lex_state = 2}, + [1848] = {.lex_state = 60, .external_lex_state = 2}, + [1849] = {.lex_state = 258, .external_lex_state = 2}, + [1850] = {.lex_state = 258, .external_lex_state = 5}, + [1851] = {.lex_state = 62, .external_lex_state = 2}, + [1852] = {.lex_state = 34, .external_lex_state = 2}, [1853] = {.lex_state = 258, .external_lex_state = 2}, - [1854] = {.lex_state = 62, .external_lex_state = 2}, - [1855] = {.lex_state = 62, .external_lex_state = 2}, - [1856] = {.lex_state = 60, .external_lex_state = 2}, - [1857] = {.lex_state = 34, .external_lex_state = 2}, - [1858] = {.lex_state = 258, .external_lex_state = 2}, + [1854] = {.lex_state = 60, .external_lex_state = 2}, + [1855] = {.lex_state = 60, .external_lex_state = 2}, + [1856] = {.lex_state = 258, .external_lex_state = 2}, + [1857] = {.lex_state = 62, .external_lex_state = 2}, + [1858] = {.lex_state = 60, .external_lex_state = 2}, [1859] = {.lex_state = 62, .external_lex_state = 2}, [1860] = {.lex_state = 258, .external_lex_state = 2}, - [1861] = {.lex_state = 62, .external_lex_state = 2}, - [1862] = {.lex_state = 60, .external_lex_state = 2}, - [1863] = {.lex_state = 60, .external_lex_state = 2}, - [1864] = {.lex_state = 62, .external_lex_state = 2}, - [1865] = {.lex_state = 34, .external_lex_state = 2}, - [1866] = {.lex_state = 60, .external_lex_state = 2}, - [1867] = {.lex_state = 60, .external_lex_state = 2}, - [1868] = {.lex_state = 60, .external_lex_state = 2}, + [1861] = {.lex_state = 60, .external_lex_state = 2}, + [1862] = {.lex_state = 62, .external_lex_state = 2}, + [1863] = {.lex_state = 62, .external_lex_state = 2}, + [1864] = {.lex_state = 258, .external_lex_state = 2}, + [1865] = {.lex_state = 62, .external_lex_state = 2}, + [1866] = {.lex_state = 258, .external_lex_state = 2}, + [1867] = {.lex_state = 258, .external_lex_state = 2}, + [1868] = {.lex_state = 258, .external_lex_state = 2}, [1869] = {.lex_state = 34, .external_lex_state = 2}, - [1870] = {.lex_state = 258, .external_lex_state = 2}, - [1871] = {.lex_state = 62, .external_lex_state = 2}, + [1870] = {.lex_state = 62, .external_lex_state = 2}, + [1871] = {.lex_state = 258, .external_lex_state = 2}, [1872] = {.lex_state = 60, .external_lex_state = 2}, - [1873] = {.lex_state = 60, .external_lex_state = 2}, - [1874] = {.lex_state = 258, .external_lex_state = 5}, - [1875] = {.lex_state = 258, .external_lex_state = 2}, - [1876] = {.lex_state = 258, .external_lex_state = 2}, + [1873] = {.lex_state = 34, .external_lex_state = 2}, + [1874] = {.lex_state = 60, .external_lex_state = 2}, + [1875] = {.lex_state = 60, .external_lex_state = 2}, + [1876] = {.lex_state = 60, .external_lex_state = 2}, [1877] = {.lex_state = 60, .external_lex_state = 2}, - [1878] = {.lex_state = 258, .external_lex_state = 2}, - [1879] = {.lex_state = 258, .external_lex_state = 5}, - [1880] = {.lex_state = 60, .external_lex_state = 2}, - [1881] = {.lex_state = 60, .external_lex_state = 2}, - [1882] = {.lex_state = 60, .external_lex_state = 2}, - [1883] = {.lex_state = 62, .external_lex_state = 2}, - [1884] = {.lex_state = 62, .external_lex_state = 2}, + [1878] = {.lex_state = 60, .external_lex_state = 2}, + [1879] = {.lex_state = 39, .external_lex_state = 5}, + [1880] = {.lex_state = 258, .external_lex_state = 5}, + [1881] = {.lex_state = 258, .external_lex_state = 2}, + [1882] = {.lex_state = 62, .external_lex_state = 2}, + [1883] = {.lex_state = 258, .external_lex_state = 2}, + [1884] = {.lex_state = 34, .external_lex_state = 2}, [1885] = {.lex_state = 60, .external_lex_state = 2}, - [1886] = {.lex_state = 258, .external_lex_state = 2}, + [1886] = {.lex_state = 258, .external_lex_state = 5}, [1887] = {.lex_state = 60, .external_lex_state = 2}, - [1888] = {.lex_state = 258, .external_lex_state = 5}, + [1888] = {.lex_state = 60, .external_lex_state = 2}, [1889] = {.lex_state = 62, .external_lex_state = 2}, - [1890] = {.lex_state = 60, .external_lex_state = 2}, + [1890] = {.lex_state = 258, .external_lex_state = 2}, [1891] = {.lex_state = 60, .external_lex_state = 2}, [1892] = {.lex_state = 60, .external_lex_state = 2}, [1893] = {.lex_state = 60, .external_lex_state = 2}, - [1894] = {.lex_state = 60, .external_lex_state = 2}, - [1895] = {.lex_state = 258, .external_lex_state = 2}, - [1896] = {.lex_state = 258, .external_lex_state = 2}, - [1897] = {.lex_state = 62, .external_lex_state = 2}, - [1898] = {.lex_state = 258, .external_lex_state = 2}, - [1899] = {.lex_state = 258, .external_lex_state = 2}, - [1900] = {.lex_state = 62, .external_lex_state = 2}, + [1894] = {.lex_state = 62, .external_lex_state = 2}, + [1895] = {.lex_state = 60, .external_lex_state = 2}, + [1896] = {.lex_state = 60, .external_lex_state = 2}, + [1897] = {.lex_state = 60, .external_lex_state = 2}, + [1898] = {.lex_state = 60, .external_lex_state = 2}, + [1899] = {.lex_state = 60, .external_lex_state = 2}, + [1900] = {.lex_state = 60, .external_lex_state = 2}, [1901] = {.lex_state = 258, .external_lex_state = 2}, [1902] = {.lex_state = 258, .external_lex_state = 5}, - [1903] = {.lex_state = 34, .external_lex_state = 2}, + [1903] = {.lex_state = 258, .external_lex_state = 2}, [1904] = {.lex_state = 258, .external_lex_state = 2}, - [1905] = {.lex_state = 48, .external_lex_state = 7}, - [1906] = {.lex_state = 41, .external_lex_state = 7}, + [1905] = {.lex_state = 258, .external_lex_state = 5}, + [1906] = {.lex_state = 258, .external_lex_state = 2}, [1907] = {.lex_state = 258, .external_lex_state = 2}, - [1908] = {.lex_state = 38, .external_lex_state = 2}, - [1909] = {.lex_state = 34, .external_lex_state = 2}, - [1910] = {.lex_state = 258, .external_lex_state = 2}, - [1911] = {.lex_state = 3, .external_lex_state = 2}, - [1912] = {.lex_state = 258, .external_lex_state = 6}, - [1913] = {.lex_state = 3, .external_lex_state = 2}, - [1914] = {.lex_state = 258, .external_lex_state = 5}, - [1915] = {.lex_state = 34, .external_lex_state = 2}, - [1916] = {.lex_state = 39, .external_lex_state = 2}, + [1908] = {.lex_state = 258, .external_lex_state = 5}, + [1909] = {.lex_state = 258, .external_lex_state = 5}, + [1910] = {.lex_state = 258, .external_lex_state = 5}, + [1911] = {.lex_state = 258, .external_lex_state = 5}, + [1912] = {.lex_state = 258, .external_lex_state = 2}, + [1913] = {.lex_state = 258, .external_lex_state = 2}, + [1914] = {.lex_state = 34, .external_lex_state = 2}, + [1915] = {.lex_state = 258, .external_lex_state = 2}, + [1916] = {.lex_state = 258, .external_lex_state = 5}, [1917] = {.lex_state = 39, .external_lex_state = 2}, - [1918] = {.lex_state = 258, .external_lex_state = 5}, - [1919] = {.lex_state = 258, .external_lex_state = 2}, - [1920] = {.lex_state = 258, .external_lex_state = 2}, - [1921] = {.lex_state = 258, .external_lex_state = 2}, + [1918] = {.lex_state = 39, .external_lex_state = 2}, + [1919] = {.lex_state = 258, .external_lex_state = 5}, + [1920] = {.lex_state = 258, .external_lex_state = 5}, + [1921] = {.lex_state = 34, .external_lex_state = 2}, [1922] = {.lex_state = 258, .external_lex_state = 5}, [1923] = {.lex_state = 258, .external_lex_state = 5}, - [1924] = {.lex_state = 34, .external_lex_state = 2}, + [1924] = {.lex_state = 258, .external_lex_state = 5}, [1925] = {.lex_state = 258, .external_lex_state = 5}, - [1926] = {.lex_state = 3, .external_lex_state = 2}, - [1927] = {.lex_state = 41, .external_lex_state = 7}, - [1928] = {.lex_state = 34, .external_lex_state = 2}, - [1929] = {.lex_state = 258, .external_lex_state = 5}, - [1930] = {.lex_state = 258, .external_lex_state = 5}, - [1931] = {.lex_state = 48, .external_lex_state = 7}, - [1932] = {.lex_state = 258, .external_lex_state = 2}, - [1933] = {.lex_state = 39, .external_lex_state = 2}, - [1934] = {.lex_state = 258, .external_lex_state = 2}, - [1935] = {.lex_state = 34, .external_lex_state = 2}, + [1926] = {.lex_state = 258, .external_lex_state = 2}, + [1927] = {.lex_state = 3, .external_lex_state = 2}, + [1928] = {.lex_state = 258, .external_lex_state = 5}, + [1929] = {.lex_state = 258, .external_lex_state = 2}, + [1930] = {.lex_state = 258, .external_lex_state = 2}, + [1931] = {.lex_state = 258, .external_lex_state = 2}, + [1932] = {.lex_state = 30, .external_lex_state = 2}, + [1933] = {.lex_state = 41, .external_lex_state = 7}, + [1934] = {.lex_state = 48, .external_lex_state = 7}, + [1935] = {.lex_state = 258, .external_lex_state = 2}, [1936] = {.lex_state = 258, .external_lex_state = 2}, - [1937] = {.lex_state = 41, .external_lex_state = 7}, - [1938] = {.lex_state = 41, .external_lex_state = 7}, - [1939] = {.lex_state = 48, .external_lex_state = 7}, - [1940] = {.lex_state = 258, .external_lex_state = 6}, - [1941] = {.lex_state = 38, .external_lex_state = 2}, - [1942] = {.lex_state = 258, .external_lex_state = 2}, - [1943] = {.lex_state = 46, .external_lex_state = 2}, - [1944] = {.lex_state = 48, .external_lex_state = 7}, + [1937] = {.lex_state = 258, .external_lex_state = 2}, + [1938] = {.lex_state = 3, .external_lex_state = 2}, + [1939] = {.lex_state = 258, .external_lex_state = 5}, + [1940] = {.lex_state = 41, .external_lex_state = 7}, + [1941] = {.lex_state = 48, .external_lex_state = 7}, + [1942] = {.lex_state = 258, .external_lex_state = 6}, + [1943] = {.lex_state = 258, .external_lex_state = 5}, + [1944] = {.lex_state = 34, .external_lex_state = 2}, [1945] = {.lex_state = 258, .external_lex_state = 2}, - [1946] = {.lex_state = 34, .external_lex_state = 2}, + [1946] = {.lex_state = 258, .external_lex_state = 5}, [1947] = {.lex_state = 258, .external_lex_state = 5}, - [1948] = {.lex_state = 258, .external_lex_state = 2}, + [1948] = {.lex_state = 258, .external_lex_state = 5}, [1949] = {.lex_state = 258, .external_lex_state = 2}, - [1950] = {.lex_state = 258, .external_lex_state = 5}, - [1951] = {.lex_state = 3, .external_lex_state = 2}, + [1950] = {.lex_state = 39, .external_lex_state = 2}, + [1951] = {.lex_state = 48, .external_lex_state = 7}, [1952] = {.lex_state = 258, .external_lex_state = 5}, - [1953] = {.lex_state = 258, .external_lex_state = 2}, - [1954] = {.lex_state = 3, .external_lex_state = 2}, - [1955] = {.lex_state = 34, .external_lex_state = 2}, - [1956] = {.lex_state = 258, .external_lex_state = 5}, - [1957] = {.lex_state = 258, .external_lex_state = 2}, - [1958] = {.lex_state = 258, .external_lex_state = 5}, + [1953] = {.lex_state = 3, .external_lex_state = 2}, + [1954] = {.lex_state = 41, .external_lex_state = 7}, + [1955] = {.lex_state = 258, .external_lex_state = 2}, + [1956] = {.lex_state = 258, .external_lex_state = 2}, + [1957] = {.lex_state = 48, .external_lex_state = 7}, + [1958] = {.lex_state = 41, .external_lex_state = 7}, [1959] = {.lex_state = 258, .external_lex_state = 2}, - [1960] = {.lex_state = 39, .external_lex_state = 2}, + [1960] = {.lex_state = 258, .external_lex_state = 5}, [1961] = {.lex_state = 258, .external_lex_state = 5}, [1962] = {.lex_state = 258, .external_lex_state = 5}, - [1963] = {.lex_state = 258, .external_lex_state = 2}, - [1964] = {.lex_state = 46, .external_lex_state = 2}, - [1965] = {.lex_state = 258, .external_lex_state = 5}, - [1966] = {.lex_state = 258, .external_lex_state = 5}, - [1967] = {.lex_state = 258, .external_lex_state = 2}, - [1968] = {.lex_state = 34, .external_lex_state = 2}, - [1969] = {.lex_state = 258, .external_lex_state = 2}, - [1970] = {.lex_state = 258, .external_lex_state = 5}, + [1963] = {.lex_state = 258, .external_lex_state = 5}, + [1964] = {.lex_state = 34, .external_lex_state = 2}, + [1965] = {.lex_state = 46, .external_lex_state = 2}, + [1966] = {.lex_state = 38, .external_lex_state = 2}, + [1967] = {.lex_state = 258, .external_lex_state = 5}, + [1968] = {.lex_state = 258, .external_lex_state = 2}, + [1969] = {.lex_state = 48, .external_lex_state = 7}, + [1970] = {.lex_state = 41, .external_lex_state = 7}, [1971] = {.lex_state = 258, .external_lex_state = 2}, - [1972] = {.lex_state = 30, .external_lex_state = 2}, + [1972] = {.lex_state = 258, .external_lex_state = 5}, [1973] = {.lex_state = 258, .external_lex_state = 5}, - [1974] = {.lex_state = 258, .external_lex_state = 5}, - [1975] = {.lex_state = 41, .external_lex_state = 7}, - [1976] = {.lex_state = 48, .external_lex_state = 7}, + [1974] = {.lex_state = 258, .external_lex_state = 2}, + [1975] = {.lex_state = 258, .external_lex_state = 5}, + [1976] = {.lex_state = 258, .external_lex_state = 5}, [1977] = {.lex_state = 258, .external_lex_state = 2}, [1978] = {.lex_state = 258, .external_lex_state = 2}, [1979] = {.lex_state = 258, .external_lex_state = 5}, - [1980] = {.lex_state = 258, .external_lex_state = 2}, - [1981] = {.lex_state = 258, .external_lex_state = 5}, - [1982] = {.lex_state = 258, .external_lex_state = 2}, - [1983] = {.lex_state = 258, .external_lex_state = 2}, + [1980] = {.lex_state = 34, .external_lex_state = 2}, + [1981] = {.lex_state = 258, .external_lex_state = 2}, + [1982] = {.lex_state = 258, .external_lex_state = 5}, + [1983] = {.lex_state = 258, .external_lex_state = 5}, [1984] = {.lex_state = 258, .external_lex_state = 5}, - [1985] = {.lex_state = 258, .external_lex_state = 5}, + [1985] = {.lex_state = 258, .external_lex_state = 2}, [1986] = {.lex_state = 258, .external_lex_state = 2}, [1987] = {.lex_state = 258, .external_lex_state = 5}, - [1988] = {.lex_state = 258, .external_lex_state = 5}, - [1989] = {.lex_state = 41, .external_lex_state = 7}, - [1990] = {.lex_state = 258, .external_lex_state = 5}, - [1991] = {.lex_state = 258, .external_lex_state = 5}, - [1992] = {.lex_state = 48, .external_lex_state = 7}, - [1993] = {.lex_state = 258, .external_lex_state = 5}, + [1988] = {.lex_state = 34, .external_lex_state = 2}, + [1989] = {.lex_state = 258, .external_lex_state = 2}, + [1990] = {.lex_state = 258, .external_lex_state = 2}, + [1991] = {.lex_state = 48, .external_lex_state = 7}, + [1992] = {.lex_state = 41, .external_lex_state = 7}, + [1993] = {.lex_state = 258, .external_lex_state = 2}, [1994] = {.lex_state = 258, .external_lex_state = 2}, - [1995] = {.lex_state = 258, .external_lex_state = 2}, - [1996] = {.lex_state = 258, .external_lex_state = 5}, + [1995] = {.lex_state = 258, .external_lex_state = 5}, + [1996] = {.lex_state = 258, .external_lex_state = 2}, [1997] = {.lex_state = 258, .external_lex_state = 2}, [1998] = {.lex_state = 258, .external_lex_state = 5}, - [1999] = {.lex_state = 258, .external_lex_state = 2}, + [1999] = {.lex_state = 258, .external_lex_state = 5}, [2000] = {.lex_state = 258, .external_lex_state = 5}, - [2001] = {.lex_state = 41, .external_lex_state = 7}, - [2002] = {.lex_state = 48, .external_lex_state = 7}, - [2003] = {.lex_state = 258, .external_lex_state = 5}, - [2004] = {.lex_state = 258, .external_lex_state = 2}, + [2001] = {.lex_state = 258, .external_lex_state = 5}, + [2002] = {.lex_state = 258, .external_lex_state = 5}, + [2003] = {.lex_state = 41, .external_lex_state = 7}, + [2004] = {.lex_state = 48, .external_lex_state = 7}, [2005] = {.lex_state = 258, .external_lex_state = 5}, [2006] = {.lex_state = 258, .external_lex_state = 2}, [2007] = {.lex_state = 258, .external_lex_state = 2}, - [2008] = {.lex_state = 34, .external_lex_state = 2}, - [2009] = {.lex_state = 41, .external_lex_state = 7}, - [2010] = {.lex_state = 48, .external_lex_state = 7}, - [2011] = {.lex_state = 258, .external_lex_state = 2}, - [2012] = {.lex_state = 34, .external_lex_state = 2}, - [2013] = {.lex_state = 258, .external_lex_state = 2}, + [2008] = {.lex_state = 258, .external_lex_state = 5}, + [2009] = {.lex_state = 258, .external_lex_state = 2}, + [2010] = {.lex_state = 258, .external_lex_state = 5}, + [2011] = {.lex_state = 34, .external_lex_state = 2}, + [2012] = {.lex_state = 3, .external_lex_state = 2}, + [2013] = {.lex_state = 258, .external_lex_state = 6}, [2014] = {.lex_state = 258, .external_lex_state = 2}, [2015] = {.lex_state = 258, .external_lex_state = 2}, [2016] = {.lex_state = 258, .external_lex_state = 5}, - [2017] = {.lex_state = 258, .external_lex_state = 5}, - [2018] = {.lex_state = 258, .external_lex_state = 2}, - [2019] = {.lex_state = 258, .external_lex_state = 5}, - [2020] = {.lex_state = 258, .external_lex_state = 5}, + [2017] = {.lex_state = 48, .external_lex_state = 7}, + [2018] = {.lex_state = 41, .external_lex_state = 7}, + [2019] = {.lex_state = 34, .external_lex_state = 2}, + [2020] = {.lex_state = 3, .external_lex_state = 2}, [2021] = {.lex_state = 34, .external_lex_state = 2}, - [2022] = {.lex_state = 258, .external_lex_state = 2}, - [2023] = {.lex_state = 258, .external_lex_state = 5}, - [2024] = {.lex_state = 258, .external_lex_state = 5}, + [2022] = {.lex_state = 48, .external_lex_state = 7}, + [2023] = {.lex_state = 39, .external_lex_state = 2}, + [2024] = {.lex_state = 38, .external_lex_state = 2}, [2025] = {.lex_state = 46, .external_lex_state = 2}, - [2026] = {.lex_state = 258, .external_lex_state = 2}, - [2027] = {.lex_state = 258, .external_lex_state = 5}, + [2026] = {.lex_state = 46, .external_lex_state = 2}, + [2027] = {.lex_state = 41, .external_lex_state = 7}, [2028] = {.lex_state = 258, .external_lex_state = 2}, - [2029] = {.lex_state = 48, .external_lex_state = 7}, - [2030] = {.lex_state = 41, .external_lex_state = 7}, + [2029] = {.lex_state = 34, .external_lex_state = 2}, + [2030] = {.lex_state = 258, .external_lex_state = 2}, [2031] = {.lex_state = 34, .external_lex_state = 2}, - [2032] = {.lex_state = 258, .external_lex_state = 2}, - [2033] = {.lex_state = 258, .external_lex_state = 5}, + [2032] = {.lex_state = 34, .external_lex_state = 2}, + [2033] = {.lex_state = 258, .external_lex_state = 2}, [2034] = {.lex_state = 258, .external_lex_state = 2}, - [2035] = {.lex_state = 258, .external_lex_state = 5}, - [2036] = {.lex_state = 258, .external_lex_state = 5}, - [2037] = {.lex_state = 38, .external_lex_state = 2}, - [2038] = {.lex_state = 34, .external_lex_state = 2}, - [2039] = {.lex_state = 258, .external_lex_state = 2}, - [2040] = {.lex_state = 258, .external_lex_state = 2}, - [2041] = {.lex_state = 3, .external_lex_state = 2}, - [2042] = {.lex_state = 258, .external_lex_state = 5}, - [2043] = {.lex_state = 258, .external_lex_state = 5}, - [2044] = {.lex_state = 258, .external_lex_state = 5}, - [2045] = {.lex_state = 258, .external_lex_state = 2}, + [2035] = {.lex_state = 258, .external_lex_state = 2}, + [2036] = {.lex_state = 38, .external_lex_state = 2}, + [2037] = {.lex_state = 258, .external_lex_state = 5}, + [2038] = {.lex_state = 258, .external_lex_state = 2}, + [2039] = {.lex_state = 34, .external_lex_state = 2}, + [2040] = {.lex_state = 258, .external_lex_state = 5}, + [2041] = {.lex_state = 258, .external_lex_state = 5}, + [2042] = {.lex_state = 34, .external_lex_state = 2}, + [2043] = {.lex_state = 258, .external_lex_state = 2}, + [2044] = {.lex_state = 258, .external_lex_state = 2}, + [2045] = {.lex_state = 3, .external_lex_state = 2}, [2046] = {.lex_state = 258, .external_lex_state = 2}, [2047] = {.lex_state = 34, .external_lex_state = 2}, - [2048] = {.lex_state = 34, .external_lex_state = 2}, + [2048] = {.lex_state = 38, .external_lex_state = 2}, [2049] = {.lex_state = 258, .external_lex_state = 2}, [2050] = {.lex_state = 34, .external_lex_state = 2}, [2051] = {.lex_state = 258, .external_lex_state = 2}, - [2052] = {.lex_state = 258, .external_lex_state = 2}, - [2053] = {.lex_state = 34, .external_lex_state = 2}, + [2052] = {.lex_state = 34, .external_lex_state = 2}, + [2053] = {.lex_state = 258, .external_lex_state = 2}, [2054] = {.lex_state = 258, .external_lex_state = 2}, - [2055] = {.lex_state = 38, .external_lex_state = 2}, - [2056] = {.lex_state = 39, .external_lex_state = 2}, + [2055] = {.lex_state = 258, .external_lex_state = 2}, + [2056] = {.lex_state = 34, .external_lex_state = 2}, [2057] = {.lex_state = 258, .external_lex_state = 2}, - [2058] = {.lex_state = 258, .external_lex_state = 5}, - [2059] = {.lex_state = 46, .external_lex_state = 2}, - [2060] = {.lex_state = 258, .external_lex_state = 2}, - [2061] = {.lex_state = 258, .external_lex_state = 2}, - [2062] = {.lex_state = 258, .external_lex_state = 2}, - [2063] = {.lex_state = 258, .external_lex_state = 2}, - [2064] = {.lex_state = 258, .external_lex_state = 2}, - [2065] = {.lex_state = 258, .external_lex_state = 2}, - [2066] = {.lex_state = 258, .external_lex_state = 2}, - [2067] = {.lex_state = 258, .external_lex_state = 2}, - [2068] = {.lex_state = 34, .external_lex_state = 5}, - [2069] = {.lex_state = 34, .external_lex_state = 5}, - [2070] = {.lex_state = 258, .external_lex_state = 2}, + [2058] = {.lex_state = 34, .external_lex_state = 2}, + [2059] = {.lex_state = 258, .external_lex_state = 2}, + [2060] = {.lex_state = 34, .external_lex_state = 2}, + [2061] = {.lex_state = 34, .external_lex_state = 5}, + [2062] = {.lex_state = 34, .external_lex_state = 2}, + [2063] = {.lex_state = 34, .external_lex_state = 5}, + [2064] = {.lex_state = 258, .external_lex_state = 5}, + [2065] = {.lex_state = 258, .external_lex_state = 5}, + [2066] = {.lex_state = 258, .external_lex_state = 5}, + [2067] = {.lex_state = 258, .external_lex_state = 5}, + [2068] = {.lex_state = 258, .external_lex_state = 2}, + [2069] = {.lex_state = 258, .external_lex_state = 2}, + [2070] = {.lex_state = 34, .external_lex_state = 2}, [2071] = {.lex_state = 258, .external_lex_state = 2}, - [2072] = {.lex_state = 258, .external_lex_state = 5}, - [2073] = {.lex_state = 258, .external_lex_state = 2}, - [2074] = {.lex_state = 39, .external_lex_state = 2}, - [2075] = {.lex_state = 258, .external_lex_state = 2}, - [2076] = {.lex_state = 258, .external_lex_state = 2}, + [2072] = {.lex_state = 34, .external_lex_state = 2}, + [2073] = {.lex_state = 30, .external_lex_state = 2}, + [2074] = {.lex_state = 34, .external_lex_state = 2}, + [2075] = {.lex_state = 39, .external_lex_state = 2}, + [2076] = {.lex_state = 39, .external_lex_state = 2}, [2077] = {.lex_state = 258, .external_lex_state = 2}, [2078] = {.lex_state = 258, .external_lex_state = 2}, - [2079] = {.lex_state = 34, .external_lex_state = 2}, - [2080] = {.lex_state = 34, .external_lex_state = 2}, - [2081] = {.lex_state = 258, .external_lex_state = 5}, - [2082] = {.lex_state = 258, .external_lex_state = 2}, - [2083] = {.lex_state = 258, .external_lex_state = 2}, - [2084] = {.lex_state = 39, .external_lex_state = 2}, + [2079] = {.lex_state = 258, .external_lex_state = 5}, + [2080] = {.lex_state = 258, .external_lex_state = 2}, + [2081] = {.lex_state = 258, .external_lex_state = 2}, + [2082] = {.lex_state = 30, .external_lex_state = 2}, + [2083] = {.lex_state = 258, .external_lex_state = 5}, + [2084] = {.lex_state = 258, .external_lex_state = 5}, [2085] = {.lex_state = 258, .external_lex_state = 2}, [2086] = {.lex_state = 258, .external_lex_state = 2}, - [2087] = {.lex_state = 258, .external_lex_state = 2}, - [2088] = {.lex_state = 34, .external_lex_state = 2}, + [2087] = {.lex_state = 30, .external_lex_state = 2}, + [2088] = {.lex_state = 258, .external_lex_state = 2}, [2089] = {.lex_state = 258, .external_lex_state = 2}, - [2090] = {.lex_state = 39, .external_lex_state = 2}, - [2091] = {.lex_state = 258, .external_lex_state = 2}, - [2092] = {.lex_state = 258, .external_lex_state = 2}, - [2093] = {.lex_state = 258, .external_lex_state = 5}, + [2090] = {.lex_state = 258, .external_lex_state = 5}, + [2091] = {.lex_state = 258, .external_lex_state = 5}, + [2092] = {.lex_state = 30, .external_lex_state = 2}, + [2093] = {.lex_state = 258, .external_lex_state = 2}, [2094] = {.lex_state = 258, .external_lex_state = 2}, - [2095] = {.lex_state = 258, .external_lex_state = 2}, - [2096] = {.lex_state = 258, .external_lex_state = 2}, + [2095] = {.lex_state = 34, .external_lex_state = 2}, + [2096] = {.lex_state = 34, .external_lex_state = 2}, [2097] = {.lex_state = 258, .external_lex_state = 2}, - [2098] = {.lex_state = 258, .external_lex_state = 5}, + [2098] = {.lex_state = 258, .external_lex_state = 2}, [2099] = {.lex_state = 258, .external_lex_state = 2}, [2100] = {.lex_state = 258, .external_lex_state = 2}, [2101] = {.lex_state = 258, .external_lex_state = 2}, - [2102] = {.lex_state = 30, .external_lex_state = 2}, - [2103] = {.lex_state = 258, .external_lex_state = 5}, - [2104] = {.lex_state = 3, .external_lex_state = 2}, - [2105] = {.lex_state = 258, .external_lex_state = 2}, - [2106] = {.lex_state = 258, .external_lex_state = 2}, + [2102] = {.lex_state = 258, .external_lex_state = 2}, + [2103] = {.lex_state = 30, .external_lex_state = 2}, + [2104] = {.lex_state = 41, .external_lex_state = 7}, + [2105] = {.lex_state = 48, .external_lex_state = 7}, + [2106] = {.lex_state = 34, .external_lex_state = 2}, [2107] = {.lex_state = 258, .external_lex_state = 2}, - [2108] = {.lex_state = 258, .external_lex_state = 2}, - [2109] = {.lex_state = 39, .external_lex_state = 2}, - [2110] = {.lex_state = 258, .external_lex_state = 2}, - [2111] = {.lex_state = 258, .external_lex_state = 5}, - [2112] = {.lex_state = 258, .external_lex_state = 5}, - [2113] = {.lex_state = 258, .external_lex_state = 2}, - [2114] = {.lex_state = 258, .external_lex_state = 2}, + [2108] = {.lex_state = 258, .external_lex_state = 5}, + [2109] = {.lex_state = 258, .external_lex_state = 5}, + [2110] = {.lex_state = 258, .external_lex_state = 5}, + [2111] = {.lex_state = 258, .external_lex_state = 2}, + [2112] = {.lex_state = 30, .external_lex_state = 2}, + [2113] = {.lex_state = 258, .external_lex_state = 5}, + [2114] = {.lex_state = 34, .external_lex_state = 2}, [2115] = {.lex_state = 258, .external_lex_state = 2}, [2116] = {.lex_state = 258, .external_lex_state = 2}, [2117] = {.lex_state = 258, .external_lex_state = 2}, [2118] = {.lex_state = 258, .external_lex_state = 2}, [2119] = {.lex_state = 258, .external_lex_state = 2}, - [2120] = {.lex_state = 34, .external_lex_state = 2}, - [2121] = {.lex_state = 30, .external_lex_state = 2}, + [2120] = {.lex_state = 258, .external_lex_state = 5}, + [2121] = {.lex_state = 258, .external_lex_state = 2}, [2122] = {.lex_state = 30, .external_lex_state = 2}, - [2123] = {.lex_state = 34, .external_lex_state = 5}, - [2124] = {.lex_state = 34, .external_lex_state = 5}, + [2123] = {.lex_state = 258, .external_lex_state = 2}, + [2124] = {.lex_state = 258, .external_lex_state = 2}, [2125] = {.lex_state = 258, .external_lex_state = 2}, [2126] = {.lex_state = 258, .external_lex_state = 2}, [2127] = {.lex_state = 258, .external_lex_state = 2}, - [2128] = {.lex_state = 258, .external_lex_state = 2}, - [2129] = {.lex_state = 34, .external_lex_state = 5}, - [2130] = {.lex_state = 258, .external_lex_state = 5}, - [2131] = {.lex_state = 258, .external_lex_state = 2}, + [2128] = {.lex_state = 258, .external_lex_state = 5}, + [2129] = {.lex_state = 39, .external_lex_state = 2}, + [2130] = {.lex_state = 258, .external_lex_state = 2}, + [2131] = {.lex_state = 34, .external_lex_state = 2}, [2132] = {.lex_state = 258, .external_lex_state = 2}, [2133] = {.lex_state = 39, .external_lex_state = 2}, [2134] = {.lex_state = 258, .external_lex_state = 2}, [2135] = {.lex_state = 258, .external_lex_state = 2}, [2136] = {.lex_state = 258, .external_lex_state = 2}, [2137] = {.lex_state = 258, .external_lex_state = 2}, - [2138] = {.lex_state = 34, .external_lex_state = 2}, - [2139] = {.lex_state = 258, .external_lex_state = 5}, - [2140] = {.lex_state = 30, .external_lex_state = 2}, + [2138] = {.lex_state = 258, .external_lex_state = 2}, + [2139] = {.lex_state = 258, .external_lex_state = 2}, + [2140] = {.lex_state = 34, .external_lex_state = 5}, [2141] = {.lex_state = 34, .external_lex_state = 5}, [2142] = {.lex_state = 258, .external_lex_state = 2}, [2143] = {.lex_state = 258, .external_lex_state = 2}, - [2144] = {.lex_state = 258, .external_lex_state = 2}, + [2144] = {.lex_state = 34, .external_lex_state = 5}, [2145] = {.lex_state = 258, .external_lex_state = 2}, - [2146] = {.lex_state = 258, .external_lex_state = 2}, - [2147] = {.lex_state = 258, .external_lex_state = 2}, + [2146] = {.lex_state = 34, .external_lex_state = 5}, + [2147] = {.lex_state = 39, .external_lex_state = 2}, [2148] = {.lex_state = 258, .external_lex_state = 2}, - [2149] = {.lex_state = 34, .external_lex_state = 2}, - [2150] = {.lex_state = 258, .external_lex_state = 2}, - [2151] = {.lex_state = 30, .external_lex_state = 2}, - [2152] = {.lex_state = 258, .external_lex_state = 5}, - [2153] = {.lex_state = 258, .external_lex_state = 5}, - [2154] = {.lex_state = 258, .external_lex_state = 5}, - [2155] = {.lex_state = 34, .external_lex_state = 2}, - [2156] = {.lex_state = 34, .external_lex_state = 2}, - [2157] = {.lex_state = 258, .external_lex_state = 5}, - [2158] = {.lex_state = 258, .external_lex_state = 5}, - [2159] = {.lex_state = 258, .external_lex_state = 5}, - [2160] = {.lex_state = 34, .external_lex_state = 2}, - [2161] = {.lex_state = 258, .external_lex_state = 2}, - [2162] = {.lex_state = 30, .external_lex_state = 2}, + [2149] = {.lex_state = 258, .external_lex_state = 2}, + [2150] = {.lex_state = 34, .external_lex_state = 2}, + [2151] = {.lex_state = 258, .external_lex_state = 2}, + [2152] = {.lex_state = 258, .external_lex_state = 2}, + [2153] = {.lex_state = 34, .external_lex_state = 2}, + [2154] = {.lex_state = 258, .external_lex_state = 2}, + [2155] = {.lex_state = 258, .external_lex_state = 5}, + [2156] = {.lex_state = 258, .external_lex_state = 2}, + [2157] = {.lex_state = 3, .external_lex_state = 2}, + [2158] = {.lex_state = 258, .external_lex_state = 2}, + [2159] = {.lex_state = 39, .external_lex_state = 2}, + [2160] = {.lex_state = 258, .external_lex_state = 5}, + [2161] = {.lex_state = 258, .external_lex_state = 5}, + [2162] = {.lex_state = 46, .external_lex_state = 2}, [2163] = {.lex_state = 258, .external_lex_state = 2}, - [2164] = {.lex_state = 34, .external_lex_state = 2}, - [2165] = {.lex_state = 258, .external_lex_state = 5}, + [2164] = {.lex_state = 258, .external_lex_state = 2}, + [2165] = {.lex_state = 258, .external_lex_state = 2}, [2166] = {.lex_state = 258, .external_lex_state = 2}, [2167] = {.lex_state = 258, .external_lex_state = 5}, [2168] = {.lex_state = 258, .external_lex_state = 2}, - [2169] = {.lex_state = 34, .external_lex_state = 2}, - [2170] = {.lex_state = 258, .external_lex_state = 5}, - [2171] = {.lex_state = 34, .external_lex_state = 5}, - [2172] = {.lex_state = 34, .external_lex_state = 5}, - [2173] = {.lex_state = 48, .external_lex_state = 7}, + [2169] = {.lex_state = 34, .external_lex_state = 5}, + [2170] = {.lex_state = 34, .external_lex_state = 5}, + [2171] = {.lex_state = 258, .external_lex_state = 2}, + [2172] = {.lex_state = 258, .external_lex_state = 2}, + [2173] = {.lex_state = 258, .external_lex_state = 2}, [2174] = {.lex_state = 258, .external_lex_state = 2}, [2175] = {.lex_state = 258, .external_lex_state = 2}, - [2176] = {.lex_state = 41, .external_lex_state = 7}, + [2176] = {.lex_state = 39, .external_lex_state = 2}, [2177] = {.lex_state = 258, .external_lex_state = 2}, [2178] = {.lex_state = 258, .external_lex_state = 2}, [2179] = {.lex_state = 258, .external_lex_state = 2}, [2180] = {.lex_state = 258, .external_lex_state = 2}, - [2181] = {.lex_state = 34, .external_lex_state = 2}, + [2181] = {.lex_state = 258, .external_lex_state = 2}, [2182] = {.lex_state = 258, .external_lex_state = 5}, - [2183] = {.lex_state = 34, .external_lex_state = 2}, + [2183] = {.lex_state = 258, .external_lex_state = 2}, [2184] = {.lex_state = 258, .external_lex_state = 2}, - [2185] = {.lex_state = 34, .external_lex_state = 2}, - [2186] = {.lex_state = 30, .external_lex_state = 2}, + [2185] = {.lex_state = 258, .external_lex_state = 2}, + [2186] = {.lex_state = 34, .external_lex_state = 2}, [2187] = {.lex_state = 258, .external_lex_state = 2}, [2188] = {.lex_state = 258, .external_lex_state = 2}, [2189] = {.lex_state = 258, .external_lex_state = 2}, [2190] = {.lex_state = 258, .external_lex_state = 2}, [2191] = {.lex_state = 258, .external_lex_state = 2}, - [2192] = {.lex_state = 34, .external_lex_state = 5}, - [2193] = {.lex_state = 34, .external_lex_state = 5}, - [2194] = {.lex_state = 258, .external_lex_state = 2}, - [2195] = {.lex_state = 258, .external_lex_state = 2}, - [2196] = {.lex_state = 258, .external_lex_state = 5}, - [2197] = {.lex_state = 39, .external_lex_state = 2}, + [2192] = {.lex_state = 258, .external_lex_state = 2}, + [2193] = {.lex_state = 258, .external_lex_state = 2}, + [2194] = {.lex_state = 34, .external_lex_state = 5}, + [2195] = {.lex_state = 34, .external_lex_state = 5}, + [2196] = {.lex_state = 34, .external_lex_state = 2}, + [2197] = {.lex_state = 258, .external_lex_state = 2}, [2198] = {.lex_state = 258, .external_lex_state = 2}, - [2199] = {.lex_state = 34, .external_lex_state = 2}, + [2199] = {.lex_state = 258, .external_lex_state = 5}, [2200] = {.lex_state = 258, .external_lex_state = 2}, [2201] = {.lex_state = 258, .external_lex_state = 2}, [2202] = {.lex_state = 258, .external_lex_state = 2}, @@ -13039,113 +12922,113 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2221] = {.lex_state = 258, .external_lex_state = 2}, [2222] = {.lex_state = 258, .external_lex_state = 2}, [2223] = {.lex_state = 258, .external_lex_state = 2}, - [2224] = {.lex_state = 258, .external_lex_state = 2}, + [2224] = {.lex_state = 258, .external_lex_state = 5}, [2225] = {.lex_state = 258, .external_lex_state = 2}, - [2226] = {.lex_state = 258, .external_lex_state = 5}, - [2227] = {.lex_state = 258, .external_lex_state = 2}, + [2226] = {.lex_state = 34, .external_lex_state = 2}, + [2227] = {.lex_state = 34, .external_lex_state = 2}, [2228] = {.lex_state = 258, .external_lex_state = 2}, - [2229] = {.lex_state = 258, .external_lex_state = 5}, - [2230] = {.lex_state = 34, .external_lex_state = 2}, - [2231] = {.lex_state = 258, .external_lex_state = 2}, + [2229] = {.lex_state = 258, .external_lex_state = 2}, + [2230] = {.lex_state = 258, .external_lex_state = 2}, + [2231] = {.lex_state = 34, .external_lex_state = 2}, [2232] = {.lex_state = 258, .external_lex_state = 2}, [2233] = {.lex_state = 258, .external_lex_state = 2}, [2234] = {.lex_state = 258, .external_lex_state = 2}, [2235] = {.lex_state = 258, .external_lex_state = 2}, - [2236] = {.lex_state = 258, .external_lex_state = 5}, - [2237] = {.lex_state = 258, .external_lex_state = 5}, - [2238] = {.lex_state = 258, .external_lex_state = 2}, - [2239] = {.lex_state = 258, .external_lex_state = 2}, + [2236] = {.lex_state = 258, .external_lex_state = 2}, + [2237] = {.lex_state = 60, .external_lex_state = 2}, + [2238] = {.lex_state = 258, .external_lex_state = 5}, + [2239] = {.lex_state = 258, .external_lex_state = 5}, [2240] = {.lex_state = 258, .external_lex_state = 2}, - [2241] = {.lex_state = 258, .external_lex_state = 5}, - [2242] = {.lex_state = 258, .external_lex_state = 2}, - [2243] = {.lex_state = 258, .external_lex_state = 2}, + [2241] = {.lex_state = 258, .external_lex_state = 2}, + [2242] = {.lex_state = 258, .external_lex_state = 5}, + [2243] = {.lex_state = 258, .external_lex_state = 5}, [2244] = {.lex_state = 258, .external_lex_state = 2}, - [2245] = {.lex_state = 258, .external_lex_state = 2}, + [2245] = {.lex_state = 34, .external_lex_state = 2}, [2246] = {.lex_state = 258, .external_lex_state = 2}, - [2247] = {.lex_state = 258, .external_lex_state = 5}, + [2247] = {.lex_state = 258, .external_lex_state = 2}, [2248] = {.lex_state = 258, .external_lex_state = 2}, [2249] = {.lex_state = 258, .external_lex_state = 2}, - [2250] = {.lex_state = 34, .external_lex_state = 2}, + [2250] = {.lex_state = 258, .external_lex_state = 2}, [2251] = {.lex_state = 258, .external_lex_state = 2}, [2252] = {.lex_state = 258, .external_lex_state = 2}, [2253] = {.lex_state = 258, .external_lex_state = 2}, [2254] = {.lex_state = 258, .external_lex_state = 2}, - [2255] = {.lex_state = 39, .external_lex_state = 2}, + [2255] = {.lex_state = 258, .external_lex_state = 2}, [2256] = {.lex_state = 258, .external_lex_state = 2}, [2257] = {.lex_state = 258, .external_lex_state = 2}, [2258] = {.lex_state = 258, .external_lex_state = 2}, - [2259] = {.lex_state = 258, .external_lex_state = 2}, - [2260] = {.lex_state = 258, .external_lex_state = 5}, - [2261] = {.lex_state = 258, .external_lex_state = 5}, - [2262] = {.lex_state = 258, .external_lex_state = 2}, + [2259] = {.lex_state = 34, .external_lex_state = 2}, + [2260] = {.lex_state = 258, .external_lex_state = 2}, + [2261] = {.lex_state = 258, .external_lex_state = 2}, + [2262] = {.lex_state = 258, .external_lex_state = 5}, [2263] = {.lex_state = 258, .external_lex_state = 5}, [2264] = {.lex_state = 258, .external_lex_state = 2}, [2265] = {.lex_state = 258, .external_lex_state = 5}, [2266] = {.lex_state = 258, .external_lex_state = 2}, - [2267] = {.lex_state = 258, .external_lex_state = 2}, + [2267] = {.lex_state = 258, .external_lex_state = 5}, [2268] = {.lex_state = 258, .external_lex_state = 2}, [2269] = {.lex_state = 258, .external_lex_state = 2}, [2270] = {.lex_state = 258, .external_lex_state = 2}, [2271] = {.lex_state = 258, .external_lex_state = 2}, - [2272] = {.lex_state = 258, .external_lex_state = 5}, - [2273] = {.lex_state = 258, .external_lex_state = 5}, + [2272] = {.lex_state = 258, .external_lex_state = 2}, + [2273] = {.lex_state = 258, .external_lex_state = 2}, [2274] = {.lex_state = 258, .external_lex_state = 2}, - [2275] = {.lex_state = 34, .external_lex_state = 2}, - [2276] = {.lex_state = 258, .external_lex_state = 2}, + [2275] = {.lex_state = 258, .external_lex_state = 5}, + [2276] = {.lex_state = 258, .external_lex_state = 5}, [2277] = {.lex_state = 258, .external_lex_state = 2}, - [2278] = {.lex_state = 258, .external_lex_state = 2}, + [2278] = {.lex_state = 258, .external_lex_state = 5}, [2279] = {.lex_state = 258, .external_lex_state = 2}, [2280] = {.lex_state = 258, .external_lex_state = 2}, [2281] = {.lex_state = 258, .external_lex_state = 2}, [2282] = {.lex_state = 258, .external_lex_state = 5}, [2283] = {.lex_state = 258, .external_lex_state = 2}, - [2284] = {.lex_state = 258, .external_lex_state = 2}, - [2285] = {.lex_state = 258, .external_lex_state = 2}, - [2286] = {.lex_state = 258, .external_lex_state = 5}, + [2284] = {.lex_state = 258, .external_lex_state = 5}, + [2285] = {.lex_state = 258, .external_lex_state = 5}, + [2286] = {.lex_state = 258, .external_lex_state = 2}, [2287] = {.lex_state = 258, .external_lex_state = 5}, - [2288] = {.lex_state = 258, .external_lex_state = 2}, - [2289] = {.lex_state = 258, .external_lex_state = 2}, + [2288] = {.lex_state = 258, .external_lex_state = 5}, + [2289] = {.lex_state = 258, .external_lex_state = 5}, [2290] = {.lex_state = 258, .external_lex_state = 2}, - [2291] = {.lex_state = 258, .external_lex_state = 5}, + [2291] = {.lex_state = 258, .external_lex_state = 2}, [2292] = {.lex_state = 258, .external_lex_state = 2}, - [2293] = {.lex_state = 258, .external_lex_state = 2}, + [2293] = {.lex_state = 258, .external_lex_state = 5}, [2294] = {.lex_state = 258, .external_lex_state = 2}, [2295] = {.lex_state = 258, .external_lex_state = 2}, [2296] = {.lex_state = 258, .external_lex_state = 2}, - [2297] = {.lex_state = 258, .external_lex_state = 2}, + [2297] = {.lex_state = 34, .external_lex_state = 2}, [2298] = {.lex_state = 258, .external_lex_state = 2}, [2299] = {.lex_state = 258, .external_lex_state = 2}, [2300] = {.lex_state = 258, .external_lex_state = 2}, [2301] = {.lex_state = 258, .external_lex_state = 2}, - [2302] = {.lex_state = 258, .external_lex_state = 5}, - [2303] = {.lex_state = 258, .external_lex_state = 5}, - [2304] = {.lex_state = 258, .external_lex_state = 2}, - [2305] = {.lex_state = 258, .external_lex_state = 2}, + [2302] = {.lex_state = 258, .external_lex_state = 2}, + [2303] = {.lex_state = 258, .external_lex_state = 2}, + [2304] = {.lex_state = 258, .external_lex_state = 5}, + [2305] = {.lex_state = 258, .external_lex_state = 5}, [2306] = {.lex_state = 258, .external_lex_state = 2}, [2307] = {.lex_state = 258, .external_lex_state = 2}, [2308] = {.lex_state = 258, .external_lex_state = 2}, - [2309] = {.lex_state = 34, .external_lex_state = 2}, + [2309] = {.lex_state = 258, .external_lex_state = 2}, [2310] = {.lex_state = 258, .external_lex_state = 2}, - [2311] = {.lex_state = 258, .external_lex_state = 2}, + [2311] = {.lex_state = 34, .external_lex_state = 2}, [2312] = {.lex_state = 258, .external_lex_state = 2}, - [2313] = {.lex_state = 258, .external_lex_state = 2}, - [2314] = {.lex_state = 39, .external_lex_state = 2}, + [2313] = {.lex_state = 258, .external_lex_state = 5}, + [2314] = {.lex_state = 258, .external_lex_state = 2}, [2315] = {.lex_state = 258, .external_lex_state = 2}, [2316] = {.lex_state = 39, .external_lex_state = 2}, [2317] = {.lex_state = 258, .external_lex_state = 2}, - [2318] = {.lex_state = 258, .external_lex_state = 2}, + [2318] = {.lex_state = 39, .external_lex_state = 2}, [2319] = {.lex_state = 258, .external_lex_state = 2}, [2320] = {.lex_state = 258, .external_lex_state = 2}, [2321] = {.lex_state = 258, .external_lex_state = 2}, [2322] = {.lex_state = 258, .external_lex_state = 2}, - [2323] = {.lex_state = 258, .external_lex_state = 5}, + [2323] = {.lex_state = 258, .external_lex_state = 2}, [2324] = {.lex_state = 258, .external_lex_state = 2}, - [2325] = {.lex_state = 258, .external_lex_state = 2}, + [2325] = {.lex_state = 258, .external_lex_state = 5}, [2326] = {.lex_state = 258, .external_lex_state = 2}, [2327] = {.lex_state = 258, .external_lex_state = 2}, [2328] = {.lex_state = 258, .external_lex_state = 2}, [2329] = {.lex_state = 258, .external_lex_state = 2}, - [2330] = {.lex_state = 258, .external_lex_state = 2}, + [2330] = {.lex_state = 34, .external_lex_state = 2}, [2331] = {.lex_state = 258, .external_lex_state = 2}, [2332] = {.lex_state = 258, .external_lex_state = 2}, [2333] = {.lex_state = 258, .external_lex_state = 2}, @@ -13160,30 +13043,30 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2342] = {.lex_state = 258, .external_lex_state = 2}, [2343] = {.lex_state = 258, .external_lex_state = 2}, [2344] = {.lex_state = 258, .external_lex_state = 2}, - [2345] = {.lex_state = 258, .external_lex_state = 2}, + [2345] = {.lex_state = 258, .external_lex_state = 5}, [2346] = {.lex_state = 258, .external_lex_state = 2}, [2347] = {.lex_state = 258, .external_lex_state = 2}, - [2348] = {.lex_state = 258, .external_lex_state = 2}, - [2349] = {.lex_state = 258, .external_lex_state = 2}, + [2348] = {.lex_state = 3, .external_lex_state = 2}, + [2349] = {.lex_state = 258, .external_lex_state = 5}, [2350] = {.lex_state = 258, .external_lex_state = 2}, [2351] = {.lex_state = 258, .external_lex_state = 2}, - [2352] = {.lex_state = 258, .external_lex_state = 5}, + [2352] = {.lex_state = 39, .external_lex_state = 2}, [2353] = {.lex_state = 258, .external_lex_state = 2}, - [2354] = {.lex_state = 258, .external_lex_state = 2}, + [2354] = {.lex_state = 258, .external_lex_state = 5}, [2355] = {.lex_state = 258, .external_lex_state = 2}, [2356] = {.lex_state = 258, .external_lex_state = 2}, [2357] = {.lex_state = 258, .external_lex_state = 2}, [2358] = {.lex_state = 258, .external_lex_state = 2}, - [2359] = {.lex_state = 34, .external_lex_state = 2}, + [2359] = {.lex_state = 258, .external_lex_state = 2}, [2360] = {.lex_state = 258, .external_lex_state = 2}, [2361] = {.lex_state = 258, .external_lex_state = 2}, [2362] = {.lex_state = 258, .external_lex_state = 2}, [2363] = {.lex_state = 258, .external_lex_state = 2}, [2364] = {.lex_state = 258, .external_lex_state = 2}, [2365] = {.lex_state = 258, .external_lex_state = 2}, - [2366] = {.lex_state = 258, .external_lex_state = 5}, + [2366] = {.lex_state = 258, .external_lex_state = 2}, [2367] = {.lex_state = 258, .external_lex_state = 2}, - [2368] = {.lex_state = 258, .external_lex_state = 2}, + [2368] = {.lex_state = 258, .external_lex_state = 5}, [2369] = {.lex_state = 258, .external_lex_state = 2}, [2370] = {.lex_state = 258, .external_lex_state = 2}, [2371] = {.lex_state = 258, .external_lex_state = 2}, @@ -13194,41 +13077,41 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2376] = {.lex_state = 258, .external_lex_state = 2}, [2377] = {.lex_state = 258, .external_lex_state = 2}, [2378] = {.lex_state = 258, .external_lex_state = 2}, - [2379] = {.lex_state = 258, .external_lex_state = 2}, - [2380] = {.lex_state = 34, .external_lex_state = 2}, + [2379] = {.lex_state = 258, .external_lex_state = 5}, + [2380] = {.lex_state = 258, .external_lex_state = 5}, [2381] = {.lex_state = 258, .external_lex_state = 2}, - [2382] = {.lex_state = 258, .external_lex_state = 5}, - [2383] = {.lex_state = 258, .external_lex_state = 5}, - [2384] = {.lex_state = 258, .external_lex_state = 2}, + [2382] = {.lex_state = 258, .external_lex_state = 2}, + [2383] = {.lex_state = 258, .external_lex_state = 2}, + [2384] = {.lex_state = 258, .external_lex_state = 5}, [2385] = {.lex_state = 258, .external_lex_state = 5}, - [2386] = {.lex_state = 258, .external_lex_state = 5}, + [2386] = {.lex_state = 258, .external_lex_state = 2}, [2387] = {.lex_state = 258, .external_lex_state = 5}, - [2388] = {.lex_state = 39, .external_lex_state = 2}, - [2389] = {.lex_state = 258, .external_lex_state = 2}, + [2388] = {.lex_state = 258, .external_lex_state = 2}, + [2389] = {.lex_state = 258, .external_lex_state = 5}, [2390] = {.lex_state = 39, .external_lex_state = 2}, - [2391] = {.lex_state = 3, .external_lex_state = 2}, - [2392] = {.lex_state = 258, .external_lex_state = 2}, + [2391] = {.lex_state = 258, .external_lex_state = 5}, + [2392] = {.lex_state = 39, .external_lex_state = 2}, [2393] = {.lex_state = 258, .external_lex_state = 2}, [2394] = {.lex_state = 258, .external_lex_state = 2}, - [2395] = {.lex_state = 258, .external_lex_state = 2}, - [2396] = {.lex_state = 39, .external_lex_state = 2}, + [2395] = {.lex_state = 258, .external_lex_state = 5}, + [2396] = {.lex_state = 258, .external_lex_state = 5}, [2397] = {.lex_state = 258, .external_lex_state = 2}, [2398] = {.lex_state = 258, .external_lex_state = 2}, - [2399] = {.lex_state = 258, .external_lex_state = 2}, - [2400] = {.lex_state = 258, .external_lex_state = 2}, - [2401] = {.lex_state = 258, .external_lex_state = 2}, - [2402] = {.lex_state = 258, .external_lex_state = 2}, + [2399] = {.lex_state = 34, .external_lex_state = 2}, + [2400] = {.lex_state = 34, .external_lex_state = 2}, + [2401] = {.lex_state = 39, .external_lex_state = 2}, + [2402] = {.lex_state = 258, .external_lex_state = 5}, [2403] = {.lex_state = 258, .external_lex_state = 2}, - [2404] = {.lex_state = 258, .external_lex_state = 5}, + [2404] = {.lex_state = 258, .external_lex_state = 2}, [2405] = {.lex_state = 258, .external_lex_state = 2}, - [2406] = {.lex_state = 258, .external_lex_state = 2}, - [2407] = {.lex_state = 258, .external_lex_state = 2}, - [2408] = {.lex_state = 258, .external_lex_state = 5}, - [2409] = {.lex_state = 258, .external_lex_state = 5}, - [2410] = {.lex_state = 258, .external_lex_state = 2}, + [2406] = {.lex_state = 258, .external_lex_state = 5}, + [2407] = {.lex_state = 258, .external_lex_state = 5}, + [2408] = {.lex_state = 258, .external_lex_state = 2}, + [2409] = {.lex_state = 258, .external_lex_state = 2}, + [2410] = {.lex_state = 258, .external_lex_state = 5}, [2411] = {.lex_state = 258, .external_lex_state = 5}, [2412] = {.lex_state = 258, .external_lex_state = 2}, - [2413] = {.lex_state = 258, .external_lex_state = 2}, + [2413] = {.lex_state = 258, .external_lex_state = 5}, [2414] = {.lex_state = 258, .external_lex_state = 2}, [2415] = {.lex_state = 258, .external_lex_state = 2}, [2416] = {.lex_state = 258, .external_lex_state = 2}, @@ -13246,97 +13129,97 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2428] = {.lex_state = 258, .external_lex_state = 2}, [2429] = {.lex_state = 258, .external_lex_state = 2}, [2430] = {.lex_state = 258, .external_lex_state = 2}, - [2431] = {.lex_state = 258, .external_lex_state = 5}, + [2431] = {.lex_state = 258, .external_lex_state = 2}, [2432] = {.lex_state = 258, .external_lex_state = 2}, - [2433] = {.lex_state = 39, .external_lex_state = 2}, + [2433] = {.lex_state = 258, .external_lex_state = 2}, [2434] = {.lex_state = 258, .external_lex_state = 2}, [2435] = {.lex_state = 39, .external_lex_state = 2}, [2436] = {.lex_state = 258, .external_lex_state = 2}, - [2437] = {.lex_state = 258, .external_lex_state = 2}, + [2437] = {.lex_state = 39, .external_lex_state = 2}, [2438] = {.lex_state = 258, .external_lex_state = 2}, [2439] = {.lex_state = 258, .external_lex_state = 2}, [2440] = {.lex_state = 258, .external_lex_state = 2}, [2441] = {.lex_state = 258, .external_lex_state = 2}, - [2442] = {.lex_state = 258, .external_lex_state = 5}, - [2443] = {.lex_state = 258, .external_lex_state = 2}, + [2442] = {.lex_state = 258, .external_lex_state = 2}, + [2443] = {.lex_state = 258, .external_lex_state = 5}, [2444] = {.lex_state = 258, .external_lex_state = 5}, [2445] = {.lex_state = 258, .external_lex_state = 2}, - [2446] = {.lex_state = 258, .external_lex_state = 2}, + [2446] = {.lex_state = 258, .external_lex_state = 5}, [2447] = {.lex_state = 258, .external_lex_state = 2}, [2448] = {.lex_state = 258, .external_lex_state = 2}, [2449] = {.lex_state = 258, .external_lex_state = 2}, [2450] = {.lex_state = 258, .external_lex_state = 2}, [2451] = {.lex_state = 258, .external_lex_state = 2}, [2452] = {.lex_state = 258, .external_lex_state = 2}, - [2453] = {.lex_state = 258, .external_lex_state = 5}, + [2453] = {.lex_state = 258, .external_lex_state = 2}, [2454] = {.lex_state = 258, .external_lex_state = 2}, [2455] = {.lex_state = 258, .external_lex_state = 2}, - [2456] = {.lex_state = 258, .external_lex_state = 2}, + [2456] = {.lex_state = 34, .external_lex_state = 2}, [2457] = {.lex_state = 258, .external_lex_state = 2}, [2458] = {.lex_state = 258, .external_lex_state = 2}, - [2459] = {.lex_state = 39, .external_lex_state = 2}, + [2459] = {.lex_state = 258, .external_lex_state = 2}, [2460] = {.lex_state = 258, .external_lex_state = 2}, - [2461] = {.lex_state = 39, .external_lex_state = 2}, - [2462] = {.lex_state = 258, .external_lex_state = 2}, + [2461] = {.lex_state = 258, .external_lex_state = 2}, + [2462] = {.lex_state = 39, .external_lex_state = 2}, [2463] = {.lex_state = 258, .external_lex_state = 2}, [2464] = {.lex_state = 258, .external_lex_state = 2}, [2465] = {.lex_state = 258, .external_lex_state = 2}, [2466] = {.lex_state = 258, .external_lex_state = 2}, [2467] = {.lex_state = 258, .external_lex_state = 2}, - [2468] = {.lex_state = 258, .external_lex_state = 5}, - [2469] = {.lex_state = 60, .external_lex_state = 2}, - [2470] = {.lex_state = 258, .external_lex_state = 2}, - [2471] = {.lex_state = 258, .external_lex_state = 2}, - [2472] = {.lex_state = 34, .external_lex_state = 2}, + [2468] = {.lex_state = 258, .external_lex_state = 2}, + [2469] = {.lex_state = 258, .external_lex_state = 2}, + [2470] = {.lex_state = 258, .external_lex_state = 5}, + [2471] = {.lex_state = 60, .external_lex_state = 2}, + [2472] = {.lex_state = 258, .external_lex_state = 2}, [2473] = {.lex_state = 258, .external_lex_state = 2}, - [2474] = {.lex_state = 34, .external_lex_state = 2}, + [2474] = {.lex_state = 258, .external_lex_state = 2}, [2475] = {.lex_state = 258, .external_lex_state = 2}, - [2476] = {.lex_state = 258, .external_lex_state = 2}, + [2476] = {.lex_state = 39, .external_lex_state = 2}, [2477] = {.lex_state = 258, .external_lex_state = 2}, [2478] = {.lex_state = 258, .external_lex_state = 2}, - [2479] = {.lex_state = 258, .external_lex_state = 5}, + [2479] = {.lex_state = 258, .external_lex_state = 2}, [2480] = {.lex_state = 258, .external_lex_state = 2}, - [2481] = {.lex_state = 258, .external_lex_state = 2}, + [2481] = {.lex_state = 258, .external_lex_state = 5}, [2482] = {.lex_state = 258, .external_lex_state = 2}, [2483] = {.lex_state = 258, .external_lex_state = 2}, - [2484] = {.lex_state = 258, .external_lex_state = 5}, + [2484] = {.lex_state = 258, .external_lex_state = 2}, [2485] = {.lex_state = 258, .external_lex_state = 2}, [2486] = {.lex_state = 258, .external_lex_state = 2}, [2487] = {.lex_state = 258, .external_lex_state = 2}, [2488] = {.lex_state = 258, .external_lex_state = 2}, [2489] = {.lex_state = 258, .external_lex_state = 2}, - [2490] = {.lex_state = 39, .external_lex_state = 2}, + [2490] = {.lex_state = 258, .external_lex_state = 2}, [2491] = {.lex_state = 258, .external_lex_state = 2}, - [2492] = {.lex_state = 60, .external_lex_state = 2}, - [2493] = {.lex_state = 258, .external_lex_state = 5}, - [2494] = {.lex_state = 258, .external_lex_state = 5}, - [2495] = {.lex_state = 258, .external_lex_state = 2}, + [2492] = {.lex_state = 258, .external_lex_state = 2}, + [2493] = {.lex_state = 258, .external_lex_state = 2}, + [2494] = {.lex_state = 258, .external_lex_state = 2}, + [2495] = {.lex_state = 258, .external_lex_state = 5}, [2496] = {.lex_state = 258, .external_lex_state = 5}, - [2497] = {.lex_state = 34, .external_lex_state = 2}, + [2497] = {.lex_state = 258, .external_lex_state = 2}, [2498] = {.lex_state = 258, .external_lex_state = 5}, - [2499] = {.lex_state = 258, .external_lex_state = 2}, - [2500] = {.lex_state = 258, .external_lex_state = 2}, + [2499] = {.lex_state = 34, .external_lex_state = 2}, + [2500] = {.lex_state = 258, .external_lex_state = 5}, [2501] = {.lex_state = 258, .external_lex_state = 2}, - [2502] = {.lex_state = 34, .external_lex_state = 2}, + [2502] = {.lex_state = 258, .external_lex_state = 2}, [2503] = {.lex_state = 258, .external_lex_state = 2}, [2504] = {.lex_state = 258, .external_lex_state = 2}, [2505] = {.lex_state = 258, .external_lex_state = 2}, - [2506] = {.lex_state = 258, .external_lex_state = 5}, - [2507] = {.lex_state = 258, .external_lex_state = 5}, - [2508] = {.lex_state = 258, .external_lex_state = 2}, - [2509] = {.lex_state = 258, .external_lex_state = 5}, - [2510] = {.lex_state = 258, .external_lex_state = 5}, + [2506] = {.lex_state = 258, .external_lex_state = 2}, + [2507] = {.lex_state = 258, .external_lex_state = 2}, + [2508] = {.lex_state = 258, .external_lex_state = 5}, + [2509] = {.lex_state = 258, .external_lex_state = 2}, + [2510] = {.lex_state = 258, .external_lex_state = 2}, [2511] = {.lex_state = 258, .external_lex_state = 5}, [2512] = {.lex_state = 258, .external_lex_state = 5}, - [2513] = {.lex_state = 258, .external_lex_state = 5}, + [2513] = {.lex_state = 258, .external_lex_state = 2}, [2514] = {.lex_state = 258, .external_lex_state = 5}, - [2515] = {.lex_state = 258, .external_lex_state = 5}, + [2515] = {.lex_state = 258, .external_lex_state = 2}, [2516] = {.lex_state = 258, .external_lex_state = 2}, [2517] = {.lex_state = 258, .external_lex_state = 2}, [2518] = {.lex_state = 258, .external_lex_state = 2}, - [2519] = {.lex_state = 34, .external_lex_state = 2}, + [2519] = {.lex_state = 258, .external_lex_state = 2}, [2520] = {.lex_state = 258, .external_lex_state = 2}, - [2521] = {.lex_state = 34, .external_lex_state = 2}, + [2521] = {.lex_state = 258, .external_lex_state = 2}, [2522] = {.lex_state = 258, .external_lex_state = 2}, [2523] = {.lex_state = 258, .external_lex_state = 2}, [2524] = {.lex_state = 258, .external_lex_state = 2}, @@ -13350,11 +13233,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2532] = {.lex_state = 258, .external_lex_state = 2}, [2533] = {.lex_state = 258, .external_lex_state = 2}, [2534] = {.lex_state = 258, .external_lex_state = 2}, - [2535] = {.lex_state = 258, .external_lex_state = 5}, + [2535] = {.lex_state = 258, .external_lex_state = 2}, [2536] = {.lex_state = 258, .external_lex_state = 2}, [2537] = {.lex_state = 258, .external_lex_state = 5}, [2538] = {.lex_state = 258, .external_lex_state = 2}, - [2539] = {.lex_state = 258, .external_lex_state = 2}, + [2539] = {.lex_state = 258, .external_lex_state = 5}, [2540] = {.lex_state = 258, .external_lex_state = 2}, [2541] = {.lex_state = 258, .external_lex_state = 2}, [2542] = {.lex_state = 258, .external_lex_state = 2}, @@ -13369,23 +13252,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2551] = {.lex_state = 258, .external_lex_state = 2}, [2552] = {.lex_state = 258, .external_lex_state = 2}, [2553] = {.lex_state = 258, .external_lex_state = 2}, - [2554] = {.lex_state = 258, .external_lex_state = 5}, + [2554] = {.lex_state = 258, .external_lex_state = 2}, [2555] = {.lex_state = 258, .external_lex_state = 2}, - [2556] = {.lex_state = 258, .external_lex_state = 2}, + [2556] = {.lex_state = 258, .external_lex_state = 5}, [2557] = {.lex_state = 258, .external_lex_state = 2}, [2558] = {.lex_state = 258, .external_lex_state = 2}, [2559] = {.lex_state = 258, .external_lex_state = 2}, [2560] = {.lex_state = 258, .external_lex_state = 2}, [2561] = {.lex_state = 258, .external_lex_state = 2}, [2562] = {.lex_state = 258, .external_lex_state = 2}, - [2563] = {.lex_state = 258, .external_lex_state = 5}, + [2563] = {.lex_state = 258, .external_lex_state = 2}, [2564] = {.lex_state = 258, .external_lex_state = 2}, - [2565] = {.lex_state = 258, .external_lex_state = 5}, + [2565] = {.lex_state = 258, .external_lex_state = 2}, [2566] = {.lex_state = 258, .external_lex_state = 2}, [2567] = {.lex_state = 258, .external_lex_state = 2}, [2568] = {.lex_state = 258, .external_lex_state = 2}, - [2569] = {.lex_state = 258, .external_lex_state = 5}, - [2570] = {.lex_state = 258, .external_lex_state = 5}, + [2569] = {.lex_state = 258, .external_lex_state = 2}, + [2570] = {.lex_state = 258, .external_lex_state = 2}, [2571] = {.lex_state = 258, .external_lex_state = 2}, [2572] = {.lex_state = 258, .external_lex_state = 2}, [2573] = {.lex_state = 258, .external_lex_state = 2}, @@ -13399,10 +13282,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2581] = {.lex_state = 258, .external_lex_state = 2}, [2582] = {.lex_state = 258, .external_lex_state = 2}, [2583] = {.lex_state = 258, .external_lex_state = 2}, - [2584] = {.lex_state = 258, .external_lex_state = 5}, + [2584] = {.lex_state = 258, .external_lex_state = 2}, [2585] = {.lex_state = 258, .external_lex_state = 5}, - [2586] = {.lex_state = 258, .external_lex_state = 2}, - [2587] = {.lex_state = 258, .external_lex_state = 2}, + [2586] = {.lex_state = 258, .external_lex_state = 5}, + [2587] = {.lex_state = 258, .external_lex_state = 5}, [2588] = {.lex_state = 258, .external_lex_state = 2}, [2589] = {.lex_state = 258, .external_lex_state = 2}, [2590] = {.lex_state = 258, .external_lex_state = 2}, @@ -13412,23 +13295,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2594] = {.lex_state = 258, .external_lex_state = 2}, [2595] = {.lex_state = 258, .external_lex_state = 2}, [2596] = {.lex_state = 258, .external_lex_state = 2}, - [2597] = {.lex_state = 258, .external_lex_state = 5}, + [2597] = {.lex_state = 258, .external_lex_state = 2}, [2598] = {.lex_state = 258, .external_lex_state = 2}, - [2599] = {.lex_state = 258, .external_lex_state = 2}, + [2599] = {.lex_state = 258, .external_lex_state = 5}, [2600] = {.lex_state = 258, .external_lex_state = 2}, [2601] = {.lex_state = 258, .external_lex_state = 2}, [2602] = {.lex_state = 258, .external_lex_state = 2}, [2603] = {.lex_state = 258, .external_lex_state = 2}, [2604] = {.lex_state = 258, .external_lex_state = 2}, - [2605] = {.lex_state = 258, .external_lex_state = 5}, - [2606] = {.lex_state = 3, .external_lex_state = 2}, + [2605] = {.lex_state = 258, .external_lex_state = 2}, + [2606] = {.lex_state = 258, .external_lex_state = 2}, [2607] = {.lex_state = 258, .external_lex_state = 2}, - [2608] = {.lex_state = 258, .external_lex_state = 2}, + [2608] = {.lex_state = 3, .external_lex_state = 2}, [2609] = {.lex_state = 258, .external_lex_state = 2}, - [2610] = {.lex_state = 34, .external_lex_state = 2}, - [2611] = {.lex_state = 34, .external_lex_state = 2}, - [2612] = {.lex_state = 258, .external_lex_state = 2}, - [2613] = {.lex_state = 258, .external_lex_state = 2}, + [2610] = {.lex_state = 258, .external_lex_state = 2}, + [2611] = {.lex_state = 258, .external_lex_state = 2}, + [2612] = {.lex_state = 34, .external_lex_state = 2}, + [2613] = {.lex_state = 34, .external_lex_state = 2}, [2614] = {.lex_state = 258, .external_lex_state = 2}, [2615] = {.lex_state = 258, .external_lex_state = 2}, [2616] = {.lex_state = 258, .external_lex_state = 2}, @@ -13441,7 +13324,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2623] = {.lex_state = 258, .external_lex_state = 2}, [2624] = {.lex_state = 258, .external_lex_state = 2}, [2625] = {.lex_state = 258, .external_lex_state = 2}, - [2626] = {.lex_state = 258, .external_lex_state = 5}, + [2626] = {.lex_state = 258, .external_lex_state = 2}, [2627] = {.lex_state = 258, .external_lex_state = 2}, [2628] = {.lex_state = 258, .external_lex_state = 2}, [2629] = {.lex_state = 258, .external_lex_state = 2}, @@ -13471,18 +13354,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2653] = {.lex_state = 258, .external_lex_state = 2}, [2654] = {.lex_state = 258, .external_lex_state = 2}, [2655] = {.lex_state = 258, .external_lex_state = 2}, - [2656] = {.lex_state = 258, .external_lex_state = 5}, + [2656] = {.lex_state = 258, .external_lex_state = 2}, [2657] = {.lex_state = 258, .external_lex_state = 2}, - [2658] = {.lex_state = 258, .external_lex_state = 2}, - [2659] = {.lex_state = 258, .external_lex_state = 5}, + [2658] = {.lex_state = 258, .external_lex_state = 5}, + [2659] = {.lex_state = 258, .external_lex_state = 2}, [2660] = {.lex_state = 258, .external_lex_state = 2}, - [2661] = {.lex_state = 258, .external_lex_state = 2}, + [2661] = {.lex_state = 258, .external_lex_state = 5}, [2662] = {.lex_state = 258, .external_lex_state = 2}, [2663] = {.lex_state = 258, .external_lex_state = 2}, [2664] = {.lex_state = 258, .external_lex_state = 2}, - [2665] = {.lex_state = 258, .external_lex_state = 5}, + [2665] = {.lex_state = 258, .external_lex_state = 2}, [2666] = {.lex_state = 258, .external_lex_state = 2}, - [2667] = {.lex_state = 258, .external_lex_state = 2}, + [2667] = {.lex_state = 258, .external_lex_state = 5}, [2668] = {.lex_state = 258, .external_lex_state = 2}, [2669] = {.lex_state = 258, .external_lex_state = 2}, [2670] = {.lex_state = 258, .external_lex_state = 2}, @@ -13514,14 +13397,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2696] = {.lex_state = 258, .external_lex_state = 2}, [2697] = {.lex_state = 258, .external_lex_state = 2}, [2698] = {.lex_state = 258, .external_lex_state = 2}, - [2699] = {.lex_state = 258, .external_lex_state = 5}, + [2699] = {.lex_state = 258, .external_lex_state = 2}, [2700] = {.lex_state = 258, .external_lex_state = 2}, - [2701] = {.lex_state = 258, .external_lex_state = 2}, + [2701] = {.lex_state = 258, .external_lex_state = 5}, [2702] = {.lex_state = 258, .external_lex_state = 2}, [2703] = {.lex_state = 258, .external_lex_state = 2}, [2704] = {.lex_state = 258, .external_lex_state = 2}, [2705] = {.lex_state = 258, .external_lex_state = 2}, - [2706] = {.lex_state = 258, .external_lex_state = 2}, + [2706] = {.lex_state = 39, .external_lex_state = 2}, [2707] = {.lex_state = 258, .external_lex_state = 2}, [2708] = {.lex_state = 258, .external_lex_state = 2}, [2709] = {.lex_state = 258, .external_lex_state = 2}, @@ -13536,11 +13419,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2718] = {.lex_state = 258, .external_lex_state = 2}, [2719] = {.lex_state = 258, .external_lex_state = 2}, [2720] = {.lex_state = 258, .external_lex_state = 2}, - [2721] = {.lex_state = 258, .external_lex_state = 2}, + [2721] = {.lex_state = 258, .external_lex_state = 5}, [2722] = {.lex_state = 258, .external_lex_state = 2}, [2723] = {.lex_state = 258, .external_lex_state = 2}, [2724] = {.lex_state = 258, .external_lex_state = 2}, - [2725] = {.lex_state = 258, .external_lex_state = 5}, + [2725] = {.lex_state = 258, .external_lex_state = 2}, [2726] = {.lex_state = 258, .external_lex_state = 2}, [2727] = {.lex_state = 258, .external_lex_state = 2}, [2728] = {.lex_state = 258, .external_lex_state = 2}, @@ -13555,53 +13438,53 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2737] = {.lex_state = 258, .external_lex_state = 2}, [2738] = {.lex_state = 258, .external_lex_state = 2}, [2739] = {.lex_state = 258, .external_lex_state = 2}, - [2740] = {.lex_state = 34, .external_lex_state = 2}, + [2740] = {.lex_state = 258, .external_lex_state = 2}, [2741] = {.lex_state = 258, .external_lex_state = 2}, [2742] = {.lex_state = 34, .external_lex_state = 2}, - [2743] = {.lex_state = 4, .external_lex_state = 8}, - [2744] = {.lex_state = 258, .external_lex_state = 2}, - [2745] = {.lex_state = 34, .external_lex_state = 2}, - [2746] = {.lex_state = 34, .external_lex_state = 2}, - [2747] = {.lex_state = 4, .external_lex_state = 8}, - [2748] = {.lex_state = 258, .external_lex_state = 2}, - [2749] = {.lex_state = 258, .external_lex_state = 2}, - [2750] = {.lex_state = 258, .external_lex_state = 2}, + [2743] = {.lex_state = 258, .external_lex_state = 2}, + [2744] = {.lex_state = 34, .external_lex_state = 2}, + [2745] = {.lex_state = 4, .external_lex_state = 8}, + [2746] = {.lex_state = 39, .external_lex_state = 2}, + [2747] = {.lex_state = 258, .external_lex_state = 2}, + [2748] = {.lex_state = 34, .external_lex_state = 2}, + [2749] = {.lex_state = 34, .external_lex_state = 2}, + [2750] = {.lex_state = 4, .external_lex_state = 8}, [2751] = {.lex_state = 258, .external_lex_state = 2}, [2752] = {.lex_state = 258, .external_lex_state = 2}, - [2753] = {.lex_state = 34, .external_lex_state = 2}, + [2753] = {.lex_state = 258, .external_lex_state = 2}, [2754] = {.lex_state = 258, .external_lex_state = 2}, - [2755] = {.lex_state = 34, .external_lex_state = 2}, + [2755] = {.lex_state = 258, .external_lex_state = 2}, [2756] = {.lex_state = 34, .external_lex_state = 2}, - [2757] = {.lex_state = 4, .external_lex_state = 8}, - [2758] = {.lex_state = 258, .external_lex_state = 2}, + [2757] = {.lex_state = 258, .external_lex_state = 2}, + [2758] = {.lex_state = 34, .external_lex_state = 2}, [2759] = {.lex_state = 258, .external_lex_state = 2}, - [2760] = {.lex_state = 258, .external_lex_state = 2}, - [2761] = {.lex_state = 258, .external_lex_state = 2}, - [2762] = {.lex_state = 61, .external_lex_state = 2}, - [2763] = {.lex_state = 39, .external_lex_state = 2}, + [2760] = {.lex_state = 34, .external_lex_state = 2}, + [2761] = {.lex_state = 4, .external_lex_state = 8}, + [2762] = {.lex_state = 258, .external_lex_state = 2}, + [2763] = {.lex_state = 258, .external_lex_state = 2}, [2764] = {.lex_state = 258, .external_lex_state = 2}, [2765] = {.lex_state = 258, .external_lex_state = 2}, - [2766] = {.lex_state = 30, .external_lex_state = 2}, - [2767] = {.lex_state = 258, .external_lex_state = 2}, - [2768] = {.lex_state = 258, .external_lex_state = 2}, + [2766] = {.lex_state = 258, .external_lex_state = 2}, + [2767] = {.lex_state = 61, .external_lex_state = 2}, + [2768] = {.lex_state = 30, .external_lex_state = 2}, [2769] = {.lex_state = 258, .external_lex_state = 2}, [2770] = {.lex_state = 258, .external_lex_state = 2}, [2771] = {.lex_state = 258, .external_lex_state = 2}, [2772] = {.lex_state = 34, .external_lex_state = 2}, [2773] = {.lex_state = 34, .external_lex_state = 2}, - [2774] = {.lex_state = 34, .external_lex_state = 2}, - [2775] = {.lex_state = 258, .external_lex_state = 2}, + [2774] = {.lex_state = 258, .external_lex_state = 2}, + [2775] = {.lex_state = 34, .external_lex_state = 2}, [2776] = {.lex_state = 258, .external_lex_state = 2}, [2777] = {.lex_state = 258, .external_lex_state = 2}, [2778] = {.lex_state = 258, .external_lex_state = 2}, [2779] = {.lex_state = 258, .external_lex_state = 2}, - [2780] = {.lex_state = 258, .external_lex_state = 2}, - [2781] = {.lex_state = 34, .external_lex_state = 2}, + [2780] = {.lex_state = 34, .external_lex_state = 2}, + [2781] = {.lex_state = 258, .external_lex_state = 2}, [2782] = {.lex_state = 258, .external_lex_state = 2}, - [2783] = {.lex_state = 34, .external_lex_state = 2}, - [2784] = {.lex_state = 258, .external_lex_state = 2}, - [2785] = {.lex_state = 258, .external_lex_state = 2}, - [2786] = {.lex_state = 30, .external_lex_state = 2}, + [2783] = {.lex_state = 258, .external_lex_state = 2}, + [2784] = {.lex_state = 30, .external_lex_state = 2}, + [2785] = {.lex_state = 34, .external_lex_state = 2}, + [2786] = {.lex_state = 258, .external_lex_state = 2}, [2787] = {.lex_state = 258, .external_lex_state = 2}, [2788] = {.lex_state = 258, .external_lex_state = 2}, [2789] = {.lex_state = 258, .external_lex_state = 2}, @@ -13609,70 +13492,70 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2791] = {.lex_state = 258, .external_lex_state = 2}, [2792] = {.lex_state = 258, .external_lex_state = 2}, [2793] = {.lex_state = 258, .external_lex_state = 2}, - [2794] = {.lex_state = 61, .external_lex_state = 2}, - [2795] = {.lex_state = 258, .external_lex_state = 2}, + [2794] = {.lex_state = 258, .external_lex_state = 2}, + [2795] = {.lex_state = 39, .external_lex_state = 2}, [2796] = {.lex_state = 258, .external_lex_state = 2}, - [2797] = {.lex_state = 258, .external_lex_state = 2}, - [2798] = {.lex_state = 258, .external_lex_state = 2}, + [2797] = {.lex_state = 39, .external_lex_state = 2}, + [2798] = {.lex_state = 34, .external_lex_state = 2}, [2799] = {.lex_state = 258, .external_lex_state = 2}, - [2800] = {.lex_state = 258, .external_lex_state = 2}, + [2800] = {.lex_state = 39, .external_lex_state = 2}, [2801] = {.lex_state = 258, .external_lex_state = 2}, - [2802] = {.lex_state = 258, .external_lex_state = 2}, - [2803] = {.lex_state = 258, .external_lex_state = 2}, - [2804] = {.lex_state = 34, .external_lex_state = 2}, - [2805] = {.lex_state = 34, .external_lex_state = 2}, - [2806] = {.lex_state = 39, .external_lex_state = 2}, + [2802] = {.lex_state = 34, .external_lex_state = 2}, + [2803] = {.lex_state = 39, .external_lex_state = 2}, + [2804] = {.lex_state = 258, .external_lex_state = 2}, + [2805] = {.lex_state = 61, .external_lex_state = 2}, + [2806] = {.lex_state = 34, .external_lex_state = 2}, [2807] = {.lex_state = 258, .external_lex_state = 2}, [2808] = {.lex_state = 258, .external_lex_state = 2}, [2809] = {.lex_state = 258, .external_lex_state = 2}, [2810] = {.lex_state = 258, .external_lex_state = 2}, [2811] = {.lex_state = 258, .external_lex_state = 2}, - [2812] = {.lex_state = 34, .external_lex_state = 2}, - [2813] = {.lex_state = 34, .external_lex_state = 2}, + [2812] = {.lex_state = 258, .external_lex_state = 2}, + [2813] = {.lex_state = 258, .external_lex_state = 2}, [2814] = {.lex_state = 258, .external_lex_state = 2}, - [2815] = {.lex_state = 39, .external_lex_state = 2}, + [2815] = {.lex_state = 34, .external_lex_state = 2}, [2816] = {.lex_state = 258, .external_lex_state = 2}, - [2817] = {.lex_state = 39, .external_lex_state = 2}, + [2817] = {.lex_state = 258, .external_lex_state = 2}, [2818] = {.lex_state = 258, .external_lex_state = 2}, [2819] = {.lex_state = 258, .external_lex_state = 2}, - [2820] = {.lex_state = 34, .external_lex_state = 2}, - [2821] = {.lex_state = 39, .external_lex_state = 2}, + [2820] = {.lex_state = 39, .external_lex_state = 2}, + [2821] = {.lex_state = 258, .external_lex_state = 2}, [2822] = {.lex_state = 258, .external_lex_state = 2}, - [2823] = {.lex_state = 4, .external_lex_state = 8}, + [2823] = {.lex_state = 39, .external_lex_state = 2}, [2824] = {.lex_state = 258, .external_lex_state = 2}, - [2825] = {.lex_state = 61, .external_lex_state = 2}, + [2825] = {.lex_state = 4, .external_lex_state = 8}, [2826] = {.lex_state = 258, .external_lex_state = 2}, [2827] = {.lex_state = 258, .external_lex_state = 2}, - [2828] = {.lex_state = 39, .external_lex_state = 2}, + [2828] = {.lex_state = 34, .external_lex_state = 2}, [2829] = {.lex_state = 258, .external_lex_state = 2}, - [2830] = {.lex_state = 258, .external_lex_state = 2}, + [2830] = {.lex_state = 34, .external_lex_state = 2}, [2831] = {.lex_state = 39, .external_lex_state = 2}, [2832] = {.lex_state = 258, .external_lex_state = 2}, [2833] = {.lex_state = 258, .external_lex_state = 2}, [2834] = {.lex_state = 258, .external_lex_state = 2}, [2835] = {.lex_state = 258, .external_lex_state = 2}, [2836] = {.lex_state = 258, .external_lex_state = 2}, - [2837] = {.lex_state = 34, .external_lex_state = 2}, - [2838] = {.lex_state = 39, .external_lex_state = 2}, - [2839] = {.lex_state = 34, .external_lex_state = 2}, - [2840] = {.lex_state = 34, .external_lex_state = 2}, - [2841] = {.lex_state = 258, .external_lex_state = 2}, + [2837] = {.lex_state = 39, .external_lex_state = 2}, + [2838] = {.lex_state = 258, .external_lex_state = 2}, + [2839] = {.lex_state = 258, .external_lex_state = 2}, + [2840] = {.lex_state = 258, .external_lex_state = 2}, + [2841] = {.lex_state = 34, .external_lex_state = 2}, [2842] = {.lex_state = 34, .external_lex_state = 2}, - [2843] = {.lex_state = 39, .external_lex_state = 2}, - [2844] = {.lex_state = 258, .external_lex_state = 2}, + [2843] = {.lex_state = 34, .external_lex_state = 2}, + [2844] = {.lex_state = 34, .external_lex_state = 2}, [2845] = {.lex_state = 258, .external_lex_state = 2}, - [2846] = {.lex_state = 34, .external_lex_state = 2}, - [2847] = {.lex_state = 34, .external_lex_state = 2}, + [2846] = {.lex_state = 258, .external_lex_state = 2}, + [2847] = {.lex_state = 258, .external_lex_state = 2}, [2848] = {.lex_state = 258, .external_lex_state = 2}, [2849] = {.lex_state = 258, .external_lex_state = 2}, [2850] = {.lex_state = 61, .external_lex_state = 2}, [2851] = {.lex_state = 258, .external_lex_state = 2}, [2852] = {.lex_state = 258, .external_lex_state = 2}, - [2853] = {.lex_state = 34, .external_lex_state = 2}, + [2853] = {.lex_state = 258, .external_lex_state = 2}, [2854] = {.lex_state = 258, .external_lex_state = 2}, [2855] = {.lex_state = 34, .external_lex_state = 2}, - [2856] = {.lex_state = 258, .external_lex_state = 2}, - [2857] = {.lex_state = 258, .external_lex_state = 2}, + [2856] = {.lex_state = 34, .external_lex_state = 2}, + [2857] = {.lex_state = 34, .external_lex_state = 2}, [2858] = {.lex_state = 258, .external_lex_state = 2}, [2859] = {.lex_state = 258, .external_lex_state = 2}, [2860] = {.lex_state = 258, .external_lex_state = 2}, @@ -13681,14 +13564,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2863] = {.lex_state = 258, .external_lex_state = 2}, [2864] = {.lex_state = 258, .external_lex_state = 2}, [2865] = {.lex_state = 258, .external_lex_state = 2}, - [2866] = {.lex_state = 34, .external_lex_state = 2}, - [2867] = {.lex_state = 258, .external_lex_state = 2}, + [2866] = {.lex_state = 258, .external_lex_state = 2}, + [2867] = {.lex_state = 61, .external_lex_state = 2}, [2868] = {.lex_state = 34, .external_lex_state = 2}, [2869] = {.lex_state = 39, .external_lex_state = 2}, - [2870] = {.lex_state = 258, .external_lex_state = 2}, + [2870] = {.lex_state = 34, .external_lex_state = 2}, [2871] = {.lex_state = 258, .external_lex_state = 2}, [2872] = {.lex_state = 258, .external_lex_state = 2}, - [2873] = {(TSStateId)(-1)}, + [2873] = {.lex_state = 258, .external_lex_state = 2}, + [2874] = {.lex_state = 258, .external_lex_state = 2}, + [2875] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -13818,73 +13703,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [1] = { - [sym_program] = STATE(2819), - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_program] = STATE(2821), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(1), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(61), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [ts_builtin_sym_end] = ACTIONS(7), [sym_identifier] = ACTIONS(9), [sym_hash_bang_line] = ACTIONS(11), @@ -13946,82 +13831,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [2] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_object_assignment_pattern] = STATE(2094), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2792), - [sym_spread_element] = STATE(2096), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1424), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_object_assignment_pattern] = STATE(2077), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2794), + [sym_spread_element] = STATE(2078), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1425), [sym_comment] = STATE(2), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(1643), - [sym_formal_parameters] = STATE(2811), - [sym_rest_pattern] = STATE(2094), - [sym_method_definition] = STATE(2096), - [sym_pair] = STATE(2096), - [sym_pair_pattern] = STATE(2094), - [sym__property_name] = STATE(2119), - [sym_computed_property_name] = STATE(2581), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(1625), + [sym_formal_parameters] = STATE(2813), + [sym_rest_pattern] = STATE(2077), + [sym_method_definition] = STATE(2078), + [sym_pair] = STATE(2078), + [sym_pair_pattern] = STATE(2077), + [sym__property_name] = STATE(2081), + [sym_computed_property_name] = STATE(2576), [aux_sym_program_repeat1] = STATE(34), - [aux_sym_export_statement_repeat1] = STATE(1540), - [aux_sym_object_repeat1] = STATE(2147), - [aux_sym_object_pattern_repeat1] = STATE(2150), + [aux_sym_export_statement_repeat1] = STATE(1537), + [aux_sym_object_repeat1] = STATE(2085), + [aux_sym_object_pattern_repeat1] = STATE(2086), [sym_identifier] = ACTIONS(93), [anon_sym_export] = ACTIONS(95), [anon_sym_STAR] = ACTIONS(97), @@ -14086,82 +13971,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [3] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_object_assignment_pattern] = STATE(2094), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2792), - [sym_spread_element] = STATE(2096), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1424), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_object_assignment_pattern] = STATE(2077), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2794), + [sym_spread_element] = STATE(2078), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1425), [sym_comment] = STATE(3), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(1643), - [sym_formal_parameters] = STATE(2811), - [sym_rest_pattern] = STATE(2094), - [sym_method_definition] = STATE(2096), - [sym_pair] = STATE(2096), - [sym_pair_pattern] = STATE(2094), - [sym__property_name] = STATE(2119), - [sym_computed_property_name] = STATE(2581), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(1625), + [sym_formal_parameters] = STATE(2813), + [sym_rest_pattern] = STATE(2077), + [sym_method_definition] = STATE(2078), + [sym_pair] = STATE(2078), + [sym_pair_pattern] = STATE(2077), + [sym__property_name] = STATE(2081), + [sym_computed_property_name] = STATE(2576), [aux_sym_program_repeat1] = STATE(22), - [aux_sym_export_statement_repeat1] = STATE(1540), - [aux_sym_object_repeat1] = STATE(2147), - [aux_sym_object_pattern_repeat1] = STATE(2150), + [aux_sym_export_statement_repeat1] = STATE(1537), + [aux_sym_object_repeat1] = STATE(2085), + [aux_sym_object_pattern_repeat1] = STATE(2086), [sym_identifier] = ACTIONS(93), [anon_sym_export] = ACTIONS(95), [anon_sym_STAR] = ACTIONS(97), @@ -14226,82 +14111,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [4] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_object_assignment_pattern] = STATE(2094), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2792), - [sym_spread_element] = STATE(2096), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1424), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_object_assignment_pattern] = STATE(2077), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2794), + [sym_spread_element] = STATE(2078), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1425), [sym_comment] = STATE(4), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(1643), - [sym_formal_parameters] = STATE(2811), - [sym_rest_pattern] = STATE(2094), - [sym_method_definition] = STATE(2096), - [sym_pair] = STATE(2096), - [sym_pair_pattern] = STATE(2094), - [sym__property_name] = STATE(2119), - [sym_computed_property_name] = STATE(2581), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(1625), + [sym_formal_parameters] = STATE(2813), + [sym_rest_pattern] = STATE(2077), + [sym_method_definition] = STATE(2078), + [sym_pair] = STATE(2078), + [sym_pair_pattern] = STATE(2077), + [sym__property_name] = STATE(2081), + [sym_computed_property_name] = STATE(2576), [aux_sym_program_repeat1] = STATE(48), - [aux_sym_export_statement_repeat1] = STATE(1540), - [aux_sym_object_repeat1] = STATE(2147), - [aux_sym_object_pattern_repeat1] = STATE(2150), + [aux_sym_export_statement_repeat1] = STATE(1537), + [aux_sym_object_repeat1] = STATE(2085), + [aux_sym_object_pattern_repeat1] = STATE(2086), [sym_identifier] = ACTIONS(93), [anon_sym_export] = ACTIONS(95), [anon_sym_STAR] = ACTIONS(97), @@ -14366,82 +14251,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [5] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_object_assignment_pattern] = STATE(2094), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2792), - [sym_spread_element] = STATE(2096), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1424), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_object_assignment_pattern] = STATE(2077), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2794), + [sym_spread_element] = STATE(2078), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1425), [sym_comment] = STATE(5), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(1643), - [sym_formal_parameters] = STATE(2811), - [sym_rest_pattern] = STATE(2094), - [sym_method_definition] = STATE(2096), - [sym_pair] = STATE(2096), - [sym_pair_pattern] = STATE(2094), - [sym__property_name] = STATE(2119), - [sym_computed_property_name] = STATE(2581), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(1625), + [sym_formal_parameters] = STATE(2813), + [sym_rest_pattern] = STATE(2077), + [sym_method_definition] = STATE(2078), + [sym_pair] = STATE(2078), + [sym_pair_pattern] = STATE(2077), + [sym__property_name] = STATE(2081), + [sym_computed_property_name] = STATE(2576), [aux_sym_program_repeat1] = STATE(40), - [aux_sym_export_statement_repeat1] = STATE(1540), - [aux_sym_object_repeat1] = STATE(2147), - [aux_sym_object_pattern_repeat1] = STATE(2150), + [aux_sym_export_statement_repeat1] = STATE(1537), + [aux_sym_object_repeat1] = STATE(2085), + [aux_sym_object_pattern_repeat1] = STATE(2086), [sym_identifier] = ACTIONS(93), [anon_sym_export] = ACTIONS(95), [anon_sym_STAR] = ACTIONS(97), @@ -14506,82 +14391,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [6] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_object_assignment_pattern] = STATE(2094), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2792), - [sym_spread_element] = STATE(2096), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1424), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_object_assignment_pattern] = STATE(2077), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2794), + [sym_spread_element] = STATE(2078), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1425), [sym_comment] = STATE(6), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(1643), - [sym_formal_parameters] = STATE(2811), - [sym_rest_pattern] = STATE(2094), - [sym_method_definition] = STATE(2096), - [sym_pair] = STATE(2096), - [sym_pair_pattern] = STATE(2094), - [sym__property_name] = STATE(2119), - [sym_computed_property_name] = STATE(2581), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(1625), + [sym_formal_parameters] = STATE(2813), + [sym_rest_pattern] = STATE(2077), + [sym_method_definition] = STATE(2078), + [sym_pair] = STATE(2078), + [sym_pair_pattern] = STATE(2077), + [sym__property_name] = STATE(2081), + [sym_computed_property_name] = STATE(2576), [aux_sym_program_repeat1] = STATE(18), - [aux_sym_export_statement_repeat1] = STATE(1540), - [aux_sym_object_repeat1] = STATE(2147), - [aux_sym_object_pattern_repeat1] = STATE(2150), + [aux_sym_export_statement_repeat1] = STATE(1537), + [aux_sym_object_repeat1] = STATE(2085), + [aux_sym_object_pattern_repeat1] = STATE(2086), [sym_identifier] = ACTIONS(93), [anon_sym_export] = ACTIONS(95), [anon_sym_STAR] = ACTIONS(97), @@ -14646,82 +14531,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [7] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_object_assignment_pattern] = STATE(2094), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2792), - [sym_spread_element] = STATE(2142), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1424), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_object_assignment_pattern] = STATE(2077), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2794), + [sym_spread_element] = STATE(2165), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1425), [sym_comment] = STATE(7), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(1643), - [sym_formal_parameters] = STATE(2811), - [sym_rest_pattern] = STATE(2094), - [sym_method_definition] = STATE(2142), - [sym_pair] = STATE(2142), - [sym_pair_pattern] = STATE(2094), - [sym__property_name] = STATE(2119), - [sym_computed_property_name] = STATE(2581), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(1625), + [sym_formal_parameters] = STATE(2813), + [sym_rest_pattern] = STATE(2077), + [sym_method_definition] = STATE(2165), + [sym_pair] = STATE(2165), + [sym_pair_pattern] = STATE(2077), + [sym__property_name] = STATE(2081), + [sym_computed_property_name] = STATE(2576), [aux_sym_program_repeat1] = STATE(26), - [aux_sym_export_statement_repeat1] = STATE(1540), - [aux_sym_object_repeat1] = STATE(2132), - [aux_sym_object_pattern_repeat1] = STATE(2150), + [aux_sym_export_statement_repeat1] = STATE(1537), + [aux_sym_object_repeat1] = STATE(2166), + [aux_sym_object_pattern_repeat1] = STATE(2086), [sym_identifier] = ACTIONS(131), [anon_sym_export] = ACTIONS(133), [anon_sym_STAR] = ACTIONS(97), @@ -14786,82 +14671,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [8] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_object_assignment_pattern] = STATE(2094), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2792), - [sym_spread_element] = STATE(2142), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1424), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_object_assignment_pattern] = STATE(2077), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2794), + [sym_spread_element] = STATE(2165), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1425), [sym_comment] = STATE(8), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(1643), - [sym_formal_parameters] = STATE(2811), - [sym_rest_pattern] = STATE(2094), - [sym_method_definition] = STATE(2142), - [sym_pair] = STATE(2142), - [sym_pair_pattern] = STATE(2094), - [sym__property_name] = STATE(2119), - [sym_computed_property_name] = STATE(2581), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(1625), + [sym_formal_parameters] = STATE(2813), + [sym_rest_pattern] = STATE(2077), + [sym_method_definition] = STATE(2165), + [sym_pair] = STATE(2165), + [sym_pair_pattern] = STATE(2077), + [sym__property_name] = STATE(2081), + [sym_computed_property_name] = STATE(2576), [aux_sym_program_repeat1] = STATE(26), - [aux_sym_export_statement_repeat1] = STATE(1540), - [aux_sym_object_repeat1] = STATE(2132), - [aux_sym_object_pattern_repeat1] = STATE(2150), + [aux_sym_export_statement_repeat1] = STATE(1537), + [aux_sym_object_repeat1] = STATE(2166), + [aux_sym_object_pattern_repeat1] = STATE(2086), [sym_identifier] = ACTIONS(145), [anon_sym_export] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(97), @@ -14926,82 +14811,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [9] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_object_assignment_pattern] = STATE(2094), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2792), - [sym_spread_element] = STATE(2096), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1424), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_object_assignment_pattern] = STATE(2077), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2794), + [sym_spread_element] = STATE(2078), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1425), [sym_comment] = STATE(9), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(1643), - [sym_formal_parameters] = STATE(2811), - [sym_rest_pattern] = STATE(2094), - [sym_method_definition] = STATE(2096), - [sym_pair] = STATE(2096), - [sym_pair_pattern] = STATE(2094), - [sym__property_name] = STATE(2119), - [sym_computed_property_name] = STATE(2581), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(1625), + [sym_formal_parameters] = STATE(2813), + [sym_rest_pattern] = STATE(2077), + [sym_method_definition] = STATE(2078), + [sym_pair] = STATE(2078), + [sym_pair_pattern] = STATE(2077), + [sym__property_name] = STATE(2081), + [sym_computed_property_name] = STATE(2576), [aux_sym_program_repeat1] = STATE(20), - [aux_sym_export_statement_repeat1] = STATE(1540), - [aux_sym_object_repeat1] = STATE(2147), - [aux_sym_object_pattern_repeat1] = STATE(2150), + [aux_sym_export_statement_repeat1] = STATE(1537), + [aux_sym_object_repeat1] = STATE(2085), + [aux_sym_object_pattern_repeat1] = STATE(2086), [sym_identifier] = ACTIONS(93), [anon_sym_export] = ACTIONS(95), [anon_sym_STAR] = ACTIONS(97), @@ -15066,72 +14951,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [10] = { - [sym_export_statement] = STATE(791), - [sym_declaration] = STATE(791), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(791), - [sym_expression_statement] = STATE(791), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(791), - [sym_if_statement] = STATE(791), - [sym_switch_statement] = STATE(791), - [sym_for_statement] = STATE(791), - [sym_for_in_statement] = STATE(791), - [sym_while_statement] = STATE(791), - [sym_do_statement] = STATE(791), - [sym_try_statement] = STATE(791), - [sym_with_statement] = STATE(791), - [sym_break_statement] = STATE(791), - [sym_continue_statement] = STATE(791), - [sym_debugger_statement] = STATE(791), - [sym_return_statement] = STATE(791), - [sym_throw_statement] = STATE(791), - [sym_empty_statement] = STATE(791), - [sym_labeled_statement] = STATE(791), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [sym_export_statement] = STATE(870), + [sym_declaration] = STATE(870), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(870), + [sym_expression_statement] = STATE(870), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(870), + [sym_if_statement] = STATE(870), + [sym_switch_statement] = STATE(870), + [sym_for_statement] = STATE(870), + [sym_for_in_statement] = STATE(870), + [sym_while_statement] = STATE(870), + [sym_do_statement] = STATE(870), + [sym_try_statement] = STATE(870), + [sym_with_statement] = STATE(870), + [sym_break_statement] = STATE(870), + [sym_continue_statement] = STATE(870), + [sym_debugger_statement] = STATE(870), + [sym_return_statement] = STATE(870), + [sym_throw_statement] = STATE(870), + [sym_empty_statement] = STATE(870), + [sym_labeled_statement] = STATE(870), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), [sym_comment] = STATE(10), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(10), - [aux_sym_export_statement_repeat1] = STATE(1870), + [aux_sym_export_statement_repeat1] = STATE(1860), [sym_identifier] = ACTIONS(159), [anon_sym_export] = ACTIONS(162), [anon_sym_default] = ACTIONS(165), @@ -15194,72 +15079,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [11] = { - [sym_export_statement] = STATE(791), - [sym_declaration] = STATE(791), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(791), - [sym_expression_statement] = STATE(791), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(791), - [sym_if_statement] = STATE(791), - [sym_switch_statement] = STATE(791), - [sym_for_statement] = STATE(791), - [sym_for_in_statement] = STATE(791), - [sym_while_statement] = STATE(791), - [sym_do_statement] = STATE(791), - [sym_try_statement] = STATE(791), - [sym_with_statement] = STATE(791), - [sym_break_statement] = STATE(791), - [sym_continue_statement] = STATE(791), - [sym_debugger_statement] = STATE(791), - [sym_return_statement] = STATE(791), - [sym_throw_statement] = STATE(791), - [sym_empty_statement] = STATE(791), - [sym_labeled_statement] = STATE(791), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [sym_export_statement] = STATE(870), + [sym_declaration] = STATE(870), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(870), + [sym_expression_statement] = STATE(870), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(870), + [sym_if_statement] = STATE(870), + [sym_switch_statement] = STATE(870), + [sym_for_statement] = STATE(870), + [sym_for_in_statement] = STATE(870), + [sym_while_statement] = STATE(870), + [sym_do_statement] = STATE(870), + [sym_try_statement] = STATE(870), + [sym_with_statement] = STATE(870), + [sym_break_statement] = STATE(870), + [sym_continue_statement] = STATE(870), + [sym_debugger_statement] = STATE(870), + [sym_return_statement] = STATE(870), + [sym_throw_statement] = STATE(870), + [sym_empty_statement] = STATE(870), + [sym_labeled_statement] = STATE(870), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), [sym_comment] = STATE(11), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(10), - [aux_sym_export_statement_repeat1] = STATE(1870), + [aux_sym_export_statement_repeat1] = STATE(1860), [sym_identifier] = ACTIONS(284), [anon_sym_export] = ACTIONS(286), [anon_sym_default] = ACTIONS(288), @@ -15322,72 +15207,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [12] = { - [sym_export_statement] = STATE(791), - [sym_declaration] = STATE(791), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(791), - [sym_expression_statement] = STATE(791), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(791), - [sym_if_statement] = STATE(791), - [sym_switch_statement] = STATE(791), - [sym_for_statement] = STATE(791), - [sym_for_in_statement] = STATE(791), - [sym_while_statement] = STATE(791), - [sym_do_statement] = STATE(791), - [sym_try_statement] = STATE(791), - [sym_with_statement] = STATE(791), - [sym_break_statement] = STATE(791), - [sym_continue_statement] = STATE(791), - [sym_debugger_statement] = STATE(791), - [sym_return_statement] = STATE(791), - [sym_throw_statement] = STATE(791), - [sym_empty_statement] = STATE(791), - [sym_labeled_statement] = STATE(791), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [sym_export_statement] = STATE(870), + [sym_declaration] = STATE(870), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(870), + [sym_expression_statement] = STATE(870), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(870), + [sym_if_statement] = STATE(870), + [sym_switch_statement] = STATE(870), + [sym_for_statement] = STATE(870), + [sym_for_in_statement] = STATE(870), + [sym_while_statement] = STATE(870), + [sym_do_statement] = STATE(870), + [sym_try_statement] = STATE(870), + [sym_with_statement] = STATE(870), + [sym_break_statement] = STATE(870), + [sym_continue_statement] = STATE(870), + [sym_debugger_statement] = STATE(870), + [sym_return_statement] = STATE(870), + [sym_throw_statement] = STATE(870), + [sym_empty_statement] = STATE(870), + [sym_labeled_statement] = STATE(870), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), [sym_comment] = STATE(12), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(11), - [aux_sym_export_statement_repeat1] = STATE(1870), + [aux_sym_export_statement_repeat1] = STATE(1860), [sym_identifier] = ACTIONS(284), [anon_sym_export] = ACTIONS(286), [anon_sym_default] = ACTIONS(334), @@ -15450,72 +15335,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [13] = { - [sym_export_statement] = STATE(791), - [sym_declaration] = STATE(791), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(791), - [sym_expression_statement] = STATE(791), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(791), - [sym_if_statement] = STATE(791), - [sym_switch_statement] = STATE(791), - [sym_for_statement] = STATE(791), - [sym_for_in_statement] = STATE(791), - [sym_while_statement] = STATE(791), - [sym_do_statement] = STATE(791), - [sym_try_statement] = STATE(791), - [sym_with_statement] = STATE(791), - [sym_break_statement] = STATE(791), - [sym_continue_statement] = STATE(791), - [sym_debugger_statement] = STATE(791), - [sym_return_statement] = STATE(791), - [sym_throw_statement] = STATE(791), - [sym_empty_statement] = STATE(791), - [sym_labeled_statement] = STATE(791), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [sym_export_statement] = STATE(870), + [sym_declaration] = STATE(870), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(870), + [sym_expression_statement] = STATE(870), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(870), + [sym_if_statement] = STATE(870), + [sym_switch_statement] = STATE(870), + [sym_for_statement] = STATE(870), + [sym_for_in_statement] = STATE(870), + [sym_while_statement] = STATE(870), + [sym_do_statement] = STATE(870), + [sym_try_statement] = STATE(870), + [sym_with_statement] = STATE(870), + [sym_break_statement] = STATE(870), + [sym_continue_statement] = STATE(870), + [sym_debugger_statement] = STATE(870), + [sym_return_statement] = STATE(870), + [sym_throw_statement] = STATE(870), + [sym_empty_statement] = STATE(870), + [sym_labeled_statement] = STATE(870), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), [sym_comment] = STATE(13), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(10), - [aux_sym_export_statement_repeat1] = STATE(1870), + [aux_sym_export_statement_repeat1] = STATE(1860), [sym_identifier] = ACTIONS(284), [anon_sym_export] = ACTIONS(286), [anon_sym_default] = ACTIONS(336), @@ -15578,72 +15463,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [14] = { - [sym_export_statement] = STATE(791), - [sym_declaration] = STATE(791), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(791), - [sym_expression_statement] = STATE(791), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(791), - [sym_if_statement] = STATE(791), - [sym_switch_statement] = STATE(791), - [sym_for_statement] = STATE(791), - [sym_for_in_statement] = STATE(791), - [sym_while_statement] = STATE(791), - [sym_do_statement] = STATE(791), - [sym_try_statement] = STATE(791), - [sym_with_statement] = STATE(791), - [sym_break_statement] = STATE(791), - [sym_continue_statement] = STATE(791), - [sym_debugger_statement] = STATE(791), - [sym_return_statement] = STATE(791), - [sym_throw_statement] = STATE(791), - [sym_empty_statement] = STATE(791), - [sym_labeled_statement] = STATE(791), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [sym_export_statement] = STATE(870), + [sym_declaration] = STATE(870), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(870), + [sym_expression_statement] = STATE(870), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(870), + [sym_if_statement] = STATE(870), + [sym_switch_statement] = STATE(870), + [sym_for_statement] = STATE(870), + [sym_for_in_statement] = STATE(870), + [sym_while_statement] = STATE(870), + [sym_do_statement] = STATE(870), + [sym_try_statement] = STATE(870), + [sym_with_statement] = STATE(870), + [sym_break_statement] = STATE(870), + [sym_continue_statement] = STATE(870), + [sym_debugger_statement] = STATE(870), + [sym_return_statement] = STATE(870), + [sym_throw_statement] = STATE(870), + [sym_empty_statement] = STATE(870), + [sym_labeled_statement] = STATE(870), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), [sym_comment] = STATE(14), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(13), - [aux_sym_export_statement_repeat1] = STATE(1870), + [aux_sym_export_statement_repeat1] = STATE(1860), [sym_identifier] = ACTIONS(284), [anon_sym_export] = ACTIONS(286), [anon_sym_default] = ACTIONS(338), @@ -15706,72 +15591,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [15] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(15), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [ts_builtin_sym_end] = ACTIONS(340), [sym_identifier] = ACTIONS(342), [anon_sym_export] = ACTIONS(345), @@ -15833,72 +15718,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [16] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(16), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(67), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -15959,72 +15844,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [17] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(17), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(42), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -16085,72 +15970,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [18] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(18), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -16211,72 +16096,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [19] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(19), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(23), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -16337,72 +16222,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [20] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(20), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -16463,72 +16348,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [21] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(21), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(26), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -16589,72 +16474,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [22] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(22), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -16715,72 +16600,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [23] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(23), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -16841,72 +16726,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [24] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(24), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(29), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -16967,72 +16852,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [25] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(25), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -17093,72 +16978,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [26] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(26), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -17219,72 +17104,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [27] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(27), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(22), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -17345,72 +17230,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [28] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(28), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(34), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -17471,72 +17356,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [29] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(29), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -17597,72 +17482,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [30] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(30), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(31), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -17723,72 +17608,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [31] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(31), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -17849,72 +17734,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [32] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(32), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(33), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -17975,72 +17860,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [33] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(33), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -18101,72 +17986,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [34] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(34), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -18227,72 +18112,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [35] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(35), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -18353,72 +18238,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [36] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(36), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(35), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -18479,72 +18364,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [37] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(37), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -18605,72 +18490,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [38] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(38), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(63), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [ts_builtin_sym_end] = ACTIONS(458), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), @@ -18731,72 +18616,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [39] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(39), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(20), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -18857,72 +18742,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [40] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(40), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -18983,72 +18868,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [41] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(41), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(37), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -19109,72 +18994,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [42] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(42), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -19235,72 +19120,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [43] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(43), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(18), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -19361,72 +19246,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [44] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(44), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -19487,72 +19372,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [45] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(45), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(44), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -19613,72 +19498,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [46] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(46), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -19739,72 +19624,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [47] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(47), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(46), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -19865,72 +19750,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [48] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(48), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -19991,72 +19876,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [49] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(49), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(50), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -20117,72 +20002,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [50] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(50), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -20243,72 +20128,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [51] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(51), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(52), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -20369,72 +20254,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [52] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(52), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -20495,72 +20380,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [53] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(53), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(40), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -20621,72 +20506,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [54] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(54), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -20747,72 +20632,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [55] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(55), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(54), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -20873,72 +20758,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [56] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(56), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -20999,72 +20884,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [57] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(57), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(56), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -21125,72 +21010,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [58] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(58), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -21251,72 +21136,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [59] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(59), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(58), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -21377,72 +21262,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [60] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(60), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -21503,72 +21388,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [61] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(61), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [ts_builtin_sym_end] = ACTIONS(458), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), @@ -21629,72 +21514,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [62] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(62), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(48), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -21755,72 +21640,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [63] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(63), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [ts_builtin_sym_end] = ACTIONS(506), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), @@ -21881,72 +21766,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [64] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(64), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -22007,72 +21892,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [65] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(65), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(60), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -22133,72 +22018,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [66] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(66), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(64), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -22259,72 +22144,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [67] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(67), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -22385,72 +22270,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [68] = { - [sym_export_statement] = STATE(958), - [sym_declaration] = STATE(958), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(958), - [sym_expression_statement] = STATE(958), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(958), - [sym_if_statement] = STATE(958), - [sym_switch_statement] = STATE(958), - [sym_for_statement] = STATE(958), - [sym_for_in_statement] = STATE(958), - [sym_while_statement] = STATE(958), - [sym_do_statement] = STATE(958), - [sym_try_statement] = STATE(958), - [sym_with_statement] = STATE(958), - [sym_break_statement] = STATE(958), - [sym_continue_statement] = STATE(958), - [sym_debugger_statement] = STATE(958), - [sym_return_statement] = STATE(958), - [sym_throw_statement] = STATE(958), - [sym_empty_statement] = STATE(958), - [sym_labeled_statement] = STATE(958), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(928), + [sym_declaration] = STATE(928), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_for_in_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_try_statement] = STATE(928), + [sym_with_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_debugger_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_throw_statement] = STATE(928), + [sym_empty_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(68), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), [aux_sym_program_repeat1] = STATE(25), - [aux_sym_export_statement_repeat1] = STATE(1843), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -22511,71 +22396,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [69] = { - [sym_export_statement] = STATE(748), - [sym_declaration] = STATE(748), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(748), - [sym_expression_statement] = STATE(748), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_statement_block] = STATE(748), - [sym_if_statement] = STATE(748), - [sym_switch_statement] = STATE(748), - [sym_for_statement] = STATE(748), - [sym_for_in_statement] = STATE(748), - [sym_while_statement] = STATE(748), - [sym_do_statement] = STATE(748), - [sym_try_statement] = STATE(748), - [sym_with_statement] = STATE(748), - [sym_break_statement] = STATE(748), - [sym_continue_statement] = STATE(748), - [sym_debugger_statement] = STATE(748), - [sym_return_statement] = STATE(748), - [sym_throw_statement] = STATE(748), - [sym_empty_statement] = STATE(748), - [sym_labeled_statement] = STATE(748), - [sym_parenthesized_expression] = STATE(1068), + [sym_export_statement] = STATE(875), + [sym_declaration] = STATE(875), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(875), + [sym_expression_statement] = STATE(875), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_statement_block] = STATE(875), + [sym_if_statement] = STATE(875), + [sym_switch_statement] = STATE(875), + [sym_for_statement] = STATE(875), + [sym_for_in_statement] = STATE(875), + [sym_while_statement] = STATE(875), + [sym_do_statement] = STATE(875), + [sym_try_statement] = STATE(875), + [sym_with_statement] = STATE(875), + [sym_break_statement] = STATE(875), + [sym_continue_statement] = STATE(875), + [sym_debugger_statement] = STATE(875), + [sym_return_statement] = STATE(875), + [sym_throw_statement] = STATE(875), + [sym_empty_statement] = STATE(875), + [sym_labeled_statement] = STATE(875), + [sym_parenthesized_expression] = STATE(1067), [sym_expression] = STATE(1245), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2236), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2238), + [sym_string] = STATE(1388), [sym_comment] = STATE(69), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1843), [sym_identifier] = ACTIONS(518), [anon_sym_export] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(522), @@ -22635,71 +22520,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [70] = { - [sym_export_statement] = STATE(2713), - [sym_declaration] = STATE(2713), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2713), - [sym_expression_statement] = STATE(2713), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2713), - [sym_if_statement] = STATE(2713), - [sym_switch_statement] = STATE(2713), - [sym_for_statement] = STATE(2713), - [sym_for_in_statement] = STATE(2713), - [sym_while_statement] = STATE(2713), - [sym_do_statement] = STATE(2713), - [sym_try_statement] = STATE(2713), - [sym_with_statement] = STATE(2713), - [sym_break_statement] = STATE(2713), - [sym_continue_statement] = STATE(2713), - [sym_debugger_statement] = STATE(2713), - [sym_return_statement] = STATE(2713), - [sym_throw_statement] = STATE(2713), - [sym_empty_statement] = STATE(2713), - [sym_labeled_statement] = STATE(2713), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [sym_export_statement] = STATE(2712), + [sym_declaration] = STATE(2515), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2516), + [sym_expression_statement] = STATE(2517), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2518), + [sym_if_statement] = STATE(2519), + [sym_switch_statement] = STATE(2520), + [sym_for_statement] = STATE(2525), + [sym_for_in_statement] = STATE(2531), + [sym_while_statement] = STATE(2532), + [sym_do_statement] = STATE(2533), + [sym_try_statement] = STATE(2536), + [sym_with_statement] = STATE(2202), + [sym_break_statement] = STATE(2548), + [sym_continue_statement] = STATE(2553), + [sym_debugger_statement] = STATE(2558), + [sym_return_statement] = STATE(2559), + [sym_throw_statement] = STATE(2565), + [sym_empty_statement] = STATE(2572), + [sym_labeled_statement] = STATE(2579), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), [sym_comment] = STATE(70), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), [sym_identifier] = ACTIONS(566), [anon_sym_export] = ACTIONS(568), [anon_sym_LBRACE] = ACTIONS(570), @@ -22759,195 +22644,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [71] = { - [sym_export_statement] = STATE(950), - [sym_declaration] = STATE(951), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(904), - [sym_expression_statement] = STATE(960), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(962), - [sym_if_statement] = STATE(964), - [sym_switch_statement] = STATE(905), - [sym_for_statement] = STATE(970), - [sym_for_in_statement] = STATE(972), - [sym_while_statement] = STATE(975), - [sym_do_statement] = STATE(977), - [sym_try_statement] = STATE(980), - [sym_with_statement] = STATE(982), - [sym_break_statement] = STATE(983), - [sym_continue_statement] = STATE(987), - [sym_debugger_statement] = STATE(989), - [sym_return_statement] = STATE(993), - [sym_throw_statement] = STATE(996), - [sym_empty_statement] = STATE(997), - [sym_labeled_statement] = STATE(1001), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(2639), + [sym_declaration] = STATE(2646), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2647), + [sym_expression_statement] = STATE(2648), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2649), + [sym_if_statement] = STATE(2654), + [sym_switch_statement] = STATE(2655), + [sym_for_statement] = STATE(2660), + [sym_for_in_statement] = STATE(2662), + [sym_while_statement] = STATE(2703), + [sym_do_statement] = STATE(2704), + [sym_try_statement] = STATE(2705), + [sym_with_statement] = STATE(2707), + [sym_break_statement] = STATE(2711), + [sym_continue_statement] = STATE(2725), + [sym_debugger_statement] = STATE(2713), + [sym_return_statement] = STATE(2715), + [sym_throw_statement] = STATE(2720), + [sym_empty_statement] = STATE(2295), + [sym_labeled_statement] = STATE(2728), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), [sym_comment] = STATE(71), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1843), - [sym_identifier] = ACTIONS(9), - [anon_sym_export] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_import] = ACTIONS(17), - [anon_sym_with] = ACTIONS(19), - [anon_sym_var] = ACTIONS(21), - [anon_sym_let] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_if] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(29), - [anon_sym_for] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(37), - [anon_sym_do] = ACTIONS(39), - [anon_sym_try] = ACTIONS(41), - [anon_sym_break] = ACTIONS(43), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_debugger] = ACTIONS(47), - [anon_sym_return] = ACTIONS(49), - [anon_sym_throw] = ACTIONS(51), - [anon_sym_SEMI] = ACTIONS(53), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(67), - [anon_sym_async] = ACTIONS(69), - [anon_sym_function] = ACTIONS(71), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(91), - [anon_sym_get] = ACTIONS(91), - [anon_sym_set] = ACTIONS(91), - [sym_html_comment] = ACTIONS(5), - }, - [72] = { - [sym_export_statement] = STATE(2574), - [sym_declaration] = STATE(2561), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2559), - [sym_expression_statement] = STATE(2529), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2526), - [sym_if_statement] = STATE(2503), - [sym_switch_statement] = STATE(2501), - [sym_for_statement] = STATE(2491), - [sym_for_in_statement] = STATE(2485), - [sym_while_statement] = STATE(2480), - [sym_do_statement] = STATE(2478), - [sym_try_statement] = STATE(2466), - [sym_with_statement] = STATE(2462), - [sym_break_statement] = STATE(2458), - [sym_continue_statement] = STATE(2454), - [sym_debugger_statement] = STATE(2399), - [sym_return_statement] = STATE(2418), - [sym_throw_statement] = STATE(2416), - [sym_empty_statement] = STATE(2412), - [sym_labeled_statement] = STATE(2403), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), - [sym_comment] = STATE(72), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), [sym_identifier] = ACTIONS(566), [anon_sym_export] = ACTIONS(568), [anon_sym_LBRACE] = ACTIONS(570), @@ -23006,103 +22767,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, - [73] = { - [sym_export_statement] = STATE(2754), - [sym_declaration] = STATE(2754), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2754), - [sym_expression_statement] = STATE(2754), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2754), - [sym_if_statement] = STATE(2754), - [sym_switch_statement] = STATE(2754), - [sym_for_statement] = STATE(2754), - [sym_for_in_statement] = STATE(2754), - [sym_while_statement] = STATE(2754), - [sym_do_statement] = STATE(2754), - [sym_try_statement] = STATE(2754), - [sym_with_statement] = STATE(2754), - [sym_break_statement] = STATE(2754), - [sym_continue_statement] = STATE(2754), - [sym_debugger_statement] = STATE(2754), - [sym_return_statement] = STATE(2754), - [sym_throw_statement] = STATE(2754), - [sym_empty_statement] = STATE(2754), - [sym_labeled_statement] = STATE(2754), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [72] = { + [sym_export_statement] = STATE(991), + [sym_declaration] = STATE(1006), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(1005), + [sym_expression_statement] = STATE(1004), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(1003), + [sym_if_statement] = STATE(1002), + [sym_switch_statement] = STATE(904), + [sym_for_statement] = STATE(977), + [sym_for_in_statement] = STATE(1000), + [sym_while_statement] = STATE(999), + [sym_do_statement] = STATE(998), + [sym_try_statement] = STATE(997), + [sym_with_statement] = STATE(996), + [sym_break_statement] = STATE(995), + [sym_continue_statement] = STATE(994), + [sym_debugger_statement] = STATE(993), + [sym_return_statement] = STATE(992), + [sym_throw_statement] = STATE(990), + [sym_empty_statement] = STATE(989), + [sym_labeled_statement] = STATE(988), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), - [sym_comment] = STATE(73), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(570), - [anon_sym_import] = ACTIONS(572), - [anon_sym_with] = ACTIONS(574), - [anon_sym_var] = ACTIONS(576), - [anon_sym_let] = ACTIONS(578), - [anon_sym_const] = ACTIONS(580), - [anon_sym_if] = ACTIONS(582), - [anon_sym_switch] = ACTIONS(584), - [anon_sym_for] = ACTIONS(586), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), + [sym_comment] = STATE(72), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1867), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(588), - [anon_sym_do] = ACTIONS(590), - [anon_sym_try] = ACTIONS(592), - [anon_sym_break] = ACTIONS(594), - [anon_sym_continue] = ACTIONS(596), - [anon_sym_debugger] = ACTIONS(598), - [anon_sym_return] = ACTIONS(600), - [anon_sym_throw] = ACTIONS(602), - [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(606), - [anon_sym_async] = ACTIONS(608), - [anon_sym_function] = ACTIONS(610), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -23125,77 +22886,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(612), - [anon_sym_get] = ACTIONS(612), - [anon_sym_set] = ACTIONS(612), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), [sym_html_comment] = ACTIONS(5), }, - [74] = { - [sym_export_statement] = STATE(2744), - [sym_declaration] = STATE(2744), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2744), - [sym_expression_statement] = STATE(2744), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2744), - [sym_if_statement] = STATE(2744), - [sym_switch_statement] = STATE(2744), - [sym_for_statement] = STATE(2744), - [sym_for_in_statement] = STATE(2744), - [sym_while_statement] = STATE(2744), - [sym_do_statement] = STATE(2744), - [sym_try_statement] = STATE(2744), - [sym_with_statement] = STATE(2744), - [sym_break_statement] = STATE(2744), - [sym_continue_statement] = STATE(2744), - [sym_debugger_statement] = STATE(2744), - [sym_return_statement] = STATE(2744), - [sym_throw_statement] = STATE(2744), - [sym_empty_statement] = STATE(2744), - [sym_labeled_statement] = STATE(2744), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [73] = { + [sym_export_statement] = STATE(2759), + [sym_declaration] = STATE(2759), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2759), + [sym_expression_statement] = STATE(2759), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2759), + [sym_if_statement] = STATE(2759), + [sym_switch_statement] = STATE(2759), + [sym_for_statement] = STATE(2759), + [sym_for_in_statement] = STATE(2759), + [sym_while_statement] = STATE(2759), + [sym_do_statement] = STATE(2759), + [sym_try_statement] = STATE(2759), + [sym_with_statement] = STATE(2759), + [sym_break_statement] = STATE(2759), + [sym_continue_statement] = STATE(2759), + [sym_debugger_statement] = STATE(2759), + [sym_return_statement] = STATE(2759), + [sym_throw_statement] = STATE(2759), + [sym_empty_statement] = STATE(2759), + [sym_labeled_statement] = STATE(2759), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), - [sym_comment] = STATE(74), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), + [sym_comment] = STATE(73), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), [sym_identifier] = ACTIONS(566), [anon_sym_export] = ACTIONS(568), [anon_sym_LBRACE] = ACTIONS(570), @@ -23254,103 +23015,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, - [75] = { - [sym_export_statement] = STATE(817), - [sym_declaration] = STATE(810), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(808), - [sym_expression_statement] = STATE(805), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(804), - [sym_if_statement] = STATE(796), - [sym_switch_statement] = STATE(787), - [sym_for_statement] = STATE(774), - [sym_for_in_statement] = STATE(772), - [sym_while_statement] = STATE(761), - [sym_do_statement] = STATE(758), - [sym_try_statement] = STATE(754), - [sym_with_statement] = STATE(749), - [sym_break_statement] = STATE(740), - [sym_continue_statement] = STATE(738), - [sym_debugger_statement] = STATE(725), - [sym_return_statement] = STATE(695), - [sym_throw_statement] = STATE(899), - [sym_empty_statement] = STATE(707), - [sym_labeled_statement] = STATE(825), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [74] = { + [sym_export_statement] = STATE(926), + [sym_declaration] = STATE(926), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(926), + [sym_expression_statement] = STATE(926), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(926), + [sym_if_statement] = STATE(926), + [sym_switch_statement] = STATE(926), + [sym_for_statement] = STATE(926), + [sym_for_in_statement] = STATE(926), + [sym_while_statement] = STATE(926), + [sym_do_statement] = STATE(926), + [sym_try_statement] = STATE(926), + [sym_with_statement] = STATE(926), + [sym_break_statement] = STATE(926), + [sym_continue_statement] = STATE(926), + [sym_debugger_statement] = STATE(926), + [sym_return_statement] = STATE(926), + [sym_throw_statement] = STATE(926), + [sym_empty_statement] = STATE(926), + [sym_labeled_statement] = STATE(926), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), - [sym_comment] = STATE(75), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1870), - [sym_identifier] = ACTIONS(284), - [anon_sym_export] = ACTIONS(286), - [anon_sym_LBRACE] = ACTIONS(290), - [anon_sym_import] = ACTIONS(292), - [anon_sym_with] = ACTIONS(294), - [anon_sym_var] = ACTIONS(296), - [anon_sym_let] = ACTIONS(298), - [anon_sym_const] = ACTIONS(300), - [anon_sym_if] = ACTIONS(302), - [anon_sym_switch] = ACTIONS(304), - [anon_sym_for] = ACTIONS(306), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), + [sym_comment] = STATE(74), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1867), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(308), - [anon_sym_do] = ACTIONS(310), - [anon_sym_try] = ACTIONS(312), - [anon_sym_break] = ACTIONS(314), - [anon_sym_continue] = ACTIONS(316), - [anon_sym_debugger] = ACTIONS(318), - [anon_sym_return] = ACTIONS(320), - [anon_sym_throw] = ACTIONS(322), - [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(326), - [anon_sym_async] = ACTIONS(328), - [anon_sym_function] = ACTIONS(330), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -23373,77 +23134,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(332), - [anon_sym_get] = ACTIONS(332), - [anon_sym_set] = ACTIONS(332), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), [sym_html_comment] = ACTIONS(5), }, - [76] = { - [sym_export_statement] = STATE(720), - [sym_declaration] = STATE(720), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(720), - [sym_expression_statement] = STATE(720), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_statement_block] = STATE(720), - [sym_if_statement] = STATE(720), - [sym_switch_statement] = STATE(720), - [sym_for_statement] = STATE(720), - [sym_for_in_statement] = STATE(720), - [sym_while_statement] = STATE(720), - [sym_do_statement] = STATE(720), - [sym_try_statement] = STATE(720), - [sym_with_statement] = STATE(720), - [sym_break_statement] = STATE(720), - [sym_continue_statement] = STATE(720), - [sym_debugger_statement] = STATE(720), - [sym_return_statement] = STATE(720), - [sym_throw_statement] = STATE(720), - [sym_empty_statement] = STATE(720), - [sym_labeled_statement] = STATE(720), - [sym_parenthesized_expression] = STATE(1068), + [75] = { + [sym_export_statement] = STATE(737), + [sym_declaration] = STATE(737), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(737), + [sym_expression_statement] = STATE(737), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_statement_block] = STATE(737), + [sym_if_statement] = STATE(737), + [sym_switch_statement] = STATE(737), + [sym_for_statement] = STATE(737), + [sym_for_in_statement] = STATE(737), + [sym_while_statement] = STATE(737), + [sym_do_statement] = STATE(737), + [sym_try_statement] = STATE(737), + [sym_with_statement] = STATE(737), + [sym_break_statement] = STATE(737), + [sym_continue_statement] = STATE(737), + [sym_debugger_statement] = STATE(737), + [sym_return_statement] = STATE(737), + [sym_throw_statement] = STATE(737), + [sym_empty_statement] = STATE(737), + [sym_labeled_statement] = STATE(737), + [sym_parenthesized_expression] = STATE(1067), [sym_expression] = STATE(1245), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2236), - [sym_string] = STATE(1384), - [sym_comment] = STATE(76), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2238), + [sym_string] = STATE(1388), + [sym_comment] = STATE(75), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1843), [sym_identifier] = ACTIONS(518), [anon_sym_export] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(522), @@ -23502,196 +23263,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(564), [sym_html_comment] = ACTIONS(5), }, - [77] = { - [sym_export_statement] = STATE(956), - [sym_declaration] = STATE(956), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(956), - [sym_expression_statement] = STATE(956), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(956), - [sym_if_statement] = STATE(956), - [sym_switch_statement] = STATE(956), - [sym_for_statement] = STATE(956), - [sym_for_in_statement] = STATE(956), - [sym_while_statement] = STATE(956), - [sym_do_statement] = STATE(956), - [sym_try_statement] = STATE(956), - [sym_with_statement] = STATE(956), - [sym_break_statement] = STATE(956), - [sym_continue_statement] = STATE(956), - [sym_debugger_statement] = STATE(956), - [sym_return_statement] = STATE(956), - [sym_throw_statement] = STATE(956), - [sym_empty_statement] = STATE(956), - [sym_labeled_statement] = STATE(956), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), - [sym_comment] = STATE(77), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1843), - [sym_identifier] = ACTIONS(9), - [anon_sym_export] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_import] = ACTIONS(17), - [anon_sym_with] = ACTIONS(19), - [anon_sym_var] = ACTIONS(21), - [anon_sym_let] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_if] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(29), - [anon_sym_for] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(37), - [anon_sym_do] = ACTIONS(39), - [anon_sym_try] = ACTIONS(41), - [anon_sym_break] = ACTIONS(43), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_debugger] = ACTIONS(47), - [anon_sym_return] = ACTIONS(49), - [anon_sym_throw] = ACTIONS(51), - [anon_sym_SEMI] = ACTIONS(53), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(67), - [anon_sym_async] = ACTIONS(69), - [anon_sym_function] = ACTIONS(71), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(91), - [anon_sym_get] = ACTIONS(91), - [anon_sym_set] = ACTIONS(91), - [sym_html_comment] = ACTIONS(5), - }, - [78] = { - [sym_export_statement] = STATE(733), - [sym_declaration] = STATE(733), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(733), - [sym_expression_statement] = STATE(733), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_statement_block] = STATE(733), - [sym_if_statement] = STATE(733), - [sym_switch_statement] = STATE(733), - [sym_for_statement] = STATE(733), - [sym_for_in_statement] = STATE(733), - [sym_while_statement] = STATE(733), - [sym_do_statement] = STATE(733), - [sym_try_statement] = STATE(733), - [sym_with_statement] = STATE(733), - [sym_break_statement] = STATE(733), - [sym_continue_statement] = STATE(733), - [sym_debugger_statement] = STATE(733), - [sym_return_statement] = STATE(733), - [sym_throw_statement] = STATE(733), - [sym_empty_statement] = STATE(733), - [sym_labeled_statement] = STATE(733), - [sym_parenthesized_expression] = STATE(1068), + [76] = { + [sym_export_statement] = STATE(726), + [sym_declaration] = STATE(726), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(726), + [sym_expression_statement] = STATE(726), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_statement_block] = STATE(726), + [sym_if_statement] = STATE(726), + [sym_switch_statement] = STATE(726), + [sym_for_statement] = STATE(726), + [sym_for_in_statement] = STATE(726), + [sym_while_statement] = STATE(726), + [sym_do_statement] = STATE(726), + [sym_try_statement] = STATE(726), + [sym_with_statement] = STATE(726), + [sym_break_statement] = STATE(726), + [sym_continue_statement] = STATE(726), + [sym_debugger_statement] = STATE(726), + [sym_return_statement] = STATE(726), + [sym_throw_statement] = STATE(726), + [sym_empty_statement] = STATE(726), + [sym_labeled_statement] = STATE(726), + [sym_parenthesized_expression] = STATE(1067), [sym_expression] = STATE(1245), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2236), - [sym_string] = STATE(1384), - [sym_comment] = STATE(78), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2238), + [sym_string] = STATE(1388), + [sym_comment] = STATE(76), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1843), [sym_identifier] = ACTIONS(518), [anon_sym_export] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(522), @@ -23750,72 +23387,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(564), [sym_html_comment] = ACTIONS(5), }, - [79] = { - [sym_export_statement] = STATE(2777), - [sym_declaration] = STATE(2777), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2777), - [sym_expression_statement] = STATE(2777), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2777), - [sym_if_statement] = STATE(2777), - [sym_switch_statement] = STATE(2777), - [sym_for_statement] = STATE(2777), - [sym_for_in_statement] = STATE(2777), - [sym_while_statement] = STATE(2777), - [sym_do_statement] = STATE(2777), - [sym_try_statement] = STATE(2777), - [sym_with_statement] = STATE(2777), - [sym_break_statement] = STATE(2777), - [sym_continue_statement] = STATE(2777), - [sym_debugger_statement] = STATE(2777), - [sym_return_statement] = STATE(2777), - [sym_throw_statement] = STATE(2777), - [sym_empty_statement] = STATE(2777), - [sym_labeled_statement] = STATE(2777), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [77] = { + [sym_export_statement] = STATE(2367), + [sym_declaration] = STATE(2367), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2367), + [sym_expression_statement] = STATE(2367), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2367), + [sym_if_statement] = STATE(2367), + [sym_switch_statement] = STATE(2367), + [sym_for_statement] = STATE(2367), + [sym_for_in_statement] = STATE(2367), + [sym_while_statement] = STATE(2367), + [sym_do_statement] = STATE(2367), + [sym_try_statement] = STATE(2367), + [sym_with_statement] = STATE(2367), + [sym_break_statement] = STATE(2367), + [sym_continue_statement] = STATE(2367), + [sym_debugger_statement] = STATE(2367), + [sym_return_statement] = STATE(2367), + [sym_throw_statement] = STATE(2367), + [sym_empty_statement] = STATE(2367), + [sym_labeled_statement] = STATE(2367), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), - [sym_comment] = STATE(79), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), + [sym_comment] = STATE(77), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), [sym_identifier] = ACTIONS(566), [anon_sym_export] = ACTIONS(568), [anon_sym_LBRACE] = ACTIONS(570), @@ -23874,72 +23511,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, - [80] = { - [sym_export_statement] = STATE(2276), - [sym_declaration] = STATE(2276), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2276), - [sym_expression_statement] = STATE(2276), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2276), - [sym_if_statement] = STATE(2276), - [sym_switch_statement] = STATE(2276), - [sym_for_statement] = STATE(2276), - [sym_for_in_statement] = STATE(2276), - [sym_while_statement] = STATE(2276), - [sym_do_statement] = STATE(2276), - [sym_try_statement] = STATE(2276), - [sym_with_statement] = STATE(2276), - [sym_break_statement] = STATE(2276), - [sym_continue_statement] = STATE(2276), - [sym_debugger_statement] = STATE(2276), - [sym_return_statement] = STATE(2276), - [sym_throw_statement] = STATE(2276), - [sym_empty_statement] = STATE(2276), - [sym_labeled_statement] = STATE(2276), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [78] = { + [sym_export_statement] = STATE(2779), + [sym_declaration] = STATE(2779), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2779), + [sym_expression_statement] = STATE(2779), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2779), + [sym_if_statement] = STATE(2779), + [sym_switch_statement] = STATE(2779), + [sym_for_statement] = STATE(2779), + [sym_for_in_statement] = STATE(2779), + [sym_while_statement] = STATE(2779), + [sym_do_statement] = STATE(2779), + [sym_try_statement] = STATE(2779), + [sym_with_statement] = STATE(2779), + [sym_break_statement] = STATE(2779), + [sym_continue_statement] = STATE(2779), + [sym_debugger_statement] = STATE(2779), + [sym_return_statement] = STATE(2779), + [sym_throw_statement] = STATE(2779), + [sym_empty_statement] = STATE(2779), + [sym_labeled_statement] = STATE(2779), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), - [sym_comment] = STATE(80), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), + [sym_comment] = STATE(78), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), [sym_identifier] = ACTIONS(566), [anon_sym_export] = ACTIONS(568), [anon_sym_LBRACE] = ACTIONS(570), @@ -23998,103 +23635,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, - [81] = { - [sym_export_statement] = STATE(820), - [sym_declaration] = STATE(820), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(820), - [sym_expression_statement] = STATE(820), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(820), - [sym_if_statement] = STATE(820), - [sym_switch_statement] = STATE(820), - [sym_for_statement] = STATE(820), - [sym_for_in_statement] = STATE(820), - [sym_while_statement] = STATE(820), - [sym_do_statement] = STATE(820), - [sym_try_statement] = STATE(820), - [sym_with_statement] = STATE(820), - [sym_break_statement] = STATE(820), - [sym_continue_statement] = STATE(820), - [sym_debugger_statement] = STATE(820), - [sym_return_statement] = STATE(820), - [sym_throw_statement] = STATE(820), - [sym_empty_statement] = STATE(820), - [sym_labeled_statement] = STATE(820), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [79] = { + [sym_export_statement] = STATE(572), + [sym_declaration] = STATE(572), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(572), + [sym_expression_statement] = STATE(572), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_statement_block] = STATE(572), + [sym_if_statement] = STATE(572), + [sym_switch_statement] = STATE(572), + [sym_for_statement] = STATE(572), + [sym_for_in_statement] = STATE(572), + [sym_while_statement] = STATE(572), + [sym_do_statement] = STATE(572), + [sym_try_statement] = STATE(572), + [sym_with_statement] = STATE(572), + [sym_break_statement] = STATE(572), + [sym_continue_statement] = STATE(572), + [sym_debugger_statement] = STATE(572), + [sym_return_statement] = STATE(572), + [sym_throw_statement] = STATE(572), + [sym_empty_statement] = STATE(572), + [sym_labeled_statement] = STATE(572), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1219), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), - [sym_comment] = STATE(81), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1870), - [sym_identifier] = ACTIONS(284), - [anon_sym_export] = ACTIONS(286), - [anon_sym_LBRACE] = ACTIONS(290), - [anon_sym_import] = ACTIONS(292), - [anon_sym_with] = ACTIONS(294), - [anon_sym_var] = ACTIONS(296), - [anon_sym_let] = ACTIONS(298), - [anon_sym_const] = ACTIONS(300), - [anon_sym_if] = ACTIONS(302), - [anon_sym_switch] = ACTIONS(304), - [anon_sym_for] = ACTIONS(306), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2556), + [sym_string] = STATE(1388), + [sym_comment] = STATE(79), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1864), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(308), - [anon_sym_do] = ACTIONS(310), - [anon_sym_try] = ACTIONS(312), - [anon_sym_break] = ACTIONS(314), - [anon_sym_continue] = ACTIONS(316), - [anon_sym_debugger] = ACTIONS(318), - [anon_sym_return] = ACTIONS(320), - [anon_sym_throw] = ACTIONS(322), - [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(326), - [anon_sym_async] = ACTIONS(328), - [anon_sym_function] = ACTIONS(330), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -24117,108 +23754,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(332), - [anon_sym_get] = ACTIONS(332), - [anon_sym_set] = ACTIONS(332), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), [sym_html_comment] = ACTIONS(5), }, - [82] = { - [sym_export_statement] = STATE(762), - [sym_declaration] = STATE(768), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(776), - [sym_expression_statement] = STATE(771), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(678), - [sym_if_statement] = STATE(782), - [sym_switch_statement] = STATE(784), - [sym_for_statement] = STATE(786), - [sym_for_in_statement] = STATE(789), - [sym_while_statement] = STATE(790), - [sym_do_statement] = STATE(679), - [sym_try_statement] = STATE(792), - [sym_with_statement] = STATE(793), - [sym_break_statement] = STATE(795), - [sym_continue_statement] = STATE(797), - [sym_debugger_statement] = STATE(802), - [sym_return_statement] = STATE(809), - [sym_throw_statement] = STATE(811), - [sym_empty_statement] = STATE(815), - [sym_labeled_statement] = STATE(816), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [80] = { + [sym_export_statement] = STATE(962), + [sym_declaration] = STATE(962), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(962), + [sym_expression_statement] = STATE(962), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(962), + [sym_if_statement] = STATE(962), + [sym_switch_statement] = STATE(962), + [sym_for_statement] = STATE(962), + [sym_for_in_statement] = STATE(962), + [sym_while_statement] = STATE(962), + [sym_do_statement] = STATE(962), + [sym_try_statement] = STATE(962), + [sym_with_statement] = STATE(962), + [sym_break_statement] = STATE(962), + [sym_continue_statement] = STATE(962), + [sym_debugger_statement] = STATE(962), + [sym_return_statement] = STATE(962), + [sym_throw_statement] = STATE(962), + [sym_empty_statement] = STATE(962), + [sym_labeled_statement] = STATE(962), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), - [sym_comment] = STATE(82), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1870), - [sym_identifier] = ACTIONS(284), - [anon_sym_export] = ACTIONS(286), - [anon_sym_LBRACE] = ACTIONS(290), - [anon_sym_import] = ACTIONS(292), - [anon_sym_with] = ACTIONS(294), - [anon_sym_var] = ACTIONS(296), - [anon_sym_let] = ACTIONS(298), - [anon_sym_const] = ACTIONS(300), - [anon_sym_if] = ACTIONS(302), - [anon_sym_switch] = ACTIONS(304), - [anon_sym_for] = ACTIONS(306), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), + [sym_comment] = STATE(80), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1867), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(308), - [anon_sym_do] = ACTIONS(310), - [anon_sym_try] = ACTIONS(312), - [anon_sym_break] = ACTIONS(314), - [anon_sym_continue] = ACTIONS(316), - [anon_sym_debugger] = ACTIONS(318), - [anon_sym_return] = ACTIONS(320), - [anon_sym_throw] = ACTIONS(322), - [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(326), - [anon_sym_async] = ACTIONS(328), - [anon_sym_function] = ACTIONS(330), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -24241,77 +23878,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(332), - [anon_sym_get] = ACTIONS(332), - [anon_sym_set] = ACTIONS(332), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), [sym_html_comment] = ACTIONS(5), }, - [83] = { - [sym_export_statement] = STATE(990), - [sym_declaration] = STATE(990), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(990), - [sym_expression_statement] = STATE(990), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(990), - [sym_if_statement] = STATE(990), - [sym_switch_statement] = STATE(990), - [sym_for_statement] = STATE(990), - [sym_for_in_statement] = STATE(990), - [sym_while_statement] = STATE(990), - [sym_do_statement] = STATE(990), - [sym_try_statement] = STATE(990), - [sym_with_statement] = STATE(990), - [sym_break_statement] = STATE(990), - [sym_continue_statement] = STATE(990), - [sym_debugger_statement] = STATE(990), - [sym_return_statement] = STATE(990), - [sym_throw_statement] = STATE(990), - [sym_empty_statement] = STATE(990), - [sym_labeled_statement] = STATE(990), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [81] = { + [sym_export_statement] = STATE(914), + [sym_declaration] = STATE(914), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(914), + [sym_expression_statement] = STATE(914), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(914), + [sym_if_statement] = STATE(914), + [sym_switch_statement] = STATE(914), + [sym_for_statement] = STATE(914), + [sym_for_in_statement] = STATE(914), + [sym_while_statement] = STATE(914), + [sym_do_statement] = STATE(914), + [sym_try_statement] = STATE(914), + [sym_with_statement] = STATE(914), + [sym_break_statement] = STATE(914), + [sym_continue_statement] = STATE(914), + [sym_debugger_statement] = STATE(914), + [sym_return_statement] = STATE(914), + [sym_throw_statement] = STATE(914), + [sym_empty_statement] = STATE(914), + [sym_labeled_statement] = STATE(914), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), - [sym_comment] = STATE(83), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), + [sym_comment] = STATE(81), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -24370,103 +24007,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(91), [sym_html_comment] = ACTIONS(5), }, - [84] = { - [sym_export_statement] = STATE(757), - [sym_declaration] = STATE(757), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(757), - [sym_expression_statement] = STATE(757), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(757), - [sym_if_statement] = STATE(757), - [sym_switch_statement] = STATE(757), - [sym_for_statement] = STATE(757), - [sym_for_in_statement] = STATE(757), - [sym_while_statement] = STATE(757), - [sym_do_statement] = STATE(757), - [sym_try_statement] = STATE(757), - [sym_with_statement] = STATE(757), - [sym_break_statement] = STATE(757), - [sym_continue_statement] = STATE(757), - [sym_debugger_statement] = STATE(757), - [sym_return_statement] = STATE(757), - [sym_throw_statement] = STATE(757), - [sym_empty_statement] = STATE(757), - [sym_labeled_statement] = STATE(757), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [82] = { + [sym_export_statement] = STATE(909), + [sym_declaration] = STATE(909), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(909), + [sym_expression_statement] = STATE(909), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(909), + [sym_if_statement] = STATE(909), + [sym_switch_statement] = STATE(909), + [sym_for_statement] = STATE(909), + [sym_for_in_statement] = STATE(909), + [sym_while_statement] = STATE(909), + [sym_do_statement] = STATE(909), + [sym_try_statement] = STATE(909), + [sym_with_statement] = STATE(909), + [sym_break_statement] = STATE(909), + [sym_continue_statement] = STATE(909), + [sym_debugger_statement] = STATE(909), + [sym_return_statement] = STATE(909), + [sym_throw_statement] = STATE(909), + [sym_empty_statement] = STATE(909), + [sym_labeled_statement] = STATE(909), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), - [sym_comment] = STATE(84), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1870), - [sym_identifier] = ACTIONS(284), - [anon_sym_export] = ACTIONS(286), - [anon_sym_LBRACE] = ACTIONS(290), - [anon_sym_import] = ACTIONS(292), - [anon_sym_with] = ACTIONS(294), - [anon_sym_var] = ACTIONS(296), - [anon_sym_let] = ACTIONS(298), - [anon_sym_const] = ACTIONS(300), - [anon_sym_if] = ACTIONS(302), - [anon_sym_switch] = ACTIONS(304), - [anon_sym_for] = ACTIONS(306), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), + [sym_comment] = STATE(82), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1867), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(308), - [anon_sym_do] = ACTIONS(310), - [anon_sym_try] = ACTIONS(312), - [anon_sym_break] = ACTIONS(314), - [anon_sym_continue] = ACTIONS(316), - [anon_sym_debugger] = ACTIONS(318), - [anon_sym_return] = ACTIONS(320), - [anon_sym_throw] = ACTIONS(322), - [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(326), - [anon_sym_async] = ACTIONS(328), - [anon_sym_function] = ACTIONS(330), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -24489,108 +24126,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(332), - [anon_sym_get] = ACTIONS(332), - [anon_sym_set] = ACTIONS(332), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), [sym_html_comment] = ACTIONS(5), }, - [85] = { - [sym_export_statement] = STATE(903), - [sym_declaration] = STATE(903), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(903), - [sym_expression_statement] = STATE(903), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(903), - [sym_if_statement] = STATE(903), - [sym_switch_statement] = STATE(903), - [sym_for_statement] = STATE(903), - [sym_for_in_statement] = STATE(903), - [sym_while_statement] = STATE(903), - [sym_do_statement] = STATE(903), - [sym_try_statement] = STATE(903), - [sym_with_statement] = STATE(903), - [sym_break_statement] = STATE(903), - [sym_continue_statement] = STATE(903), - [sym_debugger_statement] = STATE(903), - [sym_return_statement] = STATE(903), - [sym_throw_statement] = STATE(903), - [sym_empty_statement] = STATE(903), - [sym_labeled_statement] = STATE(903), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [83] = { + [sym_export_statement] = STATE(693), + [sym_declaration] = STATE(693), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(693), + [sym_expression_statement] = STATE(693), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_statement_block] = STATE(693), + [sym_if_statement] = STATE(693), + [sym_switch_statement] = STATE(693), + [sym_for_statement] = STATE(693), + [sym_for_in_statement] = STATE(693), + [sym_while_statement] = STATE(693), + [sym_do_statement] = STATE(693), + [sym_try_statement] = STATE(693), + [sym_with_statement] = STATE(693), + [sym_break_statement] = STATE(693), + [sym_continue_statement] = STATE(693), + [sym_debugger_statement] = STATE(693), + [sym_return_statement] = STATE(693), + [sym_throw_statement] = STATE(693), + [sym_empty_statement] = STATE(693), + [sym_labeled_statement] = STATE(693), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1245), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), - [sym_comment] = STATE(85), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1870), - [sym_identifier] = ACTIONS(284), - [anon_sym_export] = ACTIONS(286), - [anon_sym_LBRACE] = ACTIONS(290), - [anon_sym_import] = ACTIONS(292), - [anon_sym_with] = ACTIONS(294), - [anon_sym_var] = ACTIONS(296), - [anon_sym_let] = ACTIONS(298), - [anon_sym_const] = ACTIONS(300), - [anon_sym_if] = ACTIONS(302), - [anon_sym_switch] = ACTIONS(304), - [anon_sym_for] = ACTIONS(306), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2238), + [sym_string] = STATE(1388), + [sym_comment] = STATE(83), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(308), - [anon_sym_do] = ACTIONS(310), - [anon_sym_try] = ACTIONS(312), - [anon_sym_break] = ACTIONS(314), - [anon_sym_continue] = ACTIONS(316), - [anon_sym_debugger] = ACTIONS(318), - [anon_sym_return] = ACTIONS(320), - [anon_sym_throw] = ACTIONS(322), - [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(326), - [anon_sym_async] = ACTIONS(328), - [anon_sym_function] = ACTIONS(330), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -24613,108 +24250,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(332), - [anon_sym_get] = ACTIONS(332), - [anon_sym_set] = ACTIONS(332), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), [sym_html_comment] = ACTIONS(5), }, - [86] = { - [sym_export_statement] = STATE(751), - [sym_declaration] = STATE(751), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_for_in_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_try_statement] = STATE(751), - [sym_with_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_debugger_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_throw_statement] = STATE(751), - [sym_empty_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [84] = { + [sym_export_statement] = STATE(2747), + [sym_declaration] = STATE(2747), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2747), + [sym_expression_statement] = STATE(2747), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2747), + [sym_if_statement] = STATE(2747), + [sym_switch_statement] = STATE(2747), + [sym_for_statement] = STATE(2747), + [sym_for_in_statement] = STATE(2747), + [sym_while_statement] = STATE(2747), + [sym_do_statement] = STATE(2747), + [sym_try_statement] = STATE(2747), + [sym_with_statement] = STATE(2747), + [sym_break_statement] = STATE(2747), + [sym_continue_statement] = STATE(2747), + [sym_debugger_statement] = STATE(2747), + [sym_return_statement] = STATE(2747), + [sym_throw_statement] = STATE(2747), + [sym_empty_statement] = STATE(2747), + [sym_labeled_statement] = STATE(2747), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), - [sym_comment] = STATE(86), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1870), - [sym_identifier] = ACTIONS(284), - [anon_sym_export] = ACTIONS(286), - [anon_sym_LBRACE] = ACTIONS(290), - [anon_sym_import] = ACTIONS(292), - [anon_sym_with] = ACTIONS(294), - [anon_sym_var] = ACTIONS(296), - [anon_sym_let] = ACTIONS(298), - [anon_sym_const] = ACTIONS(300), - [anon_sym_if] = ACTIONS(302), - [anon_sym_switch] = ACTIONS(304), - [anon_sym_for] = ACTIONS(306), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), + [sym_comment] = STATE(84), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(308), - [anon_sym_do] = ACTIONS(310), - [anon_sym_try] = ACTIONS(312), - [anon_sym_break] = ACTIONS(314), - [anon_sym_continue] = ACTIONS(316), - [anon_sym_debugger] = ACTIONS(318), - [anon_sym_return] = ACTIONS(320), - [anon_sym_throw] = ACTIONS(322), - [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(326), - [anon_sym_async] = ACTIONS(328), - [anon_sym_function] = ACTIONS(330), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -24737,108 +24374,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(332), - [anon_sym_get] = ACTIONS(332), - [anon_sym_set] = ACTIONS(332), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, - [87] = { - [sym_export_statement] = STATE(2364), - [sym_declaration] = STATE(2364), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2364), - [sym_expression_statement] = STATE(2364), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2364), - [sym_if_statement] = STATE(2364), - [sym_switch_statement] = STATE(2364), - [sym_for_statement] = STATE(2364), - [sym_for_in_statement] = STATE(2364), - [sym_while_statement] = STATE(2364), - [sym_do_statement] = STATE(2364), - [sym_try_statement] = STATE(2364), - [sym_with_statement] = STATE(2364), - [sym_break_statement] = STATE(2364), - [sym_continue_statement] = STATE(2364), - [sym_debugger_statement] = STATE(2364), - [sym_return_statement] = STATE(2364), - [sym_throw_statement] = STATE(2364), - [sym_empty_statement] = STATE(2364), - [sym_labeled_statement] = STATE(2364), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [85] = { + [sym_export_statement] = STATE(721), + [sym_declaration] = STATE(713), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(687), + [sym_expression_statement] = STATE(680), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(791), + [sym_if_statement] = STATE(780), + [sym_switch_statement] = STATE(782), + [sym_for_statement] = STATE(784), + [sym_for_in_statement] = STATE(785), + [sym_while_statement] = STATE(787), + [sym_do_statement] = STATE(803), + [sym_try_statement] = STATE(811), + [sym_with_statement] = STATE(842), + [sym_break_statement] = STATE(852), + [sym_continue_statement] = STATE(858), + [sym_debugger_statement] = STATE(891), + [sym_return_statement] = STATE(900), + [sym_throw_statement] = STATE(691), + [sym_empty_statement] = STATE(754), + [sym_labeled_statement] = STATE(888), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), - [sym_comment] = STATE(87), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(570), - [anon_sym_import] = ACTIONS(572), - [anon_sym_with] = ACTIONS(574), - [anon_sym_var] = ACTIONS(576), - [anon_sym_let] = ACTIONS(578), - [anon_sym_const] = ACTIONS(580), - [anon_sym_if] = ACTIONS(582), - [anon_sym_switch] = ACTIONS(584), - [anon_sym_for] = ACTIONS(586), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), + [sym_comment] = STATE(85), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1860), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(588), - [anon_sym_do] = ACTIONS(590), - [anon_sym_try] = ACTIONS(592), - [anon_sym_break] = ACTIONS(594), - [anon_sym_continue] = ACTIONS(596), - [anon_sym_debugger] = ACTIONS(598), - [anon_sym_return] = ACTIONS(600), - [anon_sym_throw] = ACTIONS(602), - [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(606), - [anon_sym_async] = ACTIONS(608), - [anon_sym_function] = ACTIONS(610), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -24861,77 +24498,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(612), - [anon_sym_get] = ACTIONS(612), - [anon_sym_set] = ACTIONS(612), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), [sym_html_comment] = ACTIONS(5), }, - [88] = { - [sym_export_statement] = STATE(726), - [sym_declaration] = STATE(726), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(726), - [sym_expression_statement] = STATE(726), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_statement_block] = STATE(726), - [sym_if_statement] = STATE(726), - [sym_switch_statement] = STATE(726), - [sym_for_statement] = STATE(726), - [sym_for_in_statement] = STATE(726), - [sym_while_statement] = STATE(726), - [sym_do_statement] = STATE(726), - [sym_try_statement] = STATE(726), - [sym_with_statement] = STATE(726), - [sym_break_statement] = STATE(726), - [sym_continue_statement] = STATE(726), - [sym_debugger_statement] = STATE(726), - [sym_return_statement] = STATE(726), - [sym_throw_statement] = STATE(726), - [sym_empty_statement] = STATE(726), - [sym_labeled_statement] = STATE(726), - [sym_parenthesized_expression] = STATE(1068), + [86] = { + [sym_export_statement] = STATE(716), + [sym_declaration] = STATE(715), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(714), + [sym_expression_statement] = STATE(712), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_statement_block] = STATE(711), + [sym_if_statement] = STATE(710), + [sym_switch_statement] = STATE(709), + [sym_for_statement] = STATE(708), + [sym_for_in_statement] = STATE(707), + [sym_while_statement] = STATE(706), + [sym_do_statement] = STATE(705), + [sym_try_statement] = STATE(704), + [sym_with_statement] = STATE(703), + [sym_break_statement] = STATE(702), + [sym_continue_statement] = STATE(701), + [sym_debugger_statement] = STATE(700), + [sym_return_statement] = STATE(699), + [sym_throw_statement] = STATE(698), + [sym_empty_statement] = STATE(697), + [sym_labeled_statement] = STATE(695), + [sym_parenthesized_expression] = STATE(1067), [sym_expression] = STATE(1245), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2236), - [sym_string] = STATE(1384), - [sym_comment] = STATE(88), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2238), + [sym_string] = STATE(1388), + [sym_comment] = STATE(86), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1843), [sym_identifier] = ACTIONS(518), [anon_sym_export] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(522), @@ -24990,72 +24627,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(564), [sym_html_comment] = ACTIONS(5), }, - [89] = { - [sym_export_statement] = STATE(712), - [sym_declaration] = STATE(712), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(712), - [sym_expression_statement] = STATE(712), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(712), - [sym_if_statement] = STATE(712), - [sym_switch_statement] = STATE(712), - [sym_for_statement] = STATE(712), - [sym_for_in_statement] = STATE(712), - [sym_while_statement] = STATE(712), - [sym_do_statement] = STATE(712), - [sym_try_statement] = STATE(712), - [sym_with_statement] = STATE(712), - [sym_break_statement] = STATE(712), - [sym_continue_statement] = STATE(712), - [sym_debugger_statement] = STATE(712), - [sym_return_statement] = STATE(712), - [sym_throw_statement] = STATE(712), - [sym_empty_statement] = STATE(712), - [sym_labeled_statement] = STATE(712), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [87] = { + [sym_export_statement] = STATE(769), + [sym_declaration] = STATE(769), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(769), + [sym_expression_statement] = STATE(769), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(769), + [sym_if_statement] = STATE(769), + [sym_switch_statement] = STATE(769), + [sym_for_statement] = STATE(769), + [sym_for_in_statement] = STATE(769), + [sym_while_statement] = STATE(769), + [sym_do_statement] = STATE(769), + [sym_try_statement] = STATE(769), + [sym_with_statement] = STATE(769), + [sym_break_statement] = STATE(769), + [sym_continue_statement] = STATE(769), + [sym_debugger_statement] = STATE(769), + [sym_return_statement] = STATE(769), + [sym_throw_statement] = STATE(769), + [sym_empty_statement] = STATE(769), + [sym_labeled_statement] = STATE(769), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), - [sym_comment] = STATE(89), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), + [sym_comment] = STATE(87), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1860), [sym_identifier] = ACTIONS(284), [anon_sym_export] = ACTIONS(286), [anon_sym_LBRACE] = ACTIONS(290), @@ -25114,103 +24751,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(332), [sym_html_comment] = ACTIONS(5), }, - [90] = { - [sym_export_statement] = STATE(495), - [sym_declaration] = STATE(495), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(495), - [sym_expression_statement] = STATE(495), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_statement_block] = STATE(495), - [sym_if_statement] = STATE(495), - [sym_switch_statement] = STATE(495), - [sym_for_statement] = STATE(495), - [sym_for_in_statement] = STATE(495), - [sym_while_statement] = STATE(495), - [sym_do_statement] = STATE(495), - [sym_try_statement] = STATE(495), - [sym_with_statement] = STATE(495), - [sym_break_statement] = STATE(495), - [sym_continue_statement] = STATE(495), - [sym_debugger_statement] = STATE(495), - [sym_return_statement] = STATE(495), - [sym_throw_statement] = STATE(495), - [sym_empty_statement] = STATE(495), - [sym_labeled_statement] = STATE(495), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1219), + [88] = { + [sym_export_statement] = STATE(681), + [sym_declaration] = STATE(684), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(767), + [sym_expression_statement] = STATE(688), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(692), + [sym_if_statement] = STATE(694), + [sym_switch_statement] = STATE(696), + [sym_for_statement] = STATE(717), + [sym_for_in_statement] = STATE(719), + [sym_while_statement] = STATE(723), + [sym_do_statement] = STATE(724), + [sym_try_statement] = STATE(725), + [sym_with_statement] = STATE(733), + [sym_break_statement] = STATE(739), + [sym_continue_statement] = STATE(742), + [sym_debugger_statement] = STATE(744), + [sym_return_statement] = STATE(746), + [sym_throw_statement] = STATE(747), + [sym_empty_statement] = STATE(748), + [sym_labeled_statement] = STATE(749), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2554), - [sym_string] = STATE(1384), - [sym_comment] = STATE(90), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1858), - [sym_identifier] = ACTIONS(614), - [anon_sym_export] = ACTIONS(616), - [anon_sym_LBRACE] = ACTIONS(618), - [anon_sym_import] = ACTIONS(620), - [anon_sym_with] = ACTIONS(622), - [anon_sym_var] = ACTIONS(624), - [anon_sym_let] = ACTIONS(626), - [anon_sym_const] = ACTIONS(628), - [anon_sym_if] = ACTIONS(630), - [anon_sym_switch] = ACTIONS(632), - [anon_sym_for] = ACTIONS(634), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), + [sym_comment] = STATE(88), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1860), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(636), - [anon_sym_do] = ACTIONS(638), - [anon_sym_try] = ACTIONS(640), - [anon_sym_break] = ACTIONS(642), - [anon_sym_continue] = ACTIONS(644), - [anon_sym_debugger] = ACTIONS(646), - [anon_sym_return] = ACTIONS(648), - [anon_sym_throw] = ACTIONS(650), - [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(654), - [anon_sym_async] = ACTIONS(656), - [anon_sym_function] = ACTIONS(658), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -25233,108 +24870,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(660), - [anon_sym_get] = ACTIONS(660), - [anon_sym_set] = ACTIONS(660), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), [sym_html_comment] = ACTIONS(5), }, - [91] = { - [sym_export_statement] = STATE(959), - [sym_declaration] = STATE(959), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(959), - [sym_expression_statement] = STATE(959), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(959), - [sym_if_statement] = STATE(959), - [sym_switch_statement] = STATE(959), - [sym_for_statement] = STATE(959), - [sym_for_in_statement] = STATE(959), - [sym_while_statement] = STATE(959), - [sym_do_statement] = STATE(959), - [sym_try_statement] = STATE(959), - [sym_with_statement] = STATE(959), - [sym_break_statement] = STATE(959), - [sym_continue_statement] = STATE(959), - [sym_debugger_statement] = STATE(959), - [sym_return_statement] = STATE(959), - [sym_throw_statement] = STATE(959), - [sym_empty_statement] = STATE(959), - [sym_labeled_statement] = STATE(959), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [89] = { + [sym_export_statement] = STATE(766), + [sym_declaration] = STATE(766), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(766), + [sym_expression_statement] = STATE(766), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(766), + [sym_if_statement] = STATE(766), + [sym_switch_statement] = STATE(766), + [sym_for_statement] = STATE(766), + [sym_for_in_statement] = STATE(766), + [sym_while_statement] = STATE(766), + [sym_do_statement] = STATE(766), + [sym_try_statement] = STATE(766), + [sym_with_statement] = STATE(766), + [sym_break_statement] = STATE(766), + [sym_continue_statement] = STATE(766), + [sym_debugger_statement] = STATE(766), + [sym_return_statement] = STATE(766), + [sym_throw_statement] = STATE(766), + [sym_empty_statement] = STATE(766), + [sym_labeled_statement] = STATE(766), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), - [sym_comment] = STATE(91), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1843), - [sym_identifier] = ACTIONS(9), - [anon_sym_export] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_import] = ACTIONS(17), - [anon_sym_with] = ACTIONS(19), - [anon_sym_var] = ACTIONS(21), - [anon_sym_let] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_if] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(29), - [anon_sym_for] = ACTIONS(31), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), + [sym_comment] = STATE(89), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1860), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(37), - [anon_sym_do] = ACTIONS(39), - [anon_sym_try] = ACTIONS(41), - [anon_sym_break] = ACTIONS(43), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_debugger] = ACTIONS(47), - [anon_sym_return] = ACTIONS(49), - [anon_sym_throw] = ACTIONS(51), - [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(67), - [anon_sym_async] = ACTIONS(69), - [anon_sym_function] = ACTIONS(71), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -25357,108 +24994,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(91), - [anon_sym_get] = ACTIONS(91), - [anon_sym_set] = ACTIONS(91), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), [sym_html_comment] = ACTIONS(5), }, - [92] = { - [sym_export_statement] = STATE(2749), - [sym_declaration] = STATE(2749), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2749), - [sym_expression_statement] = STATE(2749), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2749), - [sym_if_statement] = STATE(2749), - [sym_switch_statement] = STATE(2749), - [sym_for_statement] = STATE(2749), - [sym_for_in_statement] = STATE(2749), - [sym_while_statement] = STATE(2749), - [sym_do_statement] = STATE(2749), - [sym_try_statement] = STATE(2749), - [sym_with_statement] = STATE(2749), - [sym_break_statement] = STATE(2749), - [sym_continue_statement] = STATE(2749), - [sym_debugger_statement] = STATE(2749), - [sym_return_statement] = STATE(2749), - [sym_throw_statement] = STATE(2749), - [sym_empty_statement] = STATE(2749), - [sym_labeled_statement] = STATE(2749), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [90] = { + [sym_export_statement] = STATE(770), + [sym_declaration] = STATE(770), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(770), + [sym_expression_statement] = STATE(770), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(770), + [sym_if_statement] = STATE(770), + [sym_switch_statement] = STATE(770), + [sym_for_statement] = STATE(770), + [sym_for_in_statement] = STATE(770), + [sym_while_statement] = STATE(770), + [sym_do_statement] = STATE(770), + [sym_try_statement] = STATE(770), + [sym_with_statement] = STATE(770), + [sym_break_statement] = STATE(770), + [sym_continue_statement] = STATE(770), + [sym_debugger_statement] = STATE(770), + [sym_return_statement] = STATE(770), + [sym_throw_statement] = STATE(770), + [sym_empty_statement] = STATE(770), + [sym_labeled_statement] = STATE(770), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), - [sym_comment] = STATE(92), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(570), - [anon_sym_import] = ACTIONS(572), - [anon_sym_with] = ACTIONS(574), - [anon_sym_var] = ACTIONS(576), - [anon_sym_let] = ACTIONS(578), - [anon_sym_const] = ACTIONS(580), - [anon_sym_if] = ACTIONS(582), - [anon_sym_switch] = ACTIONS(584), - [anon_sym_for] = ACTIONS(586), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), + [sym_comment] = STATE(90), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1860), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(588), - [anon_sym_do] = ACTIONS(590), - [anon_sym_try] = ACTIONS(592), - [anon_sym_break] = ACTIONS(594), - [anon_sym_continue] = ACTIONS(596), - [anon_sym_debugger] = ACTIONS(598), - [anon_sym_return] = ACTIONS(600), - [anon_sym_throw] = ACTIONS(602), - [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(606), - [anon_sym_async] = ACTIONS(608), - [anon_sym_function] = ACTIONS(610), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -25481,77 +25118,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(612), - [anon_sym_get] = ACTIONS(612), - [anon_sym_set] = ACTIONS(612), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), [sym_html_comment] = ACTIONS(5), }, - [93] = { - [sym_export_statement] = STATE(2750), - [sym_declaration] = STATE(2750), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2750), - [sym_expression_statement] = STATE(2750), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2750), - [sym_if_statement] = STATE(2750), - [sym_switch_statement] = STATE(2750), - [sym_for_statement] = STATE(2750), - [sym_for_in_statement] = STATE(2750), - [sym_while_statement] = STATE(2750), - [sym_do_statement] = STATE(2750), - [sym_try_statement] = STATE(2750), - [sym_with_statement] = STATE(2750), - [sym_break_statement] = STATE(2750), - [sym_continue_statement] = STATE(2750), - [sym_debugger_statement] = STATE(2750), - [sym_return_statement] = STATE(2750), - [sym_throw_statement] = STATE(2750), - [sym_empty_statement] = STATE(2750), - [sym_labeled_statement] = STATE(2750), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [91] = { + [sym_export_statement] = STATE(802), + [sym_declaration] = STATE(802), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(802), + [sym_expression_statement] = STATE(802), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(802), + [sym_if_statement] = STATE(802), + [sym_switch_statement] = STATE(802), + [sym_for_statement] = STATE(802), + [sym_for_in_statement] = STATE(802), + [sym_while_statement] = STATE(802), + [sym_do_statement] = STATE(802), + [sym_try_statement] = STATE(802), + [sym_with_statement] = STATE(802), + [sym_break_statement] = STATE(802), + [sym_continue_statement] = STATE(802), + [sym_debugger_statement] = STATE(802), + [sym_return_statement] = STATE(802), + [sym_throw_statement] = STATE(802), + [sym_empty_statement] = STATE(802), + [sym_labeled_statement] = STATE(802), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), - [sym_comment] = STATE(93), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), + [sym_comment] = STATE(91), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1860), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), + }, + [92] = { + [sym_export_statement] = STATE(2130), + [sym_declaration] = STATE(2130), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2130), + [sym_expression_statement] = STATE(2130), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2130), + [sym_if_statement] = STATE(2130), + [sym_switch_statement] = STATE(2130), + [sym_for_statement] = STATE(2130), + [sym_for_in_statement] = STATE(2130), + [sym_while_statement] = STATE(2130), + [sym_do_statement] = STATE(2130), + [sym_try_statement] = STATE(2130), + [sym_with_statement] = STATE(2130), + [sym_break_statement] = STATE(2130), + [sym_continue_statement] = STATE(2130), + [sym_debugger_statement] = STATE(2130), + [sym_return_statement] = STATE(2130), + [sym_throw_statement] = STATE(2130), + [sym_empty_statement] = STATE(2130), + [sym_labeled_statement] = STATE(2130), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), + [sym_comment] = STATE(92), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), [sym_identifier] = ACTIONS(566), [anon_sym_export] = ACTIONS(568), [anon_sym_LBRACE] = ACTIONS(570), @@ -25610,72 +25371,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, - [94] = { - [sym_export_statement] = STATE(900), - [sym_declaration] = STATE(900), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(900), - [sym_expression_statement] = STATE(900), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_statement_block] = STATE(900), - [sym_if_statement] = STATE(900), - [sym_switch_statement] = STATE(900), - [sym_for_statement] = STATE(900), - [sym_for_in_statement] = STATE(900), - [sym_while_statement] = STATE(900), - [sym_do_statement] = STATE(900), - [sym_try_statement] = STATE(900), - [sym_with_statement] = STATE(900), - [sym_break_statement] = STATE(900), - [sym_continue_statement] = STATE(900), - [sym_debugger_statement] = STATE(900), - [sym_return_statement] = STATE(900), - [sym_throw_statement] = STATE(900), - [sym_empty_statement] = STATE(900), - [sym_labeled_statement] = STATE(900), - [sym_parenthesized_expression] = STATE(1068), + [93] = { + [sym_export_statement] = STATE(882), + [sym_declaration] = STATE(882), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(882), + [sym_expression_statement] = STATE(882), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_statement_block] = STATE(882), + [sym_if_statement] = STATE(882), + [sym_switch_statement] = STATE(882), + [sym_for_statement] = STATE(882), + [sym_for_in_statement] = STATE(882), + [sym_while_statement] = STATE(882), + [sym_do_statement] = STATE(882), + [sym_try_statement] = STATE(882), + [sym_with_statement] = STATE(882), + [sym_break_statement] = STATE(882), + [sym_continue_statement] = STATE(882), + [sym_debugger_statement] = STATE(882), + [sym_return_statement] = STATE(882), + [sym_throw_statement] = STATE(882), + [sym_empty_statement] = STATE(882), + [sym_labeled_statement] = STATE(882), + [sym_parenthesized_expression] = STATE(1067), [sym_expression] = STATE(1245), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2236), - [sym_string] = STATE(1384), - [sym_comment] = STATE(94), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2238), + [sym_string] = STATE(1388), + [sym_comment] = STATE(93), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1843), [sym_identifier] = ACTIONS(518), [anon_sym_export] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(522), @@ -25734,103 +25495,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(564), [sym_html_comment] = ACTIONS(5), }, - [95] = { - [sym_export_statement] = STATE(727), - [sym_declaration] = STATE(727), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(727), - [sym_expression_statement] = STATE(727), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_statement_block] = STATE(727), - [sym_if_statement] = STATE(727), - [sym_switch_statement] = STATE(727), - [sym_for_statement] = STATE(727), - [sym_for_in_statement] = STATE(727), - [sym_while_statement] = STATE(727), - [sym_do_statement] = STATE(727), - [sym_try_statement] = STATE(727), - [sym_with_statement] = STATE(727), - [sym_break_statement] = STATE(727), - [sym_continue_statement] = STATE(727), - [sym_debugger_statement] = STATE(727), - [sym_return_statement] = STATE(727), - [sym_throw_statement] = STATE(727), - [sym_empty_statement] = STATE(727), - [sym_labeled_statement] = STATE(727), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1246), + [94] = { + [sym_export_statement] = STATE(2315), + [sym_declaration] = STATE(2315), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2315), + [sym_expression_statement] = STATE(2315), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2315), + [sym_if_statement] = STATE(2315), + [sym_switch_statement] = STATE(2315), + [sym_for_statement] = STATE(2315), + [sym_for_in_statement] = STATE(2315), + [sym_while_statement] = STATE(2315), + [sym_do_statement] = STATE(2315), + [sym_try_statement] = STATE(2315), + [sym_with_statement] = STATE(2315), + [sym_break_statement] = STATE(2315), + [sym_continue_statement] = STATE(2315), + [sym_debugger_statement] = STATE(2315), + [sym_return_statement] = STATE(2315), + [sym_throw_statement] = STATE(2315), + [sym_empty_statement] = STATE(2315), + [sym_labeled_statement] = STATE(2315), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2479), - [sym_string] = STATE(1384), - [sym_comment] = STATE(95), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1870), - [sym_identifier] = ACTIONS(284), - [anon_sym_export] = ACTIONS(286), - [anon_sym_LBRACE] = ACTIONS(290), - [anon_sym_import] = ACTIONS(292), - [anon_sym_with] = ACTIONS(294), - [anon_sym_var] = ACTIONS(296), - [anon_sym_let] = ACTIONS(298), - [anon_sym_const] = ACTIONS(300), - [anon_sym_if] = ACTIONS(302), - [anon_sym_switch] = ACTIONS(304), - [anon_sym_for] = ACTIONS(306), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), + [sym_comment] = STATE(94), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(308), - [anon_sym_do] = ACTIONS(310), - [anon_sym_try] = ACTIONS(312), - [anon_sym_break] = ACTIONS(314), - [anon_sym_continue] = ACTIONS(316), - [anon_sym_debugger] = ACTIONS(318), - [anon_sym_return] = ACTIONS(320), - [anon_sym_throw] = ACTIONS(322), - [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(326), - [anon_sym_async] = ACTIONS(328), - [anon_sym_function] = ACTIONS(330), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -25853,108 +25614,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(332), - [anon_sym_get] = ACTIONS(332), - [anon_sym_set] = ACTIONS(332), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, - [96] = { - [sym_export_statement] = STATE(961), - [sym_declaration] = STATE(961), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(961), - [sym_expression_statement] = STATE(961), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(961), - [sym_if_statement] = STATE(961), - [sym_switch_statement] = STATE(961), - [sym_for_statement] = STATE(961), - [sym_for_in_statement] = STATE(961), - [sym_while_statement] = STATE(961), - [sym_do_statement] = STATE(961), - [sym_try_statement] = STATE(961), - [sym_with_statement] = STATE(961), - [sym_break_statement] = STATE(961), - [sym_continue_statement] = STATE(961), - [sym_debugger_statement] = STATE(961), - [sym_return_statement] = STATE(961), - [sym_throw_statement] = STATE(961), - [sym_empty_statement] = STATE(961), - [sym_labeled_statement] = STATE(961), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [95] = { + [sym_export_statement] = STATE(494), + [sym_declaration] = STATE(494), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(494), + [sym_expression_statement] = STATE(494), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_statement_block] = STATE(494), + [sym_if_statement] = STATE(494), + [sym_switch_statement] = STATE(494), + [sym_for_statement] = STATE(494), + [sym_for_in_statement] = STATE(494), + [sym_while_statement] = STATE(494), + [sym_do_statement] = STATE(494), + [sym_try_statement] = STATE(494), + [sym_with_statement] = STATE(494), + [sym_break_statement] = STATE(494), + [sym_continue_statement] = STATE(494), + [sym_debugger_statement] = STATE(494), + [sym_return_statement] = STATE(494), + [sym_throw_statement] = STATE(494), + [sym_empty_statement] = STATE(494), + [sym_labeled_statement] = STATE(494), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1219), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), - [sym_comment] = STATE(96), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1843), - [sym_identifier] = ACTIONS(9), - [anon_sym_export] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_import] = ACTIONS(17), - [anon_sym_with] = ACTIONS(19), - [anon_sym_var] = ACTIONS(21), - [anon_sym_let] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_if] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(29), - [anon_sym_for] = ACTIONS(31), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2556), + [sym_string] = STATE(1388), + [sym_comment] = STATE(95), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1864), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(37), - [anon_sym_do] = ACTIONS(39), - [anon_sym_try] = ACTIONS(41), - [anon_sym_break] = ACTIONS(43), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_debugger] = ACTIONS(47), - [anon_sym_return] = ACTIONS(49), - [anon_sym_throw] = ACTIONS(51), - [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(67), - [anon_sym_async] = ACTIONS(69), - [anon_sym_function] = ACTIONS(71), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -25977,77 +25738,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(91), - [anon_sym_get] = ACTIONS(91), - [anon_sym_set] = ACTIONS(91), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), + }, + [96] = { + [sym_export_statement] = STATE(886), + [sym_declaration] = STATE(886), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(886), + [sym_expression_statement] = STATE(886), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(886), + [sym_if_statement] = STATE(886), + [sym_switch_statement] = STATE(886), + [sym_for_statement] = STATE(886), + [sym_for_in_statement] = STATE(886), + [sym_while_statement] = STATE(886), + [sym_do_statement] = STATE(886), + [sym_try_statement] = STATE(886), + [sym_with_statement] = STATE(886), + [sym_break_statement] = STATE(886), + [sym_continue_statement] = STATE(886), + [sym_debugger_statement] = STATE(886), + [sym_return_statement] = STATE(886), + [sym_throw_statement] = STATE(886), + [sym_empty_statement] = STATE(886), + [sym_labeled_statement] = STATE(886), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), + [sym_comment] = STATE(96), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1860), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), [sym_html_comment] = ACTIONS(5), }, [97] = { - [sym_export_statement] = STATE(487), - [sym_declaration] = STATE(487), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(487), - [sym_expression_statement] = STATE(487), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_statement_block] = STATE(487), - [sym_if_statement] = STATE(487), - [sym_switch_statement] = STATE(487), - [sym_for_statement] = STATE(487), - [sym_for_in_statement] = STATE(487), - [sym_while_statement] = STATE(487), - [sym_do_statement] = STATE(487), - [sym_try_statement] = STATE(487), - [sym_with_statement] = STATE(487), - [sym_break_statement] = STATE(487), - [sym_continue_statement] = STATE(487), - [sym_debugger_statement] = STATE(487), - [sym_return_statement] = STATE(487), - [sym_throw_statement] = STATE(487), - [sym_empty_statement] = STATE(487), - [sym_labeled_statement] = STATE(487), - [sym_parenthesized_expression] = STATE(1068), + [sym_export_statement] = STATE(651), + [sym_declaration] = STATE(651), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(651), + [sym_expression_statement] = STATE(651), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_statement_block] = STATE(651), + [sym_if_statement] = STATE(651), + [sym_switch_statement] = STATE(651), + [sym_for_statement] = STATE(651), + [sym_for_in_statement] = STATE(651), + [sym_while_statement] = STATE(651), + [sym_do_statement] = STATE(651), + [sym_try_statement] = STATE(651), + [sym_with_statement] = STATE(651), + [sym_break_statement] = STATE(651), + [sym_continue_statement] = STATE(651), + [sym_debugger_statement] = STATE(651), + [sym_return_statement] = STATE(651), + [sym_throw_statement] = STATE(651), + [sym_empty_statement] = STATE(651), + [sym_labeled_statement] = STATE(651), + [sym_parenthesized_expression] = STATE(1067), [sym_expression] = STATE(1219), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2554), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2556), + [sym_string] = STATE(1388), [sym_comment] = STATE(97), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1864), [sym_identifier] = ACTIONS(614), [anon_sym_export] = ACTIONS(616), [anon_sym_LBRACE] = ACTIONS(618), @@ -26107,102 +25992,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [98] = { - [sym_export_statement] = STATE(609), - [sym_declaration] = STATE(609), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(609), - [sym_expression_statement] = STATE(609), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_statement_block] = STATE(609), - [sym_if_statement] = STATE(609), - [sym_switch_statement] = STATE(609), - [sym_for_statement] = STATE(609), - [sym_for_in_statement] = STATE(609), - [sym_while_statement] = STATE(609), - [sym_do_statement] = STATE(609), - [sym_try_statement] = STATE(609), - [sym_with_statement] = STATE(609), - [sym_break_statement] = STATE(609), - [sym_continue_statement] = STATE(609), - [sym_debugger_statement] = STATE(609), - [sym_return_statement] = STATE(609), - [sym_throw_statement] = STATE(609), - [sym_empty_statement] = STATE(609), - [sym_labeled_statement] = STATE(609), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1245), + [sym_export_statement] = STATE(2438), + [sym_declaration] = STATE(2438), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2438), + [sym_expression_statement] = STATE(2438), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2438), + [sym_if_statement] = STATE(2438), + [sym_switch_statement] = STATE(2438), + [sym_for_statement] = STATE(2438), + [sym_for_in_statement] = STATE(2438), + [sym_while_statement] = STATE(2438), + [sym_do_statement] = STATE(2438), + [sym_try_statement] = STATE(2438), + [sym_with_statement] = STATE(2438), + [sym_break_statement] = STATE(2438), + [sym_continue_statement] = STATE(2438), + [sym_debugger_statement] = STATE(2438), + [sym_return_statement] = STATE(2438), + [sym_throw_statement] = STATE(2438), + [sym_empty_statement] = STATE(2438), + [sym_labeled_statement] = STATE(2438), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2236), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), [sym_comment] = STATE(98), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1886), - [sym_identifier] = ACTIONS(518), - [anon_sym_export] = ACTIONS(520), - [anon_sym_LBRACE] = ACTIONS(522), - [anon_sym_import] = ACTIONS(524), - [anon_sym_with] = ACTIONS(526), - [anon_sym_var] = ACTIONS(528), - [anon_sym_let] = ACTIONS(530), - [anon_sym_const] = ACTIONS(532), - [anon_sym_if] = ACTIONS(534), - [anon_sym_switch] = ACTIONS(536), - [anon_sym_for] = ACTIONS(538), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(540), - [anon_sym_do] = ACTIONS(542), - [anon_sym_try] = ACTIONS(544), - [anon_sym_break] = ACTIONS(546), - [anon_sym_continue] = ACTIONS(548), - [anon_sym_debugger] = ACTIONS(550), - [anon_sym_return] = ACTIONS(552), - [anon_sym_throw] = ACTIONS(554), - [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(558), - [anon_sym_async] = ACTIONS(560), - [anon_sym_function] = ACTIONS(562), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -26225,108 +26110,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(564), - [anon_sym_get] = ACTIONS(564), - [anon_sym_set] = ACTIONS(564), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, [99] = { - [sym_export_statement] = STATE(887), - [sym_declaration] = STATE(886), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(885), - [sym_expression_statement] = STATE(882), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_statement_block] = STATE(881), - [sym_if_statement] = STATE(872), - [sym_switch_statement] = STATE(868), - [sym_for_statement] = STATE(867), - [sym_for_in_statement] = STATE(864), - [sym_while_statement] = STATE(860), - [sym_do_statement] = STATE(858), - [sym_try_statement] = STATE(856), - [sym_with_statement] = STATE(854), - [sym_break_statement] = STATE(851), - [sym_continue_statement] = STATE(850), - [sym_debugger_statement] = STATE(846), - [sym_return_statement] = STATE(845), - [sym_throw_statement] = STATE(844), - [sym_empty_statement] = STATE(843), - [sym_labeled_statement] = STATE(842), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1245), + [sym_export_statement] = STATE(2752), + [sym_declaration] = STATE(2752), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2752), + [sym_expression_statement] = STATE(2752), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2752), + [sym_if_statement] = STATE(2752), + [sym_switch_statement] = STATE(2752), + [sym_for_statement] = STATE(2752), + [sym_for_in_statement] = STATE(2752), + [sym_while_statement] = STATE(2752), + [sym_do_statement] = STATE(2752), + [sym_try_statement] = STATE(2752), + [sym_with_statement] = STATE(2752), + [sym_break_statement] = STATE(2752), + [sym_continue_statement] = STATE(2752), + [sym_debugger_statement] = STATE(2752), + [sym_return_statement] = STATE(2752), + [sym_throw_statement] = STATE(2752), + [sym_empty_statement] = STATE(2752), + [sym_labeled_statement] = STATE(2752), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2236), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), [sym_comment] = STATE(99), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1886), - [sym_identifier] = ACTIONS(518), - [anon_sym_export] = ACTIONS(520), - [anon_sym_LBRACE] = ACTIONS(522), - [anon_sym_import] = ACTIONS(524), - [anon_sym_with] = ACTIONS(526), - [anon_sym_var] = ACTIONS(528), - [anon_sym_let] = ACTIONS(530), - [anon_sym_const] = ACTIONS(532), - [anon_sym_if] = ACTIONS(534), - [anon_sym_switch] = ACTIONS(536), - [anon_sym_for] = ACTIONS(538), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(540), - [anon_sym_do] = ACTIONS(542), - [anon_sym_try] = ACTIONS(544), - [anon_sym_break] = ACTIONS(546), - [anon_sym_continue] = ACTIONS(548), - [anon_sym_debugger] = ACTIONS(550), - [anon_sym_return] = ACTIONS(552), - [anon_sym_throw] = ACTIONS(554), - [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(558), - [anon_sym_async] = ACTIONS(560), - [anon_sym_function] = ACTIONS(562), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -26349,77 +26234,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(564), - [anon_sym_get] = ACTIONS(564), - [anon_sym_set] = ACTIONS(564), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, [100] = { - [sym_export_statement] = STATE(694), - [sym_declaration] = STATE(693), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(692), - [sym_expression_statement] = STATE(691), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_statement_block] = STATE(690), - [sym_if_statement] = STATE(688), - [sym_switch_statement] = STATE(687), - [sym_for_statement] = STATE(686), - [sym_for_in_statement] = STATE(685), - [sym_while_statement] = STATE(684), - [sym_do_statement] = STATE(683), - [sym_try_statement] = STATE(682), - [sym_with_statement] = STATE(681), - [sym_break_statement] = STATE(680), - [sym_continue_statement] = STATE(852), - [sym_debugger_statement] = STATE(744), - [sym_return_statement] = STATE(741), - [sym_throw_statement] = STATE(731), - [sym_empty_statement] = STATE(730), - [sym_labeled_statement] = STATE(728), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1245), + [sym_export_statement] = STATE(2595), + [sym_declaration] = STATE(2595), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2595), + [sym_expression_statement] = STATE(2595), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2595), + [sym_if_statement] = STATE(2595), + [sym_switch_statement] = STATE(2595), + [sym_for_statement] = STATE(2595), + [sym_for_in_statement] = STATE(2595), + [sym_while_statement] = STATE(2595), + [sym_do_statement] = STATE(2595), + [sym_try_statement] = STATE(2595), + [sym_with_statement] = STATE(2595), + [sym_break_statement] = STATE(2595), + [sym_continue_statement] = STATE(2595), + [sym_debugger_statement] = STATE(2595), + [sym_return_statement] = STATE(2595), + [sym_throw_statement] = STATE(2595), + [sym_empty_statement] = STATE(2595), + [sym_labeled_statement] = STATE(2595), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2236), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), [sym_comment] = STATE(100), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), + }, + [101] = { + [sym_export_statement] = STATE(675), + [sym_declaration] = STATE(556), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(673), + [sym_expression_statement] = STATE(609), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_statement_block] = STATE(553), + [sym_if_statement] = STATE(557), + [sym_switch_statement] = STATE(561), + [sym_for_statement] = STATE(567), + [sym_for_in_statement] = STATE(568), + [sym_while_statement] = STATE(570), + [sym_do_statement] = STATE(574), + [sym_try_statement] = STATE(581), + [sym_with_statement] = STATE(583), + [sym_break_statement] = STATE(584), + [sym_continue_statement] = STATE(585), + [sym_debugger_statement] = STATE(595), + [sym_return_statement] = STATE(627), + [sym_throw_statement] = STATE(677), + [sym_empty_statement] = STATE(616), + [sym_labeled_statement] = STATE(615), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2556), + [sym_string] = STATE(1388), + [sym_comment] = STATE(101), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1864), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), + }, + [102] = { + [sym_export_statement] = STATE(861), + [sym_declaration] = STATE(861), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(861), + [sym_expression_statement] = STATE(861), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_statement_block] = STATE(861), + [sym_if_statement] = STATE(861), + [sym_switch_statement] = STATE(861), + [sym_for_statement] = STATE(861), + [sym_for_in_statement] = STATE(861), + [sym_while_statement] = STATE(861), + [sym_do_statement] = STATE(861), + [sym_try_statement] = STATE(861), + [sym_with_statement] = STATE(861), + [sym_break_statement] = STATE(861), + [sym_continue_statement] = STATE(861), + [sym_debugger_statement] = STATE(861), + [sym_return_statement] = STATE(861), + [sym_throw_statement] = STATE(861), + [sym_empty_statement] = STATE(861), + [sym_labeled_statement] = STATE(861), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2238), + [sym_string] = STATE(1388), + [sym_comment] = STATE(102), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1843), [sym_identifier] = ACTIONS(518), [anon_sym_export] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(522), @@ -26478,72 +26611,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(564), [sym_html_comment] = ACTIONS(5), }, - [101] = { - [sym_export_statement] = STATE(926), - [sym_declaration] = STATE(926), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(926), - [sym_expression_statement] = STATE(926), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(926), - [sym_if_statement] = STATE(926), - [sym_switch_statement] = STATE(926), - [sym_for_statement] = STATE(926), - [sym_for_in_statement] = STATE(926), - [sym_while_statement] = STATE(926), - [sym_do_statement] = STATE(926), - [sym_try_statement] = STATE(926), - [sym_with_statement] = STATE(926), - [sym_break_statement] = STATE(926), - [sym_continue_statement] = STATE(926), - [sym_debugger_statement] = STATE(926), - [sym_return_statement] = STATE(926), - [sym_throw_statement] = STATE(926), - [sym_empty_statement] = STATE(926), - [sym_labeled_statement] = STATE(926), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [103] = { + [sym_export_statement] = STATE(905), + [sym_declaration] = STATE(905), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(905), + [sym_expression_statement] = STATE(905), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(905), + [sym_if_statement] = STATE(905), + [sym_switch_statement] = STATE(905), + [sym_for_statement] = STATE(905), + [sym_for_in_statement] = STATE(905), + [sym_while_statement] = STATE(905), + [sym_do_statement] = STATE(905), + [sym_try_statement] = STATE(905), + [sym_with_statement] = STATE(905), + [sym_break_statement] = STATE(905), + [sym_continue_statement] = STATE(905), + [sym_debugger_statement] = STATE(905), + [sym_return_statement] = STATE(905), + [sym_throw_statement] = STATE(905), + [sym_empty_statement] = STATE(905), + [sym_labeled_statement] = STATE(905), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), - [sym_comment] = STATE(101), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), + [sym_comment] = STATE(103), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -26602,72 +26735,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(91), [sym_html_comment] = ACTIONS(5), }, - [102] = { - [sym_export_statement] = STATE(614), - [sym_declaration] = STATE(614), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(614), - [sym_expression_statement] = STATE(614), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_statement_block] = STATE(614), - [sym_if_statement] = STATE(614), - [sym_switch_statement] = STATE(614), - [sym_for_statement] = STATE(614), - [sym_for_in_statement] = STATE(614), - [sym_while_statement] = STATE(614), - [sym_do_statement] = STATE(614), - [sym_try_statement] = STATE(614), - [sym_with_statement] = STATE(614), - [sym_break_statement] = STATE(614), - [sym_continue_statement] = STATE(614), - [sym_debugger_statement] = STATE(614), - [sym_return_statement] = STATE(614), - [sym_throw_statement] = STATE(614), - [sym_empty_statement] = STATE(614), - [sym_labeled_statement] = STATE(614), - [sym_parenthesized_expression] = STATE(1068), + [104] = { + [sym_export_statement] = STATE(488), + [sym_declaration] = STATE(488), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(488), + [sym_expression_statement] = STATE(488), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_statement_block] = STATE(488), + [sym_if_statement] = STATE(488), + [sym_switch_statement] = STATE(488), + [sym_for_statement] = STATE(488), + [sym_for_in_statement] = STATE(488), + [sym_while_statement] = STATE(488), + [sym_do_statement] = STATE(488), + [sym_try_statement] = STATE(488), + [sym_with_statement] = STATE(488), + [sym_break_statement] = STATE(488), + [sym_continue_statement] = STATE(488), + [sym_debugger_statement] = STATE(488), + [sym_return_statement] = STATE(488), + [sym_throw_statement] = STATE(488), + [sym_empty_statement] = STATE(488), + [sym_labeled_statement] = STATE(488), + [sym_parenthesized_expression] = STATE(1067), [sym_expression] = STATE(1219), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2554), - [sym_string] = STATE(1384), - [sym_comment] = STATE(102), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2556), + [sym_string] = STATE(1388), + [sym_comment] = STATE(104), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1864), [sym_identifier] = ACTIONS(614), [anon_sym_export] = ACTIONS(616), [anon_sym_LBRACE] = ACTIONS(618), @@ -26726,72 +26859,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(660), [sym_html_comment] = ACTIONS(5), }, - [103] = { - [sym_export_statement] = STATE(620), - [sym_declaration] = STATE(620), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(620), - [sym_expression_statement] = STATE(620), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_statement_block] = STATE(620), - [sym_if_statement] = STATE(620), - [sym_switch_statement] = STATE(620), - [sym_for_statement] = STATE(620), - [sym_for_in_statement] = STATE(620), - [sym_while_statement] = STATE(620), - [sym_do_statement] = STATE(620), - [sym_try_statement] = STATE(620), - [sym_with_statement] = STATE(620), - [sym_break_statement] = STATE(620), - [sym_continue_statement] = STATE(620), - [sym_debugger_statement] = STATE(620), - [sym_return_statement] = STATE(620), - [sym_throw_statement] = STATE(620), - [sym_empty_statement] = STATE(620), - [sym_labeled_statement] = STATE(620), - [sym_parenthesized_expression] = STATE(1068), + [105] = { + [sym_export_statement] = STATE(534), + [sym_declaration] = STATE(534), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(534), + [sym_expression_statement] = STATE(534), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_statement_block] = STATE(534), + [sym_if_statement] = STATE(534), + [sym_switch_statement] = STATE(534), + [sym_for_statement] = STATE(534), + [sym_for_in_statement] = STATE(534), + [sym_while_statement] = STATE(534), + [sym_do_statement] = STATE(534), + [sym_try_statement] = STATE(534), + [sym_with_statement] = STATE(534), + [sym_break_statement] = STATE(534), + [sym_continue_statement] = STATE(534), + [sym_debugger_statement] = STATE(534), + [sym_return_statement] = STATE(534), + [sym_throw_statement] = STATE(534), + [sym_empty_statement] = STATE(534), + [sym_labeled_statement] = STATE(534), + [sym_parenthesized_expression] = STATE(1067), [sym_expression] = STATE(1219), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2554), - [sym_string] = STATE(1384), - [sym_comment] = STATE(103), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2556), + [sym_string] = STATE(1388), + [sym_comment] = STATE(105), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1864), [sym_identifier] = ACTIONS(614), [anon_sym_export] = ACTIONS(616), [anon_sym_LBRACE] = ACTIONS(618), @@ -26850,103 +26983,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(660), [sym_html_comment] = ACTIONS(5), }, - [104] = { - [sym_export_statement] = STATE(673), - [sym_declaration] = STATE(673), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(673), - [sym_expression_statement] = STATE(673), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_statement_block] = STATE(673), - [sym_if_statement] = STATE(673), - [sym_switch_statement] = STATE(673), - [sym_for_statement] = STATE(673), - [sym_for_in_statement] = STATE(673), - [sym_while_statement] = STATE(673), - [sym_do_statement] = STATE(673), - [sym_try_statement] = STATE(673), - [sym_with_statement] = STATE(673), - [sym_break_statement] = STATE(673), - [sym_continue_statement] = STATE(673), - [sym_debugger_statement] = STATE(673), - [sym_return_statement] = STATE(673), - [sym_throw_statement] = STATE(673), - [sym_empty_statement] = STATE(673), - [sym_labeled_statement] = STATE(673), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1219), + [106] = { + [sym_export_statement] = STATE(735), + [sym_declaration] = STATE(735), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(735), + [sym_expression_statement] = STATE(735), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_statement_block] = STATE(735), + [sym_if_statement] = STATE(735), + [sym_switch_statement] = STATE(735), + [sym_for_statement] = STATE(735), + [sym_for_in_statement] = STATE(735), + [sym_while_statement] = STATE(735), + [sym_do_statement] = STATE(735), + [sym_try_statement] = STATE(735), + [sym_with_statement] = STATE(735), + [sym_break_statement] = STATE(735), + [sym_continue_statement] = STATE(735), + [sym_debugger_statement] = STATE(735), + [sym_return_statement] = STATE(735), + [sym_throw_statement] = STATE(735), + [sym_empty_statement] = STATE(735), + [sym_labeled_statement] = STATE(735), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1249), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2554), - [sym_string] = STATE(1384), - [sym_comment] = STATE(104), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1858), - [sym_identifier] = ACTIONS(614), - [anon_sym_export] = ACTIONS(616), - [anon_sym_LBRACE] = ACTIONS(618), - [anon_sym_import] = ACTIONS(620), - [anon_sym_with] = ACTIONS(622), - [anon_sym_var] = ACTIONS(624), - [anon_sym_let] = ACTIONS(626), - [anon_sym_const] = ACTIONS(628), - [anon_sym_if] = ACTIONS(630), - [anon_sym_switch] = ACTIONS(632), - [anon_sym_for] = ACTIONS(634), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2481), + [sym_string] = STATE(1388), + [sym_comment] = STATE(106), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1860), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(636), - [anon_sym_do] = ACTIONS(638), - [anon_sym_try] = ACTIONS(640), - [anon_sym_break] = ACTIONS(642), - [anon_sym_continue] = ACTIONS(644), - [anon_sym_debugger] = ACTIONS(646), - [anon_sym_return] = ACTIONS(648), - [anon_sym_throw] = ACTIONS(650), - [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(654), - [anon_sym_async] = ACTIONS(656), - [anon_sym_function] = ACTIONS(658), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -26969,325 +27102,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(660), - [anon_sym_get] = ACTIONS(660), - [anon_sym_set] = ACTIONS(660), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), [sym_html_comment] = ACTIONS(5), }, - [105] = { - [sym_export_statement] = STATE(610), - [sym_declaration] = STATE(528), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(657), - [sym_expression_statement] = STATE(651), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_statement_block] = STATE(650), - [sym_if_statement] = STATE(638), - [sym_switch_statement] = STATE(631), - [sym_for_statement] = STATE(621), - [sym_for_in_statement] = STATE(617), - [sym_while_statement] = STATE(594), - [sym_do_statement] = STATE(554), - [sym_try_statement] = STATE(598), - [sym_with_statement] = STATE(636), - [sym_break_statement] = STATE(550), - [sym_continue_statement] = STATE(604), - [sym_debugger_statement] = STATE(590), - [sym_return_statement] = STATE(568), - [sym_throw_statement] = STATE(561), - [sym_empty_statement] = STATE(562), - [sym_labeled_statement] = STATE(600), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1219), + [107] = { + [sym_export_statement] = STATE(970), + [sym_declaration] = STATE(970), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(970), + [sym_expression_statement] = STATE(970), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(970), + [sym_if_statement] = STATE(970), + [sym_switch_statement] = STATE(970), + [sym_for_statement] = STATE(970), + [sym_for_in_statement] = STATE(970), + [sym_while_statement] = STATE(970), + [sym_do_statement] = STATE(970), + [sym_try_statement] = STATE(970), + [sym_with_statement] = STATE(970), + [sym_break_statement] = STATE(970), + [sym_continue_statement] = STATE(970), + [sym_debugger_statement] = STATE(970), + [sym_return_statement] = STATE(970), + [sym_throw_statement] = STATE(970), + [sym_empty_statement] = STATE(970), + [sym_labeled_statement] = STATE(970), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2554), - [sym_string] = STATE(1384), - [sym_comment] = STATE(105), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1858), - [sym_identifier] = ACTIONS(614), - [anon_sym_export] = ACTIONS(616), - [anon_sym_LBRACE] = ACTIONS(618), - [anon_sym_import] = ACTIONS(620), - [anon_sym_with] = ACTIONS(622), - [anon_sym_var] = ACTIONS(624), - [anon_sym_let] = ACTIONS(626), - [anon_sym_const] = ACTIONS(628), - [anon_sym_if] = ACTIONS(630), - [anon_sym_switch] = ACTIONS(632), - [anon_sym_for] = ACTIONS(634), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(636), - [anon_sym_do] = ACTIONS(638), - [anon_sym_try] = ACTIONS(640), - [anon_sym_break] = ACTIONS(642), - [anon_sym_continue] = ACTIONS(644), - [anon_sym_debugger] = ACTIONS(646), - [anon_sym_return] = ACTIONS(648), - [anon_sym_throw] = ACTIONS(650), - [anon_sym_SEMI] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(654), - [anon_sym_async] = ACTIONS(656), - [anon_sym_function] = ACTIONS(658), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(660), - [anon_sym_get] = ACTIONS(660), - [anon_sym_set] = ACTIONS(660), - [sym_html_comment] = ACTIONS(5), - }, - [106] = { - [sym_export_statement] = STATE(533), - [sym_declaration] = STATE(533), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(533), - [sym_expression_statement] = STATE(533), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_statement_block] = STATE(533), - [sym_if_statement] = STATE(533), - [sym_switch_statement] = STATE(533), - [sym_for_statement] = STATE(533), - [sym_for_in_statement] = STATE(533), - [sym_while_statement] = STATE(533), - [sym_do_statement] = STATE(533), - [sym_try_statement] = STATE(533), - [sym_with_statement] = STATE(533), - [sym_break_statement] = STATE(533), - [sym_continue_statement] = STATE(533), - [sym_debugger_statement] = STATE(533), - [sym_return_statement] = STATE(533), - [sym_throw_statement] = STATE(533), - [sym_empty_statement] = STATE(533), - [sym_labeled_statement] = STATE(533), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1219), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2554), - [sym_string] = STATE(1384), - [sym_comment] = STATE(106), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1858), - [sym_identifier] = ACTIONS(614), - [anon_sym_export] = ACTIONS(616), - [anon_sym_LBRACE] = ACTIONS(618), - [anon_sym_import] = ACTIONS(620), - [anon_sym_with] = ACTIONS(622), - [anon_sym_var] = ACTIONS(624), - [anon_sym_let] = ACTIONS(626), - [anon_sym_const] = ACTIONS(628), - [anon_sym_if] = ACTIONS(630), - [anon_sym_switch] = ACTIONS(632), - [anon_sym_for] = ACTIONS(634), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(636), - [anon_sym_do] = ACTIONS(638), - [anon_sym_try] = ACTIONS(640), - [anon_sym_break] = ACTIONS(642), - [anon_sym_continue] = ACTIONS(644), - [anon_sym_debugger] = ACTIONS(646), - [anon_sym_return] = ACTIONS(648), - [anon_sym_throw] = ACTIONS(650), - [anon_sym_SEMI] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(654), - [anon_sym_async] = ACTIONS(656), - [anon_sym_function] = ACTIONS(658), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(660), - [anon_sym_get] = ACTIONS(660), - [anon_sym_set] = ACTIONS(660), - [sym_html_comment] = ACTIONS(5), - }, - [107] = { - [sym_export_statement] = STATE(984), - [sym_declaration] = STATE(984), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(984), - [sym_expression_statement] = STATE(984), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(984), - [sym_if_statement] = STATE(984), - [sym_switch_statement] = STATE(984), - [sym_for_statement] = STATE(984), - [sym_for_in_statement] = STATE(984), - [sym_while_statement] = STATE(984), - [sym_do_statement] = STATE(984), - [sym_try_statement] = STATE(984), - [sym_with_statement] = STATE(984), - [sym_break_statement] = STATE(984), - [sym_continue_statement] = STATE(984), - [sym_debugger_statement] = STATE(984), - [sym_return_statement] = STATE(984), - [sym_throw_statement] = STATE(984), - [sym_empty_statement] = STATE(984), - [sym_labeled_statement] = STATE(984), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(107), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -27347,102 +27232,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [108] = { - [sym_export_statement] = STATE(589), - [sym_declaration] = STATE(588), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(552), - [sym_expression_statement] = STATE(587), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_statement_block] = STATE(586), - [sym_if_statement] = STATE(583), - [sym_switch_statement] = STATE(582), - [sym_for_statement] = STATE(581), - [sym_for_in_statement] = STATE(580), - [sym_while_statement] = STATE(579), - [sym_do_statement] = STATE(576), - [sym_try_statement] = STATE(575), - [sym_with_statement] = STATE(573), - [sym_break_statement] = STATE(572), - [sym_continue_statement] = STATE(571), - [sym_debugger_statement] = STATE(570), - [sym_return_statement] = STATE(566), - [sym_throw_statement] = STATE(563), - [sym_empty_statement] = STATE(553), - [sym_labeled_statement] = STATE(543), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1219), + [sym_export_statement] = STATE(538), + [sym_declaration] = STATE(538), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(538), + [sym_expression_statement] = STATE(538), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_statement_block] = STATE(538), + [sym_if_statement] = STATE(538), + [sym_switch_statement] = STATE(538), + [sym_for_statement] = STATE(538), + [sym_for_in_statement] = STATE(538), + [sym_while_statement] = STATE(538), + [sym_do_statement] = STATE(538), + [sym_try_statement] = STATE(538), + [sym_with_statement] = STATE(538), + [sym_break_statement] = STATE(538), + [sym_continue_statement] = STATE(538), + [sym_debugger_statement] = STATE(538), + [sym_return_statement] = STATE(538), + [sym_throw_statement] = STATE(538), + [sym_empty_statement] = STATE(538), + [sym_labeled_statement] = STATE(538), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1245), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2554), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2238), + [sym_string] = STATE(1388), [sym_comment] = STATE(108), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1858), - [sym_identifier] = ACTIONS(614), - [anon_sym_export] = ACTIONS(616), - [anon_sym_LBRACE] = ACTIONS(618), - [anon_sym_import] = ACTIONS(620), - [anon_sym_with] = ACTIONS(622), - [anon_sym_var] = ACTIONS(624), - [anon_sym_let] = ACTIONS(626), - [anon_sym_const] = ACTIONS(628), - [anon_sym_if] = ACTIONS(630), - [anon_sym_switch] = ACTIONS(632), - [anon_sym_for] = ACTIONS(634), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(636), - [anon_sym_do] = ACTIONS(638), - [anon_sym_try] = ACTIONS(640), - [anon_sym_break] = ACTIONS(642), - [anon_sym_continue] = ACTIONS(644), - [anon_sym_debugger] = ACTIONS(646), - [anon_sym_return] = ACTIONS(648), - [anon_sym_throw] = ACTIONS(650), - [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(654), - [anon_sym_async] = ACTIONS(656), - [anon_sym_function] = ACTIONS(658), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -27465,108 +27350,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(660), - [anon_sym_get] = ACTIONS(660), - [anon_sym_set] = ACTIONS(660), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), [sym_html_comment] = ACTIONS(5), }, [109] = { - [sym_export_statement] = STATE(607), - [sym_declaration] = STATE(607), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(607), - [sym_expression_statement] = STATE(607), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_statement_block] = STATE(607), - [sym_if_statement] = STATE(607), - [sym_switch_statement] = STATE(607), - [sym_for_statement] = STATE(607), - [sym_for_in_statement] = STATE(607), - [sym_while_statement] = STATE(607), - [sym_do_statement] = STATE(607), - [sym_try_statement] = STATE(607), - [sym_with_statement] = STATE(607), - [sym_break_statement] = STATE(607), - [sym_continue_statement] = STATE(607), - [sym_debugger_statement] = STATE(607), - [sym_return_statement] = STATE(607), - [sym_throw_statement] = STATE(607), - [sym_empty_statement] = STATE(607), - [sym_labeled_statement] = STATE(607), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1219), + [sym_export_statement] = STATE(818), + [sym_declaration] = STATE(819), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(821), + [sym_expression_statement] = STATE(822), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_statement_block] = STATE(824), + [sym_if_statement] = STATE(825), + [sym_switch_statement] = STATE(826), + [sym_for_statement] = STATE(827), + [sym_for_in_statement] = STATE(828), + [sym_while_statement] = STATE(830), + [sym_do_statement] = STATE(831), + [sym_try_statement] = STATE(832), + [sym_with_statement] = STATE(834), + [sym_break_statement] = STATE(835), + [sym_continue_statement] = STATE(836), + [sym_debugger_statement] = STATE(837), + [sym_return_statement] = STATE(838), + [sym_throw_statement] = STATE(839), + [sym_empty_statement] = STATE(840), + [sym_labeled_statement] = STATE(841), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1245), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2554), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2238), + [sym_string] = STATE(1388), [sym_comment] = STATE(109), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1858), - [sym_identifier] = ACTIONS(614), - [anon_sym_export] = ACTIONS(616), - [anon_sym_LBRACE] = ACTIONS(618), - [anon_sym_import] = ACTIONS(620), - [anon_sym_with] = ACTIONS(622), - [anon_sym_var] = ACTIONS(624), - [anon_sym_let] = ACTIONS(626), - [anon_sym_const] = ACTIONS(628), - [anon_sym_if] = ACTIONS(630), - [anon_sym_switch] = ACTIONS(632), - [anon_sym_for] = ACTIONS(634), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(636), - [anon_sym_do] = ACTIONS(638), - [anon_sym_try] = ACTIONS(640), - [anon_sym_break] = ACTIONS(642), - [anon_sym_continue] = ACTIONS(644), - [anon_sym_debugger] = ACTIONS(646), - [anon_sym_return] = ACTIONS(648), - [anon_sym_throw] = ACTIONS(650), - [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(654), - [anon_sym_async] = ACTIONS(656), - [anon_sym_function] = ACTIONS(658), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -27589,108 +27474,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(660), - [anon_sym_get] = ACTIONS(660), - [anon_sym_set] = ACTIONS(660), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), [sym_html_comment] = ACTIONS(5), }, [110] = { - [sym_export_statement] = STATE(626), - [sym_declaration] = STATE(626), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(626), - [sym_expression_statement] = STATE(626), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_statement_block] = STATE(626), - [sym_if_statement] = STATE(626), - [sym_switch_statement] = STATE(626), - [sym_for_statement] = STATE(626), - [sym_for_in_statement] = STATE(626), - [sym_while_statement] = STATE(626), - [sym_do_statement] = STATE(626), - [sym_try_statement] = STATE(626), - [sym_with_statement] = STATE(626), - [sym_break_statement] = STATE(626), - [sym_continue_statement] = STATE(626), - [sym_debugger_statement] = STATE(626), - [sym_return_statement] = STATE(626), - [sym_throw_statement] = STATE(626), - [sym_empty_statement] = STATE(626), - [sym_labeled_statement] = STATE(626), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1219), + [sym_export_statement] = STATE(2492), + [sym_declaration] = STATE(2492), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2492), + [sym_expression_statement] = STATE(2492), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2492), + [sym_if_statement] = STATE(2492), + [sym_switch_statement] = STATE(2492), + [sym_for_statement] = STATE(2492), + [sym_for_in_statement] = STATE(2492), + [sym_while_statement] = STATE(2492), + [sym_do_statement] = STATE(2492), + [sym_try_statement] = STATE(2492), + [sym_with_statement] = STATE(2492), + [sym_break_statement] = STATE(2492), + [sym_continue_statement] = STATE(2492), + [sym_debugger_statement] = STATE(2492), + [sym_return_statement] = STATE(2492), + [sym_throw_statement] = STATE(2492), + [sym_empty_statement] = STATE(2492), + [sym_labeled_statement] = STATE(2492), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2554), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), [sym_comment] = STATE(110), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1858), - [sym_identifier] = ACTIONS(614), - [anon_sym_export] = ACTIONS(616), - [anon_sym_LBRACE] = ACTIONS(618), - [anon_sym_import] = ACTIONS(620), - [anon_sym_with] = ACTIONS(622), - [anon_sym_var] = ACTIONS(624), - [anon_sym_let] = ACTIONS(626), - [anon_sym_const] = ACTIONS(628), - [anon_sym_if] = ACTIONS(630), - [anon_sym_switch] = ACTIONS(632), - [anon_sym_for] = ACTIONS(634), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(636), - [anon_sym_do] = ACTIONS(638), - [anon_sym_try] = ACTIONS(640), - [anon_sym_break] = ACTIONS(642), - [anon_sym_continue] = ACTIONS(644), - [anon_sym_debugger] = ACTIONS(646), - [anon_sym_return] = ACTIONS(648), - [anon_sym_throw] = ACTIONS(650), - [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(654), - [anon_sym_async] = ACTIONS(656), - [anon_sym_function] = ACTIONS(658), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -27713,77 +27598,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(660), - [anon_sym_get] = ACTIONS(660), - [anon_sym_set] = ACTIONS(660), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, [111] = { - [sym_export_statement] = STATE(2645), - [sym_declaration] = STATE(2646), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2436), - [sym_expression_statement] = STATE(2647), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2650), - [sym_if_statement] = STATE(2651), - [sym_switch_statement] = STATE(2652), - [sym_for_statement] = STATE(2653), - [sym_for_in_statement] = STATE(2658), - [sym_while_statement] = STATE(2660), - [sym_do_statement] = STATE(2661), - [sym_try_statement] = STATE(2674), - [sym_with_statement] = STATE(2701), - [sym_break_statement] = STATE(2702), - [sym_continue_statement] = STATE(2703), - [sym_debugger_statement] = STATE(2705), - [sym_return_statement] = STATE(2706), - [sym_throw_statement] = STATE(2709), - [sym_empty_statement] = STATE(2710), - [sym_labeled_statement] = STATE(2711), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [sym_export_statement] = STATE(2753), + [sym_declaration] = STATE(2753), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2753), + [sym_expression_statement] = STATE(2753), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2753), + [sym_if_statement] = STATE(2753), + [sym_switch_statement] = STATE(2753), + [sym_for_statement] = STATE(2753), + [sym_for_in_statement] = STATE(2753), + [sym_while_statement] = STATE(2753), + [sym_do_statement] = STATE(2753), + [sym_try_statement] = STATE(2753), + [sym_with_statement] = STATE(2753), + [sym_break_statement] = STATE(2753), + [sym_continue_statement] = STATE(2753), + [sym_debugger_statement] = STATE(2753), + [sym_return_statement] = STATE(2753), + [sym_throw_statement] = STATE(2753), + [sym_empty_statement] = STATE(2753), + [sym_labeled_statement] = STATE(2753), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), [sym_comment] = STATE(111), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), [sym_identifier] = ACTIONS(566), [anon_sym_export] = ACTIONS(568), [anon_sym_LBRACE] = ACTIONS(570), @@ -27843,102 +27728,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [112] = { - [sym_export_statement] = STATE(2614), - [sym_declaration] = STATE(2614), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2614), - [sym_expression_statement] = STATE(2614), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2614), - [sym_if_statement] = STATE(2614), - [sym_switch_statement] = STATE(2614), - [sym_for_statement] = STATE(2614), - [sym_for_in_statement] = STATE(2614), - [sym_while_statement] = STATE(2614), - [sym_do_statement] = STATE(2614), - [sym_try_statement] = STATE(2614), - [sym_with_statement] = STATE(2614), - [sym_break_statement] = STATE(2614), - [sym_continue_statement] = STATE(2614), - [sym_debugger_statement] = STATE(2614), - [sym_return_statement] = STATE(2614), - [sym_throw_statement] = STATE(2614), - [sym_empty_statement] = STATE(2614), - [sym_labeled_statement] = STATE(2614), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [sym_export_statement] = STATE(633), + [sym_declaration] = STATE(591), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(610), + [sym_expression_statement] = STATE(613), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_statement_block] = STATE(667), + [sym_if_statement] = STATE(649), + [sym_switch_statement] = STATE(631), + [sym_for_statement] = STATE(554), + [sym_for_in_statement] = STATE(658), + [sym_while_statement] = STATE(646), + [sym_do_statement] = STATE(641), + [sym_try_statement] = STATE(661), + [sym_with_statement] = STATE(623), + [sym_break_statement] = STATE(648), + [sym_continue_statement] = STATE(611), + [sym_debugger_statement] = STATE(600), + [sym_return_statement] = STATE(536), + [sym_throw_statement] = STATE(640), + [sym_empty_statement] = STATE(605), + [sym_labeled_statement] = STATE(607), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1219), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2556), + [sym_string] = STATE(1388), [sym_comment] = STATE(112), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(570), - [anon_sym_import] = ACTIONS(572), - [anon_sym_with] = ACTIONS(574), - [anon_sym_var] = ACTIONS(576), - [anon_sym_let] = ACTIONS(578), - [anon_sym_const] = ACTIONS(580), - [anon_sym_if] = ACTIONS(582), - [anon_sym_switch] = ACTIONS(584), - [anon_sym_for] = ACTIONS(586), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1864), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(588), - [anon_sym_do] = ACTIONS(590), - [anon_sym_try] = ACTIONS(592), - [anon_sym_break] = ACTIONS(594), - [anon_sym_continue] = ACTIONS(596), - [anon_sym_debugger] = ACTIONS(598), - [anon_sym_return] = ACTIONS(600), - [anon_sym_throw] = ACTIONS(602), - [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(606), - [anon_sym_async] = ACTIONS(608), - [anon_sym_function] = ACTIONS(610), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -27961,77 +27846,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(612), - [anon_sym_get] = ACTIONS(612), - [anon_sym_set] = ACTIONS(612), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), [sym_html_comment] = ACTIONS(5), }, [113] = { - [sym_export_statement] = STATE(560), - [sym_declaration] = STATE(560), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(560), - [sym_expression_statement] = STATE(560), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_statement_block] = STATE(560), - [sym_if_statement] = STATE(560), - [sym_switch_statement] = STATE(560), - [sym_for_statement] = STATE(560), - [sym_for_in_statement] = STATE(560), - [sym_while_statement] = STATE(560), - [sym_do_statement] = STATE(560), - [sym_try_statement] = STATE(560), - [sym_with_statement] = STATE(560), - [sym_break_statement] = STATE(560), - [sym_continue_statement] = STATE(560), - [sym_debugger_statement] = STATE(560), - [sym_return_statement] = STATE(560), - [sym_throw_statement] = STATE(560), - [sym_empty_statement] = STATE(560), - [sym_labeled_statement] = STATE(560), - [sym_parenthesized_expression] = STATE(1068), + [sym_export_statement] = STATE(586), + [sym_declaration] = STATE(586), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(586), + [sym_expression_statement] = STATE(586), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_statement_block] = STATE(586), + [sym_if_statement] = STATE(586), + [sym_switch_statement] = STATE(586), + [sym_for_statement] = STATE(586), + [sym_for_in_statement] = STATE(586), + [sym_while_statement] = STATE(586), + [sym_do_statement] = STATE(586), + [sym_try_statement] = STATE(586), + [sym_with_statement] = STATE(586), + [sym_break_statement] = STATE(586), + [sym_continue_statement] = STATE(586), + [sym_debugger_statement] = STATE(586), + [sym_return_statement] = STATE(586), + [sym_throw_statement] = STATE(586), + [sym_empty_statement] = STATE(586), + [sym_labeled_statement] = STATE(586), + [sym_parenthesized_expression] = STATE(1067), [sym_expression] = STATE(1245), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2236), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2238), + [sym_string] = STATE(1388), [sym_comment] = STATE(113), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1843), [sym_identifier] = ACTIONS(518), [anon_sym_export] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(522), @@ -28091,102 +27976,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [114] = { - [sym_export_statement] = STATE(2188), - [sym_declaration] = STATE(2188), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2188), - [sym_expression_statement] = STATE(2188), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2188), - [sym_if_statement] = STATE(2188), - [sym_switch_statement] = STATE(2188), - [sym_for_statement] = STATE(2188), - [sym_for_in_statement] = STATE(2188), - [sym_while_statement] = STATE(2188), - [sym_do_statement] = STATE(2188), - [sym_try_statement] = STATE(2188), - [sym_with_statement] = STATE(2188), - [sym_break_statement] = STATE(2188), - [sym_continue_statement] = STATE(2188), - [sym_debugger_statement] = STATE(2188), - [sym_return_statement] = STATE(2188), - [sym_throw_statement] = STATE(2188), - [sym_empty_statement] = STATE(2188), - [sym_labeled_statement] = STATE(2188), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [sym_export_statement] = STATE(655), + [sym_declaration] = STATE(655), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(655), + [sym_expression_statement] = STATE(655), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_statement_block] = STATE(655), + [sym_if_statement] = STATE(655), + [sym_switch_statement] = STATE(655), + [sym_for_statement] = STATE(655), + [sym_for_in_statement] = STATE(655), + [sym_while_statement] = STATE(655), + [sym_do_statement] = STATE(655), + [sym_try_statement] = STATE(655), + [sym_with_statement] = STATE(655), + [sym_break_statement] = STATE(655), + [sym_continue_statement] = STATE(655), + [sym_debugger_statement] = STATE(655), + [sym_return_statement] = STATE(655), + [sym_throw_statement] = STATE(655), + [sym_empty_statement] = STATE(655), + [sym_labeled_statement] = STATE(655), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1219), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2556), + [sym_string] = STATE(1388), [sym_comment] = STATE(114), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(570), - [anon_sym_import] = ACTIONS(572), - [anon_sym_with] = ACTIONS(574), - [anon_sym_var] = ACTIONS(576), - [anon_sym_let] = ACTIONS(578), - [anon_sym_const] = ACTIONS(580), - [anon_sym_if] = ACTIONS(582), - [anon_sym_switch] = ACTIONS(584), - [anon_sym_for] = ACTIONS(586), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1864), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(588), - [anon_sym_do] = ACTIONS(590), - [anon_sym_try] = ACTIONS(592), - [anon_sym_break] = ACTIONS(594), - [anon_sym_continue] = ACTIONS(596), - [anon_sym_debugger] = ACTIONS(598), - [anon_sym_return] = ACTIONS(600), - [anon_sym_throw] = ACTIONS(602), - [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(606), - [anon_sym_async] = ACTIONS(608), - [anon_sym_function] = ACTIONS(610), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -28209,108 +28094,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(612), - [anon_sym_get] = ACTIONS(612), - [anon_sym_set] = ACTIONS(612), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), [sym_html_comment] = ACTIONS(5), }, [115] = { - [sym_export_statement] = STATE(716), - [sym_declaration] = STATE(716), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(716), - [sym_expression_statement] = STATE(716), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_statement_block] = STATE(716), - [sym_if_statement] = STATE(716), - [sym_switch_statement] = STATE(716), - [sym_for_statement] = STATE(716), - [sym_for_in_statement] = STATE(716), - [sym_while_statement] = STATE(716), - [sym_do_statement] = STATE(716), - [sym_try_statement] = STATE(716), - [sym_with_statement] = STATE(716), - [sym_break_statement] = STATE(716), - [sym_continue_statement] = STATE(716), - [sym_debugger_statement] = STATE(716), - [sym_return_statement] = STATE(716), - [sym_throw_statement] = STATE(716), - [sym_empty_statement] = STATE(716), - [sym_labeled_statement] = STATE(716), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1245), + [sym_export_statement] = STATE(2486), + [sym_declaration] = STATE(2486), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(2486), + [sym_expression_statement] = STATE(2486), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_statement_block] = STATE(2486), + [sym_if_statement] = STATE(2486), + [sym_switch_statement] = STATE(2486), + [sym_for_statement] = STATE(2486), + [sym_for_in_statement] = STATE(2486), + [sym_while_statement] = STATE(2486), + [sym_do_statement] = STATE(2486), + [sym_try_statement] = STATE(2486), + [sym_with_statement] = STATE(2486), + [sym_break_statement] = STATE(2486), + [sym_continue_statement] = STATE(2486), + [sym_debugger_statement] = STATE(2486), + [sym_return_statement] = STATE(2486), + [sym_throw_statement] = STATE(2486), + [sym_empty_statement] = STATE(2486), + [sym_labeled_statement] = STATE(2486), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1256), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2236), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2396), + [sym_string] = STATE(1388), [sym_comment] = STATE(115), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1886), - [sym_identifier] = ACTIONS(518), - [anon_sym_export] = ACTIONS(520), - [anon_sym_LBRACE] = ACTIONS(522), - [anon_sym_import] = ACTIONS(524), - [anon_sym_with] = ACTIONS(526), - [anon_sym_var] = ACTIONS(528), - [anon_sym_let] = ACTIONS(530), - [anon_sym_const] = ACTIONS(532), - [anon_sym_if] = ACTIONS(534), - [anon_sym_switch] = ACTIONS(536), - [anon_sym_for] = ACTIONS(538), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1856), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(540), - [anon_sym_do] = ACTIONS(542), - [anon_sym_try] = ACTIONS(544), - [anon_sym_break] = ACTIONS(546), - [anon_sym_continue] = ACTIONS(548), - [anon_sym_debugger] = ACTIONS(550), - [anon_sym_return] = ACTIONS(552), - [anon_sym_throw] = ACTIONS(554), - [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(558), - [anon_sym_async] = ACTIONS(560), - [anon_sym_function] = ACTIONS(562), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -28333,108 +28218,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(564), - [anon_sym_get] = ACTIONS(564), - [anon_sym_set] = ACTIONS(564), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), [sym_html_comment] = ACTIONS(5), }, [116] = { - [sym_export_statement] = STATE(2634), - [sym_declaration] = STATE(2634), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2634), - [sym_expression_statement] = STATE(2634), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2634), - [sym_if_statement] = STATE(2634), - [sym_switch_statement] = STATE(2634), - [sym_for_statement] = STATE(2634), - [sym_for_in_statement] = STATE(2634), - [sym_while_statement] = STATE(2634), - [sym_do_statement] = STATE(2634), - [sym_try_statement] = STATE(2634), - [sym_with_statement] = STATE(2634), - [sym_break_statement] = STATE(2634), - [sym_continue_statement] = STATE(2634), - [sym_debugger_statement] = STATE(2634), - [sym_return_statement] = STATE(2634), - [sym_throw_statement] = STATE(2634), - [sym_empty_statement] = STATE(2634), - [sym_labeled_statement] = STATE(2634), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [sym_export_statement] = STATE(550), + [sym_declaration] = STATE(550), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(550), + [sym_expression_statement] = STATE(550), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_statement_block] = STATE(550), + [sym_if_statement] = STATE(550), + [sym_switch_statement] = STATE(550), + [sym_for_statement] = STATE(550), + [sym_for_in_statement] = STATE(550), + [sym_while_statement] = STATE(550), + [sym_do_statement] = STATE(550), + [sym_try_statement] = STATE(550), + [sym_with_statement] = STATE(550), + [sym_break_statement] = STATE(550), + [sym_continue_statement] = STATE(550), + [sym_debugger_statement] = STATE(550), + [sym_return_statement] = STATE(550), + [sym_throw_statement] = STATE(550), + [sym_empty_statement] = STATE(550), + [sym_labeled_statement] = STATE(550), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1219), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2556), + [sym_string] = STATE(1388), [sym_comment] = STATE(116), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(570), - [anon_sym_import] = ACTIONS(572), - [anon_sym_with] = ACTIONS(574), - [anon_sym_var] = ACTIONS(576), - [anon_sym_let] = ACTIONS(578), - [anon_sym_const] = ACTIONS(580), - [anon_sym_if] = ACTIONS(582), - [anon_sym_switch] = ACTIONS(584), - [anon_sym_for] = ACTIONS(586), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1864), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(588), - [anon_sym_do] = ACTIONS(590), - [anon_sym_try] = ACTIONS(592), - [anon_sym_break] = ACTIONS(594), - [anon_sym_continue] = ACTIONS(596), - [anon_sym_debugger] = ACTIONS(598), - [anon_sym_return] = ACTIONS(600), - [anon_sym_throw] = ACTIONS(602), - [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(606), - [anon_sym_async] = ACTIONS(608), - [anon_sym_function] = ACTIONS(610), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -28457,77 +28342,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(612), - [anon_sym_get] = ACTIONS(612), - [anon_sym_set] = ACTIONS(612), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), [sym_html_comment] = ACTIONS(5), }, [117] = { - [sym_export_statement] = STATE(948), - [sym_declaration] = STATE(947), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(944), - [sym_expression_statement] = STATE(940), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_statement_block] = STATE(938), - [sym_if_statement] = STATE(933), - [sym_switch_statement] = STATE(928), - [sym_for_statement] = STATE(927), - [sym_for_in_statement] = STATE(925), - [sym_while_statement] = STATE(924), - [sym_do_statement] = STATE(923), - [sym_try_statement] = STATE(919), - [sym_with_statement] = STATE(916), - [sym_break_statement] = STATE(914), - [sym_continue_statement] = STATE(913), - [sym_debugger_statement] = STATE(965), - [sym_return_statement] = STATE(917), - [sym_throw_statement] = STATE(915), - [sym_empty_statement] = STATE(912), - [sym_labeled_statement] = STATE(1006), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1280), + [sym_export_statement] = STATE(906), + [sym_declaration] = STATE(963), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(913), + [sym_expression_statement] = STATE(908), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_statement_block] = STATE(918), + [sym_if_statement] = STATE(923), + [sym_switch_statement] = STATE(924), + [sym_for_statement] = STATE(930), + [sym_for_in_statement] = STATE(936), + [sym_while_statement] = STATE(937), + [sym_do_statement] = STATE(938), + [sym_try_statement] = STATE(939), + [sym_with_statement] = STATE(942), + [sym_break_statement] = STATE(943), + [sym_continue_statement] = STATE(944), + [sym_debugger_statement] = STATE(945), + [sym_return_statement] = STATE(946), + [sym_throw_statement] = STATE(947), + [sym_empty_statement] = STATE(948), + [sym_labeled_statement] = STATE(956), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1278), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2453), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2395), + [sym_string] = STATE(1388), [sym_comment] = STATE(117), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1867), [sym_identifier] = ACTIONS(9), [anon_sym_export] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), @@ -28587,102 +28472,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [118] = { - [sym_export_statement] = STATE(2249), - [sym_declaration] = STATE(2249), - [sym_import] = STATE(1839), - [sym_import_statement] = STATE(2249), - [sym_expression_statement] = STATE(2249), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_statement_block] = STATE(2249), - [sym_if_statement] = STATE(2249), - [sym_switch_statement] = STATE(2249), - [sym_for_statement] = STATE(2249), - [sym_for_in_statement] = STATE(2249), - [sym_while_statement] = STATE(2249), - [sym_do_statement] = STATE(2249), - [sym_try_statement] = STATE(2249), - [sym_with_statement] = STATE(2249), - [sym_break_statement] = STATE(2249), - [sym_continue_statement] = STATE(2249), - [sym_debugger_statement] = STATE(2249), - [sym_return_statement] = STATE(2249), - [sym_throw_statement] = STATE(2249), - [sym_empty_statement] = STATE(2249), - [sym_labeled_statement] = STATE(2249), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1261), + [sym_export_statement] = STATE(569), + [sym_declaration] = STATE(569), + [sym_import] = STATE(1811), + [sym_import_statement] = STATE(569), + [sym_expression_statement] = STATE(569), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_statement_block] = STATE(569), + [sym_if_statement] = STATE(569), + [sym_switch_statement] = STATE(569), + [sym_for_statement] = STATE(569), + [sym_for_in_statement] = STATE(569), + [sym_while_statement] = STATE(569), + [sym_do_statement] = STATE(569), + [sym_try_statement] = STATE(569), + [sym_with_statement] = STATE(569), + [sym_break_statement] = STATE(569), + [sym_continue_statement] = STATE(569), + [sym_debugger_statement] = STATE(569), + [sym_return_statement] = STATE(569), + [sym_throw_statement] = STATE(569), + [sym_empty_statement] = STATE(569), + [sym_labeled_statement] = STATE(569), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1219), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2605), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2556), + [sym_string] = STATE(1388), [sym_comment] = STATE(118), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1898), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(570), - [anon_sym_import] = ACTIONS(572), - [anon_sym_with] = ACTIONS(574), - [anon_sym_var] = ACTIONS(576), - [anon_sym_let] = ACTIONS(578), - [anon_sym_const] = ACTIONS(580), - [anon_sym_if] = ACTIONS(582), - [anon_sym_switch] = ACTIONS(584), - [anon_sym_for] = ACTIONS(586), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1864), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_while] = ACTIONS(588), - [anon_sym_do] = ACTIONS(590), - [anon_sym_try] = ACTIONS(592), - [anon_sym_break] = ACTIONS(594), - [anon_sym_continue] = ACTIONS(596), - [anon_sym_debugger] = ACTIONS(598), - [anon_sym_return] = ACTIONS(600), - [anon_sym_throw] = ACTIONS(602), - [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(606), - [anon_sym_async] = ACTIONS(608), - [anon_sym_function] = ACTIONS(610), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -28705,51 +28590,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(612), - [anon_sym_get] = ACTIONS(612), - [anon_sym_set] = ACTIONS(612), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), [sym_html_comment] = ACTIONS(5), }, [119] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1113), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1106), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(119), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_STAR] = ACTIONS(666), @@ -28823,58 +28708,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [120] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1234), + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1257), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(120), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(712), [anon_sym_export] = ACTIONS(714), [anon_sym_STAR] = ACTIONS(716), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_COMMA] = ACTIONS(670), + [anon_sym_RBRACE] = ACTIONS(670), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), + [anon_sym_await] = ACTIONS(35), [anon_sym_in] = ACTIONS(670), - [anon_sym_of] = ACTIONS(670), [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), @@ -28882,11 +28767,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(670), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [sym_optional_chain] = ACTIONS(670), - [anon_sym_new] = ACTIONS(730), + [anon_sym_new] = ACTIONS(73), [anon_sym_AMP_AMP] = ACTIONS(670), [anon_sym_PIPE_PIPE] = ACTIONS(670), [anon_sym_GT_GT] = ACTIONS(670), @@ -28895,9 +28780,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(670), [anon_sym_CARET] = ACTIONS(670), [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), [anon_sym_PERCENT] = ACTIONS(670), [anon_sym_STAR_STAR] = ACTIONS(670), [anon_sym_LT_EQ] = ACTIONS(670), @@ -28908,23 +28793,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(670), [anon_sym_QMARK_QMARK] = ACTIONS(670), [anon_sym_instanceof] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(85), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(714), [anon_sym_get] = ACTIONS(714), @@ -28934,58 +28819,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [121] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1260), + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1232), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(121), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_STAR] = ACTIONS(746), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(730), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_COMMA] = ACTIONS(670), - [anon_sym_RBRACE] = ACTIONS(670), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(728), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), + [anon_sym_await] = ACTIONS(732), [anon_sym_in] = ACTIONS(670), + [anon_sym_of] = ACTIONS(670), [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_yield] = ACTIONS(55), + [anon_sym_yield] = ACTIONS(734), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), @@ -28993,11 +28878,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(670), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), [sym_optional_chain] = ACTIONS(670), - [anon_sym_new] = ACTIONS(73), + [anon_sym_new] = ACTIONS(738), [anon_sym_AMP_AMP] = ACTIONS(670), [anon_sym_PIPE_PIPE] = ACTIONS(670), [anon_sym_GT_GT] = ACTIONS(670), @@ -29006,9 +28891,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(670), [anon_sym_CARET] = ACTIONS(670), [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), [anon_sym_PERCENT] = ACTIONS(670), [anon_sym_STAR_STAR] = ACTIONS(670), [anon_sym_LT_EQ] = ACTIONS(670), @@ -29019,71 +28904,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(670), [anon_sym_QMARK_QMARK] = ACTIONS(670), [anon_sym_instanceof] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), + [sym_private_property_identifier] = ACTIONS(746), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [sym_undefined] = ACTIONS(748), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), [sym__automatic_semicolon] = ACTIONS(710), [sym__ternary_qmark] = ACTIONS(710), [sym_html_comment] = ACTIONS(5), }, [122] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1417), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1418), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(122), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_STAR] = ACTIONS(754), @@ -29153,45 +29038,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [123] = { - [sym_import] = STATE(1798), + [sym_import] = STATE(1826), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1435), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1443), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(123), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), [anon_sym_STAR] = ACTIONS(780), @@ -29261,51 +29146,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [124] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1374), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2073), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_spread_element] = STATE(2107), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1376), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2098), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_spread_element] = STATE(2189), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(124), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1910), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_repeat1] = STATE(2106), - [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1956), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_repeat1] = STATE(2190), + [aux_sym_array_pattern_repeat1] = STATE(2102), [sym_identifier] = ACTIONS(800), [anon_sym_export] = ACTIONS(802), [anon_sym_LBRACE] = ACTIONS(756), @@ -29353,51 +29238,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [125] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1374), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2073), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_spread_element] = STATE(2107), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1319), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2098), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_spread_element] = STATE(2099), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(125), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1910), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_repeat1] = STATE(2106), - [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1956), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_repeat1] = STATE(2101), + [aux_sym_array_pattern_repeat1] = STATE(2102), [sym_identifier] = ACTIONS(800), [anon_sym_export] = ACTIONS(802), [anon_sym_LBRACE] = ACTIONS(756), @@ -29445,51 +29330,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [126] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1374), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2073), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_spread_element] = STATE(2107), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1376), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2098), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_spread_element] = STATE(2189), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(126), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1910), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_repeat1] = STATE(2106), - [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1956), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_repeat1] = STATE(2190), + [aux_sym_array_pattern_repeat1] = STATE(2102), [sym_identifier] = ACTIONS(800), [anon_sym_export] = ACTIONS(802), [anon_sym_LBRACE] = ACTIONS(756), @@ -29537,51 +29422,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [127] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1344), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2073), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_spread_element] = STATE(2198), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1376), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2098), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_spread_element] = STATE(2189), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(127), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1910), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1956), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), [aux_sym_array_repeat1] = STATE(2190), - [aux_sym_array_pattern_repeat1] = STATE(2187), + [aux_sym_array_pattern_repeat1] = STATE(2102), [sym_identifier] = ACTIONS(800), [anon_sym_export] = ACTIONS(802), [anon_sym_LBRACE] = ACTIONS(756), @@ -29629,51 +29514,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [128] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1311), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2073), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_spread_element] = STATE(2198), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1376), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2098), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_spread_element] = STATE(2189), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(128), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1910), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1956), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), [aux_sym_array_repeat1] = STATE(2190), - [aux_sym_array_pattern_repeat1] = STATE(2187), + [aux_sym_array_pattern_repeat1] = STATE(2102), [sym_identifier] = ACTIONS(800), [anon_sym_export] = ACTIONS(802), [anon_sym_LBRACE] = ACTIONS(756), @@ -29721,51 +29606,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [129] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1374), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2073), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_spread_element] = STATE(2107), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1319), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2098), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_spread_element] = STATE(2099), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(129), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1910), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_repeat1] = STATE(2106), - [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1956), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_repeat1] = STATE(2101), + [aux_sym_array_pattern_repeat1] = STATE(2102), [sym_identifier] = ACTIONS(800), [anon_sym_export] = ACTIONS(802), [anon_sym_LBRACE] = ACTIONS(756), @@ -29813,51 +29698,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [130] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1311), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2073), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_spread_element] = STATE(2198), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1376), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2098), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_spread_element] = STATE(2189), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(130), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1910), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1956), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), [aux_sym_array_repeat1] = STATE(2190), - [aux_sym_array_pattern_repeat1] = STATE(2187), + [aux_sym_array_pattern_repeat1] = STATE(2102), [sym_identifier] = ACTIONS(800), [anon_sym_export] = ACTIONS(802), [anon_sym_LBRACE] = ACTIONS(756), @@ -29868,7 +29753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_await] = ACTIONS(676), [anon_sym_yield] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_RBRACK] = ACTIONS(816), + [anon_sym_RBRACK] = ACTIONS(822), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), @@ -29905,51 +29790,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [131] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1374), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2073), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_spread_element] = STATE(2107), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1343), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2098), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_spread_element] = STATE(2099), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(131), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1910), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_repeat1] = STATE(2106), - [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1956), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_repeat1] = STATE(2101), + [aux_sym_array_pattern_repeat1] = STATE(2102), [sym_identifier] = ACTIONS(800), [anon_sym_export] = ACTIONS(802), [anon_sym_LBRACE] = ACTIONS(756), @@ -29960,7 +29845,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_await] = ACTIONS(676), [anon_sym_yield] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_RBRACK] = ACTIONS(822), + [anon_sym_RBRACK] = ACTIONS(820), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), @@ -29997,58 +29882,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [132] = { - [sym_declaration] = STATE(929), - [sym_import] = STATE(1839), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1404), + [sym_declaration] = STATE(2484), + [sym_import] = STATE(1811), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1395), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(132), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1963), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1978), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(21), + [anon_sym_var] = ACTIONS(576), [anon_sym_let] = ACTIONS(824), - [anon_sym_const] = ACTIONS(25), + [anon_sym_const] = ACTIONS(580), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -30057,9 +29942,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(67), + [anon_sym_class] = ACTIONS(606), [anon_sym_async] = ACTIONS(826), - [anon_sym_function] = ACTIONS(71), + [anon_sym_function] = ACTIONS(610), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -30082,64 +29967,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [133] = { - [sym_declaration] = STATE(737), - [sym_import] = STATE(1839), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1399), + [sym_declaration] = STATE(910), + [sym_import] = STATE(1811), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1394), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(133), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1948), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1935), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(528), + [anon_sym_var] = ACTIONS(21), [anon_sym_let] = ACTIONS(828), - [anon_sym_const] = ACTIONS(532), + [anon_sym_const] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -30148,9 +30033,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(558), + [anon_sym_class] = ACTIONS(67), [anon_sym_async] = ACTIONS(830), - [anon_sym_function] = ACTIONS(562), + [anon_sym_function] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -30173,56 +30058,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [134] = { - [sym_import] = STATE(1839), - [sym_expression_statement] = STATE(230), - [sym_variable_declaration] = STATE(230), - [sym_lexical_declaration] = STATE(230), - [sym_empty_statement] = STATE(230), - [sym_parenthesized_expression] = STATE(1065), - [sym_expression] = STATE(1230), + [sym_import] = STATE(1811), + [sym_expression_statement] = STATE(232), + [sym_variable_declaration] = STATE(232), + [sym_lexical_declaration] = STATE(232), + [sym_empty_statement] = STATE(232), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1065), - [sym_subscript_expression] = STATE(1065), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2056), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2366), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2129), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2368), + [sym_string] = STATE(1388), [sym_comment] = STATE(134), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(832), [anon_sym_export] = ACTIONS(834), [anon_sym_LBRACE] = ACTIONS(836), @@ -30239,9 +30124,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), + [anon_sym_class] = ACTIONS(720), [anon_sym_async] = ACTIONS(848), - [anon_sym_function] = ACTIONS(728), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -30270,57 +30155,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [135] = { - [sym_declaration] = STATE(946), - [sym_import] = STATE(1839), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1394), + [sym_declaration] = STATE(980), + [sym_import] = STATE(1811), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1404), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(939), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(939), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(939), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(981), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(981), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(981), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(135), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1963), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1935), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), [anon_sym_var] = ACTIONS(21), - [anon_sym_let] = ACTIONS(824), + [anon_sym_let] = ACTIONS(828), [anon_sym_const] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), @@ -30331,7 +30216,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), [anon_sym_class] = ACTIONS(67), - [anon_sym_async] = ACTIONS(826), + [anon_sym_async] = ACTIONS(830), [anon_sym_function] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), @@ -30355,59 +30240,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [136] = { - [sym_declaration] = STATE(750), - [sym_import] = STATE(1839), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1402), + [sym_declaration] = STATE(757), + [sym_import] = STATE(1811), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1403), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(136), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1957), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(2007), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), [anon_sym_var] = ACTIONS(296), @@ -30446,75 +30331,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [137] = { - [sym_import] = STATE(1839), - [sym_expression_statement] = STATE(225), - [sym_variable_declaration] = STATE(225), - [sym_lexical_declaration] = STATE(225), - [sym_empty_statement] = STATE(225), - [sym_parenthesized_expression] = STATE(1065), - [sym_expression] = STATE(1230), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1065), - [sym_subscript_expression] = STATE(1065), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2056), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2366), - [sym_string] = STATE(1384), [sym_comment] = STATE(137), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(832), - [anon_sym_export] = ACTIONS(834), - [anon_sym_LBRACE] = ACTIONS(836), + [sym_identifier] = ACTIONS(856), + [anon_sym_export] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(858), + [anon_sym_default] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(858), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_import] = ACTIONS(856), + [anon_sym_with] = ACTIONS(856), + [anon_sym_var] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_else] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_switch] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_await] = ACTIONS(856), + [anon_sym_in] = ACTIONS(858), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_debugger] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_throw] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_case] = ACTIONS(856), + [anon_sym_yield] = ACTIONS(856), + [anon_sym_EQ] = ACTIONS(860), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LTtemplate_GT] = ACTIONS(856), + [anon_sym_LT] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(858), + [anon_sym_DOT] = ACTIONS(858), + [anon_sym_DQUOTE] = ACTIONS(856), + [anon_sym_SQUOTE] = ACTIONS(856), + [anon_sym_class] = ACTIONS(856), + [anon_sym_async] = ACTIONS(856), + [anon_sym_function] = ACTIONS(856), + [sym_optional_chain] = ACTIONS(858), + [anon_sym_new] = ACTIONS(856), + [anon_sym_AMP_AMP] = ACTIONS(858), + [anon_sym_PIPE_PIPE] = ACTIONS(858), + [anon_sym_GT_GT] = ACTIONS(858), + [anon_sym_GT_GT_GT] = ACTIONS(858), + [anon_sym_LT_LT] = ACTIONS(858), + [anon_sym_AMP] = ACTIONS(858), + [anon_sym_CARET] = ACTIONS(858), + [anon_sym_PIPE] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_PERCENT] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_EQ_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_QMARK_QMARK] = ACTIONS(858), + [anon_sym_instanceof] = ACTIONS(858), + [anon_sym_BANG] = ACTIONS(856), + [anon_sym_TILDE] = ACTIONS(856), + [anon_sym_typeof] = ACTIONS(856), + [anon_sym_void] = ACTIONS(856), + [anon_sym_delete] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_DASH_DASH] = ACTIONS(856), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(856), + [sym_number] = ACTIONS(856), + [sym_private_property_identifier] = ACTIONS(856), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(856), + [sym_true] = ACTIONS(856), + [sym_false] = ACTIONS(856), + [sym_null] = ACTIONS(856), + [sym_undefined] = ACTIONS(856), + [anon_sym_AT] = ACTIONS(856), + [anon_sym_static] = ACTIONS(856), + [anon_sym_get] = ACTIONS(856), + [anon_sym_set] = ACTIONS(856), + [sym__automatic_semicolon] = ACTIONS(862), + [sym__ternary_qmark] = ACTIONS(864), + [sym_html_comment] = ACTIONS(5), + }, + [138] = { + [sym_declaration] = STATE(576), + [sym_import] = STATE(1811), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1399), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(138), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(2009), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(838), - [anon_sym_let] = ACTIONS(840), - [anon_sym_const] = ACTIONS(842), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(866), + [anon_sym_const] = ACTIONS(628), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(844), [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(848), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(868), + [anon_sym_function] = ACTIONS(658), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -30535,58 +30511,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(850), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(834), - [anon_sym_get] = ACTIONS(834), - [anon_sym_set] = ACTIONS(834), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [138] = { - [sym_import] = STATE(1839), - [sym_expression_statement] = STATE(229), - [sym_variable_declaration] = STATE(229), - [sym_lexical_declaration] = STATE(229), - [sym_empty_statement] = STATE(229), - [sym_parenthesized_expression] = STATE(1065), - [sym_expression] = STATE(1230), + [139] = { + [sym_import] = STATE(1811), + [sym_expression_statement] = STATE(227), + [sym_variable_declaration] = STATE(227), + [sym_lexical_declaration] = STATE(227), + [sym_empty_statement] = STATE(227), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1065), - [sym_subscript_expression] = STATE(1065), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2056), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2366), - [sym_string] = STATE(1384), - [sym_comment] = STATE(138), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2129), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2368), + [sym_string] = STATE(1388), + [sym_comment] = STATE(139), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(832), [anon_sym_export] = ACTIONS(834), [anon_sym_LBRACE] = ACTIONS(836), @@ -30603,9 +30579,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), + [anon_sym_class] = ACTIONS(720), [anon_sym_async] = ACTIONS(848), - [anon_sym_function] = ACTIONS(728), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -30633,70 +30609,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(834), [sym_html_comment] = ACTIONS(5), }, - [139] = { - [sym_declaration] = STATE(601), - [sym_import] = STATE(1839), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), + [140] = { + [sym_import] = STATE(1811), + [sym_expression_statement] = STATE(230), + [sym_variable_declaration] = STATE(230), + [sym_lexical_declaration] = STATE(230), + [sym_empty_statement] = STATE(230), [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1398), + [sym_expression] = STATE(1280), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), [sym_member_expression] = STATE(1068), [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(139), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1982), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2129), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2368), + [sym_string] = STATE(1388), + [sym_comment] = STATE(140), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(832), + [anon_sym_export] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(836), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(624), - [anon_sym_let] = ACTIONS(856), - [anon_sym_const] = ACTIONS(628), + [anon_sym_var] = ACTIONS(838), + [anon_sym_let] = ACTIONS(840), + [anon_sym_const] = ACTIONS(842), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(846), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(654), - [anon_sym_async] = ACTIONS(858), - [anon_sym_function] = ACTIONS(658), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(848), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -30717,66 +30693,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [sym_undefined] = ACTIONS(850), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(834), + [anon_sym_get] = ACTIONS(834), + [anon_sym_set] = ACTIONS(834), [sym_html_comment] = ACTIONS(5), }, - [140] = { - [sym_declaration] = STATE(2379), - [sym_import] = STATE(1839), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1401), + [141] = { + [sym_declaration] = STATE(853), + [sym_import] = STATE(1811), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1416), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(140), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1904), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(141), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1989), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(576), - [anon_sym_let] = ACTIONS(860), - [anon_sym_const] = ACTIONS(580), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(870), + [anon_sym_const] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -30785,9 +30761,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(606), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(610), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(872), + [anon_sym_function] = ACTIONS(562), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -30810,64 +30786,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [141] = { - [sym_declaration] = STATE(801), - [sym_import] = STATE(1839), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1415), + [142] = { + [sym_declaration] = STATE(601), + [sym_import] = STATE(1811), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1398), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(785), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(785), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(785), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(141), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1948), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(629), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(629), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(629), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(142), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(2009), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(528), - [anon_sym_let] = ACTIONS(828), - [anon_sym_const] = ACTIONS(532), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(866), + [anon_sym_const] = ACTIONS(628), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -30876,9 +30852,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(558), - [anon_sym_async] = ACTIONS(830), - [anon_sym_function] = ACTIONS(562), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(868), + [anon_sym_function] = ACTIONS(658), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -30901,75 +30877,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [142] = { - [sym_declaration] = STATE(794), - [sym_import] = STATE(1839), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), + [143] = { + [sym_import] = STATE(1811), + [sym_expression_statement] = STATE(224), + [sym_variable_declaration] = STATE(224), + [sym_lexical_declaration] = STATE(224), + [sym_empty_statement] = STATE(224), [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1403), + [sym_expression] = STATE(1280), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(706), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(706), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(706), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), [sym_member_expression] = STATE(1068), [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(142), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1957), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2129), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2368), + [sym_string] = STATE(1388), + [sym_comment] = STATE(143), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(832), + [anon_sym_export] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(836), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(296), - [anon_sym_let] = ACTIONS(852), - [anon_sym_const] = ACTIONS(300), + [anon_sym_var] = ACTIONS(838), + [anon_sym_let] = ACTIONS(840), + [anon_sym_const] = ACTIONS(842), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(846), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(326), - [anon_sym_async] = ACTIONS(854), - [anon_sym_function] = ACTIONS(330), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(848), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -30990,157 +30966,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [sym_undefined] = ACTIONS(850), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [143] = { - [sym_comment] = STATE(143), - [sym_identifier] = ACTIONS(864), - [anon_sym_export] = ACTIONS(864), - [anon_sym_STAR] = ACTIONS(866), - [anon_sym_default] = ACTIONS(864), - [anon_sym_LBRACE] = ACTIONS(864), - [anon_sym_COMMA] = ACTIONS(866), - [anon_sym_RBRACE] = ACTIONS(864), - [anon_sym_import] = ACTIONS(864), - [anon_sym_with] = ACTIONS(864), - [anon_sym_var] = ACTIONS(864), - [anon_sym_let] = ACTIONS(864), - [anon_sym_const] = ACTIONS(864), - [anon_sym_else] = ACTIONS(864), - [anon_sym_if] = ACTIONS(864), - [anon_sym_switch] = ACTIONS(864), - [anon_sym_for] = ACTIONS(864), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_await] = ACTIONS(864), - [anon_sym_in] = ACTIONS(866), - [anon_sym_while] = ACTIONS(864), - [anon_sym_do] = ACTIONS(864), - [anon_sym_try] = ACTIONS(864), - [anon_sym_break] = ACTIONS(864), - [anon_sym_continue] = ACTIONS(864), - [anon_sym_debugger] = ACTIONS(864), - [anon_sym_return] = ACTIONS(864), - [anon_sym_throw] = ACTIONS(864), - [anon_sym_SEMI] = ACTIONS(864), - [anon_sym_case] = ACTIONS(864), - [anon_sym_yield] = ACTIONS(864), - [anon_sym_EQ] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(864), - [anon_sym_LTtemplate_GT] = ACTIONS(864), - [anon_sym_LT] = ACTIONS(864), - [anon_sym_GT] = ACTIONS(866), - [anon_sym_DOT] = ACTIONS(866), - [anon_sym_DQUOTE] = ACTIONS(864), - [anon_sym_SQUOTE] = ACTIONS(864), - [anon_sym_class] = ACTIONS(864), - [anon_sym_async] = ACTIONS(864), - [anon_sym_function] = ACTIONS(864), - [sym_optional_chain] = ACTIONS(866), - [anon_sym_new] = ACTIONS(864), - [anon_sym_AMP_AMP] = ACTIONS(866), - [anon_sym_PIPE_PIPE] = ACTIONS(866), - [anon_sym_GT_GT] = ACTIONS(866), - [anon_sym_GT_GT_GT] = ACTIONS(866), - [anon_sym_LT_LT] = ACTIONS(866), - [anon_sym_AMP] = ACTIONS(866), - [anon_sym_CARET] = ACTIONS(866), - [anon_sym_PIPE] = ACTIONS(866), - [anon_sym_PLUS] = ACTIONS(864), - [anon_sym_DASH] = ACTIONS(864), - [anon_sym_SLASH] = ACTIONS(864), - [anon_sym_PERCENT] = ACTIONS(866), - [anon_sym_STAR_STAR] = ACTIONS(866), - [anon_sym_LT_EQ] = ACTIONS(866), - [anon_sym_EQ_EQ] = ACTIONS(866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(866), - [anon_sym_GT_EQ] = ACTIONS(866), - [anon_sym_QMARK_QMARK] = ACTIONS(866), - [anon_sym_instanceof] = ACTIONS(866), - [anon_sym_BANG] = ACTIONS(864), - [anon_sym_TILDE] = ACTIONS(864), - [anon_sym_typeof] = ACTIONS(864), - [anon_sym_void] = ACTIONS(864), - [anon_sym_delete] = ACTIONS(864), - [anon_sym_PLUS_PLUS] = ACTIONS(864), - [anon_sym_DASH_DASH] = ACTIONS(864), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(864), - [sym_number] = ACTIONS(864), - [sym_private_property_identifier] = ACTIONS(864), - [sym_this] = ACTIONS(864), - [sym_super] = ACTIONS(864), - [sym_true] = ACTIONS(864), - [sym_false] = ACTIONS(864), - [sym_null] = ACTIONS(864), - [sym_undefined] = ACTIONS(864), - [anon_sym_AT] = ACTIONS(864), - [anon_sym_static] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [sym__automatic_semicolon] = ACTIONS(870), - [sym__ternary_qmark] = ACTIONS(872), + [anon_sym_static] = ACTIONS(834), + [anon_sym_get] = ACTIONS(834), + [anon_sym_set] = ACTIONS(834), [sym_html_comment] = ACTIONS(5), }, [144] = { - [sym_declaration] = STATE(2633), - [sym_import] = STATE(1839), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1395), + [sym_declaration] = STATE(738), + [sym_import] = STATE(1811), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1401), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(2609), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(2609), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(2609), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(783), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(783), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(783), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(144), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1904), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1989), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(576), - [anon_sym_let] = ACTIONS(860), - [anon_sym_const] = ACTIONS(580), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(870), + [anon_sym_const] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -31149,9 +31034,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(606), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(610), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(872), + [anon_sym_function] = ACTIONS(562), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -31174,75 +31059,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [145] = { - [sym_import] = STATE(1839), - [sym_expression_statement] = STATE(226), - [sym_variable_declaration] = STATE(226), - [sym_lexical_declaration] = STATE(226), - [sym_empty_statement] = STATE(226), - [sym_parenthesized_expression] = STATE(1065), - [sym_expression] = STATE(1230), + [sym_declaration] = STATE(772), + [sym_import] = STATE(1811), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1402), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1065), - [sym_subscript_expression] = STATE(1065), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2056), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2366), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(885), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(885), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(885), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(145), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(832), - [anon_sym_export] = ACTIONS(834), - [anon_sym_LBRACE] = ACTIONS(836), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(2007), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(838), - [anon_sym_let] = ACTIONS(840), - [anon_sym_const] = ACTIONS(842), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(852), + [anon_sym_const] = ACTIONS(300), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(844), [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(848), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(854), + [anon_sym_function] = ACTIONS(330), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -31263,77 +31148,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(850), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(834), - [anon_sym_get] = ACTIONS(834), - [anon_sym_set] = ACTIONS(834), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [146] = { - [sym_import] = STATE(1839), - [sym_expression_statement] = STATE(227), - [sym_variable_declaration] = STATE(227), - [sym_lexical_declaration] = STATE(227), - [sym_empty_statement] = STATE(227), - [sym_parenthesized_expression] = STATE(1065), - [sym_expression] = STATE(1230), + [sym_declaration] = STATE(2657), + [sym_import] = STATE(1811), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1400), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1065), - [sym_subscript_expression] = STATE(1065), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2056), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2366), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_class_declaration] = STATE(2409), + [sym_function_expression] = STATE(1388), + [sym_function_declaration] = STATE(2409), + [sym_generator_function] = STATE(1388), + [sym_generator_function_declaration] = STATE(2409), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(146), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(832), - [anon_sym_export] = ACTIONS(834), - [anon_sym_LBRACE] = ACTIONS(836), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1978), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(838), - [anon_sym_let] = ACTIONS(840), - [anon_sym_const] = ACTIONS(842), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(824), + [anon_sym_const] = ACTIONS(580), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(844), [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(848), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(826), + [anon_sym_function] = ACTIONS(610), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -31354,77 +31239,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(850), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(834), - [anon_sym_get] = ACTIONS(834), - [anon_sym_set] = ACTIONS(834), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [147] = { - [sym_declaration] = STATE(629), - [sym_import] = STATE(1839), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), + [sym_import] = STATE(1811), + [sym_expression_statement] = STATE(231), + [sym_variable_declaration] = STATE(231), + [sym_lexical_declaration] = STATE(231), + [sym_empty_statement] = STATE(231), [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1400), + [sym_expression] = STATE(1280), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_class_declaration] = STATE(640), - [sym_function_expression] = STATE(1384), - [sym_function_declaration] = STATE(640), - [sym_generator_function] = STATE(1384), - [sym_generator_function_declaration] = STATE(640), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), [sym_member_expression] = STATE(1068), [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2129), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2368), + [sym_string] = STATE(1388), [sym_comment] = STATE(147), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1982), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(832), + [anon_sym_export] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(836), [anon_sym_import] = ACTIONS(672), - [anon_sym_var] = ACTIONS(624), - [anon_sym_let] = ACTIONS(856), - [anon_sym_const] = ACTIONS(628), + [anon_sym_var] = ACTIONS(838), + [anon_sym_let] = ACTIONS(840), + [anon_sym_const] = ACTIONS(842), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(846), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(654), - [anon_sym_async] = ACTIONS(858), - [anon_sym_function] = ACTIONS(658), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(848), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -31445,21 +31330,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [sym_undefined] = ACTIONS(850), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(834), + [anon_sym_get] = ACTIONS(834), + [anon_sym_set] = ACTIONS(834), [sym_html_comment] = ACTIONS(5), }, [148] = { [sym_comment] = STATE(148), [sym_identifier] = ACTIONS(874), [anon_sym_export] = ACTIONS(874), - [anon_sym_STAR] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(876), [anon_sym_default] = ACTIONS(874), [anon_sym_LBRACE] = ACTIONS(874), - [anon_sym_COMMA] = ACTIONS(874), + [anon_sym_COMMA] = ACTIONS(876), [anon_sym_RBRACE] = ACTIONS(874), [anon_sym_import] = ACTIONS(874), [anon_sym_with] = ACTIONS(874), @@ -31472,7 +31357,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(874), [anon_sym_LPAREN] = ACTIONS(874), [anon_sym_await] = ACTIONS(874), - [anon_sym_in] = ACTIONS(874), + [anon_sym_in] = ACTIONS(876), [anon_sym_while] = ACTIONS(874), [anon_sym_do] = ACTIONS(874), [anon_sym_try] = ACTIONS(874), @@ -31487,36 +31372,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(874), [anon_sym_LTtemplate_GT] = ACTIONS(874), [anon_sym_LT] = ACTIONS(874), - [anon_sym_GT] = ACTIONS(874), - [anon_sym_DOT] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(876), + [anon_sym_DOT] = ACTIONS(876), [anon_sym_DQUOTE] = ACTIONS(874), [anon_sym_SQUOTE] = ACTIONS(874), [anon_sym_class] = ACTIONS(874), [anon_sym_async] = ACTIONS(874), [anon_sym_function] = ACTIONS(874), - [sym_optional_chain] = ACTIONS(874), + [sym_optional_chain] = ACTIONS(876), [anon_sym_new] = ACTIONS(874), - [anon_sym_AMP_AMP] = ACTIONS(874), - [anon_sym_PIPE_PIPE] = ACTIONS(874), - [anon_sym_GT_GT] = ACTIONS(874), - [anon_sym_GT_GT_GT] = ACTIONS(874), - [anon_sym_LT_LT] = ACTIONS(874), - [anon_sym_AMP] = ACTIONS(874), - [anon_sym_CARET] = ACTIONS(874), - [anon_sym_PIPE] = ACTIONS(874), + [anon_sym_AMP_AMP] = ACTIONS(876), + [anon_sym_PIPE_PIPE] = ACTIONS(876), + [anon_sym_GT_GT] = ACTIONS(876), + [anon_sym_GT_GT_GT] = ACTIONS(876), + [anon_sym_LT_LT] = ACTIONS(876), + [anon_sym_AMP] = ACTIONS(876), + [anon_sym_CARET] = ACTIONS(876), + [anon_sym_PIPE] = ACTIONS(876), [anon_sym_PLUS] = ACTIONS(874), [anon_sym_DASH] = ACTIONS(874), [anon_sym_SLASH] = ACTIONS(874), - [anon_sym_PERCENT] = ACTIONS(874), - [anon_sym_STAR_STAR] = ACTIONS(874), - [anon_sym_LT_EQ] = ACTIONS(874), - [anon_sym_EQ_EQ] = ACTIONS(874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(874), - [anon_sym_GT_EQ] = ACTIONS(874), - [anon_sym_QMARK_QMARK] = ACTIONS(874), - [anon_sym_instanceof] = ACTIONS(874), + [anon_sym_PERCENT] = ACTIONS(876), + [anon_sym_STAR_STAR] = ACTIONS(876), + [anon_sym_LT_EQ] = ACTIONS(876), + [anon_sym_EQ_EQ] = ACTIONS(876), + [anon_sym_EQ_EQ_EQ] = ACTIONS(876), + [anon_sym_BANG_EQ] = ACTIONS(876), + [anon_sym_BANG_EQ_EQ] = ACTIONS(876), + [anon_sym_GT_EQ] = ACTIONS(876), + [anon_sym_QMARK_QMARK] = ACTIONS(876), + [anon_sym_instanceof] = ACTIONS(876), [anon_sym_BANG] = ACTIONS(874), [anon_sym_TILDE] = ACTIONS(874), [anon_sym_typeof] = ACTIONS(874), @@ -31538,164 +31423,254 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(874), [anon_sym_get] = ACTIONS(874), [anon_sym_set] = ACTIONS(874), - [sym__automatic_semicolon] = ACTIONS(876), - [sym__ternary_qmark] = ACTIONS(876), + [sym__automatic_semicolon] = ACTIONS(878), + [sym__ternary_qmark] = ACTIONS(880), [sym_html_comment] = ACTIONS(5), }, [149] = { [sym_comment] = STATE(149), - [sym_identifier] = ACTIONS(878), - [anon_sym_export] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_default] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(878), - [anon_sym_COMMA] = ACTIONS(878), - [anon_sym_RBRACE] = ACTIONS(878), - [anon_sym_import] = ACTIONS(878), - [anon_sym_with] = ACTIONS(878), - [anon_sym_var] = ACTIONS(878), - [anon_sym_let] = ACTIONS(878), - [anon_sym_const] = ACTIONS(878), - [anon_sym_else] = ACTIONS(878), - [anon_sym_if] = ACTIONS(878), - [anon_sym_switch] = ACTIONS(878), - [anon_sym_for] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_await] = ACTIONS(878), - [anon_sym_in] = ACTIONS(878), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(878), - [anon_sym_try] = ACTIONS(878), - [anon_sym_break] = ACTIONS(878), - [anon_sym_continue] = ACTIONS(878), - [anon_sym_debugger] = ACTIONS(878), - [anon_sym_return] = ACTIONS(878), - [anon_sym_throw] = ACTIONS(878), - [anon_sym_SEMI] = ACTIONS(878), - [anon_sym_case] = ACTIONS(878), - [anon_sym_yield] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(878), - [anon_sym_LT] = ACTIONS(878), - [anon_sym_GT] = ACTIONS(878), - [anon_sym_DOT] = ACTIONS(878), - [anon_sym_DQUOTE] = ACTIONS(878), - [anon_sym_SQUOTE] = ACTIONS(878), - [anon_sym_class] = ACTIONS(878), - [anon_sym_async] = ACTIONS(878), - [anon_sym_function] = ACTIONS(878), - [sym_optional_chain] = ACTIONS(878), - [anon_sym_new] = ACTIONS(878), - [anon_sym_AMP_AMP] = ACTIONS(878), - [anon_sym_PIPE_PIPE] = ACTIONS(878), - [anon_sym_GT_GT] = ACTIONS(878), - [anon_sym_GT_GT_GT] = ACTIONS(878), - [anon_sym_LT_LT] = ACTIONS(878), - [anon_sym_AMP] = ACTIONS(878), - [anon_sym_CARET] = ACTIONS(878), - [anon_sym_PIPE] = ACTIONS(878), - [anon_sym_PLUS] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(878), - [anon_sym_SLASH] = ACTIONS(878), - [anon_sym_PERCENT] = ACTIONS(878), - [anon_sym_STAR_STAR] = ACTIONS(878), - [anon_sym_LT_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ_EQ] = ACTIONS(878), - [anon_sym_GT_EQ] = ACTIONS(878), - [anon_sym_QMARK_QMARK] = ACTIONS(878), - [anon_sym_instanceof] = ACTIONS(878), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_typeof] = ACTIONS(878), - [anon_sym_void] = ACTIONS(878), - [anon_sym_delete] = ACTIONS(878), - [anon_sym_PLUS_PLUS] = ACTIONS(878), - [anon_sym_DASH_DASH] = ACTIONS(878), + [sym_identifier] = ACTIONS(882), + [anon_sym_export] = ACTIONS(882), + [anon_sym_STAR] = ACTIONS(884), + [anon_sym_default] = ACTIONS(882), + [anon_sym_LBRACE] = ACTIONS(882), + [anon_sym_COMMA] = ACTIONS(884), + [anon_sym_RBRACE] = ACTIONS(882), + [anon_sym_import] = ACTIONS(882), + [anon_sym_with] = ACTIONS(882), + [anon_sym_var] = ACTIONS(882), + [anon_sym_let] = ACTIONS(882), + [anon_sym_const] = ACTIONS(882), + [anon_sym_else] = ACTIONS(882), + [anon_sym_if] = ACTIONS(882), + [anon_sym_switch] = ACTIONS(882), + [anon_sym_for] = ACTIONS(882), + [anon_sym_LPAREN] = ACTIONS(882), + [anon_sym_await] = ACTIONS(882), + [anon_sym_in] = ACTIONS(884), + [anon_sym_while] = ACTIONS(882), + [anon_sym_do] = ACTIONS(882), + [anon_sym_try] = ACTIONS(882), + [anon_sym_break] = ACTIONS(882), + [anon_sym_continue] = ACTIONS(882), + [anon_sym_debugger] = ACTIONS(882), + [anon_sym_return] = ACTIONS(882), + [anon_sym_throw] = ACTIONS(882), + [anon_sym_SEMI] = ACTIONS(882), + [anon_sym_case] = ACTIONS(882), + [anon_sym_yield] = ACTIONS(882), + [anon_sym_LBRACK] = ACTIONS(882), + [anon_sym_LTtemplate_GT] = ACTIONS(882), + [anon_sym_LT] = ACTIONS(882), + [anon_sym_GT] = ACTIONS(884), + [anon_sym_DOT] = ACTIONS(884), + [anon_sym_DQUOTE] = ACTIONS(882), + [anon_sym_SQUOTE] = ACTIONS(882), + [anon_sym_class] = ACTIONS(882), + [anon_sym_async] = ACTIONS(882), + [anon_sym_function] = ACTIONS(882), + [sym_optional_chain] = ACTIONS(884), + [anon_sym_new] = ACTIONS(882), + [anon_sym_AMP_AMP] = ACTIONS(884), + [anon_sym_PIPE_PIPE] = ACTIONS(884), + [anon_sym_GT_GT] = ACTIONS(884), + [anon_sym_GT_GT_GT] = ACTIONS(884), + [anon_sym_LT_LT] = ACTIONS(884), + [anon_sym_AMP] = ACTIONS(884), + [anon_sym_CARET] = ACTIONS(884), + [anon_sym_PIPE] = ACTIONS(884), + [anon_sym_PLUS] = ACTIONS(882), + [anon_sym_DASH] = ACTIONS(882), + [anon_sym_SLASH] = ACTIONS(882), + [anon_sym_PERCENT] = ACTIONS(884), + [anon_sym_STAR_STAR] = ACTIONS(884), + [anon_sym_LT_EQ] = ACTIONS(884), + [anon_sym_EQ_EQ] = ACTIONS(884), + [anon_sym_EQ_EQ_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ_EQ] = ACTIONS(884), + [anon_sym_GT_EQ] = ACTIONS(884), + [anon_sym_QMARK_QMARK] = ACTIONS(884), + [anon_sym_instanceof] = ACTIONS(884), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_TILDE] = ACTIONS(882), + [anon_sym_typeof] = ACTIONS(882), + [anon_sym_void] = ACTIONS(882), + [anon_sym_delete] = ACTIONS(882), + [anon_sym_PLUS_PLUS] = ACTIONS(882), + [anon_sym_DASH_DASH] = ACTIONS(882), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(878), - [sym_number] = ACTIONS(878), - [sym_private_property_identifier] = ACTIONS(878), - [sym_this] = ACTIONS(878), - [sym_super] = ACTIONS(878), - [sym_true] = ACTIONS(878), - [sym_false] = ACTIONS(878), - [sym_null] = ACTIONS(878), - [sym_undefined] = ACTIONS(878), - [anon_sym_AT] = ACTIONS(878), - [anon_sym_static] = ACTIONS(878), - [anon_sym_get] = ACTIONS(878), - [anon_sym_set] = ACTIONS(878), - [sym__automatic_semicolon] = ACTIONS(880), - [sym__ternary_qmark] = ACTIONS(882), + [anon_sym_BQUOTE] = ACTIONS(882), + [sym_number] = ACTIONS(882), + [sym_private_property_identifier] = ACTIONS(882), + [sym_this] = ACTIONS(882), + [sym_super] = ACTIONS(882), + [sym_true] = ACTIONS(882), + [sym_false] = ACTIONS(882), + [sym_null] = ACTIONS(882), + [sym_undefined] = ACTIONS(882), + [anon_sym_AT] = ACTIONS(882), + [anon_sym_static] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [sym__automatic_semicolon] = ACTIONS(886), + [sym__ternary_qmark] = ACTIONS(888), [sym_html_comment] = ACTIONS(5), }, [150] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2073), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1067), - [sym_subscript_expression] = STATE(1067), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1899), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), [sym_comment] = STATE(150), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [sym_pattern] = STATE(1910), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_pattern_repeat1] = STATE(2187), - [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(886), - [anon_sym_LBRACE] = ACTIONS(888), - [anon_sym_COMMA] = ACTIONS(890), + [sym_identifier] = ACTIONS(890), + [anon_sym_export] = ACTIONS(890), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_default] = ACTIONS(890), + [anon_sym_LBRACE] = ACTIONS(890), + [anon_sym_COMMA] = ACTIONS(892), + [anon_sym_RBRACE] = ACTIONS(890), + [anon_sym_import] = ACTIONS(890), + [anon_sym_with] = ACTIONS(890), + [anon_sym_var] = ACTIONS(890), + [anon_sym_let] = ACTIONS(890), + [anon_sym_const] = ACTIONS(890), + [anon_sym_else] = ACTIONS(890), + [anon_sym_if] = ACTIONS(890), + [anon_sym_switch] = ACTIONS(890), + [anon_sym_for] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(890), + [anon_sym_await] = ACTIONS(890), + [anon_sym_in] = ACTIONS(892), + [anon_sym_while] = ACTIONS(890), + [anon_sym_do] = ACTIONS(890), + [anon_sym_try] = ACTIONS(890), + [anon_sym_break] = ACTIONS(890), + [anon_sym_continue] = ACTIONS(890), + [anon_sym_debugger] = ACTIONS(890), + [anon_sym_return] = ACTIONS(890), + [anon_sym_throw] = ACTIONS(890), + [anon_sym_SEMI] = ACTIONS(890), + [anon_sym_case] = ACTIONS(890), + [anon_sym_yield] = ACTIONS(890), + [anon_sym_LBRACK] = ACTIONS(890), + [anon_sym_LTtemplate_GT] = ACTIONS(890), + [anon_sym_LT] = ACTIONS(890), + [anon_sym_GT] = ACTIONS(892), + [anon_sym_DOT] = ACTIONS(892), + [anon_sym_DQUOTE] = ACTIONS(890), + [anon_sym_SQUOTE] = ACTIONS(890), + [anon_sym_class] = ACTIONS(890), + [anon_sym_async] = ACTIONS(890), + [anon_sym_function] = ACTIONS(890), + [sym_optional_chain] = ACTIONS(892), + [anon_sym_new] = ACTIONS(890), + [anon_sym_AMP_AMP] = ACTIONS(892), + [anon_sym_PIPE_PIPE] = ACTIONS(892), + [anon_sym_GT_GT] = ACTIONS(892), + [anon_sym_GT_GT_GT] = ACTIONS(892), + [anon_sym_LT_LT] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(892), + [anon_sym_CARET] = ACTIONS(892), + [anon_sym_PIPE] = ACTIONS(892), + [anon_sym_PLUS] = ACTIONS(890), + [anon_sym_DASH] = ACTIONS(890), + [anon_sym_SLASH] = ACTIONS(890), + [anon_sym_PERCENT] = ACTIONS(892), + [anon_sym_STAR_STAR] = ACTIONS(892), + [anon_sym_LT_EQ] = ACTIONS(892), + [anon_sym_EQ_EQ] = ACTIONS(892), + [anon_sym_EQ_EQ_EQ] = ACTIONS(892), + [anon_sym_BANG_EQ] = ACTIONS(892), + [anon_sym_BANG_EQ_EQ] = ACTIONS(892), + [anon_sym_GT_EQ] = ACTIONS(892), + [anon_sym_QMARK_QMARK] = ACTIONS(892), + [anon_sym_instanceof] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_typeof] = ACTIONS(890), + [anon_sym_void] = ACTIONS(890), + [anon_sym_delete] = ACTIONS(890), + [anon_sym_PLUS_PLUS] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(890), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(890), + [sym_number] = ACTIONS(890), + [sym_private_property_identifier] = ACTIONS(890), + [sym_this] = ACTIONS(890), + [sym_super] = ACTIONS(890), + [sym_true] = ACTIONS(890), + [sym_false] = ACTIONS(890), + [sym_null] = ACTIONS(890), + [sym_undefined] = ACTIONS(890), + [anon_sym_AT] = ACTIONS(890), + [anon_sym_static] = ACTIONS(890), + [anon_sym_get] = ACTIONS(890), + [anon_sym_set] = ACTIONS(890), + [sym__automatic_semicolon] = ACTIONS(894), + [sym__ternary_qmark] = ACTIONS(896), + [sym_html_comment] = ACTIONS(5), + }, + [151] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2098), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1853), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(151), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [sym_pattern] = STATE(1956), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_pattern_repeat1] = STATE(2102), + [sym_identifier] = ACTIONS(898), + [anon_sym_export] = ACTIONS(900), + [anon_sym_LBRACE] = ACTIONS(902), + [anon_sym_COMMA] = ACTIONS(904), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(886), + [anon_sym_let] = ACTIONS(900), [anon_sym_LPAREN] = ACTIONS(674), [anon_sym_await] = ACTIONS(758), [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(892), - [anon_sym_RBRACK] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(906), + [anon_sym_RBRACK] = ACTIONS(908), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(896), + [anon_sym_async] = ACTIONS(910), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(698), @@ -31715,437 +31690,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(900), + [sym_undefined] = ACTIONS(914), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(886), - [anon_sym_get] = ACTIONS(886), - [anon_sym_set] = ACTIONS(886), - [sym_html_comment] = ACTIONS(5), - }, - [151] = { - [sym_comment] = STATE(151), - [ts_builtin_sym_end] = ACTIONS(902), - [sym_identifier] = ACTIONS(864), - [anon_sym_export] = ACTIONS(864), - [anon_sym_STAR] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(864), - [anon_sym_COMMA] = ACTIONS(866), - [anon_sym_RBRACE] = ACTIONS(864), - [anon_sym_import] = ACTIONS(864), - [anon_sym_with] = ACTIONS(864), - [anon_sym_var] = ACTIONS(864), - [anon_sym_let] = ACTIONS(864), - [anon_sym_const] = ACTIONS(864), - [anon_sym_else] = ACTIONS(864), - [anon_sym_if] = ACTIONS(864), - [anon_sym_switch] = ACTIONS(864), - [anon_sym_for] = ACTIONS(864), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_await] = ACTIONS(864), - [anon_sym_in] = ACTIONS(866), - [anon_sym_while] = ACTIONS(864), - [anon_sym_do] = ACTIONS(864), - [anon_sym_try] = ACTIONS(864), - [anon_sym_break] = ACTIONS(864), - [anon_sym_continue] = ACTIONS(864), - [anon_sym_debugger] = ACTIONS(864), - [anon_sym_return] = ACTIONS(864), - [anon_sym_throw] = ACTIONS(864), - [anon_sym_SEMI] = ACTIONS(864), - [anon_sym_yield] = ACTIONS(864), - [anon_sym_EQ] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(864), - [anon_sym_LTtemplate_GT] = ACTIONS(864), - [anon_sym_LT] = ACTIONS(864), - [anon_sym_GT] = ACTIONS(866), - [anon_sym_DOT] = ACTIONS(866), - [anon_sym_DQUOTE] = ACTIONS(864), - [anon_sym_SQUOTE] = ACTIONS(864), - [anon_sym_class] = ACTIONS(864), - [anon_sym_async] = ACTIONS(864), - [anon_sym_function] = ACTIONS(864), - [sym_optional_chain] = ACTIONS(866), - [anon_sym_new] = ACTIONS(864), - [anon_sym_AMP_AMP] = ACTIONS(866), - [anon_sym_PIPE_PIPE] = ACTIONS(866), - [anon_sym_GT_GT] = ACTIONS(866), - [anon_sym_GT_GT_GT] = ACTIONS(866), - [anon_sym_LT_LT] = ACTIONS(866), - [anon_sym_AMP] = ACTIONS(866), - [anon_sym_CARET] = ACTIONS(866), - [anon_sym_PIPE] = ACTIONS(866), - [anon_sym_PLUS] = ACTIONS(864), - [anon_sym_DASH] = ACTIONS(864), - [anon_sym_SLASH] = ACTIONS(864), - [anon_sym_PERCENT] = ACTIONS(866), - [anon_sym_STAR_STAR] = ACTIONS(866), - [anon_sym_LT_EQ] = ACTIONS(866), - [anon_sym_EQ_EQ] = ACTIONS(866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(866), - [anon_sym_GT_EQ] = ACTIONS(866), - [anon_sym_QMARK_QMARK] = ACTIONS(866), - [anon_sym_instanceof] = ACTIONS(866), - [anon_sym_BANG] = ACTIONS(864), - [anon_sym_TILDE] = ACTIONS(864), - [anon_sym_typeof] = ACTIONS(864), - [anon_sym_void] = ACTIONS(864), - [anon_sym_delete] = ACTIONS(864), - [anon_sym_PLUS_PLUS] = ACTIONS(864), - [anon_sym_DASH_DASH] = ACTIONS(864), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(864), - [sym_number] = ACTIONS(864), - [sym_private_property_identifier] = ACTIONS(864), - [sym_this] = ACTIONS(864), - [sym_super] = ACTIONS(864), - [sym_true] = ACTIONS(864), - [sym_false] = ACTIONS(864), - [sym_null] = ACTIONS(864), - [sym_undefined] = ACTIONS(864), - [anon_sym_AT] = ACTIONS(864), - [anon_sym_static] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [sym__automatic_semicolon] = ACTIONS(904), - [sym__ternary_qmark] = ACTIONS(872), + [anon_sym_static] = ACTIONS(900), + [anon_sym_get] = ACTIONS(900), + [anon_sym_set] = ACTIONS(900), [sym_html_comment] = ACTIONS(5), }, [152] = { [sym_comment] = STATE(152), - [sym_identifier] = ACTIONS(906), - [anon_sym_export] = ACTIONS(906), - [anon_sym_STAR] = ACTIONS(906), - [anon_sym_default] = ACTIONS(906), - [anon_sym_LBRACE] = ACTIONS(906), - [anon_sym_COMMA] = ACTIONS(906), - [anon_sym_RBRACE] = ACTIONS(906), - [anon_sym_import] = ACTIONS(906), - [anon_sym_with] = ACTIONS(906), - [anon_sym_var] = ACTIONS(906), - [anon_sym_let] = ACTIONS(906), - [anon_sym_const] = ACTIONS(906), - [anon_sym_else] = ACTIONS(906), - [anon_sym_if] = ACTIONS(906), - [anon_sym_switch] = ACTIONS(906), - [anon_sym_for] = ACTIONS(906), - [anon_sym_LPAREN] = ACTIONS(906), - [anon_sym_await] = ACTIONS(906), - [anon_sym_in] = ACTIONS(906), - [anon_sym_while] = ACTIONS(906), - [anon_sym_do] = ACTIONS(906), - [anon_sym_try] = ACTIONS(906), - [anon_sym_break] = ACTIONS(906), - [anon_sym_continue] = ACTIONS(906), - [anon_sym_debugger] = ACTIONS(906), - [anon_sym_return] = ACTIONS(906), - [anon_sym_throw] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(906), - [anon_sym_case] = ACTIONS(906), - [anon_sym_yield] = ACTIONS(906), - [anon_sym_LBRACK] = ACTIONS(906), - [anon_sym_LTtemplate_GT] = ACTIONS(906), - [anon_sym_LT] = ACTIONS(906), - [anon_sym_GT] = ACTIONS(906), - [anon_sym_DOT] = ACTIONS(906), - [anon_sym_DQUOTE] = ACTIONS(906), - [anon_sym_SQUOTE] = ACTIONS(906), - [anon_sym_class] = ACTIONS(906), - [anon_sym_async] = ACTIONS(906), - [anon_sym_function] = ACTIONS(906), - [sym_optional_chain] = ACTIONS(906), - [anon_sym_new] = ACTIONS(906), - [anon_sym_AMP_AMP] = ACTIONS(906), - [anon_sym_PIPE_PIPE] = ACTIONS(906), - [anon_sym_GT_GT] = ACTIONS(906), - [anon_sym_GT_GT_GT] = ACTIONS(906), - [anon_sym_LT_LT] = ACTIONS(906), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_CARET] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(906), - [anon_sym_PLUS] = ACTIONS(906), - [anon_sym_DASH] = ACTIONS(906), - [anon_sym_SLASH] = ACTIONS(906), - [anon_sym_PERCENT] = ACTIONS(906), - [anon_sym_STAR_STAR] = ACTIONS(906), - [anon_sym_LT_EQ] = ACTIONS(906), - [anon_sym_EQ_EQ] = ACTIONS(906), - [anon_sym_EQ_EQ_EQ] = ACTIONS(906), - [anon_sym_BANG_EQ] = ACTIONS(906), - [anon_sym_BANG_EQ_EQ] = ACTIONS(906), - [anon_sym_GT_EQ] = ACTIONS(906), - [anon_sym_QMARK_QMARK] = ACTIONS(906), - [anon_sym_instanceof] = ACTIONS(906), - [anon_sym_BANG] = ACTIONS(906), - [anon_sym_TILDE] = ACTIONS(906), - [anon_sym_typeof] = ACTIONS(906), - [anon_sym_void] = ACTIONS(906), - [anon_sym_delete] = ACTIONS(906), - [anon_sym_PLUS_PLUS] = ACTIONS(906), - [anon_sym_DASH_DASH] = ACTIONS(906), + [sym_identifier] = ACTIONS(916), + [anon_sym_export] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_default] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(916), + [anon_sym_COMMA] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(916), + [anon_sym_import] = ACTIONS(916), + [anon_sym_with] = ACTIONS(916), + [anon_sym_var] = ACTIONS(916), + [anon_sym_let] = ACTIONS(916), + [anon_sym_const] = ACTIONS(916), + [anon_sym_else] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_LPAREN] = ACTIONS(916), + [anon_sym_await] = ACTIONS(916), + [anon_sym_in] = ACTIONS(918), + [anon_sym_while] = ACTIONS(916), + [anon_sym_do] = ACTIONS(916), + [anon_sym_try] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_debugger] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_throw] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(916), + [anon_sym_case] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(916), + [anon_sym_LBRACK] = ACTIONS(916), + [anon_sym_LTtemplate_GT] = ACTIONS(916), + [anon_sym_LT] = ACTIONS(916), + [anon_sym_GT] = ACTIONS(918), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(916), + [anon_sym_SQUOTE] = ACTIONS(916), + [anon_sym_class] = ACTIONS(916), + [anon_sym_async] = ACTIONS(916), + [anon_sym_function] = ACTIONS(916), + [sym_optional_chain] = ACTIONS(918), + [anon_sym_new] = ACTIONS(916), + [anon_sym_AMP_AMP] = ACTIONS(918), + [anon_sym_PIPE_PIPE] = ACTIONS(918), + [anon_sym_GT_GT] = ACTIONS(918), + [anon_sym_GT_GT_GT] = ACTIONS(918), + [anon_sym_LT_LT] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(918), + [anon_sym_CARET] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_SLASH] = ACTIONS(916), + [anon_sym_PERCENT] = ACTIONS(918), + [anon_sym_STAR_STAR] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(918), + [anon_sym_EQ_EQ] = ACTIONS(918), + [anon_sym_EQ_EQ_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ_EQ] = ACTIONS(918), + [anon_sym_GT_EQ] = ACTIONS(918), + [anon_sym_QMARK_QMARK] = ACTIONS(918), + [anon_sym_instanceof] = ACTIONS(918), + [anon_sym_BANG] = ACTIONS(916), + [anon_sym_TILDE] = ACTIONS(916), + [anon_sym_typeof] = ACTIONS(916), + [anon_sym_void] = ACTIONS(916), + [anon_sym_delete] = ACTIONS(916), + [anon_sym_PLUS_PLUS] = ACTIONS(916), + [anon_sym_DASH_DASH] = ACTIONS(916), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(906), - [sym_number] = ACTIONS(906), - [sym_private_property_identifier] = ACTIONS(906), - [sym_this] = ACTIONS(906), - [sym_super] = ACTIONS(906), - [sym_true] = ACTIONS(906), - [sym_false] = ACTIONS(906), - [sym_null] = ACTIONS(906), - [sym_undefined] = ACTIONS(906), - [anon_sym_AT] = ACTIONS(906), - [anon_sym_static] = ACTIONS(906), - [anon_sym_get] = ACTIONS(906), - [anon_sym_set] = ACTIONS(906), - [sym__automatic_semicolon] = ACTIONS(908), - [sym__ternary_qmark] = ACTIONS(908), + [anon_sym_BQUOTE] = ACTIONS(916), + [sym_number] = ACTIONS(916), + [sym_private_property_identifier] = ACTIONS(916), + [sym_this] = ACTIONS(916), + [sym_super] = ACTIONS(916), + [sym_true] = ACTIONS(916), + [sym_false] = ACTIONS(916), + [sym_null] = ACTIONS(916), + [sym_undefined] = ACTIONS(916), + [anon_sym_AT] = ACTIONS(916), + [anon_sym_static] = ACTIONS(916), + [anon_sym_get] = ACTIONS(916), + [anon_sym_set] = ACTIONS(916), + [sym__automatic_semicolon] = ACTIONS(920), + [sym__ternary_qmark] = ACTIONS(922), [sym_html_comment] = ACTIONS(5), }, [153] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2187), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1853), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(153), - [sym_identifier] = ACTIONS(910), - [anon_sym_export] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(910), - [anon_sym_default] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_COMMA] = ACTIONS(910), - [anon_sym_RBRACE] = ACTIONS(910), - [anon_sym_import] = ACTIONS(910), - [anon_sym_with] = ACTIONS(910), - [anon_sym_var] = ACTIONS(910), - [anon_sym_let] = ACTIONS(910), - [anon_sym_const] = ACTIONS(910), - [anon_sym_else] = ACTIONS(910), - [anon_sym_if] = ACTIONS(910), - [anon_sym_switch] = ACTIONS(910), - [anon_sym_for] = ACTIONS(910), - [anon_sym_LPAREN] = ACTIONS(910), - [anon_sym_await] = ACTIONS(910), - [anon_sym_in] = ACTIONS(910), - [anon_sym_while] = ACTIONS(910), - [anon_sym_do] = ACTIONS(910), - [anon_sym_try] = ACTIONS(910), - [anon_sym_break] = ACTIONS(910), - [anon_sym_continue] = ACTIONS(910), - [anon_sym_debugger] = ACTIONS(910), - [anon_sym_return] = ACTIONS(910), - [anon_sym_throw] = ACTIONS(910), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_case] = ACTIONS(910), - [anon_sym_yield] = ACTIONS(910), - [anon_sym_LBRACK] = ACTIONS(910), - [anon_sym_LTtemplate_GT] = ACTIONS(910), - [anon_sym_LT] = ACTIONS(910), - [anon_sym_GT] = ACTIONS(910), - [anon_sym_DOT] = ACTIONS(910), - [anon_sym_DQUOTE] = ACTIONS(910), - [anon_sym_SQUOTE] = ACTIONS(910), - [anon_sym_class] = ACTIONS(910), - [anon_sym_async] = ACTIONS(910), - [anon_sym_function] = ACTIONS(910), - [sym_optional_chain] = ACTIONS(910), - [anon_sym_new] = ACTIONS(910), - [anon_sym_AMP_AMP] = ACTIONS(910), - [anon_sym_PIPE_PIPE] = ACTIONS(910), - [anon_sym_GT_GT] = ACTIONS(910), - [anon_sym_GT_GT_GT] = ACTIONS(910), - [anon_sym_LT_LT] = ACTIONS(910), - [anon_sym_AMP] = ACTIONS(910), - [anon_sym_CARET] = ACTIONS(910), - [anon_sym_PIPE] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(910), - [anon_sym_DASH] = ACTIONS(910), - [anon_sym_SLASH] = ACTIONS(910), - [anon_sym_PERCENT] = ACTIONS(910), - [anon_sym_STAR_STAR] = ACTIONS(910), - [anon_sym_LT_EQ] = ACTIONS(910), - [anon_sym_EQ_EQ] = ACTIONS(910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(910), - [anon_sym_BANG_EQ] = ACTIONS(910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(910), - [anon_sym_GT_EQ] = ACTIONS(910), - [anon_sym_QMARK_QMARK] = ACTIONS(910), - [anon_sym_instanceof] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(910), - [anon_sym_typeof] = ACTIONS(910), - [anon_sym_void] = ACTIONS(910), - [anon_sym_delete] = ACTIONS(910), - [anon_sym_PLUS_PLUS] = ACTIONS(910), - [anon_sym_DASH_DASH] = ACTIONS(910), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(910), - [sym_number] = ACTIONS(910), - [sym_private_property_identifier] = ACTIONS(910), - [sym_this] = ACTIONS(910), - [sym_super] = ACTIONS(910), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(910), - [sym_undefined] = ACTIONS(910), - [anon_sym_AT] = ACTIONS(910), - [anon_sym_static] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [sym__automatic_semicolon] = ACTIONS(912), - [sym__ternary_qmark] = ACTIONS(912), - [sym_html_comment] = ACTIONS(5), - }, - [154] = { - [sym_comment] = STATE(154), - [sym_identifier] = ACTIONS(914), - [anon_sym_export] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_default] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(914), - [anon_sym_COMMA] = ACTIONS(916), - [anon_sym_RBRACE] = ACTIONS(914), - [anon_sym_import] = ACTIONS(914), - [anon_sym_with] = ACTIONS(914), - [anon_sym_var] = ACTIONS(914), - [anon_sym_let] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_else] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_LPAREN] = ACTIONS(914), - [anon_sym_await] = ACTIONS(914), - [anon_sym_in] = ACTIONS(916), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_try] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_debugger] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_throw] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(914), - [anon_sym_case] = ACTIONS(914), - [anon_sym_yield] = ACTIONS(914), - [anon_sym_LBRACK] = ACTIONS(914), - [anon_sym_LTtemplate_GT] = ACTIONS(914), - [anon_sym_LT] = ACTIONS(914), - [anon_sym_GT] = ACTIONS(916), - [anon_sym_DOT] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(914), - [anon_sym_SQUOTE] = ACTIONS(914), - [anon_sym_class] = ACTIONS(914), - [anon_sym_async] = ACTIONS(914), - [anon_sym_function] = ACTIONS(914), - [sym_optional_chain] = ACTIONS(916), - [anon_sym_new] = ACTIONS(914), - [anon_sym_AMP_AMP] = ACTIONS(916), - [anon_sym_PIPE_PIPE] = ACTIONS(916), - [anon_sym_GT_GT] = ACTIONS(916), - [anon_sym_GT_GT_GT] = ACTIONS(916), - [anon_sym_LT_LT] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_CARET] = ACTIONS(916), - [anon_sym_PIPE] = ACTIONS(916), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_SLASH] = ACTIONS(914), - [anon_sym_PERCENT] = ACTIONS(916), - [anon_sym_STAR_STAR] = ACTIONS(916), - [anon_sym_LT_EQ] = ACTIONS(916), - [anon_sym_EQ_EQ] = ACTIONS(916), - [anon_sym_EQ_EQ_EQ] = ACTIONS(916), - [anon_sym_BANG_EQ] = ACTIONS(916), - [anon_sym_BANG_EQ_EQ] = ACTIONS(916), - [anon_sym_GT_EQ] = ACTIONS(916), - [anon_sym_QMARK_QMARK] = ACTIONS(916), - [anon_sym_instanceof] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(914), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(914), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(914), - [sym_number] = ACTIONS(914), - [sym_private_property_identifier] = ACTIONS(914), - [sym_this] = ACTIONS(914), - [sym_super] = ACTIONS(914), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), - [sym_undefined] = ACTIONS(914), - [anon_sym_AT] = ACTIONS(914), - [anon_sym_static] = ACTIONS(914), - [anon_sym_get] = ACTIONS(914), - [anon_sym_set] = ACTIONS(914), - [sym__automatic_semicolon] = ACTIONS(918), - [sym__ternary_qmark] = ACTIONS(920), - [sym_html_comment] = ACTIONS(5), - }, - [155] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2108), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1067), - [sym_subscript_expression] = STATE(1067), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1899), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(155), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [sym_pattern] = STATE(1994), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_pattern_repeat1] = STATE(2105), - [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(886), - [anon_sym_LBRACE] = ACTIONS(888), - [anon_sym_COMMA] = ACTIONS(890), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [sym_pattern] = STATE(1996), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_pattern_repeat1] = STATE(2191), + [sym_identifier] = ACTIONS(898), + [anon_sym_export] = ACTIONS(900), + [anon_sym_LBRACE] = ACTIONS(902), + [anon_sym_COMMA] = ACTIONS(904), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(886), + [anon_sym_let] = ACTIONS(900), [anon_sym_LPAREN] = ACTIONS(674), [anon_sym_await] = ACTIONS(758), [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(892), - [anon_sym_RBRACK] = ACTIONS(922), + [anon_sym_LBRACK] = ACTIONS(906), + [anon_sym_RBRACK] = ACTIONS(924), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(896), + [anon_sym_async] = ACTIONS(910), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(698), @@ -32165,57 +31870,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(900), + [sym_undefined] = ACTIONS(914), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(886), - [anon_sym_get] = ACTIONS(886), - [anon_sym_set] = ACTIONS(886), + [anon_sym_static] = ACTIONS(900), + [anon_sym_get] = ACTIONS(900), + [anon_sym_set] = ACTIONS(900), [sym_html_comment] = ACTIONS(5), }, - [156] = { - [sym_comment] = STATE(156), - [sym_identifier] = ACTIONS(924), - [anon_sym_export] = ACTIONS(924), + [154] = { + [sym_comment] = STATE(154), + [sym_identifier] = ACTIONS(926), + [anon_sym_export] = ACTIONS(926), [anon_sym_STAR] = ACTIONS(926), - [anon_sym_default] = ACTIONS(924), - [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_default] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(926), [anon_sym_COMMA] = ACTIONS(926), - [anon_sym_RBRACE] = ACTIONS(924), - [anon_sym_import] = ACTIONS(924), - [anon_sym_with] = ACTIONS(924), - [anon_sym_var] = ACTIONS(924), - [anon_sym_let] = ACTIONS(924), - [anon_sym_const] = ACTIONS(924), - [anon_sym_else] = ACTIONS(924), - [anon_sym_if] = ACTIONS(924), - [anon_sym_switch] = ACTIONS(924), - [anon_sym_for] = ACTIONS(924), - [anon_sym_LPAREN] = ACTIONS(924), - [anon_sym_await] = ACTIONS(924), + [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_import] = ACTIONS(926), + [anon_sym_with] = ACTIONS(926), + [anon_sym_var] = ACTIONS(926), + [anon_sym_let] = ACTIONS(926), + [anon_sym_const] = ACTIONS(926), + [anon_sym_else] = ACTIONS(926), + [anon_sym_if] = ACTIONS(926), + [anon_sym_switch] = ACTIONS(926), + [anon_sym_for] = ACTIONS(926), + [anon_sym_LPAREN] = ACTIONS(926), + [anon_sym_await] = ACTIONS(926), [anon_sym_in] = ACTIONS(926), - [anon_sym_while] = ACTIONS(924), - [anon_sym_do] = ACTIONS(924), - [anon_sym_try] = ACTIONS(924), - [anon_sym_break] = ACTIONS(924), - [anon_sym_continue] = ACTIONS(924), - [anon_sym_debugger] = ACTIONS(924), - [anon_sym_return] = ACTIONS(924), - [anon_sym_throw] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(924), - [anon_sym_case] = ACTIONS(924), - [anon_sym_yield] = ACTIONS(924), - [anon_sym_LBRACK] = ACTIONS(924), - [anon_sym_LTtemplate_GT] = ACTIONS(924), - [anon_sym_LT] = ACTIONS(924), + [anon_sym_while] = ACTIONS(926), + [anon_sym_do] = ACTIONS(926), + [anon_sym_try] = ACTIONS(926), + [anon_sym_break] = ACTIONS(926), + [anon_sym_continue] = ACTIONS(926), + [anon_sym_debugger] = ACTIONS(926), + [anon_sym_return] = ACTIONS(926), + [anon_sym_throw] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_case] = ACTIONS(926), + [anon_sym_yield] = ACTIONS(926), + [anon_sym_LBRACK] = ACTIONS(926), + [anon_sym_LTtemplate_GT] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(926), [anon_sym_GT] = ACTIONS(926), [anon_sym_DOT] = ACTIONS(926), - [anon_sym_DQUOTE] = ACTIONS(924), - [anon_sym_SQUOTE] = ACTIONS(924), - [anon_sym_class] = ACTIONS(924), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(924), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_class] = ACTIONS(926), + [anon_sym_async] = ACTIONS(926), + [anon_sym_function] = ACTIONS(926), [sym_optional_chain] = ACTIONS(926), - [anon_sym_new] = ACTIONS(924), + [anon_sym_new] = ACTIONS(926), [anon_sym_AMP_AMP] = ACTIONS(926), [anon_sym_PIPE_PIPE] = ACTIONS(926), [anon_sym_GT_GT] = ACTIONS(926), @@ -32224,9 +31929,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(926), [anon_sym_CARET] = ACTIONS(926), [anon_sym_PIPE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(924), - [anon_sym_DASH] = ACTIONS(924), - [anon_sym_SLASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), [anon_sym_PERCENT] = ACTIONS(926), [anon_sym_STAR_STAR] = ACTIONS(926), [anon_sym_LT_EQ] = ACTIONS(926), @@ -32237,75 +31942,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(926), [anon_sym_QMARK_QMARK] = ACTIONS(926), [anon_sym_instanceof] = ACTIONS(926), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(924), - [anon_sym_typeof] = ACTIONS(924), - [anon_sym_void] = ACTIONS(924), - [anon_sym_delete] = ACTIONS(924), - [anon_sym_PLUS_PLUS] = ACTIONS(924), - [anon_sym_DASH_DASH] = ACTIONS(924), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_typeof] = ACTIONS(926), + [anon_sym_void] = ACTIONS(926), + [anon_sym_delete] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_DASH_DASH] = ACTIONS(926), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(924), - [sym_number] = ACTIONS(924), - [sym_private_property_identifier] = ACTIONS(924), - [sym_this] = ACTIONS(924), - [sym_super] = ACTIONS(924), - [sym_true] = ACTIONS(924), - [sym_false] = ACTIONS(924), - [sym_null] = ACTIONS(924), - [sym_undefined] = ACTIONS(924), - [anon_sym_AT] = ACTIONS(924), - [anon_sym_static] = ACTIONS(924), - [anon_sym_get] = ACTIONS(924), - [anon_sym_set] = ACTIONS(924), + [anon_sym_BQUOTE] = ACTIONS(926), + [sym_number] = ACTIONS(926), + [sym_private_property_identifier] = ACTIONS(926), + [sym_this] = ACTIONS(926), + [sym_super] = ACTIONS(926), + [sym_true] = ACTIONS(926), + [sym_false] = ACTIONS(926), + [sym_null] = ACTIONS(926), + [sym_undefined] = ACTIONS(926), + [anon_sym_AT] = ACTIONS(926), + [anon_sym_static] = ACTIONS(926), + [anon_sym_get] = ACTIONS(926), + [anon_sym_set] = ACTIONS(926), [sym__automatic_semicolon] = ACTIONS(928), - [sym__ternary_qmark] = ACTIONS(930), + [sym__ternary_qmark] = ACTIONS(928), [sym_html_comment] = ACTIONS(5), }, - [157] = { - [sym_comment] = STATE(157), - [sym_identifier] = ACTIONS(932), - [anon_sym_export] = ACTIONS(932), + [155] = { + [sym_comment] = STATE(155), + [sym_identifier] = ACTIONS(930), + [anon_sym_export] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_default] = ACTIONS(930), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_COMMA] = ACTIONS(930), + [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_import] = ACTIONS(930), + [anon_sym_with] = ACTIONS(930), + [anon_sym_var] = ACTIONS(930), + [anon_sym_let] = ACTIONS(930), + [anon_sym_const] = ACTIONS(930), + [anon_sym_else] = ACTIONS(930), + [anon_sym_if] = ACTIONS(930), + [anon_sym_switch] = ACTIONS(930), + [anon_sym_for] = ACTIONS(930), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_await] = ACTIONS(930), + [anon_sym_in] = ACTIONS(930), + [anon_sym_while] = ACTIONS(930), + [anon_sym_do] = ACTIONS(930), + [anon_sym_try] = ACTIONS(930), + [anon_sym_break] = ACTIONS(930), + [anon_sym_continue] = ACTIONS(930), + [anon_sym_debugger] = ACTIONS(930), + [anon_sym_return] = ACTIONS(930), + [anon_sym_throw] = ACTIONS(930), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_case] = ACTIONS(930), + [anon_sym_yield] = ACTIONS(930), + [anon_sym_LBRACK] = ACTIONS(930), + [anon_sym_LTtemplate_GT] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(930), + [anon_sym_GT] = ACTIONS(930), + [anon_sym_DOT] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(930), + [anon_sym_SQUOTE] = ACTIONS(930), + [anon_sym_class] = ACTIONS(930), + [anon_sym_async] = ACTIONS(930), + [anon_sym_function] = ACTIONS(930), + [sym_optional_chain] = ACTIONS(930), + [anon_sym_new] = ACTIONS(930), + [anon_sym_AMP_AMP] = ACTIONS(930), + [anon_sym_PIPE_PIPE] = ACTIONS(930), + [anon_sym_GT_GT] = ACTIONS(930), + [anon_sym_GT_GT_GT] = ACTIONS(930), + [anon_sym_LT_LT] = ACTIONS(930), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_CARET] = ACTIONS(930), + [anon_sym_PIPE] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(930), + [anon_sym_PERCENT] = ACTIONS(930), + [anon_sym_STAR_STAR] = ACTIONS(930), + [anon_sym_LT_EQ] = ACTIONS(930), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(930), + [anon_sym_GT_EQ] = ACTIONS(930), + [anon_sym_QMARK_QMARK] = ACTIONS(930), + [anon_sym_instanceof] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_DASH_DASH] = ACTIONS(930), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(930), + [sym_number] = ACTIONS(930), + [sym_private_property_identifier] = ACTIONS(930), + [sym_this] = ACTIONS(930), + [sym_super] = ACTIONS(930), + [sym_true] = ACTIONS(930), + [sym_false] = ACTIONS(930), + [sym_null] = ACTIONS(930), + [sym_undefined] = ACTIONS(930), + [anon_sym_AT] = ACTIONS(930), + [anon_sym_static] = ACTIONS(930), + [anon_sym_get] = ACTIONS(930), + [anon_sym_set] = ACTIONS(930), + [sym__automatic_semicolon] = ACTIONS(932), + [sym__ternary_qmark] = ACTIONS(932), + [sym_html_comment] = ACTIONS(5), + }, + [156] = { + [sym_comment] = STATE(156), + [sym_identifier] = ACTIONS(934), + [anon_sym_export] = ACTIONS(934), [anon_sym_STAR] = ACTIONS(934), - [anon_sym_default] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(932), + [anon_sym_default] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(934), [anon_sym_COMMA] = ACTIONS(934), - [anon_sym_RBRACE] = ACTIONS(932), - [anon_sym_import] = ACTIONS(932), - [anon_sym_with] = ACTIONS(932), - [anon_sym_var] = ACTIONS(932), - [anon_sym_let] = ACTIONS(932), - [anon_sym_const] = ACTIONS(932), - [anon_sym_else] = ACTIONS(932), - [anon_sym_if] = ACTIONS(932), - [anon_sym_switch] = ACTIONS(932), - [anon_sym_for] = ACTIONS(932), - [anon_sym_LPAREN] = ACTIONS(932), - [anon_sym_await] = ACTIONS(932), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_import] = ACTIONS(934), + [anon_sym_with] = ACTIONS(934), + [anon_sym_var] = ACTIONS(934), + [anon_sym_let] = ACTIONS(934), + [anon_sym_const] = ACTIONS(934), + [anon_sym_else] = ACTIONS(934), + [anon_sym_if] = ACTIONS(934), + [anon_sym_switch] = ACTIONS(934), + [anon_sym_for] = ACTIONS(934), + [anon_sym_LPAREN] = ACTIONS(934), + [anon_sym_await] = ACTIONS(934), [anon_sym_in] = ACTIONS(934), - [anon_sym_while] = ACTIONS(932), - [anon_sym_do] = ACTIONS(932), - [anon_sym_try] = ACTIONS(932), - [anon_sym_break] = ACTIONS(932), - [anon_sym_continue] = ACTIONS(932), - [anon_sym_debugger] = ACTIONS(932), - [anon_sym_return] = ACTIONS(932), - [anon_sym_throw] = ACTIONS(932), - [anon_sym_SEMI] = ACTIONS(932), - [anon_sym_case] = ACTIONS(932), - [anon_sym_yield] = ACTIONS(932), - [anon_sym_LBRACK] = ACTIONS(932), - [anon_sym_LTtemplate_GT] = ACTIONS(932), - [anon_sym_LT] = ACTIONS(932), + [anon_sym_while] = ACTIONS(934), + [anon_sym_do] = ACTIONS(934), + [anon_sym_try] = ACTIONS(934), + [anon_sym_break] = ACTIONS(934), + [anon_sym_continue] = ACTIONS(934), + [anon_sym_debugger] = ACTIONS(934), + [anon_sym_return] = ACTIONS(934), + [anon_sym_throw] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_case] = ACTIONS(934), + [anon_sym_yield] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(934), + [anon_sym_LTtemplate_GT] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(934), [anon_sym_GT] = ACTIONS(934), [anon_sym_DOT] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(932), - [anon_sym_SQUOTE] = ACTIONS(932), - [anon_sym_class] = ACTIONS(932), - [anon_sym_async] = ACTIONS(932), - [anon_sym_function] = ACTIONS(932), + [anon_sym_DQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_class] = ACTIONS(934), + [anon_sym_async] = ACTIONS(934), + [anon_sym_function] = ACTIONS(934), [sym_optional_chain] = ACTIONS(934), - [anon_sym_new] = ACTIONS(932), + [anon_sym_new] = ACTIONS(934), [anon_sym_AMP_AMP] = ACTIONS(934), [anon_sym_PIPE_PIPE] = ACTIONS(934), [anon_sym_GT_GT] = ACTIONS(934), @@ -32314,9 +32109,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(934), [anon_sym_CARET] = ACTIONS(934), [anon_sym_PIPE] = ACTIONS(934), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_SLASH] = ACTIONS(932), + [anon_sym_PLUS] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(934), + [anon_sym_SLASH] = ACTIONS(934), [anon_sym_PERCENT] = ACTIONS(934), [anon_sym_STAR_STAR] = ACTIONS(934), [anon_sym_LT_EQ] = ACTIONS(934), @@ -32327,33 +32122,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(934), [anon_sym_QMARK_QMARK] = ACTIONS(934), [anon_sym_instanceof] = ACTIONS(934), - [anon_sym_BANG] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(932), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(932), - [anon_sym_DASH_DASH] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_typeof] = ACTIONS(934), + [anon_sym_void] = ACTIONS(934), + [anon_sym_delete] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_DASH_DASH] = ACTIONS(934), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(932), - [sym_number] = ACTIONS(932), - [sym_private_property_identifier] = ACTIONS(932), - [sym_this] = ACTIONS(932), - [sym_super] = ACTIONS(932), - [sym_true] = ACTIONS(932), - [sym_false] = ACTIONS(932), - [sym_null] = ACTIONS(932), - [sym_undefined] = ACTIONS(932), - [anon_sym_AT] = ACTIONS(932), - [anon_sym_static] = ACTIONS(932), - [anon_sym_get] = ACTIONS(932), - [anon_sym_set] = ACTIONS(932), + [anon_sym_BQUOTE] = ACTIONS(934), + [sym_number] = ACTIONS(934), + [sym_private_property_identifier] = ACTIONS(934), + [sym_this] = ACTIONS(934), + [sym_super] = ACTIONS(934), + [sym_true] = ACTIONS(934), + [sym_false] = ACTIONS(934), + [sym_null] = ACTIONS(934), + [sym_undefined] = ACTIONS(934), + [anon_sym_AT] = ACTIONS(934), + [anon_sym_static] = ACTIONS(934), + [anon_sym_get] = ACTIONS(934), + [anon_sym_set] = ACTIONS(934), [sym__automatic_semicolon] = ACTIONS(936), [sym__ternary_qmark] = ACTIONS(938), [sym_html_comment] = ACTIONS(5), }, - [158] = { - [sym_comment] = STATE(158), + [157] = { + [sym_comment] = STATE(157), [sym_identifier] = ACTIONS(940), [anon_sym_export] = ACTIONS(940), [anon_sym_STAR] = ACTIONS(942), @@ -32442,184 +32237,274 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ternary_qmark] = ACTIONS(946), [sym_html_comment] = ACTIONS(5), }, + [158] = { + [sym_comment] = STATE(158), + [ts_builtin_sym_end] = ACTIONS(948), + [sym_identifier] = ACTIONS(856), + [anon_sym_export] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(858), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(858), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_import] = ACTIONS(856), + [anon_sym_with] = ACTIONS(856), + [anon_sym_var] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_else] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_switch] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_await] = ACTIONS(856), + [anon_sym_in] = ACTIONS(858), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_debugger] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_throw] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_yield] = ACTIONS(856), + [anon_sym_EQ] = ACTIONS(860), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LTtemplate_GT] = ACTIONS(856), + [anon_sym_LT] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(858), + [anon_sym_DOT] = ACTIONS(858), + [anon_sym_DQUOTE] = ACTIONS(856), + [anon_sym_SQUOTE] = ACTIONS(856), + [anon_sym_class] = ACTIONS(856), + [anon_sym_async] = ACTIONS(856), + [anon_sym_function] = ACTIONS(856), + [sym_optional_chain] = ACTIONS(858), + [anon_sym_new] = ACTIONS(856), + [anon_sym_AMP_AMP] = ACTIONS(858), + [anon_sym_PIPE_PIPE] = ACTIONS(858), + [anon_sym_GT_GT] = ACTIONS(858), + [anon_sym_GT_GT_GT] = ACTIONS(858), + [anon_sym_LT_LT] = ACTIONS(858), + [anon_sym_AMP] = ACTIONS(858), + [anon_sym_CARET] = ACTIONS(858), + [anon_sym_PIPE] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_PERCENT] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_EQ_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_QMARK_QMARK] = ACTIONS(858), + [anon_sym_instanceof] = ACTIONS(858), + [anon_sym_BANG] = ACTIONS(856), + [anon_sym_TILDE] = ACTIONS(856), + [anon_sym_typeof] = ACTIONS(856), + [anon_sym_void] = ACTIONS(856), + [anon_sym_delete] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_DASH_DASH] = ACTIONS(856), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(856), + [sym_number] = ACTIONS(856), + [sym_private_property_identifier] = ACTIONS(856), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(856), + [sym_true] = ACTIONS(856), + [sym_false] = ACTIONS(856), + [sym_null] = ACTIONS(856), + [sym_undefined] = ACTIONS(856), + [anon_sym_AT] = ACTIONS(856), + [anon_sym_static] = ACTIONS(856), + [anon_sym_get] = ACTIONS(856), + [anon_sym_set] = ACTIONS(856), + [sym__automatic_semicolon] = ACTIONS(950), + [sym__ternary_qmark] = ACTIONS(864), + [sym_html_comment] = ACTIONS(5), + }, [159] = { [sym_comment] = STATE(159), - [sym_identifier] = ACTIONS(948), - [anon_sym_export] = ACTIONS(948), - [anon_sym_STAR] = ACTIONS(950), - [anon_sym_default] = ACTIONS(948), - [anon_sym_LBRACE] = ACTIONS(948), - [anon_sym_COMMA] = ACTIONS(950), - [anon_sym_RBRACE] = ACTIONS(948), - [anon_sym_import] = ACTIONS(948), - [anon_sym_with] = ACTIONS(948), - [anon_sym_var] = ACTIONS(948), - [anon_sym_let] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [anon_sym_else] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_switch] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_LPAREN] = ACTIONS(948), - [anon_sym_await] = ACTIONS(948), - [anon_sym_in] = ACTIONS(950), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_try] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_debugger] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_throw] = ACTIONS(948), - [anon_sym_SEMI] = ACTIONS(948), - [anon_sym_case] = ACTIONS(948), - [anon_sym_yield] = ACTIONS(948), - [anon_sym_LBRACK] = ACTIONS(948), - [anon_sym_LTtemplate_GT] = ACTIONS(948), - [anon_sym_LT] = ACTIONS(948), - [anon_sym_GT] = ACTIONS(950), - [anon_sym_DOT] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(948), - [anon_sym_SQUOTE] = ACTIONS(948), - [anon_sym_class] = ACTIONS(948), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(948), - [sym_optional_chain] = ACTIONS(950), - [anon_sym_new] = ACTIONS(948), - [anon_sym_AMP_AMP] = ACTIONS(950), - [anon_sym_PIPE_PIPE] = ACTIONS(950), - [anon_sym_GT_GT] = ACTIONS(950), - [anon_sym_GT_GT_GT] = ACTIONS(950), - [anon_sym_LT_LT] = ACTIONS(950), - [anon_sym_AMP] = ACTIONS(950), - [anon_sym_CARET] = ACTIONS(950), - [anon_sym_PIPE] = ACTIONS(950), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_SLASH] = ACTIONS(948), - [anon_sym_PERCENT] = ACTIONS(950), - [anon_sym_STAR_STAR] = ACTIONS(950), - [anon_sym_LT_EQ] = ACTIONS(950), - [anon_sym_EQ_EQ] = ACTIONS(950), - [anon_sym_EQ_EQ_EQ] = ACTIONS(950), - [anon_sym_BANG_EQ] = ACTIONS(950), - [anon_sym_BANG_EQ_EQ] = ACTIONS(950), - [anon_sym_GT_EQ] = ACTIONS(950), - [anon_sym_QMARK_QMARK] = ACTIONS(950), - [anon_sym_instanceof] = ACTIONS(950), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_TILDE] = ACTIONS(948), - [anon_sym_typeof] = ACTIONS(948), - [anon_sym_void] = ACTIONS(948), - [anon_sym_delete] = ACTIONS(948), - [anon_sym_PLUS_PLUS] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(948), + [sym_identifier] = ACTIONS(952), + [anon_sym_export] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(952), + [anon_sym_COMMA] = ACTIONS(952), + [anon_sym_RBRACE] = ACTIONS(952), + [anon_sym_import] = ACTIONS(952), + [anon_sym_with] = ACTIONS(952), + [anon_sym_var] = ACTIONS(952), + [anon_sym_let] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_LPAREN] = ACTIONS(952), + [anon_sym_await] = ACTIONS(952), + [anon_sym_in] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_try] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_debugger] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_throw] = ACTIONS(952), + [anon_sym_SEMI] = ACTIONS(952), + [anon_sym_case] = ACTIONS(952), + [anon_sym_yield] = ACTIONS(952), + [anon_sym_LBRACK] = ACTIONS(952), + [anon_sym_LTtemplate_GT] = ACTIONS(952), + [anon_sym_LT] = ACTIONS(952), + [anon_sym_GT] = ACTIONS(952), + [anon_sym_DOT] = ACTIONS(952), + [anon_sym_DQUOTE] = ACTIONS(952), + [anon_sym_SQUOTE] = ACTIONS(952), + [anon_sym_class] = ACTIONS(952), + [anon_sym_async] = ACTIONS(952), + [anon_sym_function] = ACTIONS(952), + [sym_optional_chain] = ACTIONS(952), + [anon_sym_new] = ACTIONS(952), + [anon_sym_AMP_AMP] = ACTIONS(952), + [anon_sym_PIPE_PIPE] = ACTIONS(952), + [anon_sym_GT_GT] = ACTIONS(952), + [anon_sym_GT_GT_GT] = ACTIONS(952), + [anon_sym_LT_LT] = ACTIONS(952), + [anon_sym_AMP] = ACTIONS(952), + [anon_sym_CARET] = ACTIONS(952), + [anon_sym_PIPE] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_SLASH] = ACTIONS(952), + [anon_sym_PERCENT] = ACTIONS(952), + [anon_sym_STAR_STAR] = ACTIONS(952), + [anon_sym_LT_EQ] = ACTIONS(952), + [anon_sym_EQ_EQ] = ACTIONS(952), + [anon_sym_EQ_EQ_EQ] = ACTIONS(952), + [anon_sym_BANG_EQ] = ACTIONS(952), + [anon_sym_BANG_EQ_EQ] = ACTIONS(952), + [anon_sym_GT_EQ] = ACTIONS(952), + [anon_sym_QMARK_QMARK] = ACTIONS(952), + [anon_sym_instanceof] = ACTIONS(952), + [anon_sym_BANG] = ACTIONS(952), + [anon_sym_TILDE] = ACTIONS(952), + [anon_sym_typeof] = ACTIONS(952), + [anon_sym_void] = ACTIONS(952), + [anon_sym_delete] = ACTIONS(952), + [anon_sym_PLUS_PLUS] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(952), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(948), - [sym_number] = ACTIONS(948), - [sym_private_property_identifier] = ACTIONS(948), - [sym_this] = ACTIONS(948), - [sym_super] = ACTIONS(948), - [sym_true] = ACTIONS(948), - [sym_false] = ACTIONS(948), - [sym_null] = ACTIONS(948), - [sym_undefined] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(948), - [anon_sym_static] = ACTIONS(948), - [anon_sym_get] = ACTIONS(948), - [anon_sym_set] = ACTIONS(948), - [sym__automatic_semicolon] = ACTIONS(952), + [anon_sym_BQUOTE] = ACTIONS(952), + [sym_number] = ACTIONS(952), + [sym_private_property_identifier] = ACTIONS(952), + [sym_this] = ACTIONS(952), + [sym_super] = ACTIONS(952), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), + [sym_undefined] = ACTIONS(952), + [anon_sym_AT] = ACTIONS(952), + [anon_sym_static] = ACTIONS(952), + [anon_sym_get] = ACTIONS(952), + [anon_sym_set] = ACTIONS(952), + [sym__automatic_semicolon] = ACTIONS(954), [sym__ternary_qmark] = ACTIONS(954), [sym_html_comment] = ACTIONS(5), }, [160] = { [sym_comment] = STATE(160), - [sym_identifier] = ACTIONS(864), - [anon_sym_export] = ACTIONS(864), - [anon_sym_STAR] = ACTIONS(866), - [anon_sym_default] = ACTIONS(864), - [anon_sym_LBRACE] = ACTIONS(864), - [anon_sym_COMMA] = ACTIONS(866), - [anon_sym_RBRACE] = ACTIONS(864), - [anon_sym_import] = ACTIONS(864), - [anon_sym_with] = ACTIONS(864), - [anon_sym_var] = ACTIONS(864), - [anon_sym_let] = ACTIONS(864), - [anon_sym_const] = ACTIONS(864), - [anon_sym_if] = ACTIONS(864), - [anon_sym_switch] = ACTIONS(864), - [anon_sym_for] = ACTIONS(864), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_await] = ACTIONS(864), - [anon_sym_in] = ACTIONS(866), - [anon_sym_while] = ACTIONS(864), - [anon_sym_do] = ACTIONS(864), - [anon_sym_try] = ACTIONS(864), - [anon_sym_break] = ACTIONS(864), - [anon_sym_continue] = ACTIONS(864), - [anon_sym_debugger] = ACTIONS(864), - [anon_sym_return] = ACTIONS(864), - [anon_sym_throw] = ACTIONS(864), - [anon_sym_SEMI] = ACTIONS(864), - [anon_sym_case] = ACTIONS(864), - [anon_sym_yield] = ACTIONS(864), - [anon_sym_EQ] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(864), - [anon_sym_LTtemplate_GT] = ACTIONS(864), - [anon_sym_LT] = ACTIONS(864), - [anon_sym_GT] = ACTIONS(866), - [anon_sym_DOT] = ACTIONS(866), - [anon_sym_DQUOTE] = ACTIONS(864), - [anon_sym_SQUOTE] = ACTIONS(864), - [anon_sym_class] = ACTIONS(864), - [anon_sym_async] = ACTIONS(864), - [anon_sym_function] = ACTIONS(864), - [sym_optional_chain] = ACTIONS(866), - [anon_sym_new] = ACTIONS(864), - [anon_sym_AMP_AMP] = ACTIONS(866), - [anon_sym_PIPE_PIPE] = ACTIONS(866), - [anon_sym_GT_GT] = ACTIONS(866), - [anon_sym_GT_GT_GT] = ACTIONS(866), - [anon_sym_LT_LT] = ACTIONS(866), - [anon_sym_AMP] = ACTIONS(866), - [anon_sym_CARET] = ACTIONS(866), - [anon_sym_PIPE] = ACTIONS(866), - [anon_sym_PLUS] = ACTIONS(864), - [anon_sym_DASH] = ACTIONS(864), - [anon_sym_SLASH] = ACTIONS(864), - [anon_sym_PERCENT] = ACTIONS(866), - [anon_sym_STAR_STAR] = ACTIONS(866), - [anon_sym_LT_EQ] = ACTIONS(866), - [anon_sym_EQ_EQ] = ACTIONS(866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(866), - [anon_sym_GT_EQ] = ACTIONS(866), - [anon_sym_QMARK_QMARK] = ACTIONS(866), - [anon_sym_instanceof] = ACTIONS(866), - [anon_sym_BANG] = ACTIONS(864), - [anon_sym_TILDE] = ACTIONS(864), - [anon_sym_typeof] = ACTIONS(864), - [anon_sym_void] = ACTIONS(864), - [anon_sym_delete] = ACTIONS(864), - [anon_sym_PLUS_PLUS] = ACTIONS(864), - [anon_sym_DASH_DASH] = ACTIONS(864), + [sym_identifier] = ACTIONS(856), + [anon_sym_export] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(858), + [anon_sym_default] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(858), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_import] = ACTIONS(856), + [anon_sym_with] = ACTIONS(856), + [anon_sym_var] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_switch] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_await] = ACTIONS(856), + [anon_sym_in] = ACTIONS(858), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_debugger] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_throw] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_case] = ACTIONS(856), + [anon_sym_yield] = ACTIONS(856), + [anon_sym_EQ] = ACTIONS(860), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LTtemplate_GT] = ACTIONS(856), + [anon_sym_LT] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(858), + [anon_sym_DOT] = ACTIONS(858), + [anon_sym_DQUOTE] = ACTIONS(856), + [anon_sym_SQUOTE] = ACTIONS(856), + [anon_sym_class] = ACTIONS(856), + [anon_sym_async] = ACTIONS(856), + [anon_sym_function] = ACTIONS(856), + [sym_optional_chain] = ACTIONS(858), + [anon_sym_new] = ACTIONS(856), + [anon_sym_AMP_AMP] = ACTIONS(858), + [anon_sym_PIPE_PIPE] = ACTIONS(858), + [anon_sym_GT_GT] = ACTIONS(858), + [anon_sym_GT_GT_GT] = ACTIONS(858), + [anon_sym_LT_LT] = ACTIONS(858), + [anon_sym_AMP] = ACTIONS(858), + [anon_sym_CARET] = ACTIONS(858), + [anon_sym_PIPE] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_PERCENT] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_EQ_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_QMARK_QMARK] = ACTIONS(858), + [anon_sym_instanceof] = ACTIONS(858), + [anon_sym_BANG] = ACTIONS(856), + [anon_sym_TILDE] = ACTIONS(856), + [anon_sym_typeof] = ACTIONS(856), + [anon_sym_void] = ACTIONS(856), + [anon_sym_delete] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_DASH_DASH] = ACTIONS(856), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(864), - [sym_number] = ACTIONS(864), - [sym_private_property_identifier] = ACTIONS(864), - [sym_this] = ACTIONS(864), - [sym_super] = ACTIONS(864), - [sym_true] = ACTIONS(864), - [sym_false] = ACTIONS(864), - [sym_null] = ACTIONS(864), - [sym_undefined] = ACTIONS(864), - [anon_sym_AT] = ACTIONS(864), - [anon_sym_static] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), + [anon_sym_BQUOTE] = ACTIONS(856), + [sym_number] = ACTIONS(856), + [sym_private_property_identifier] = ACTIONS(856), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(856), + [sym_true] = ACTIONS(856), + [sym_false] = ACTIONS(856), + [sym_null] = ACTIONS(856), + [sym_undefined] = ACTIONS(856), + [anon_sym_AT] = ACTIONS(856), + [anon_sym_static] = ACTIONS(856), + [anon_sym_get] = ACTIONS(856), + [anon_sym_set] = ACTIONS(856), [sym__automatic_semicolon] = ACTIONS(956), - [sym__ternary_qmark] = ACTIONS(872), + [sym__ternary_qmark] = ACTIONS(864), [sym_html_comment] = ACTIONS(5), }, [161] = { @@ -32714,248 +32599,338 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [162] = { [sym_comment] = STATE(162), - [sym_identifier] = ACTIONS(966), - [anon_sym_export] = ACTIONS(966), - [anon_sym_STAR] = ACTIONS(968), - [anon_sym_default] = ACTIONS(966), - [anon_sym_LBRACE] = ACTIONS(966), - [anon_sym_COMMA] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(966), - [anon_sym_import] = ACTIONS(966), - [anon_sym_with] = ACTIONS(966), - [anon_sym_var] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [anon_sym_else] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(966), - [anon_sym_await] = ACTIONS(966), - [anon_sym_in] = ACTIONS(968), - [anon_sym_while] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_try] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_debugger] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_throw] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(966), - [anon_sym_case] = ACTIONS(966), - [anon_sym_yield] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(966), - [anon_sym_LTtemplate_GT] = ACTIONS(966), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(968), - [anon_sym_DOT] = ACTIONS(968), - [anon_sym_DQUOTE] = ACTIONS(966), - [anon_sym_SQUOTE] = ACTIONS(966), - [anon_sym_class] = ACTIONS(966), - [anon_sym_async] = ACTIONS(966), - [anon_sym_function] = ACTIONS(966), - [sym_optional_chain] = ACTIONS(968), - [anon_sym_new] = ACTIONS(966), - [anon_sym_AMP_AMP] = ACTIONS(968), - [anon_sym_PIPE_PIPE] = ACTIONS(968), - [anon_sym_GT_GT] = ACTIONS(968), - [anon_sym_GT_GT_GT] = ACTIONS(968), - [anon_sym_LT_LT] = ACTIONS(968), - [anon_sym_AMP] = ACTIONS(968), - [anon_sym_CARET] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(968), - [anon_sym_STAR_STAR] = ACTIONS(968), - [anon_sym_LT_EQ] = ACTIONS(968), - [anon_sym_EQ_EQ] = ACTIONS(968), - [anon_sym_EQ_EQ_EQ] = ACTIONS(968), - [anon_sym_BANG_EQ] = ACTIONS(968), - [anon_sym_BANG_EQ_EQ] = ACTIONS(968), - [anon_sym_GT_EQ] = ACTIONS(968), - [anon_sym_QMARK_QMARK] = ACTIONS(968), - [anon_sym_instanceof] = ACTIONS(968), - [anon_sym_BANG] = ACTIONS(966), - [anon_sym_TILDE] = ACTIONS(966), - [anon_sym_typeof] = ACTIONS(966), - [anon_sym_void] = ACTIONS(966), - [anon_sym_delete] = ACTIONS(966), - [anon_sym_PLUS_PLUS] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(966), + [sym_identifier] = ACTIONS(934), + [anon_sym_export] = ACTIONS(934), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_default] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_COMMA] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_import] = ACTIONS(934), + [anon_sym_with] = ACTIONS(934), + [anon_sym_var] = ACTIONS(934), + [anon_sym_let] = ACTIONS(934), + [anon_sym_const] = ACTIONS(934), + [anon_sym_else] = ACTIONS(934), + [anon_sym_if] = ACTIONS(934), + [anon_sym_switch] = ACTIONS(934), + [anon_sym_for] = ACTIONS(934), + [anon_sym_LPAREN] = ACTIONS(934), + [anon_sym_await] = ACTIONS(934), + [anon_sym_in] = ACTIONS(934), + [anon_sym_while] = ACTIONS(934), + [anon_sym_do] = ACTIONS(934), + [anon_sym_try] = ACTIONS(934), + [anon_sym_break] = ACTIONS(934), + [anon_sym_continue] = ACTIONS(934), + [anon_sym_debugger] = ACTIONS(934), + [anon_sym_return] = ACTIONS(934), + [anon_sym_throw] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_case] = ACTIONS(934), + [anon_sym_yield] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(934), + [anon_sym_LTtemplate_GT] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(934), + [anon_sym_GT] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_class] = ACTIONS(934), + [anon_sym_async] = ACTIONS(934), + [anon_sym_function] = ACTIONS(934), + [sym_optional_chain] = ACTIONS(934), + [anon_sym_new] = ACTIONS(934), + [anon_sym_AMP_AMP] = ACTIONS(934), + [anon_sym_PIPE_PIPE] = ACTIONS(934), + [anon_sym_GT_GT] = ACTIONS(934), + [anon_sym_GT_GT_GT] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_CARET] = ACTIONS(934), + [anon_sym_PIPE] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(934), + [anon_sym_SLASH] = ACTIONS(934), + [anon_sym_PERCENT] = ACTIONS(934), + [anon_sym_STAR_STAR] = ACTIONS(934), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_QMARK_QMARK] = ACTIONS(934), + [anon_sym_instanceof] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_typeof] = ACTIONS(934), + [anon_sym_void] = ACTIONS(934), + [anon_sym_delete] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_DASH_DASH] = ACTIONS(934), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(966), - [sym_number] = ACTIONS(966), - [sym_private_property_identifier] = ACTIONS(966), - [sym_this] = ACTIONS(966), - [sym_super] = ACTIONS(966), - [sym_true] = ACTIONS(966), - [sym_false] = ACTIONS(966), - [sym_null] = ACTIONS(966), - [sym_undefined] = ACTIONS(966), - [anon_sym_AT] = ACTIONS(966), - [anon_sym_static] = ACTIONS(966), - [anon_sym_get] = ACTIONS(966), - [anon_sym_set] = ACTIONS(966), - [sym__automatic_semicolon] = ACTIONS(970), - [sym__ternary_qmark] = ACTIONS(972), + [anon_sym_BQUOTE] = ACTIONS(934), + [sym_number] = ACTIONS(934), + [sym_private_property_identifier] = ACTIONS(934), + [sym_this] = ACTIONS(934), + [sym_super] = ACTIONS(934), + [sym_true] = ACTIONS(934), + [sym_false] = ACTIONS(934), + [sym_null] = ACTIONS(934), + [sym_undefined] = ACTIONS(934), + [anon_sym_AT] = ACTIONS(934), + [anon_sym_static] = ACTIONS(934), + [anon_sym_get] = ACTIONS(934), + [anon_sym_set] = ACTIONS(934), + [sym__automatic_semicolon] = ACTIONS(938), + [sym__ternary_qmark] = ACTIONS(938), [sym_html_comment] = ACTIONS(5), }, [163] = { [sym_comment] = STATE(163), - [sym_identifier] = ACTIONS(974), - [anon_sym_export] = ACTIONS(974), - [anon_sym_STAR] = ACTIONS(976), - [anon_sym_default] = ACTIONS(974), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_COMMA] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_import] = ACTIONS(974), - [anon_sym_with] = ACTIONS(974), - [anon_sym_var] = ACTIONS(974), - [anon_sym_let] = ACTIONS(974), - [anon_sym_const] = ACTIONS(974), - [anon_sym_else] = ACTIONS(974), - [anon_sym_if] = ACTIONS(974), - [anon_sym_switch] = ACTIONS(974), - [anon_sym_for] = ACTIONS(974), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_await] = ACTIONS(974), - [anon_sym_in] = ACTIONS(976), - [anon_sym_while] = ACTIONS(974), - [anon_sym_do] = ACTIONS(974), - [anon_sym_try] = ACTIONS(974), - [anon_sym_break] = ACTIONS(974), - [anon_sym_continue] = ACTIONS(974), - [anon_sym_debugger] = ACTIONS(974), - [anon_sym_return] = ACTIONS(974), - [anon_sym_throw] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_case] = ACTIONS(974), - [anon_sym_yield] = ACTIONS(974), - [anon_sym_LBRACK] = ACTIONS(974), - [anon_sym_LTtemplate_GT] = ACTIONS(974), - [anon_sym_LT] = ACTIONS(974), - [anon_sym_GT] = ACTIONS(976), - [anon_sym_DOT] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_class] = ACTIONS(974), - [anon_sym_async] = ACTIONS(974), - [anon_sym_function] = ACTIONS(974), - [sym_optional_chain] = ACTIONS(976), - [anon_sym_new] = ACTIONS(974), - [anon_sym_AMP_AMP] = ACTIONS(976), - [anon_sym_PIPE_PIPE] = ACTIONS(976), - [anon_sym_GT_GT] = ACTIONS(976), - [anon_sym_GT_GT_GT] = ACTIONS(976), - [anon_sym_LT_LT] = ACTIONS(976), - [anon_sym_AMP] = ACTIONS(976), - [anon_sym_CARET] = ACTIONS(976), - [anon_sym_PIPE] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(974), - [anon_sym_SLASH] = ACTIONS(974), - [anon_sym_PERCENT] = ACTIONS(976), - [anon_sym_STAR_STAR] = ACTIONS(976), - [anon_sym_LT_EQ] = ACTIONS(976), - [anon_sym_EQ_EQ] = ACTIONS(976), - [anon_sym_EQ_EQ_EQ] = ACTIONS(976), - [anon_sym_BANG_EQ] = ACTIONS(976), - [anon_sym_BANG_EQ_EQ] = ACTIONS(976), - [anon_sym_GT_EQ] = ACTIONS(976), - [anon_sym_QMARK_QMARK] = ACTIONS(976), - [anon_sym_instanceof] = ACTIONS(976), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_typeof] = ACTIONS(974), - [anon_sym_void] = ACTIONS(974), - [anon_sym_delete] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_DASH_DASH] = ACTIONS(974), + [sym_identifier] = ACTIONS(856), + [anon_sym_export] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_default] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_import] = ACTIONS(856), + [anon_sym_with] = ACTIONS(856), + [anon_sym_var] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_else] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_switch] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_await] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_debugger] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_throw] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_case] = ACTIONS(856), + [anon_sym_yield] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LTtemplate_GT] = ACTIONS(856), + [anon_sym_LT] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [anon_sym_SQUOTE] = ACTIONS(856), + [anon_sym_class] = ACTIONS(856), + [anon_sym_async] = ACTIONS(856), + [anon_sym_function] = ACTIONS(856), + [sym_optional_chain] = ACTIONS(856), + [anon_sym_new] = ACTIONS(856), + [anon_sym_AMP_AMP] = ACTIONS(856), + [anon_sym_PIPE_PIPE] = ACTIONS(856), + [anon_sym_GT_GT] = ACTIONS(856), + [anon_sym_GT_GT_GT] = ACTIONS(856), + [anon_sym_LT_LT] = ACTIONS(856), + [anon_sym_AMP] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), + [anon_sym_PIPE] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_PERCENT] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_QMARK_QMARK] = ACTIONS(856), + [anon_sym_instanceof] = ACTIONS(856), + [anon_sym_BANG] = ACTIONS(856), + [anon_sym_TILDE] = ACTIONS(856), + [anon_sym_typeof] = ACTIONS(856), + [anon_sym_void] = ACTIONS(856), + [anon_sym_delete] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_DASH_DASH] = ACTIONS(856), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(974), - [sym_number] = ACTIONS(974), - [sym_private_property_identifier] = ACTIONS(974), - [sym_this] = ACTIONS(974), - [sym_super] = ACTIONS(974), - [sym_true] = ACTIONS(974), - [sym_false] = ACTIONS(974), - [sym_null] = ACTIONS(974), - [sym_undefined] = ACTIONS(974), - [anon_sym_AT] = ACTIONS(974), - [anon_sym_static] = ACTIONS(974), - [anon_sym_get] = ACTIONS(974), - [anon_sym_set] = ACTIONS(974), - [sym__automatic_semicolon] = ACTIONS(978), - [sym__ternary_qmark] = ACTIONS(980), + [anon_sym_BQUOTE] = ACTIONS(856), + [sym_number] = ACTIONS(856), + [sym_private_property_identifier] = ACTIONS(856), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(856), + [sym_true] = ACTIONS(856), + [sym_false] = ACTIONS(856), + [sym_null] = ACTIONS(856), + [sym_undefined] = ACTIONS(856), + [anon_sym_AT] = ACTIONS(856), + [anon_sym_static] = ACTIONS(856), + [anon_sym_get] = ACTIONS(856), + [anon_sym_set] = ACTIONS(856), + [sym__automatic_semicolon] = ACTIONS(966), + [sym__ternary_qmark] = ACTIONS(948), [sym_html_comment] = ACTIONS(5), }, [164] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1342), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2477), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_spread_element] = STATE(2060), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), [sym_comment] = STATE(164), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(2061), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(800), - [anon_sym_export] = ACTIONS(802), - [anon_sym_LBRACE] = ACTIONS(756), - [anon_sym_COMMA] = ACTIONS(982), + [sym_identifier] = ACTIONS(968), + [anon_sym_export] = ACTIONS(968), + [anon_sym_STAR] = ACTIONS(970), + [anon_sym_default] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(968), + [anon_sym_COMMA] = ACTIONS(970), + [anon_sym_RBRACE] = ACTIONS(968), + [anon_sym_import] = ACTIONS(968), + [anon_sym_with] = ACTIONS(968), + [anon_sym_var] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(968), + [anon_sym_await] = ACTIONS(968), + [anon_sym_in] = ACTIONS(970), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_try] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_debugger] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_throw] = ACTIONS(968), + [anon_sym_SEMI] = ACTIONS(968), + [anon_sym_case] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(968), + [anon_sym_LBRACK] = ACTIONS(968), + [anon_sym_LTtemplate_GT] = ACTIONS(968), + [anon_sym_LT] = ACTIONS(968), + [anon_sym_GT] = ACTIONS(970), + [anon_sym_DOT] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(968), + [anon_sym_SQUOTE] = ACTIONS(968), + [anon_sym_class] = ACTIONS(968), + [anon_sym_async] = ACTIONS(968), + [anon_sym_function] = ACTIONS(968), + [sym_optional_chain] = ACTIONS(970), + [anon_sym_new] = ACTIONS(968), + [anon_sym_AMP_AMP] = ACTIONS(970), + [anon_sym_PIPE_PIPE] = ACTIONS(970), + [anon_sym_GT_GT] = ACTIONS(970), + [anon_sym_GT_GT_GT] = ACTIONS(970), + [anon_sym_LT_LT] = ACTIONS(970), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_CARET] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_PLUS] = ACTIONS(968), + [anon_sym_DASH] = ACTIONS(968), + [anon_sym_SLASH] = ACTIONS(968), + [anon_sym_PERCENT] = ACTIONS(970), + [anon_sym_STAR_STAR] = ACTIONS(970), + [anon_sym_LT_EQ] = ACTIONS(970), + [anon_sym_EQ_EQ] = ACTIONS(970), + [anon_sym_EQ_EQ_EQ] = ACTIONS(970), + [anon_sym_BANG_EQ] = ACTIONS(970), + [anon_sym_BANG_EQ_EQ] = ACTIONS(970), + [anon_sym_GT_EQ] = ACTIONS(970), + [anon_sym_QMARK_QMARK] = ACTIONS(970), + [anon_sym_instanceof] = ACTIONS(970), + [anon_sym_BANG] = ACTIONS(968), + [anon_sym_TILDE] = ACTIONS(968), + [anon_sym_typeof] = ACTIONS(968), + [anon_sym_void] = ACTIONS(968), + [anon_sym_delete] = ACTIONS(968), + [anon_sym_PLUS_PLUS] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(968), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(968), + [sym_number] = ACTIONS(968), + [sym_private_property_identifier] = ACTIONS(968), + [sym_this] = ACTIONS(968), + [sym_super] = ACTIONS(968), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_undefined] = ACTIONS(968), + [anon_sym_AT] = ACTIONS(968), + [anon_sym_static] = ACTIONS(968), + [anon_sym_get] = ACTIONS(968), + [anon_sym_set] = ACTIONS(968), + [sym__automatic_semicolon] = ACTIONS(972), + [sym__ternary_qmark] = ACTIONS(974), + [sym_html_comment] = ACTIONS(5), + }, + [165] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1447), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2098), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1082), + [sym_subscript_expression] = STATE(1082), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(165), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1956), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_pattern_repeat1] = STATE(2102), + [sym_identifier] = ACTIONS(976), + [anon_sym_export] = ACTIONS(978), + [anon_sym_LBRACE] = ACTIONS(980), + [anon_sym_COMMA] = ACTIONS(904), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(802), + [anon_sym_let] = ACTIONS(978), [anon_sym_LPAREN] = ACTIONS(674), [anon_sym_await] = ACTIONS(676), [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_RBRACK] = ACTIONS(982), + [anon_sym_LBRACK] = ACTIONS(982), + [anon_sym_RBRACK] = ACTIONS(908), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(808), + [anon_sym_async] = ACTIONS(984), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), [anon_sym_PLUS] = ACTIONS(696), [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), @@ -32975,167 +32950,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(810), + [sym_undefined] = ACTIONS(986), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(802), - [anon_sym_get] = ACTIONS(802), - [anon_sym_set] = ACTIONS(802), - [sym_html_comment] = ACTIONS(5), - }, - [165] = { - [sym_comment] = STATE(165), - [sym_identifier] = ACTIONS(864), - [anon_sym_export] = ACTIONS(864), - [anon_sym_STAR] = ACTIONS(864), - [anon_sym_default] = ACTIONS(864), - [anon_sym_LBRACE] = ACTIONS(864), - [anon_sym_COMMA] = ACTIONS(864), - [anon_sym_RBRACE] = ACTIONS(864), - [anon_sym_import] = ACTIONS(864), - [anon_sym_with] = ACTIONS(864), - [anon_sym_var] = ACTIONS(864), - [anon_sym_let] = ACTIONS(864), - [anon_sym_const] = ACTIONS(864), - [anon_sym_else] = ACTIONS(864), - [anon_sym_if] = ACTIONS(864), - [anon_sym_switch] = ACTIONS(864), - [anon_sym_for] = ACTIONS(864), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_await] = ACTIONS(864), - [anon_sym_in] = ACTIONS(864), - [anon_sym_while] = ACTIONS(864), - [anon_sym_do] = ACTIONS(864), - [anon_sym_try] = ACTIONS(864), - [anon_sym_break] = ACTIONS(864), - [anon_sym_continue] = ACTIONS(864), - [anon_sym_debugger] = ACTIONS(864), - [anon_sym_return] = ACTIONS(864), - [anon_sym_throw] = ACTIONS(864), - [anon_sym_SEMI] = ACTIONS(864), - [anon_sym_case] = ACTIONS(864), - [anon_sym_yield] = ACTIONS(864), - [anon_sym_LBRACK] = ACTIONS(864), - [anon_sym_LTtemplate_GT] = ACTIONS(864), - [anon_sym_LT] = ACTIONS(864), - [anon_sym_GT] = ACTIONS(864), - [anon_sym_DOT] = ACTIONS(864), - [anon_sym_DQUOTE] = ACTIONS(864), - [anon_sym_SQUOTE] = ACTIONS(864), - [anon_sym_class] = ACTIONS(864), - [anon_sym_async] = ACTIONS(864), - [anon_sym_function] = ACTIONS(864), - [sym_optional_chain] = ACTIONS(864), - [anon_sym_new] = ACTIONS(864), - [anon_sym_AMP_AMP] = ACTIONS(864), - [anon_sym_PIPE_PIPE] = ACTIONS(864), - [anon_sym_GT_GT] = ACTIONS(864), - [anon_sym_GT_GT_GT] = ACTIONS(864), - [anon_sym_LT_LT] = ACTIONS(864), - [anon_sym_AMP] = ACTIONS(864), - [anon_sym_CARET] = ACTIONS(864), - [anon_sym_PIPE] = ACTIONS(864), - [anon_sym_PLUS] = ACTIONS(864), - [anon_sym_DASH] = ACTIONS(864), - [anon_sym_SLASH] = ACTIONS(864), - [anon_sym_PERCENT] = ACTIONS(864), - [anon_sym_STAR_STAR] = ACTIONS(864), - [anon_sym_LT_EQ] = ACTIONS(864), - [anon_sym_EQ_EQ] = ACTIONS(864), - [anon_sym_EQ_EQ_EQ] = ACTIONS(864), - [anon_sym_BANG_EQ] = ACTIONS(864), - [anon_sym_BANG_EQ_EQ] = ACTIONS(864), - [anon_sym_GT_EQ] = ACTIONS(864), - [anon_sym_QMARK_QMARK] = ACTIONS(864), - [anon_sym_instanceof] = ACTIONS(864), - [anon_sym_BANG] = ACTIONS(864), - [anon_sym_TILDE] = ACTIONS(864), - [anon_sym_typeof] = ACTIONS(864), - [anon_sym_void] = ACTIONS(864), - [anon_sym_delete] = ACTIONS(864), - [anon_sym_PLUS_PLUS] = ACTIONS(864), - [anon_sym_DASH_DASH] = ACTIONS(864), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(864), - [sym_number] = ACTIONS(864), - [sym_private_property_identifier] = ACTIONS(864), - [sym_this] = ACTIONS(864), - [sym_super] = ACTIONS(864), - [sym_true] = ACTIONS(864), - [sym_false] = ACTIONS(864), - [sym_null] = ACTIONS(864), - [sym_undefined] = ACTIONS(864), - [anon_sym_AT] = ACTIONS(864), - [anon_sym_static] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [sym__automatic_semicolon] = ACTIONS(985), - [sym__ternary_qmark] = ACTIONS(902), + [anon_sym_static] = ACTIONS(978), + [anon_sym_get] = ACTIONS(978), + [anon_sym_set] = ACTIONS(978), [sym_html_comment] = ACTIONS(5), }, [166] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1438), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2073), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1076), - [sym_subscript_expression] = STATE(1076), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1342), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2479), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_spread_element] = STATE(2135), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(166), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1910), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_pattern_repeat1] = STATE(2187), - [sym_identifier] = ACTIONS(987), - [anon_sym_export] = ACTIONS(989), - [anon_sym_LBRACE] = ACTIONS(991), - [anon_sym_COMMA] = ACTIONS(890), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(2136), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_COMMA] = ACTIONS(988), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(989), + [anon_sym_let] = ACTIONS(802), [anon_sym_LPAREN] = ACTIONS(674), [anon_sym_await] = ACTIONS(676), [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(993), - [anon_sym_RBRACK] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_RBRACK] = ACTIONS(988), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(995), + [anon_sym_async] = ACTIONS(808), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), [anon_sym_PLUS] = ACTIONS(696), [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), @@ -33155,301 +33040,480 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(997), + [sym_undefined] = ACTIONS(810), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(989), - [anon_sym_get] = ACTIONS(989), - [anon_sym_set] = ACTIONS(989), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), [sym_html_comment] = ACTIONS(5), }, [167] = { [sym_comment] = STATE(167), - [sym_identifier] = ACTIONS(878), - [anon_sym_export] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_default] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(878), - [anon_sym_COMMA] = ACTIONS(878), - [anon_sym_RBRACE] = ACTIONS(878), - [anon_sym_import] = ACTIONS(878), - [anon_sym_with] = ACTIONS(878), - [anon_sym_var] = ACTIONS(878), - [anon_sym_let] = ACTIONS(878), - [anon_sym_const] = ACTIONS(878), - [anon_sym_else] = ACTIONS(878), - [anon_sym_if] = ACTIONS(878), - [anon_sym_switch] = ACTIONS(878), - [anon_sym_for] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_await] = ACTIONS(878), - [anon_sym_in] = ACTIONS(878), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(878), - [anon_sym_try] = ACTIONS(878), - [anon_sym_break] = ACTIONS(878), - [anon_sym_continue] = ACTIONS(878), - [anon_sym_debugger] = ACTIONS(878), - [anon_sym_return] = ACTIONS(878), - [anon_sym_throw] = ACTIONS(878), - [anon_sym_SEMI] = ACTIONS(878), - [anon_sym_case] = ACTIONS(878), - [anon_sym_yield] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(878), - [anon_sym_LT] = ACTIONS(878), - [anon_sym_GT] = ACTIONS(878), - [anon_sym_DOT] = ACTIONS(878), - [anon_sym_DQUOTE] = ACTIONS(878), - [anon_sym_SQUOTE] = ACTIONS(878), - [anon_sym_class] = ACTIONS(878), - [anon_sym_async] = ACTIONS(878), - [anon_sym_function] = ACTIONS(878), - [sym_optional_chain] = ACTIONS(878), - [anon_sym_new] = ACTIONS(878), - [anon_sym_AMP_AMP] = ACTIONS(878), - [anon_sym_PIPE_PIPE] = ACTIONS(878), - [anon_sym_GT_GT] = ACTIONS(878), - [anon_sym_GT_GT_GT] = ACTIONS(878), - [anon_sym_LT_LT] = ACTIONS(878), - [anon_sym_AMP] = ACTIONS(878), - [anon_sym_CARET] = ACTIONS(878), - [anon_sym_PIPE] = ACTIONS(878), - [anon_sym_PLUS] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(878), - [anon_sym_SLASH] = ACTIONS(878), - [anon_sym_PERCENT] = ACTIONS(878), - [anon_sym_STAR_STAR] = ACTIONS(878), - [anon_sym_LT_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ_EQ] = ACTIONS(878), - [anon_sym_GT_EQ] = ACTIONS(878), - [anon_sym_QMARK_QMARK] = ACTIONS(878), - [anon_sym_instanceof] = ACTIONS(878), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_typeof] = ACTIONS(878), - [anon_sym_void] = ACTIONS(878), - [anon_sym_delete] = ACTIONS(878), - [anon_sym_PLUS_PLUS] = ACTIONS(878), - [anon_sym_DASH_DASH] = ACTIONS(878), + [sym_identifier] = ACTIONS(991), + [anon_sym_export] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(993), + [anon_sym_default] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_COMMA] = ACTIONS(993), + [anon_sym_RBRACE] = ACTIONS(991), + [anon_sym_import] = ACTIONS(991), + [anon_sym_with] = ACTIONS(991), + [anon_sym_var] = ACTIONS(991), + [anon_sym_let] = ACTIONS(991), + [anon_sym_const] = ACTIONS(991), + [anon_sym_else] = ACTIONS(991), + [anon_sym_if] = ACTIONS(991), + [anon_sym_switch] = ACTIONS(991), + [anon_sym_for] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_await] = ACTIONS(991), + [anon_sym_in] = ACTIONS(993), + [anon_sym_while] = ACTIONS(991), + [anon_sym_do] = ACTIONS(991), + [anon_sym_try] = ACTIONS(991), + [anon_sym_break] = ACTIONS(991), + [anon_sym_continue] = ACTIONS(991), + [anon_sym_debugger] = ACTIONS(991), + [anon_sym_return] = ACTIONS(991), + [anon_sym_throw] = ACTIONS(991), + [anon_sym_SEMI] = ACTIONS(991), + [anon_sym_case] = ACTIONS(991), + [anon_sym_yield] = ACTIONS(991), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LTtemplate_GT] = ACTIONS(991), + [anon_sym_LT] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(993), + [anon_sym_DOT] = ACTIONS(993), + [anon_sym_DQUOTE] = ACTIONS(991), + [anon_sym_SQUOTE] = ACTIONS(991), + [anon_sym_class] = ACTIONS(991), + [anon_sym_async] = ACTIONS(991), + [anon_sym_function] = ACTIONS(991), + [sym_optional_chain] = ACTIONS(993), + [anon_sym_new] = ACTIONS(991), + [anon_sym_AMP_AMP] = ACTIONS(993), + [anon_sym_PIPE_PIPE] = ACTIONS(993), + [anon_sym_GT_GT] = ACTIONS(993), + [anon_sym_GT_GT_GT] = ACTIONS(993), + [anon_sym_LT_LT] = ACTIONS(993), + [anon_sym_AMP] = ACTIONS(993), + [anon_sym_CARET] = ACTIONS(993), + [anon_sym_PIPE] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_PERCENT] = ACTIONS(993), + [anon_sym_STAR_STAR] = ACTIONS(993), + [anon_sym_LT_EQ] = ACTIONS(993), + [anon_sym_EQ_EQ] = ACTIONS(993), + [anon_sym_EQ_EQ_EQ] = ACTIONS(993), + [anon_sym_BANG_EQ] = ACTIONS(993), + [anon_sym_BANG_EQ_EQ] = ACTIONS(993), + [anon_sym_GT_EQ] = ACTIONS(993), + [anon_sym_QMARK_QMARK] = ACTIONS(993), + [anon_sym_instanceof] = ACTIONS(993), + [anon_sym_BANG] = ACTIONS(991), + [anon_sym_TILDE] = ACTIONS(991), + [anon_sym_typeof] = ACTIONS(991), + [anon_sym_void] = ACTIONS(991), + [anon_sym_delete] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_DASH_DASH] = ACTIONS(991), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(878), - [sym_number] = ACTIONS(878), - [sym_private_property_identifier] = ACTIONS(878), - [sym_this] = ACTIONS(878), - [sym_super] = ACTIONS(878), - [sym_true] = ACTIONS(878), - [sym_false] = ACTIONS(878), - [sym_null] = ACTIONS(878), - [sym_undefined] = ACTIONS(878), - [anon_sym_AT] = ACTIONS(878), - [anon_sym_static] = ACTIONS(878), - [anon_sym_get] = ACTIONS(878), - [anon_sym_set] = ACTIONS(878), - [sym__automatic_semicolon] = ACTIONS(882), - [sym__ternary_qmark] = ACTIONS(882), + [anon_sym_BQUOTE] = ACTIONS(991), + [sym_number] = ACTIONS(991), + [sym_private_property_identifier] = ACTIONS(991), + [sym_this] = ACTIONS(991), + [sym_super] = ACTIONS(991), + [sym_true] = ACTIONS(991), + [sym_false] = ACTIONS(991), + [sym_null] = ACTIONS(991), + [sym_undefined] = ACTIONS(991), + [anon_sym_AT] = ACTIONS(991), + [anon_sym_static] = ACTIONS(991), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(991), + [sym__automatic_semicolon] = ACTIONS(995), + [sym__ternary_qmark] = ACTIONS(997), [sym_html_comment] = ACTIONS(5), }, [168] = { [sym_comment] = STATE(168), - [ts_builtin_sym_end] = ACTIONS(908), - [sym_identifier] = ACTIONS(906), - [anon_sym_export] = ACTIONS(906), - [anon_sym_STAR] = ACTIONS(906), - [anon_sym_LBRACE] = ACTIONS(906), - [anon_sym_COMMA] = ACTIONS(906), - [anon_sym_RBRACE] = ACTIONS(906), - [anon_sym_import] = ACTIONS(906), - [anon_sym_with] = ACTIONS(906), - [anon_sym_var] = ACTIONS(906), - [anon_sym_let] = ACTIONS(906), - [anon_sym_const] = ACTIONS(906), - [anon_sym_else] = ACTIONS(906), - [anon_sym_if] = ACTIONS(906), - [anon_sym_switch] = ACTIONS(906), - [anon_sym_for] = ACTIONS(906), - [anon_sym_LPAREN] = ACTIONS(906), - [anon_sym_await] = ACTIONS(906), - [anon_sym_in] = ACTIONS(906), - [anon_sym_while] = ACTIONS(906), - [anon_sym_do] = ACTIONS(906), - [anon_sym_try] = ACTIONS(906), - [anon_sym_break] = ACTIONS(906), - [anon_sym_continue] = ACTIONS(906), - [anon_sym_debugger] = ACTIONS(906), - [anon_sym_return] = ACTIONS(906), - [anon_sym_throw] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(906), - [anon_sym_yield] = ACTIONS(906), - [anon_sym_LBRACK] = ACTIONS(906), - [anon_sym_LTtemplate_GT] = ACTIONS(906), - [anon_sym_LT] = ACTIONS(906), - [anon_sym_GT] = ACTIONS(906), - [anon_sym_DOT] = ACTIONS(906), - [anon_sym_DQUOTE] = ACTIONS(906), - [anon_sym_SQUOTE] = ACTIONS(906), - [anon_sym_class] = ACTIONS(906), - [anon_sym_async] = ACTIONS(906), - [anon_sym_function] = ACTIONS(906), - [sym_optional_chain] = ACTIONS(906), - [anon_sym_new] = ACTIONS(906), - [anon_sym_AMP_AMP] = ACTIONS(906), - [anon_sym_PIPE_PIPE] = ACTIONS(906), - [anon_sym_GT_GT] = ACTIONS(906), - [anon_sym_GT_GT_GT] = ACTIONS(906), - [anon_sym_LT_LT] = ACTIONS(906), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_CARET] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(906), - [anon_sym_PLUS] = ACTIONS(906), - [anon_sym_DASH] = ACTIONS(906), - [anon_sym_SLASH] = ACTIONS(906), - [anon_sym_PERCENT] = ACTIONS(906), - [anon_sym_STAR_STAR] = ACTIONS(906), - [anon_sym_LT_EQ] = ACTIONS(906), - [anon_sym_EQ_EQ] = ACTIONS(906), - [anon_sym_EQ_EQ_EQ] = ACTIONS(906), - [anon_sym_BANG_EQ] = ACTIONS(906), - [anon_sym_BANG_EQ_EQ] = ACTIONS(906), - [anon_sym_GT_EQ] = ACTIONS(906), - [anon_sym_QMARK_QMARK] = ACTIONS(906), - [anon_sym_instanceof] = ACTIONS(906), - [anon_sym_BANG] = ACTIONS(906), - [anon_sym_TILDE] = ACTIONS(906), - [anon_sym_typeof] = ACTIONS(906), - [anon_sym_void] = ACTIONS(906), - [anon_sym_delete] = ACTIONS(906), - [anon_sym_PLUS_PLUS] = ACTIONS(906), - [anon_sym_DASH_DASH] = ACTIONS(906), + [ts_builtin_sym_end] = ACTIONS(999), + [sym_identifier] = ACTIONS(991), + [anon_sym_export] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(993), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_COMMA] = ACTIONS(993), + [anon_sym_RBRACE] = ACTIONS(991), + [anon_sym_import] = ACTIONS(991), + [anon_sym_with] = ACTIONS(991), + [anon_sym_var] = ACTIONS(991), + [anon_sym_let] = ACTIONS(991), + [anon_sym_const] = ACTIONS(991), + [anon_sym_else] = ACTIONS(991), + [anon_sym_if] = ACTIONS(991), + [anon_sym_switch] = ACTIONS(991), + [anon_sym_for] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_await] = ACTIONS(991), + [anon_sym_in] = ACTIONS(993), + [anon_sym_while] = ACTIONS(991), + [anon_sym_do] = ACTIONS(991), + [anon_sym_try] = ACTIONS(991), + [anon_sym_break] = ACTIONS(991), + [anon_sym_continue] = ACTIONS(991), + [anon_sym_debugger] = ACTIONS(991), + [anon_sym_return] = ACTIONS(991), + [anon_sym_throw] = ACTIONS(991), + [anon_sym_SEMI] = ACTIONS(991), + [anon_sym_yield] = ACTIONS(991), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LTtemplate_GT] = ACTIONS(991), + [anon_sym_LT] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(993), + [anon_sym_DOT] = ACTIONS(993), + [anon_sym_DQUOTE] = ACTIONS(991), + [anon_sym_SQUOTE] = ACTIONS(991), + [anon_sym_class] = ACTIONS(991), + [anon_sym_async] = ACTIONS(991), + [anon_sym_function] = ACTIONS(991), + [sym_optional_chain] = ACTIONS(993), + [anon_sym_new] = ACTIONS(991), + [anon_sym_AMP_AMP] = ACTIONS(993), + [anon_sym_PIPE_PIPE] = ACTIONS(993), + [anon_sym_GT_GT] = ACTIONS(993), + [anon_sym_GT_GT_GT] = ACTIONS(993), + [anon_sym_LT_LT] = ACTIONS(993), + [anon_sym_AMP] = ACTIONS(993), + [anon_sym_CARET] = ACTIONS(993), + [anon_sym_PIPE] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_PERCENT] = ACTIONS(993), + [anon_sym_STAR_STAR] = ACTIONS(993), + [anon_sym_LT_EQ] = ACTIONS(993), + [anon_sym_EQ_EQ] = ACTIONS(993), + [anon_sym_EQ_EQ_EQ] = ACTIONS(993), + [anon_sym_BANG_EQ] = ACTIONS(993), + [anon_sym_BANG_EQ_EQ] = ACTIONS(993), + [anon_sym_GT_EQ] = ACTIONS(993), + [anon_sym_QMARK_QMARK] = ACTIONS(993), + [anon_sym_instanceof] = ACTIONS(993), + [anon_sym_BANG] = ACTIONS(991), + [anon_sym_TILDE] = ACTIONS(991), + [anon_sym_typeof] = ACTIONS(991), + [anon_sym_void] = ACTIONS(991), + [anon_sym_delete] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_DASH_DASH] = ACTIONS(991), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(906), - [sym_number] = ACTIONS(906), - [sym_private_property_identifier] = ACTIONS(906), - [sym_this] = ACTIONS(906), - [sym_super] = ACTIONS(906), - [sym_true] = ACTIONS(906), - [sym_false] = ACTIONS(906), - [sym_null] = ACTIONS(906), - [sym_undefined] = ACTIONS(906), - [anon_sym_AT] = ACTIONS(906), - [anon_sym_static] = ACTIONS(906), - [anon_sym_get] = ACTIONS(906), - [anon_sym_set] = ACTIONS(906), - [sym__automatic_semicolon] = ACTIONS(908), - [sym__ternary_qmark] = ACTIONS(908), + [anon_sym_BQUOTE] = ACTIONS(991), + [sym_number] = ACTIONS(991), + [sym_private_property_identifier] = ACTIONS(991), + [sym_this] = ACTIONS(991), + [sym_super] = ACTIONS(991), + [sym_true] = ACTIONS(991), + [sym_false] = ACTIONS(991), + [sym_null] = ACTIONS(991), + [sym_undefined] = ACTIONS(991), + [anon_sym_AT] = ACTIONS(991), + [anon_sym_static] = ACTIONS(991), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(991), + [sym__automatic_semicolon] = ACTIONS(1001), + [sym__ternary_qmark] = ACTIONS(997), [sym_html_comment] = ACTIONS(5), }, [169] = { [sym_comment] = STATE(169), - [ts_builtin_sym_end] = ACTIONS(876), - [sym_identifier] = ACTIONS(874), - [anon_sym_export] = ACTIONS(874), - [anon_sym_STAR] = ACTIONS(874), - [anon_sym_LBRACE] = ACTIONS(874), - [anon_sym_COMMA] = ACTIONS(874), - [anon_sym_RBRACE] = ACTIONS(874), - [anon_sym_import] = ACTIONS(874), - [anon_sym_with] = ACTIONS(874), - [anon_sym_var] = ACTIONS(874), - [anon_sym_let] = ACTIONS(874), - [anon_sym_const] = ACTIONS(874), - [anon_sym_else] = ACTIONS(874), - [anon_sym_if] = ACTIONS(874), - [anon_sym_switch] = ACTIONS(874), - [anon_sym_for] = ACTIONS(874), - [anon_sym_LPAREN] = ACTIONS(874), - [anon_sym_await] = ACTIONS(874), - [anon_sym_in] = ACTIONS(874), - [anon_sym_while] = ACTIONS(874), - [anon_sym_do] = ACTIONS(874), - [anon_sym_try] = ACTIONS(874), - [anon_sym_break] = ACTIONS(874), - [anon_sym_continue] = ACTIONS(874), - [anon_sym_debugger] = ACTIONS(874), - [anon_sym_return] = ACTIONS(874), - [anon_sym_throw] = ACTIONS(874), - [anon_sym_SEMI] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(874), - [anon_sym_LBRACK] = ACTIONS(874), - [anon_sym_LTtemplate_GT] = ACTIONS(874), - [anon_sym_LT] = ACTIONS(874), - [anon_sym_GT] = ACTIONS(874), - [anon_sym_DOT] = ACTIONS(874), - [anon_sym_DQUOTE] = ACTIONS(874), - [anon_sym_SQUOTE] = ACTIONS(874), - [anon_sym_class] = ACTIONS(874), - [anon_sym_async] = ACTIONS(874), - [anon_sym_function] = ACTIONS(874), - [sym_optional_chain] = ACTIONS(874), - [anon_sym_new] = ACTIONS(874), - [anon_sym_AMP_AMP] = ACTIONS(874), - [anon_sym_PIPE_PIPE] = ACTIONS(874), - [anon_sym_GT_GT] = ACTIONS(874), - [anon_sym_GT_GT_GT] = ACTIONS(874), - [anon_sym_LT_LT] = ACTIONS(874), - [anon_sym_AMP] = ACTIONS(874), - [anon_sym_CARET] = ACTIONS(874), - [anon_sym_PIPE] = ACTIONS(874), - [anon_sym_PLUS] = ACTIONS(874), - [anon_sym_DASH] = ACTIONS(874), - [anon_sym_SLASH] = ACTIONS(874), - [anon_sym_PERCENT] = ACTIONS(874), - [anon_sym_STAR_STAR] = ACTIONS(874), - [anon_sym_LT_EQ] = ACTIONS(874), - [anon_sym_EQ_EQ] = ACTIONS(874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(874), - [anon_sym_GT_EQ] = ACTIONS(874), - [anon_sym_QMARK_QMARK] = ACTIONS(874), - [anon_sym_instanceof] = ACTIONS(874), - [anon_sym_BANG] = ACTIONS(874), - [anon_sym_TILDE] = ACTIONS(874), - [anon_sym_typeof] = ACTIONS(874), - [anon_sym_void] = ACTIONS(874), - [anon_sym_delete] = ACTIONS(874), - [anon_sym_PLUS_PLUS] = ACTIONS(874), - [anon_sym_DASH_DASH] = ACTIONS(874), + [sym_identifier] = ACTIONS(934), + [anon_sym_export] = ACTIONS(934), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_default] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_COMMA] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_import] = ACTIONS(934), + [anon_sym_with] = ACTIONS(934), + [anon_sym_var] = ACTIONS(934), + [anon_sym_let] = ACTIONS(934), + [anon_sym_const] = ACTIONS(934), + [anon_sym_if] = ACTIONS(934), + [anon_sym_switch] = ACTIONS(934), + [anon_sym_for] = ACTIONS(934), + [anon_sym_LPAREN] = ACTIONS(934), + [anon_sym_await] = ACTIONS(934), + [anon_sym_in] = ACTIONS(934), + [anon_sym_while] = ACTIONS(934), + [anon_sym_do] = ACTIONS(934), + [anon_sym_try] = ACTIONS(934), + [anon_sym_break] = ACTIONS(934), + [anon_sym_continue] = ACTIONS(934), + [anon_sym_debugger] = ACTIONS(934), + [anon_sym_return] = ACTIONS(934), + [anon_sym_throw] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_case] = ACTIONS(934), + [anon_sym_yield] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(934), + [anon_sym_LTtemplate_GT] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(934), + [anon_sym_GT] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_class] = ACTIONS(934), + [anon_sym_async] = ACTIONS(934), + [anon_sym_function] = ACTIONS(934), + [sym_optional_chain] = ACTIONS(934), + [anon_sym_new] = ACTIONS(934), + [anon_sym_AMP_AMP] = ACTIONS(934), + [anon_sym_PIPE_PIPE] = ACTIONS(934), + [anon_sym_GT_GT] = ACTIONS(934), + [anon_sym_GT_GT_GT] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_CARET] = ACTIONS(934), + [anon_sym_PIPE] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(934), + [anon_sym_SLASH] = ACTIONS(934), + [anon_sym_PERCENT] = ACTIONS(934), + [anon_sym_STAR_STAR] = ACTIONS(934), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_QMARK_QMARK] = ACTIONS(934), + [anon_sym_instanceof] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_typeof] = ACTIONS(934), + [anon_sym_void] = ACTIONS(934), + [anon_sym_delete] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_DASH_DASH] = ACTIONS(934), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(874), - [sym_number] = ACTIONS(874), - [sym_private_property_identifier] = ACTIONS(874), - [sym_this] = ACTIONS(874), - [sym_super] = ACTIONS(874), - [sym_true] = ACTIONS(874), - [sym_false] = ACTIONS(874), - [sym_null] = ACTIONS(874), - [sym_undefined] = ACTIONS(874), - [anon_sym_AT] = ACTIONS(874), - [anon_sym_static] = ACTIONS(874), - [anon_sym_get] = ACTIONS(874), - [anon_sym_set] = ACTIONS(874), - [sym__automatic_semicolon] = ACTIONS(876), - [sym__ternary_qmark] = ACTIONS(876), + [anon_sym_BQUOTE] = ACTIONS(934), + [sym_number] = ACTIONS(934), + [sym_private_property_identifier] = ACTIONS(934), + [sym_this] = ACTIONS(934), + [sym_super] = ACTIONS(934), + [sym_true] = ACTIONS(934), + [sym_false] = ACTIONS(934), + [sym_null] = ACTIONS(934), + [sym_undefined] = ACTIONS(934), + [anon_sym_AT] = ACTIONS(934), + [anon_sym_static] = ACTIONS(934), + [anon_sym_get] = ACTIONS(934), + [anon_sym_set] = ACTIONS(934), + [sym__automatic_semicolon] = ACTIONS(938), + [sym__ternary_qmark] = ACTIONS(938), [sym_html_comment] = ACTIONS(5), }, [170] = { [sym_comment] = STATE(170), + [sym_identifier] = ACTIONS(952), + [anon_sym_export] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(952), + [anon_sym_COMMA] = ACTIONS(952), + [anon_sym_RBRACE] = ACTIONS(952), + [anon_sym_import] = ACTIONS(952), + [anon_sym_with] = ACTIONS(952), + [anon_sym_var] = ACTIONS(952), + [anon_sym_let] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_LPAREN] = ACTIONS(952), + [anon_sym_await] = ACTIONS(952), + [anon_sym_in] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_try] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_debugger] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_throw] = ACTIONS(952), + [anon_sym_SEMI] = ACTIONS(952), + [anon_sym_case] = ACTIONS(952), + [anon_sym_yield] = ACTIONS(952), + [anon_sym_LBRACK] = ACTIONS(952), + [anon_sym_LTtemplate_GT] = ACTIONS(952), + [anon_sym_LT] = ACTIONS(952), + [anon_sym_GT] = ACTIONS(952), + [anon_sym_DOT] = ACTIONS(952), + [anon_sym_DQUOTE] = ACTIONS(952), + [anon_sym_SQUOTE] = ACTIONS(952), + [anon_sym_class] = ACTIONS(952), + [anon_sym_async] = ACTIONS(952), + [anon_sym_function] = ACTIONS(952), + [sym_optional_chain] = ACTIONS(952), + [anon_sym_new] = ACTIONS(952), + [anon_sym_AMP_AMP] = ACTIONS(952), + [anon_sym_PIPE_PIPE] = ACTIONS(952), + [anon_sym_GT_GT] = ACTIONS(952), + [anon_sym_GT_GT_GT] = ACTIONS(952), + [anon_sym_LT_LT] = ACTIONS(952), + [anon_sym_AMP] = ACTIONS(952), + [anon_sym_CARET] = ACTIONS(952), + [anon_sym_PIPE] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_SLASH] = ACTIONS(952), + [anon_sym_PERCENT] = ACTIONS(952), + [anon_sym_STAR_STAR] = ACTIONS(952), + [anon_sym_LT_EQ] = ACTIONS(952), + [anon_sym_EQ_EQ] = ACTIONS(952), + [anon_sym_EQ_EQ_EQ] = ACTIONS(952), + [anon_sym_BANG_EQ] = ACTIONS(952), + [anon_sym_BANG_EQ_EQ] = ACTIONS(952), + [anon_sym_GT_EQ] = ACTIONS(952), + [anon_sym_QMARK_QMARK] = ACTIONS(952), + [anon_sym_instanceof] = ACTIONS(952), + [anon_sym_BANG] = ACTIONS(952), + [anon_sym_TILDE] = ACTIONS(952), + [anon_sym_typeof] = ACTIONS(952), + [anon_sym_void] = ACTIONS(952), + [anon_sym_delete] = ACTIONS(952), + [anon_sym_PLUS_PLUS] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(952), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(952), + [sym_number] = ACTIONS(952), + [sym_private_property_identifier] = ACTIONS(952), + [sym_this] = ACTIONS(952), + [sym_super] = ACTIONS(952), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), + [sym_undefined] = ACTIONS(952), + [anon_sym_AT] = ACTIONS(952), + [anon_sym_static] = ACTIONS(952), + [anon_sym_get] = ACTIONS(952), + [anon_sym_set] = ACTIONS(952), + [sym__automatic_semicolon] = ACTIONS(954), + [sym__ternary_qmark] = ACTIONS(954), + [sym_html_comment] = ACTIONS(5), + }, + [171] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2479), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1853), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(171), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [sym_pattern] = STATE(2136), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(898), + [anon_sym_export] = ACTIONS(900), + [anon_sym_LBRACE] = ACTIONS(902), + [anon_sym_COMMA] = ACTIONS(1003), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(900), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(906), + [anon_sym_RBRACK] = ACTIONS(1003), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(910), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(914), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(900), + [anon_sym_get] = ACTIONS(900), + [anon_sym_set] = ACTIONS(900), + [sym_html_comment] = ACTIONS(5), + }, + [172] = { + [sym_comment] = STATE(172), + [ts_builtin_sym_end] = ACTIONS(1005), [sym_identifier] = ACTIONS(874), [anon_sym_export] = ACTIONS(874), - [anon_sym_STAR] = ACTIONS(874), - [anon_sym_default] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(876), [anon_sym_LBRACE] = ACTIONS(874), - [anon_sym_COMMA] = ACTIONS(874), + [anon_sym_COMMA] = ACTIONS(876), [anon_sym_RBRACE] = ACTIONS(874), [anon_sym_import] = ACTIONS(874), [anon_sym_with] = ACTIONS(874), [anon_sym_var] = ACTIONS(874), [anon_sym_let] = ACTIONS(874), [anon_sym_const] = ACTIONS(874), + [anon_sym_else] = ACTIONS(874), [anon_sym_if] = ACTIONS(874), [anon_sym_switch] = ACTIONS(874), [anon_sym_for] = ACTIONS(874), [anon_sym_LPAREN] = ACTIONS(874), [anon_sym_await] = ACTIONS(874), - [anon_sym_in] = ACTIONS(874), + [anon_sym_in] = ACTIONS(876), [anon_sym_while] = ACTIONS(874), [anon_sym_do] = ACTIONS(874), [anon_sym_try] = ACTIONS(874), @@ -33459,41 +33523,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(874), [anon_sym_throw] = ACTIONS(874), [anon_sym_SEMI] = ACTIONS(874), - [anon_sym_case] = ACTIONS(874), [anon_sym_yield] = ACTIONS(874), [anon_sym_LBRACK] = ACTIONS(874), [anon_sym_LTtemplate_GT] = ACTIONS(874), [anon_sym_LT] = ACTIONS(874), - [anon_sym_GT] = ACTIONS(874), - [anon_sym_DOT] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(876), + [anon_sym_DOT] = ACTIONS(876), [anon_sym_DQUOTE] = ACTIONS(874), [anon_sym_SQUOTE] = ACTIONS(874), [anon_sym_class] = ACTIONS(874), [anon_sym_async] = ACTIONS(874), [anon_sym_function] = ACTIONS(874), - [sym_optional_chain] = ACTIONS(874), + [sym_optional_chain] = ACTIONS(876), [anon_sym_new] = ACTIONS(874), - [anon_sym_AMP_AMP] = ACTIONS(874), - [anon_sym_PIPE_PIPE] = ACTIONS(874), - [anon_sym_GT_GT] = ACTIONS(874), - [anon_sym_GT_GT_GT] = ACTIONS(874), - [anon_sym_LT_LT] = ACTIONS(874), - [anon_sym_AMP] = ACTIONS(874), - [anon_sym_CARET] = ACTIONS(874), - [anon_sym_PIPE] = ACTIONS(874), + [anon_sym_AMP_AMP] = ACTIONS(876), + [anon_sym_PIPE_PIPE] = ACTIONS(876), + [anon_sym_GT_GT] = ACTIONS(876), + [anon_sym_GT_GT_GT] = ACTIONS(876), + [anon_sym_LT_LT] = ACTIONS(876), + [anon_sym_AMP] = ACTIONS(876), + [anon_sym_CARET] = ACTIONS(876), + [anon_sym_PIPE] = ACTIONS(876), [anon_sym_PLUS] = ACTIONS(874), [anon_sym_DASH] = ACTIONS(874), [anon_sym_SLASH] = ACTIONS(874), - [anon_sym_PERCENT] = ACTIONS(874), - [anon_sym_STAR_STAR] = ACTIONS(874), - [anon_sym_LT_EQ] = ACTIONS(874), - [anon_sym_EQ_EQ] = ACTIONS(874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(874), - [anon_sym_GT_EQ] = ACTIONS(874), - [anon_sym_QMARK_QMARK] = ACTIONS(874), - [anon_sym_instanceof] = ACTIONS(874), + [anon_sym_PERCENT] = ACTIONS(876), + [anon_sym_STAR_STAR] = ACTIONS(876), + [anon_sym_LT_EQ] = ACTIONS(876), + [anon_sym_EQ_EQ] = ACTIONS(876), + [anon_sym_EQ_EQ_EQ] = ACTIONS(876), + [anon_sym_BANG_EQ] = ACTIONS(876), + [anon_sym_BANG_EQ_EQ] = ACTIONS(876), + [anon_sym_GT_EQ] = ACTIONS(876), + [anon_sym_QMARK_QMARK] = ACTIONS(876), + [anon_sym_instanceof] = ACTIONS(876), [anon_sym_BANG] = ACTIONS(874), [anon_sym_TILDE] = ACTIONS(874), [anon_sym_typeof] = ACTIONS(874), @@ -33515,417 +33578,506 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(874), [anon_sym_get] = ACTIONS(874), [anon_sym_set] = ACTIONS(874), - [sym__automatic_semicolon] = ACTIONS(876), - [sym__ternary_qmark] = ACTIONS(876), - [sym_html_comment] = ACTIONS(5), - }, - [171] = { - [sym_comment] = STATE(171), - [ts_builtin_sym_end] = ACTIONS(999), - [sym_identifier] = ACTIONS(948), - [anon_sym_export] = ACTIONS(948), - [anon_sym_STAR] = ACTIONS(950), - [anon_sym_LBRACE] = ACTIONS(948), - [anon_sym_COMMA] = ACTIONS(950), - [anon_sym_RBRACE] = ACTIONS(948), - [anon_sym_import] = ACTIONS(948), - [anon_sym_with] = ACTIONS(948), - [anon_sym_var] = ACTIONS(948), - [anon_sym_let] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [anon_sym_else] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_switch] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_LPAREN] = ACTIONS(948), - [anon_sym_await] = ACTIONS(948), - [anon_sym_in] = ACTIONS(950), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_try] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_debugger] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_throw] = ACTIONS(948), - [anon_sym_SEMI] = ACTIONS(948), - [anon_sym_yield] = ACTIONS(948), - [anon_sym_LBRACK] = ACTIONS(948), - [anon_sym_LTtemplate_GT] = ACTIONS(948), - [anon_sym_LT] = ACTIONS(948), - [anon_sym_GT] = ACTIONS(950), - [anon_sym_DOT] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(948), - [anon_sym_SQUOTE] = ACTIONS(948), - [anon_sym_class] = ACTIONS(948), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(948), - [sym_optional_chain] = ACTIONS(950), - [anon_sym_new] = ACTIONS(948), - [anon_sym_AMP_AMP] = ACTIONS(950), - [anon_sym_PIPE_PIPE] = ACTIONS(950), - [anon_sym_GT_GT] = ACTIONS(950), - [anon_sym_GT_GT_GT] = ACTIONS(950), - [anon_sym_LT_LT] = ACTIONS(950), - [anon_sym_AMP] = ACTIONS(950), - [anon_sym_CARET] = ACTIONS(950), - [anon_sym_PIPE] = ACTIONS(950), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_SLASH] = ACTIONS(948), - [anon_sym_PERCENT] = ACTIONS(950), - [anon_sym_STAR_STAR] = ACTIONS(950), - [anon_sym_LT_EQ] = ACTIONS(950), - [anon_sym_EQ_EQ] = ACTIONS(950), - [anon_sym_EQ_EQ_EQ] = ACTIONS(950), - [anon_sym_BANG_EQ] = ACTIONS(950), - [anon_sym_BANG_EQ_EQ] = ACTIONS(950), - [anon_sym_GT_EQ] = ACTIONS(950), - [anon_sym_QMARK_QMARK] = ACTIONS(950), - [anon_sym_instanceof] = ACTIONS(950), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_TILDE] = ACTIONS(948), - [anon_sym_typeof] = ACTIONS(948), - [anon_sym_void] = ACTIONS(948), - [anon_sym_delete] = ACTIONS(948), - [anon_sym_PLUS_PLUS] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(948), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(948), - [sym_number] = ACTIONS(948), - [sym_private_property_identifier] = ACTIONS(948), - [sym_this] = ACTIONS(948), - [sym_super] = ACTIONS(948), - [sym_true] = ACTIONS(948), - [sym_false] = ACTIONS(948), - [sym_null] = ACTIONS(948), - [sym_undefined] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(948), - [anon_sym_static] = ACTIONS(948), - [anon_sym_get] = ACTIONS(948), - [anon_sym_set] = ACTIONS(948), - [sym__automatic_semicolon] = ACTIONS(1001), - [sym__ternary_qmark] = ACTIONS(954), - [sym_html_comment] = ACTIONS(5), - }, - [172] = { - [sym_comment] = STATE(172), - [ts_builtin_sym_end] = ACTIONS(1003), - [sym_identifier] = ACTIONS(966), - [anon_sym_export] = ACTIONS(966), - [anon_sym_STAR] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(966), - [anon_sym_COMMA] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(966), - [anon_sym_import] = ACTIONS(966), - [anon_sym_with] = ACTIONS(966), - [anon_sym_var] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [anon_sym_else] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(966), - [anon_sym_await] = ACTIONS(966), - [anon_sym_in] = ACTIONS(968), - [anon_sym_while] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_try] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_debugger] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_throw] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(966), - [anon_sym_yield] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(966), - [anon_sym_LTtemplate_GT] = ACTIONS(966), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(968), - [anon_sym_DOT] = ACTIONS(968), - [anon_sym_DQUOTE] = ACTIONS(966), - [anon_sym_SQUOTE] = ACTIONS(966), - [anon_sym_class] = ACTIONS(966), - [anon_sym_async] = ACTIONS(966), - [anon_sym_function] = ACTIONS(966), - [sym_optional_chain] = ACTIONS(968), - [anon_sym_new] = ACTIONS(966), - [anon_sym_AMP_AMP] = ACTIONS(968), - [anon_sym_PIPE_PIPE] = ACTIONS(968), - [anon_sym_GT_GT] = ACTIONS(968), - [anon_sym_GT_GT_GT] = ACTIONS(968), - [anon_sym_LT_LT] = ACTIONS(968), - [anon_sym_AMP] = ACTIONS(968), - [anon_sym_CARET] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(968), - [anon_sym_STAR_STAR] = ACTIONS(968), - [anon_sym_LT_EQ] = ACTIONS(968), - [anon_sym_EQ_EQ] = ACTIONS(968), - [anon_sym_EQ_EQ_EQ] = ACTIONS(968), - [anon_sym_BANG_EQ] = ACTIONS(968), - [anon_sym_BANG_EQ_EQ] = ACTIONS(968), - [anon_sym_GT_EQ] = ACTIONS(968), - [anon_sym_QMARK_QMARK] = ACTIONS(968), - [anon_sym_instanceof] = ACTIONS(968), - [anon_sym_BANG] = ACTIONS(966), - [anon_sym_TILDE] = ACTIONS(966), - [anon_sym_typeof] = ACTIONS(966), - [anon_sym_void] = ACTIONS(966), - [anon_sym_delete] = ACTIONS(966), - [anon_sym_PLUS_PLUS] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(966), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(966), - [sym_number] = ACTIONS(966), - [sym_private_property_identifier] = ACTIONS(966), - [sym_this] = ACTIONS(966), - [sym_super] = ACTIONS(966), - [sym_true] = ACTIONS(966), - [sym_false] = ACTIONS(966), - [sym_null] = ACTIONS(966), - [sym_undefined] = ACTIONS(966), - [anon_sym_AT] = ACTIONS(966), - [anon_sym_static] = ACTIONS(966), - [anon_sym_get] = ACTIONS(966), - [anon_sym_set] = ACTIONS(966), - [sym__automatic_semicolon] = ACTIONS(1005), - [sym__ternary_qmark] = ACTIONS(972), + [sym__automatic_semicolon] = ACTIONS(1007), + [sym__ternary_qmark] = ACTIONS(880), [sym_html_comment] = ACTIONS(5), }, [173] = { [sym_comment] = STATE(173), - [ts_builtin_sym_end] = ACTIONS(1007), - [sym_identifier] = ACTIONS(974), - [anon_sym_export] = ACTIONS(974), - [anon_sym_STAR] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_COMMA] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_import] = ACTIONS(974), - [anon_sym_with] = ACTIONS(974), - [anon_sym_var] = ACTIONS(974), - [anon_sym_let] = ACTIONS(974), - [anon_sym_const] = ACTIONS(974), - [anon_sym_else] = ACTIONS(974), - [anon_sym_if] = ACTIONS(974), - [anon_sym_switch] = ACTIONS(974), - [anon_sym_for] = ACTIONS(974), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_await] = ACTIONS(974), - [anon_sym_in] = ACTIONS(976), - [anon_sym_while] = ACTIONS(974), - [anon_sym_do] = ACTIONS(974), - [anon_sym_try] = ACTIONS(974), - [anon_sym_break] = ACTIONS(974), - [anon_sym_continue] = ACTIONS(974), - [anon_sym_debugger] = ACTIONS(974), - [anon_sym_return] = ACTIONS(974), - [anon_sym_throw] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_yield] = ACTIONS(974), - [anon_sym_LBRACK] = ACTIONS(974), - [anon_sym_LTtemplate_GT] = ACTIONS(974), - [anon_sym_LT] = ACTIONS(974), - [anon_sym_GT] = ACTIONS(976), - [anon_sym_DOT] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_class] = ACTIONS(974), - [anon_sym_async] = ACTIONS(974), - [anon_sym_function] = ACTIONS(974), - [sym_optional_chain] = ACTIONS(976), - [anon_sym_new] = ACTIONS(974), - [anon_sym_AMP_AMP] = ACTIONS(976), - [anon_sym_PIPE_PIPE] = ACTIONS(976), - [anon_sym_GT_GT] = ACTIONS(976), - [anon_sym_GT_GT_GT] = ACTIONS(976), - [anon_sym_LT_LT] = ACTIONS(976), - [anon_sym_AMP] = ACTIONS(976), - [anon_sym_CARET] = ACTIONS(976), - [anon_sym_PIPE] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(974), - [anon_sym_SLASH] = ACTIONS(974), - [anon_sym_PERCENT] = ACTIONS(976), - [anon_sym_STAR_STAR] = ACTIONS(976), - [anon_sym_LT_EQ] = ACTIONS(976), - [anon_sym_EQ_EQ] = ACTIONS(976), - [anon_sym_EQ_EQ_EQ] = ACTIONS(976), - [anon_sym_BANG_EQ] = ACTIONS(976), - [anon_sym_BANG_EQ_EQ] = ACTIONS(976), - [anon_sym_GT_EQ] = ACTIONS(976), - [anon_sym_QMARK_QMARK] = ACTIONS(976), - [anon_sym_instanceof] = ACTIONS(976), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_typeof] = ACTIONS(974), - [anon_sym_void] = ACTIONS(974), - [anon_sym_delete] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_DASH_DASH] = ACTIONS(974), + [sym_identifier] = ACTIONS(934), + [anon_sym_export] = ACTIONS(934), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_default] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_COMMA] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_import] = ACTIONS(934), + [anon_sym_with] = ACTIONS(934), + [anon_sym_var] = ACTIONS(934), + [anon_sym_let] = ACTIONS(934), + [anon_sym_const] = ACTIONS(934), + [anon_sym_if] = ACTIONS(934), + [anon_sym_switch] = ACTIONS(934), + [anon_sym_for] = ACTIONS(934), + [anon_sym_LPAREN] = ACTIONS(934), + [anon_sym_await] = ACTIONS(934), + [anon_sym_in] = ACTIONS(934), + [anon_sym_while] = ACTIONS(934), + [anon_sym_do] = ACTIONS(934), + [anon_sym_try] = ACTIONS(934), + [anon_sym_break] = ACTIONS(934), + [anon_sym_continue] = ACTIONS(934), + [anon_sym_debugger] = ACTIONS(934), + [anon_sym_return] = ACTIONS(934), + [anon_sym_throw] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_case] = ACTIONS(934), + [anon_sym_yield] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(934), + [anon_sym_LTtemplate_GT] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(934), + [anon_sym_GT] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_class] = ACTIONS(934), + [anon_sym_async] = ACTIONS(934), + [anon_sym_function] = ACTIONS(934), + [sym_optional_chain] = ACTIONS(934), + [anon_sym_new] = ACTIONS(934), + [anon_sym_AMP_AMP] = ACTIONS(934), + [anon_sym_PIPE_PIPE] = ACTIONS(934), + [anon_sym_GT_GT] = ACTIONS(934), + [anon_sym_GT_GT_GT] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_CARET] = ACTIONS(934), + [anon_sym_PIPE] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(934), + [anon_sym_SLASH] = ACTIONS(934), + [anon_sym_PERCENT] = ACTIONS(934), + [anon_sym_STAR_STAR] = ACTIONS(934), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_QMARK_QMARK] = ACTIONS(934), + [anon_sym_instanceof] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_typeof] = ACTIONS(934), + [anon_sym_void] = ACTIONS(934), + [anon_sym_delete] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_DASH_DASH] = ACTIONS(934), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(974), - [sym_number] = ACTIONS(974), - [sym_private_property_identifier] = ACTIONS(974), - [sym_this] = ACTIONS(974), - [sym_super] = ACTIONS(974), - [sym_true] = ACTIONS(974), - [sym_false] = ACTIONS(974), - [sym_null] = ACTIONS(974), - [sym_undefined] = ACTIONS(974), - [anon_sym_AT] = ACTIONS(974), - [anon_sym_static] = ACTIONS(974), - [anon_sym_get] = ACTIONS(974), - [anon_sym_set] = ACTIONS(974), + [anon_sym_BQUOTE] = ACTIONS(934), + [sym_number] = ACTIONS(934), + [sym_private_property_identifier] = ACTIONS(934), + [sym_this] = ACTIONS(934), + [sym_super] = ACTIONS(934), + [sym_true] = ACTIONS(934), + [sym_false] = ACTIONS(934), + [sym_null] = ACTIONS(934), + [sym_undefined] = ACTIONS(934), + [anon_sym_AT] = ACTIONS(934), + [anon_sym_static] = ACTIONS(934), + [anon_sym_get] = ACTIONS(934), + [anon_sym_set] = ACTIONS(934), [sym__automatic_semicolon] = ACTIONS(1009), - [sym__ternary_qmark] = ACTIONS(980), + [sym__ternary_qmark] = ACTIONS(938), [sym_html_comment] = ACTIONS(5), }, [174] = { [sym_comment] = STATE(174), - [sym_identifier] = ACTIONS(948), - [anon_sym_export] = ACTIONS(948), - [anon_sym_STAR] = ACTIONS(950), - [anon_sym_default] = ACTIONS(948), - [anon_sym_LBRACE] = ACTIONS(948), - [anon_sym_COMMA] = ACTIONS(950), - [anon_sym_RBRACE] = ACTIONS(948), - [anon_sym_import] = ACTIONS(948), - [anon_sym_with] = ACTIONS(948), - [anon_sym_var] = ACTIONS(948), - [anon_sym_let] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_switch] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_LPAREN] = ACTIONS(948), - [anon_sym_await] = ACTIONS(948), - [anon_sym_in] = ACTIONS(950), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_try] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_debugger] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_throw] = ACTIONS(948), - [anon_sym_SEMI] = ACTIONS(948), - [anon_sym_case] = ACTIONS(948), - [anon_sym_yield] = ACTIONS(948), - [anon_sym_LBRACK] = ACTIONS(948), - [anon_sym_LTtemplate_GT] = ACTIONS(948), - [anon_sym_LT] = ACTIONS(948), - [anon_sym_GT] = ACTIONS(950), - [anon_sym_DOT] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(948), - [anon_sym_SQUOTE] = ACTIONS(948), - [anon_sym_class] = ACTIONS(948), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(948), - [sym_optional_chain] = ACTIONS(950), - [anon_sym_new] = ACTIONS(948), - [anon_sym_AMP_AMP] = ACTIONS(950), - [anon_sym_PIPE_PIPE] = ACTIONS(950), - [anon_sym_GT_GT] = ACTIONS(950), - [anon_sym_GT_GT_GT] = ACTIONS(950), - [anon_sym_LT_LT] = ACTIONS(950), - [anon_sym_AMP] = ACTIONS(950), - [anon_sym_CARET] = ACTIONS(950), - [anon_sym_PIPE] = ACTIONS(950), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_SLASH] = ACTIONS(948), - [anon_sym_PERCENT] = ACTIONS(950), - [anon_sym_STAR_STAR] = ACTIONS(950), - [anon_sym_LT_EQ] = ACTIONS(950), - [anon_sym_EQ_EQ] = ACTIONS(950), - [anon_sym_EQ_EQ_EQ] = ACTIONS(950), - [anon_sym_BANG_EQ] = ACTIONS(950), - [anon_sym_BANG_EQ_EQ] = ACTIONS(950), - [anon_sym_GT_EQ] = ACTIONS(950), - [anon_sym_QMARK_QMARK] = ACTIONS(950), - [anon_sym_instanceof] = ACTIONS(950), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_TILDE] = ACTIONS(948), - [anon_sym_typeof] = ACTIONS(948), - [anon_sym_void] = ACTIONS(948), - [anon_sym_delete] = ACTIONS(948), - [anon_sym_PLUS_PLUS] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(948), + [ts_builtin_sym_end] = ACTIONS(938), + [sym_identifier] = ACTIONS(934), + [anon_sym_export] = ACTIONS(934), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_COMMA] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_import] = ACTIONS(934), + [anon_sym_with] = ACTIONS(934), + [anon_sym_var] = ACTIONS(934), + [anon_sym_let] = ACTIONS(934), + [anon_sym_const] = ACTIONS(934), + [anon_sym_else] = ACTIONS(934), + [anon_sym_if] = ACTIONS(934), + [anon_sym_switch] = ACTIONS(934), + [anon_sym_for] = ACTIONS(934), + [anon_sym_LPAREN] = ACTIONS(934), + [anon_sym_await] = ACTIONS(934), + [anon_sym_in] = ACTIONS(934), + [anon_sym_while] = ACTIONS(934), + [anon_sym_do] = ACTIONS(934), + [anon_sym_try] = ACTIONS(934), + [anon_sym_break] = ACTIONS(934), + [anon_sym_continue] = ACTIONS(934), + [anon_sym_debugger] = ACTIONS(934), + [anon_sym_return] = ACTIONS(934), + [anon_sym_throw] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_yield] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(934), + [anon_sym_LTtemplate_GT] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(934), + [anon_sym_GT] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_class] = ACTIONS(934), + [anon_sym_async] = ACTIONS(934), + [anon_sym_function] = ACTIONS(934), + [sym_optional_chain] = ACTIONS(934), + [anon_sym_new] = ACTIONS(934), + [anon_sym_AMP_AMP] = ACTIONS(934), + [anon_sym_PIPE_PIPE] = ACTIONS(934), + [anon_sym_GT_GT] = ACTIONS(934), + [anon_sym_GT_GT_GT] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_CARET] = ACTIONS(934), + [anon_sym_PIPE] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(934), + [anon_sym_SLASH] = ACTIONS(934), + [anon_sym_PERCENT] = ACTIONS(934), + [anon_sym_STAR_STAR] = ACTIONS(934), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_QMARK_QMARK] = ACTIONS(934), + [anon_sym_instanceof] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_typeof] = ACTIONS(934), + [anon_sym_void] = ACTIONS(934), + [anon_sym_delete] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_DASH_DASH] = ACTIONS(934), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(948), - [sym_number] = ACTIONS(948), - [sym_private_property_identifier] = ACTIONS(948), - [sym_this] = ACTIONS(948), - [sym_super] = ACTIONS(948), - [sym_true] = ACTIONS(948), - [sym_false] = ACTIONS(948), - [sym_null] = ACTIONS(948), - [sym_undefined] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(948), - [anon_sym_static] = ACTIONS(948), - [anon_sym_get] = ACTIONS(948), - [anon_sym_set] = ACTIONS(948), + [anon_sym_BQUOTE] = ACTIONS(934), + [sym_number] = ACTIONS(934), + [sym_private_property_identifier] = ACTIONS(934), + [sym_this] = ACTIONS(934), + [sym_super] = ACTIONS(934), + [sym_true] = ACTIONS(934), + [sym_false] = ACTIONS(934), + [sym_null] = ACTIONS(934), + [sym_undefined] = ACTIONS(934), + [anon_sym_AT] = ACTIONS(934), + [anon_sym_static] = ACTIONS(934), + [anon_sym_get] = ACTIONS(934), + [anon_sym_set] = ACTIONS(934), [sym__automatic_semicolon] = ACTIONS(1011), - [sym__ternary_qmark] = ACTIONS(954), + [sym__ternary_qmark] = ACTIONS(938), [sym_html_comment] = ACTIONS(5), }, [175] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1284), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2179), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2834), - [sym_string] = STATE(1134), [sym_comment] = STATE(175), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1921), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), + [ts_builtin_sym_end] = ACTIONS(928), + [sym_identifier] = ACTIONS(926), + [anon_sym_export] = ACTIONS(926), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_COMMA] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_import] = ACTIONS(926), + [anon_sym_with] = ACTIONS(926), + [anon_sym_var] = ACTIONS(926), + [anon_sym_let] = ACTIONS(926), + [anon_sym_const] = ACTIONS(926), + [anon_sym_else] = ACTIONS(926), + [anon_sym_if] = ACTIONS(926), + [anon_sym_switch] = ACTIONS(926), + [anon_sym_for] = ACTIONS(926), + [anon_sym_LPAREN] = ACTIONS(926), + [anon_sym_await] = ACTIONS(926), + [anon_sym_in] = ACTIONS(926), + [anon_sym_while] = ACTIONS(926), + [anon_sym_do] = ACTIONS(926), + [anon_sym_try] = ACTIONS(926), + [anon_sym_break] = ACTIONS(926), + [anon_sym_continue] = ACTIONS(926), + [anon_sym_debugger] = ACTIONS(926), + [anon_sym_return] = ACTIONS(926), + [anon_sym_throw] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_yield] = ACTIONS(926), + [anon_sym_LBRACK] = ACTIONS(926), + [anon_sym_LTtemplate_GT] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(926), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DOT] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_class] = ACTIONS(926), + [anon_sym_async] = ACTIONS(926), + [anon_sym_function] = ACTIONS(926), + [sym_optional_chain] = ACTIONS(926), + [anon_sym_new] = ACTIONS(926), + [anon_sym_AMP_AMP] = ACTIONS(926), + [anon_sym_PIPE_PIPE] = ACTIONS(926), + [anon_sym_GT_GT] = ACTIONS(926), + [anon_sym_GT_GT_GT] = ACTIONS(926), + [anon_sym_LT_LT] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(926), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_PERCENT] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_QMARK_QMARK] = ACTIONS(926), + [anon_sym_instanceof] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_typeof] = ACTIONS(926), + [anon_sym_void] = ACTIONS(926), + [anon_sym_delete] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_DASH_DASH] = ACTIONS(926), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(926), + [sym_number] = ACTIONS(926), + [sym_private_property_identifier] = ACTIONS(926), + [sym_this] = ACTIONS(926), + [sym_super] = ACTIONS(926), + [sym_true] = ACTIONS(926), + [sym_false] = ACTIONS(926), + [sym_null] = ACTIONS(926), + [sym_undefined] = ACTIONS(926), + [anon_sym_AT] = ACTIONS(926), + [anon_sym_static] = ACTIONS(926), + [anon_sym_get] = ACTIONS(926), + [anon_sym_set] = ACTIONS(926), + [sym__automatic_semicolon] = ACTIONS(928), + [sym__ternary_qmark] = ACTIONS(928), + [sym_html_comment] = ACTIONS(5), + }, + [176] = { + [sym_comment] = STATE(176), + [sym_identifier] = ACTIONS(991), + [anon_sym_export] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(993), + [anon_sym_default] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_COMMA] = ACTIONS(993), + [anon_sym_RBRACE] = ACTIONS(991), + [anon_sym_import] = ACTIONS(991), + [anon_sym_with] = ACTIONS(991), + [anon_sym_var] = ACTIONS(991), + [anon_sym_let] = ACTIONS(991), + [anon_sym_const] = ACTIONS(991), + [anon_sym_if] = ACTIONS(991), + [anon_sym_switch] = ACTIONS(991), + [anon_sym_for] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_await] = ACTIONS(991), + [anon_sym_in] = ACTIONS(993), + [anon_sym_while] = ACTIONS(991), + [anon_sym_do] = ACTIONS(991), + [anon_sym_try] = ACTIONS(991), + [anon_sym_break] = ACTIONS(991), + [anon_sym_continue] = ACTIONS(991), + [anon_sym_debugger] = ACTIONS(991), + [anon_sym_return] = ACTIONS(991), + [anon_sym_throw] = ACTIONS(991), + [anon_sym_SEMI] = ACTIONS(991), + [anon_sym_case] = ACTIONS(991), + [anon_sym_yield] = ACTIONS(991), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LTtemplate_GT] = ACTIONS(991), + [anon_sym_LT] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(993), + [anon_sym_DOT] = ACTIONS(993), + [anon_sym_DQUOTE] = ACTIONS(991), + [anon_sym_SQUOTE] = ACTIONS(991), + [anon_sym_class] = ACTIONS(991), + [anon_sym_async] = ACTIONS(991), + [anon_sym_function] = ACTIONS(991), + [sym_optional_chain] = ACTIONS(993), + [anon_sym_new] = ACTIONS(991), + [anon_sym_AMP_AMP] = ACTIONS(993), + [anon_sym_PIPE_PIPE] = ACTIONS(993), + [anon_sym_GT_GT] = ACTIONS(993), + [anon_sym_GT_GT_GT] = ACTIONS(993), + [anon_sym_LT_LT] = ACTIONS(993), + [anon_sym_AMP] = ACTIONS(993), + [anon_sym_CARET] = ACTIONS(993), + [anon_sym_PIPE] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_PERCENT] = ACTIONS(993), + [anon_sym_STAR_STAR] = ACTIONS(993), + [anon_sym_LT_EQ] = ACTIONS(993), + [anon_sym_EQ_EQ] = ACTIONS(993), + [anon_sym_EQ_EQ_EQ] = ACTIONS(993), + [anon_sym_BANG_EQ] = ACTIONS(993), + [anon_sym_BANG_EQ_EQ] = ACTIONS(993), + [anon_sym_GT_EQ] = ACTIONS(993), + [anon_sym_QMARK_QMARK] = ACTIONS(993), + [anon_sym_instanceof] = ACTIONS(993), + [anon_sym_BANG] = ACTIONS(991), + [anon_sym_TILDE] = ACTIONS(991), + [anon_sym_typeof] = ACTIONS(991), + [anon_sym_void] = ACTIONS(991), + [anon_sym_delete] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_DASH_DASH] = ACTIONS(991), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(991), + [sym_number] = ACTIONS(991), + [sym_private_property_identifier] = ACTIONS(991), + [sym_this] = ACTIONS(991), + [sym_super] = ACTIONS(991), + [sym_true] = ACTIONS(991), + [sym_false] = ACTIONS(991), + [sym_null] = ACTIONS(991), + [sym_undefined] = ACTIONS(991), + [anon_sym_AT] = ACTIONS(991), + [anon_sym_static] = ACTIONS(991), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(991), + [sym__automatic_semicolon] = ACTIONS(1013), + [sym__ternary_qmark] = ACTIONS(997), + [sym_html_comment] = ACTIONS(5), + }, + [177] = { + [sym_comment] = STATE(177), + [sym_identifier] = ACTIONS(930), + [anon_sym_export] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_default] = ACTIONS(930), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_COMMA] = ACTIONS(930), + [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_import] = ACTIONS(930), + [anon_sym_with] = ACTIONS(930), + [anon_sym_var] = ACTIONS(930), + [anon_sym_let] = ACTIONS(930), + [anon_sym_const] = ACTIONS(930), + [anon_sym_if] = ACTIONS(930), + [anon_sym_switch] = ACTIONS(930), + [anon_sym_for] = ACTIONS(930), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_await] = ACTIONS(930), + [anon_sym_in] = ACTIONS(930), + [anon_sym_while] = ACTIONS(930), + [anon_sym_do] = ACTIONS(930), + [anon_sym_try] = ACTIONS(930), + [anon_sym_break] = ACTIONS(930), + [anon_sym_continue] = ACTIONS(930), + [anon_sym_debugger] = ACTIONS(930), + [anon_sym_return] = ACTIONS(930), + [anon_sym_throw] = ACTIONS(930), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_case] = ACTIONS(930), + [anon_sym_yield] = ACTIONS(930), + [anon_sym_LBRACK] = ACTIONS(930), + [anon_sym_LTtemplate_GT] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(930), + [anon_sym_GT] = ACTIONS(930), + [anon_sym_DOT] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(930), + [anon_sym_SQUOTE] = ACTIONS(930), + [anon_sym_class] = ACTIONS(930), + [anon_sym_async] = ACTIONS(930), + [anon_sym_function] = ACTIONS(930), + [sym_optional_chain] = ACTIONS(930), + [anon_sym_new] = ACTIONS(930), + [anon_sym_AMP_AMP] = ACTIONS(930), + [anon_sym_PIPE_PIPE] = ACTIONS(930), + [anon_sym_GT_GT] = ACTIONS(930), + [anon_sym_GT_GT_GT] = ACTIONS(930), + [anon_sym_LT_LT] = ACTIONS(930), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_CARET] = ACTIONS(930), + [anon_sym_PIPE] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(930), + [anon_sym_PERCENT] = ACTIONS(930), + [anon_sym_STAR_STAR] = ACTIONS(930), + [anon_sym_LT_EQ] = ACTIONS(930), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(930), + [anon_sym_GT_EQ] = ACTIONS(930), + [anon_sym_QMARK_QMARK] = ACTIONS(930), + [anon_sym_instanceof] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_DASH_DASH] = ACTIONS(930), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(930), + [sym_number] = ACTIONS(930), + [sym_private_property_identifier] = ACTIONS(930), + [sym_this] = ACTIONS(930), + [sym_super] = ACTIONS(930), + [sym_true] = ACTIONS(930), + [sym_false] = ACTIONS(930), + [sym_null] = ACTIONS(930), + [sym_undefined] = ACTIONS(930), + [anon_sym_AT] = ACTIONS(930), + [anon_sym_static] = ACTIONS(930), + [anon_sym_get] = ACTIONS(930), + [anon_sym_set] = ACTIONS(930), + [sym__automatic_semicolon] = ACTIONS(932), + [sym__ternary_qmark] = ACTIONS(932), + [sym_html_comment] = ACTIONS(5), + }, + [178] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1351), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2824), + [sym_string] = STATE(1133), + [sym_comment] = STATE(178), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1986), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(800), [anon_sym_export] = ACTIONS(802), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(802), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(1013), + [anon_sym_RPAREN] = ACTIONS(1015), [anon_sym_await] = ACTIONS(676), [anon_sym_yield] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(762), @@ -33937,7 +34089,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_async] = ACTIONS(808), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), [anon_sym_PLUS] = ACTIONS(696), [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), @@ -33964,49 +34116,850 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(802), [sym_html_comment] = ACTIONS(5), }, - [176] = { - [sym_comment] = STATE(176), - [ts_builtin_sym_end] = ACTIONS(1015), - [sym_identifier] = ACTIONS(924), - [anon_sym_export] = ACTIONS(924), + [179] = { + [sym_comment] = STATE(179), + [sym_identifier] = ACTIONS(958), + [anon_sym_export] = ACTIONS(958), + [anon_sym_STAR] = ACTIONS(960), + [anon_sym_default] = ACTIONS(958), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_COMMA] = ACTIONS(960), + [anon_sym_RBRACE] = ACTIONS(958), + [anon_sym_import] = ACTIONS(958), + [anon_sym_with] = ACTIONS(958), + [anon_sym_var] = ACTIONS(958), + [anon_sym_let] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(958), + [anon_sym_await] = ACTIONS(958), + [anon_sym_in] = ACTIONS(960), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_try] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_debugger] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_throw] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_case] = ACTIONS(958), + [anon_sym_yield] = ACTIONS(958), + [anon_sym_LBRACK] = ACTIONS(958), + [anon_sym_LTtemplate_GT] = ACTIONS(958), + [anon_sym_LT] = ACTIONS(958), + [anon_sym_GT] = ACTIONS(960), + [anon_sym_DOT] = ACTIONS(960), + [anon_sym_DQUOTE] = ACTIONS(958), + [anon_sym_SQUOTE] = ACTIONS(958), + [anon_sym_class] = ACTIONS(958), + [anon_sym_async] = ACTIONS(958), + [anon_sym_function] = ACTIONS(958), + [sym_optional_chain] = ACTIONS(960), + [anon_sym_new] = ACTIONS(958), + [anon_sym_AMP_AMP] = ACTIONS(960), + [anon_sym_PIPE_PIPE] = ACTIONS(960), + [anon_sym_GT_GT] = ACTIONS(960), + [anon_sym_GT_GT_GT] = ACTIONS(960), + [anon_sym_LT_LT] = ACTIONS(960), + [anon_sym_AMP] = ACTIONS(960), + [anon_sym_CARET] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(958), + [anon_sym_SLASH] = ACTIONS(958), + [anon_sym_PERCENT] = ACTIONS(960), + [anon_sym_STAR_STAR] = ACTIONS(960), + [anon_sym_LT_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ_EQ] = ACTIONS(960), + [anon_sym_BANG_EQ] = ACTIONS(960), + [anon_sym_BANG_EQ_EQ] = ACTIONS(960), + [anon_sym_GT_EQ] = ACTIONS(960), + [anon_sym_QMARK_QMARK] = ACTIONS(960), + [anon_sym_instanceof] = ACTIONS(960), + [anon_sym_BANG] = ACTIONS(958), + [anon_sym_TILDE] = ACTIONS(958), + [anon_sym_typeof] = ACTIONS(958), + [anon_sym_void] = ACTIONS(958), + [anon_sym_delete] = ACTIONS(958), + [anon_sym_PLUS_PLUS] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(958), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(958), + [sym_number] = ACTIONS(958), + [sym_private_property_identifier] = ACTIONS(958), + [sym_this] = ACTIONS(958), + [sym_super] = ACTIONS(958), + [sym_true] = ACTIONS(958), + [sym_false] = ACTIONS(958), + [sym_null] = ACTIONS(958), + [sym_undefined] = ACTIONS(958), + [anon_sym_AT] = ACTIONS(958), + [anon_sym_static] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [sym__automatic_semicolon] = ACTIONS(1017), + [sym__ternary_qmark] = ACTIONS(964), + [sym_html_comment] = ACTIONS(5), + }, + [180] = { + [sym_comment] = STATE(180), + [ts_builtin_sym_end] = ACTIONS(1019), + [sym_identifier] = ACTIONS(916), + [anon_sym_export] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(916), + [anon_sym_COMMA] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(916), + [anon_sym_import] = ACTIONS(916), + [anon_sym_with] = ACTIONS(916), + [anon_sym_var] = ACTIONS(916), + [anon_sym_let] = ACTIONS(916), + [anon_sym_const] = ACTIONS(916), + [anon_sym_else] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_LPAREN] = ACTIONS(916), + [anon_sym_await] = ACTIONS(916), + [anon_sym_in] = ACTIONS(918), + [anon_sym_while] = ACTIONS(916), + [anon_sym_do] = ACTIONS(916), + [anon_sym_try] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_debugger] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_throw] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(916), + [anon_sym_LBRACK] = ACTIONS(916), + [anon_sym_LTtemplate_GT] = ACTIONS(916), + [anon_sym_LT] = ACTIONS(916), + [anon_sym_GT] = ACTIONS(918), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(916), + [anon_sym_SQUOTE] = ACTIONS(916), + [anon_sym_class] = ACTIONS(916), + [anon_sym_async] = ACTIONS(916), + [anon_sym_function] = ACTIONS(916), + [sym_optional_chain] = ACTIONS(918), + [anon_sym_new] = ACTIONS(916), + [anon_sym_AMP_AMP] = ACTIONS(918), + [anon_sym_PIPE_PIPE] = ACTIONS(918), + [anon_sym_GT_GT] = ACTIONS(918), + [anon_sym_GT_GT_GT] = ACTIONS(918), + [anon_sym_LT_LT] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(918), + [anon_sym_CARET] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_SLASH] = ACTIONS(916), + [anon_sym_PERCENT] = ACTIONS(918), + [anon_sym_STAR_STAR] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(918), + [anon_sym_EQ_EQ] = ACTIONS(918), + [anon_sym_EQ_EQ_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ_EQ] = ACTIONS(918), + [anon_sym_GT_EQ] = ACTIONS(918), + [anon_sym_QMARK_QMARK] = ACTIONS(918), + [anon_sym_instanceof] = ACTIONS(918), + [anon_sym_BANG] = ACTIONS(916), + [anon_sym_TILDE] = ACTIONS(916), + [anon_sym_typeof] = ACTIONS(916), + [anon_sym_void] = ACTIONS(916), + [anon_sym_delete] = ACTIONS(916), + [anon_sym_PLUS_PLUS] = ACTIONS(916), + [anon_sym_DASH_DASH] = ACTIONS(916), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(916), + [sym_number] = ACTIONS(916), + [sym_private_property_identifier] = ACTIONS(916), + [sym_this] = ACTIONS(916), + [sym_super] = ACTIONS(916), + [sym_true] = ACTIONS(916), + [sym_false] = ACTIONS(916), + [sym_null] = ACTIONS(916), + [sym_undefined] = ACTIONS(916), + [anon_sym_AT] = ACTIONS(916), + [anon_sym_static] = ACTIONS(916), + [anon_sym_get] = ACTIONS(916), + [anon_sym_set] = ACTIONS(916), + [sym__automatic_semicolon] = ACTIONS(1021), + [sym__ternary_qmark] = ACTIONS(922), + [sym_html_comment] = ACTIONS(5), + }, + [181] = { + [sym_comment] = STATE(181), + [sym_identifier] = ACTIONS(856), + [anon_sym_export] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_default] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_import] = ACTIONS(856), + [anon_sym_with] = ACTIONS(856), + [anon_sym_var] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_switch] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_await] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_debugger] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_throw] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_case] = ACTIONS(856), + [anon_sym_yield] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LTtemplate_GT] = ACTIONS(856), + [anon_sym_LT] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [anon_sym_SQUOTE] = ACTIONS(856), + [anon_sym_class] = ACTIONS(856), + [anon_sym_async] = ACTIONS(856), + [anon_sym_function] = ACTIONS(856), + [sym_optional_chain] = ACTIONS(856), + [anon_sym_new] = ACTIONS(856), + [anon_sym_AMP_AMP] = ACTIONS(856), + [anon_sym_PIPE_PIPE] = ACTIONS(856), + [anon_sym_GT_GT] = ACTIONS(856), + [anon_sym_GT_GT_GT] = ACTIONS(856), + [anon_sym_LT_LT] = ACTIONS(856), + [anon_sym_AMP] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), + [anon_sym_PIPE] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_PERCENT] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_QMARK_QMARK] = ACTIONS(856), + [anon_sym_instanceof] = ACTIONS(856), + [anon_sym_BANG] = ACTIONS(856), + [anon_sym_TILDE] = ACTIONS(856), + [anon_sym_typeof] = ACTIONS(856), + [anon_sym_void] = ACTIONS(856), + [anon_sym_delete] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_DASH_DASH] = ACTIONS(856), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(856), + [sym_number] = ACTIONS(856), + [sym_private_property_identifier] = ACTIONS(856), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(856), + [sym_true] = ACTIONS(856), + [sym_false] = ACTIONS(856), + [sym_null] = ACTIONS(856), + [sym_undefined] = ACTIONS(856), + [anon_sym_AT] = ACTIONS(856), + [anon_sym_static] = ACTIONS(856), + [anon_sym_get] = ACTIONS(856), + [anon_sym_set] = ACTIONS(856), + [sym__automatic_semicolon] = ACTIONS(1023), + [sym__ternary_qmark] = ACTIONS(948), + [sym_html_comment] = ACTIONS(5), + }, + [182] = { + [sym_comment] = STATE(182), + [ts_builtin_sym_end] = ACTIONS(948), + [sym_identifier] = ACTIONS(856), + [anon_sym_export] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(858), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(858), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_import] = ACTIONS(856), + [anon_sym_with] = ACTIONS(856), + [anon_sym_var] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_switch] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_await] = ACTIONS(856), + [anon_sym_in] = ACTIONS(858), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_debugger] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_throw] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_yield] = ACTIONS(856), + [anon_sym_EQ] = ACTIONS(860), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LTtemplate_GT] = ACTIONS(856), + [anon_sym_LT] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(858), + [anon_sym_DOT] = ACTIONS(858), + [anon_sym_DQUOTE] = ACTIONS(856), + [anon_sym_SQUOTE] = ACTIONS(856), + [anon_sym_class] = ACTIONS(856), + [anon_sym_async] = ACTIONS(856), + [anon_sym_function] = ACTIONS(856), + [sym_optional_chain] = ACTIONS(858), + [anon_sym_new] = ACTIONS(856), + [anon_sym_AMP_AMP] = ACTIONS(858), + [anon_sym_PIPE_PIPE] = ACTIONS(858), + [anon_sym_GT_GT] = ACTIONS(858), + [anon_sym_GT_GT_GT] = ACTIONS(858), + [anon_sym_LT_LT] = ACTIONS(858), + [anon_sym_AMP] = ACTIONS(858), + [anon_sym_CARET] = ACTIONS(858), + [anon_sym_PIPE] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_PERCENT] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_EQ_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_QMARK_QMARK] = ACTIONS(858), + [anon_sym_instanceof] = ACTIONS(858), + [anon_sym_BANG] = ACTIONS(856), + [anon_sym_TILDE] = ACTIONS(856), + [anon_sym_typeof] = ACTIONS(856), + [anon_sym_void] = ACTIONS(856), + [anon_sym_delete] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_DASH_DASH] = ACTIONS(856), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(856), + [sym_number] = ACTIONS(856), + [sym_private_property_identifier] = ACTIONS(856), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(856), + [sym_true] = ACTIONS(856), + [sym_false] = ACTIONS(856), + [sym_null] = ACTIONS(856), + [sym_undefined] = ACTIONS(856), + [anon_sym_AT] = ACTIONS(856), + [anon_sym_static] = ACTIONS(856), + [anon_sym_get] = ACTIONS(856), + [anon_sym_set] = ACTIONS(856), + [sym__automatic_semicolon] = ACTIONS(1025), + [sym__ternary_qmark] = ACTIONS(864), + [sym_html_comment] = ACTIONS(5), + }, + [183] = { + [sym_comment] = STATE(183), + [ts_builtin_sym_end] = ACTIONS(1027), + [sym_identifier] = ACTIONS(882), + [anon_sym_export] = ACTIONS(882), + [anon_sym_STAR] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(882), + [anon_sym_COMMA] = ACTIONS(884), + [anon_sym_RBRACE] = ACTIONS(882), + [anon_sym_import] = ACTIONS(882), + [anon_sym_with] = ACTIONS(882), + [anon_sym_var] = ACTIONS(882), + [anon_sym_let] = ACTIONS(882), + [anon_sym_const] = ACTIONS(882), + [anon_sym_else] = ACTIONS(882), + [anon_sym_if] = ACTIONS(882), + [anon_sym_switch] = ACTIONS(882), + [anon_sym_for] = ACTIONS(882), + [anon_sym_LPAREN] = ACTIONS(882), + [anon_sym_await] = ACTIONS(882), + [anon_sym_in] = ACTIONS(884), + [anon_sym_while] = ACTIONS(882), + [anon_sym_do] = ACTIONS(882), + [anon_sym_try] = ACTIONS(882), + [anon_sym_break] = ACTIONS(882), + [anon_sym_continue] = ACTIONS(882), + [anon_sym_debugger] = ACTIONS(882), + [anon_sym_return] = ACTIONS(882), + [anon_sym_throw] = ACTIONS(882), + [anon_sym_SEMI] = ACTIONS(882), + [anon_sym_yield] = ACTIONS(882), + [anon_sym_LBRACK] = ACTIONS(882), + [anon_sym_LTtemplate_GT] = ACTIONS(882), + [anon_sym_LT] = ACTIONS(882), + [anon_sym_GT] = ACTIONS(884), + [anon_sym_DOT] = ACTIONS(884), + [anon_sym_DQUOTE] = ACTIONS(882), + [anon_sym_SQUOTE] = ACTIONS(882), + [anon_sym_class] = ACTIONS(882), + [anon_sym_async] = ACTIONS(882), + [anon_sym_function] = ACTIONS(882), + [sym_optional_chain] = ACTIONS(884), + [anon_sym_new] = ACTIONS(882), + [anon_sym_AMP_AMP] = ACTIONS(884), + [anon_sym_PIPE_PIPE] = ACTIONS(884), + [anon_sym_GT_GT] = ACTIONS(884), + [anon_sym_GT_GT_GT] = ACTIONS(884), + [anon_sym_LT_LT] = ACTIONS(884), + [anon_sym_AMP] = ACTIONS(884), + [anon_sym_CARET] = ACTIONS(884), + [anon_sym_PIPE] = ACTIONS(884), + [anon_sym_PLUS] = ACTIONS(882), + [anon_sym_DASH] = ACTIONS(882), + [anon_sym_SLASH] = ACTIONS(882), + [anon_sym_PERCENT] = ACTIONS(884), + [anon_sym_STAR_STAR] = ACTIONS(884), + [anon_sym_LT_EQ] = ACTIONS(884), + [anon_sym_EQ_EQ] = ACTIONS(884), + [anon_sym_EQ_EQ_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ_EQ] = ACTIONS(884), + [anon_sym_GT_EQ] = ACTIONS(884), + [anon_sym_QMARK_QMARK] = ACTIONS(884), + [anon_sym_instanceof] = ACTIONS(884), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_TILDE] = ACTIONS(882), + [anon_sym_typeof] = ACTIONS(882), + [anon_sym_void] = ACTIONS(882), + [anon_sym_delete] = ACTIONS(882), + [anon_sym_PLUS_PLUS] = ACTIONS(882), + [anon_sym_DASH_DASH] = ACTIONS(882), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(882), + [sym_number] = ACTIONS(882), + [sym_private_property_identifier] = ACTIONS(882), + [sym_this] = ACTIONS(882), + [sym_super] = ACTIONS(882), + [sym_true] = ACTIONS(882), + [sym_false] = ACTIONS(882), + [sym_null] = ACTIONS(882), + [sym_undefined] = ACTIONS(882), + [anon_sym_AT] = ACTIONS(882), + [anon_sym_static] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [sym__automatic_semicolon] = ACTIONS(1029), + [sym__ternary_qmark] = ACTIONS(888), + [sym_html_comment] = ACTIONS(5), + }, + [184] = { + [sym_comment] = STATE(184), + [ts_builtin_sym_end] = ACTIONS(1031), + [sym_identifier] = ACTIONS(968), + [anon_sym_export] = ACTIONS(968), + [anon_sym_STAR] = ACTIONS(970), + [anon_sym_LBRACE] = ACTIONS(968), + [anon_sym_COMMA] = ACTIONS(970), + [anon_sym_RBRACE] = ACTIONS(968), + [anon_sym_import] = ACTIONS(968), + [anon_sym_with] = ACTIONS(968), + [anon_sym_var] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(968), + [anon_sym_await] = ACTIONS(968), + [anon_sym_in] = ACTIONS(970), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_try] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_debugger] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_throw] = ACTIONS(968), + [anon_sym_SEMI] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(968), + [anon_sym_LBRACK] = ACTIONS(968), + [anon_sym_LTtemplate_GT] = ACTIONS(968), + [anon_sym_LT] = ACTIONS(968), + [anon_sym_GT] = ACTIONS(970), + [anon_sym_DOT] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(968), + [anon_sym_SQUOTE] = ACTIONS(968), + [anon_sym_class] = ACTIONS(968), + [anon_sym_async] = ACTIONS(968), + [anon_sym_function] = ACTIONS(968), + [sym_optional_chain] = ACTIONS(970), + [anon_sym_new] = ACTIONS(968), + [anon_sym_AMP_AMP] = ACTIONS(970), + [anon_sym_PIPE_PIPE] = ACTIONS(970), + [anon_sym_GT_GT] = ACTIONS(970), + [anon_sym_GT_GT_GT] = ACTIONS(970), + [anon_sym_LT_LT] = ACTIONS(970), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_CARET] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_PLUS] = ACTIONS(968), + [anon_sym_DASH] = ACTIONS(968), + [anon_sym_SLASH] = ACTIONS(968), + [anon_sym_PERCENT] = ACTIONS(970), + [anon_sym_STAR_STAR] = ACTIONS(970), + [anon_sym_LT_EQ] = ACTIONS(970), + [anon_sym_EQ_EQ] = ACTIONS(970), + [anon_sym_EQ_EQ_EQ] = ACTIONS(970), + [anon_sym_BANG_EQ] = ACTIONS(970), + [anon_sym_BANG_EQ_EQ] = ACTIONS(970), + [anon_sym_GT_EQ] = ACTIONS(970), + [anon_sym_QMARK_QMARK] = ACTIONS(970), + [anon_sym_instanceof] = ACTIONS(970), + [anon_sym_BANG] = ACTIONS(968), + [anon_sym_TILDE] = ACTIONS(968), + [anon_sym_typeof] = ACTIONS(968), + [anon_sym_void] = ACTIONS(968), + [anon_sym_delete] = ACTIONS(968), + [anon_sym_PLUS_PLUS] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(968), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(968), + [sym_number] = ACTIONS(968), + [sym_private_property_identifier] = ACTIONS(968), + [sym_this] = ACTIONS(968), + [sym_super] = ACTIONS(968), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_undefined] = ACTIONS(968), + [anon_sym_AT] = ACTIONS(968), + [anon_sym_static] = ACTIONS(968), + [anon_sym_get] = ACTIONS(968), + [anon_sym_set] = ACTIONS(968), + [sym__automatic_semicolon] = ACTIONS(1033), + [sym__ternary_qmark] = ACTIONS(974), + [sym_html_comment] = ACTIONS(5), + }, + [185] = { + [sym_comment] = STATE(185), + [sym_identifier] = ACTIONS(874), + [anon_sym_export] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(876), + [anon_sym_default] = ACTIONS(874), + [anon_sym_LBRACE] = ACTIONS(874), + [anon_sym_COMMA] = ACTIONS(876), + [anon_sym_RBRACE] = ACTIONS(874), + [anon_sym_import] = ACTIONS(874), + [anon_sym_with] = ACTIONS(874), + [anon_sym_var] = ACTIONS(874), + [anon_sym_let] = ACTIONS(874), + [anon_sym_const] = ACTIONS(874), + [anon_sym_if] = ACTIONS(874), + [anon_sym_switch] = ACTIONS(874), + [anon_sym_for] = ACTIONS(874), + [anon_sym_LPAREN] = ACTIONS(874), + [anon_sym_await] = ACTIONS(874), + [anon_sym_in] = ACTIONS(876), + [anon_sym_while] = ACTIONS(874), + [anon_sym_do] = ACTIONS(874), + [anon_sym_try] = ACTIONS(874), + [anon_sym_break] = ACTIONS(874), + [anon_sym_continue] = ACTIONS(874), + [anon_sym_debugger] = ACTIONS(874), + [anon_sym_return] = ACTIONS(874), + [anon_sym_throw] = ACTIONS(874), + [anon_sym_SEMI] = ACTIONS(874), + [anon_sym_case] = ACTIONS(874), + [anon_sym_yield] = ACTIONS(874), + [anon_sym_LBRACK] = ACTIONS(874), + [anon_sym_LTtemplate_GT] = ACTIONS(874), + [anon_sym_LT] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(876), + [anon_sym_DOT] = ACTIONS(876), + [anon_sym_DQUOTE] = ACTIONS(874), + [anon_sym_SQUOTE] = ACTIONS(874), + [anon_sym_class] = ACTIONS(874), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(874), + [sym_optional_chain] = ACTIONS(876), + [anon_sym_new] = ACTIONS(874), + [anon_sym_AMP_AMP] = ACTIONS(876), + [anon_sym_PIPE_PIPE] = ACTIONS(876), + [anon_sym_GT_GT] = ACTIONS(876), + [anon_sym_GT_GT_GT] = ACTIONS(876), + [anon_sym_LT_LT] = ACTIONS(876), + [anon_sym_AMP] = ACTIONS(876), + [anon_sym_CARET] = ACTIONS(876), + [anon_sym_PIPE] = ACTIONS(876), + [anon_sym_PLUS] = ACTIONS(874), + [anon_sym_DASH] = ACTIONS(874), + [anon_sym_SLASH] = ACTIONS(874), + [anon_sym_PERCENT] = ACTIONS(876), + [anon_sym_STAR_STAR] = ACTIONS(876), + [anon_sym_LT_EQ] = ACTIONS(876), + [anon_sym_EQ_EQ] = ACTIONS(876), + [anon_sym_EQ_EQ_EQ] = ACTIONS(876), + [anon_sym_BANG_EQ] = ACTIONS(876), + [anon_sym_BANG_EQ_EQ] = ACTIONS(876), + [anon_sym_GT_EQ] = ACTIONS(876), + [anon_sym_QMARK_QMARK] = ACTIONS(876), + [anon_sym_instanceof] = ACTIONS(876), + [anon_sym_BANG] = ACTIONS(874), + [anon_sym_TILDE] = ACTIONS(874), + [anon_sym_typeof] = ACTIONS(874), + [anon_sym_void] = ACTIONS(874), + [anon_sym_delete] = ACTIONS(874), + [anon_sym_PLUS_PLUS] = ACTIONS(874), + [anon_sym_DASH_DASH] = ACTIONS(874), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(874), + [sym_number] = ACTIONS(874), + [sym_private_property_identifier] = ACTIONS(874), + [sym_this] = ACTIONS(874), + [sym_super] = ACTIONS(874), + [sym_true] = ACTIONS(874), + [sym_false] = ACTIONS(874), + [sym_null] = ACTIONS(874), + [sym_undefined] = ACTIONS(874), + [anon_sym_AT] = ACTIONS(874), + [anon_sym_static] = ACTIONS(874), + [anon_sym_get] = ACTIONS(874), + [anon_sym_set] = ACTIONS(874), + [sym__automatic_semicolon] = ACTIONS(1035), + [sym__ternary_qmark] = ACTIONS(880), + [sym_html_comment] = ACTIONS(5), + }, + [186] = { + [sym_comment] = STATE(186), + [sym_identifier] = ACTIONS(890), + [anon_sym_export] = ACTIONS(890), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_default] = ACTIONS(890), + [anon_sym_LBRACE] = ACTIONS(890), + [anon_sym_COMMA] = ACTIONS(892), + [anon_sym_RBRACE] = ACTIONS(890), + [anon_sym_import] = ACTIONS(890), + [anon_sym_with] = ACTIONS(890), + [anon_sym_var] = ACTIONS(890), + [anon_sym_let] = ACTIONS(890), + [anon_sym_const] = ACTIONS(890), + [anon_sym_if] = ACTIONS(890), + [anon_sym_switch] = ACTIONS(890), + [anon_sym_for] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(890), + [anon_sym_await] = ACTIONS(890), + [anon_sym_in] = ACTIONS(892), + [anon_sym_while] = ACTIONS(890), + [anon_sym_do] = ACTIONS(890), + [anon_sym_try] = ACTIONS(890), + [anon_sym_break] = ACTIONS(890), + [anon_sym_continue] = ACTIONS(890), + [anon_sym_debugger] = ACTIONS(890), + [anon_sym_return] = ACTIONS(890), + [anon_sym_throw] = ACTIONS(890), + [anon_sym_SEMI] = ACTIONS(890), + [anon_sym_case] = ACTIONS(890), + [anon_sym_yield] = ACTIONS(890), + [anon_sym_LBRACK] = ACTIONS(890), + [anon_sym_LTtemplate_GT] = ACTIONS(890), + [anon_sym_LT] = ACTIONS(890), + [anon_sym_GT] = ACTIONS(892), + [anon_sym_DOT] = ACTIONS(892), + [anon_sym_DQUOTE] = ACTIONS(890), + [anon_sym_SQUOTE] = ACTIONS(890), + [anon_sym_class] = ACTIONS(890), + [anon_sym_async] = ACTIONS(890), + [anon_sym_function] = ACTIONS(890), + [sym_optional_chain] = ACTIONS(892), + [anon_sym_new] = ACTIONS(890), + [anon_sym_AMP_AMP] = ACTIONS(892), + [anon_sym_PIPE_PIPE] = ACTIONS(892), + [anon_sym_GT_GT] = ACTIONS(892), + [anon_sym_GT_GT_GT] = ACTIONS(892), + [anon_sym_LT_LT] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(892), + [anon_sym_CARET] = ACTIONS(892), + [anon_sym_PIPE] = ACTIONS(892), + [anon_sym_PLUS] = ACTIONS(890), + [anon_sym_DASH] = ACTIONS(890), + [anon_sym_SLASH] = ACTIONS(890), + [anon_sym_PERCENT] = ACTIONS(892), + [anon_sym_STAR_STAR] = ACTIONS(892), + [anon_sym_LT_EQ] = ACTIONS(892), + [anon_sym_EQ_EQ] = ACTIONS(892), + [anon_sym_EQ_EQ_EQ] = ACTIONS(892), + [anon_sym_BANG_EQ] = ACTIONS(892), + [anon_sym_BANG_EQ_EQ] = ACTIONS(892), + [anon_sym_GT_EQ] = ACTIONS(892), + [anon_sym_QMARK_QMARK] = ACTIONS(892), + [anon_sym_instanceof] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_typeof] = ACTIONS(890), + [anon_sym_void] = ACTIONS(890), + [anon_sym_delete] = ACTIONS(890), + [anon_sym_PLUS_PLUS] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(890), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(890), + [sym_number] = ACTIONS(890), + [sym_private_property_identifier] = ACTIONS(890), + [sym_this] = ACTIONS(890), + [sym_super] = ACTIONS(890), + [sym_true] = ACTIONS(890), + [sym_false] = ACTIONS(890), + [sym_null] = ACTIONS(890), + [sym_undefined] = ACTIONS(890), + [anon_sym_AT] = ACTIONS(890), + [anon_sym_static] = ACTIONS(890), + [anon_sym_get] = ACTIONS(890), + [anon_sym_set] = ACTIONS(890), + [sym__automatic_semicolon] = ACTIONS(1037), + [sym__ternary_qmark] = ACTIONS(896), + [sym_html_comment] = ACTIONS(5), + }, + [187] = { + [sym_comment] = STATE(187), + [ts_builtin_sym_end] = ACTIONS(932), + [sym_identifier] = ACTIONS(930), + [anon_sym_export] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_COMMA] = ACTIONS(930), + [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_import] = ACTIONS(930), + [anon_sym_with] = ACTIONS(930), + [anon_sym_var] = ACTIONS(930), + [anon_sym_let] = ACTIONS(930), + [anon_sym_const] = ACTIONS(930), + [anon_sym_else] = ACTIONS(930), + [anon_sym_if] = ACTIONS(930), + [anon_sym_switch] = ACTIONS(930), + [anon_sym_for] = ACTIONS(930), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_await] = ACTIONS(930), + [anon_sym_in] = ACTIONS(930), + [anon_sym_while] = ACTIONS(930), + [anon_sym_do] = ACTIONS(930), + [anon_sym_try] = ACTIONS(930), + [anon_sym_break] = ACTIONS(930), + [anon_sym_continue] = ACTIONS(930), + [anon_sym_debugger] = ACTIONS(930), + [anon_sym_return] = ACTIONS(930), + [anon_sym_throw] = ACTIONS(930), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_yield] = ACTIONS(930), + [anon_sym_LBRACK] = ACTIONS(930), + [anon_sym_LTtemplate_GT] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(930), + [anon_sym_GT] = ACTIONS(930), + [anon_sym_DOT] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(930), + [anon_sym_SQUOTE] = ACTIONS(930), + [anon_sym_class] = ACTIONS(930), + [anon_sym_async] = ACTIONS(930), + [anon_sym_function] = ACTIONS(930), + [sym_optional_chain] = ACTIONS(930), + [anon_sym_new] = ACTIONS(930), + [anon_sym_AMP_AMP] = ACTIONS(930), + [anon_sym_PIPE_PIPE] = ACTIONS(930), + [anon_sym_GT_GT] = ACTIONS(930), + [anon_sym_GT_GT_GT] = ACTIONS(930), + [anon_sym_LT_LT] = ACTIONS(930), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_CARET] = ACTIONS(930), + [anon_sym_PIPE] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(930), + [anon_sym_PERCENT] = ACTIONS(930), + [anon_sym_STAR_STAR] = ACTIONS(930), + [anon_sym_LT_EQ] = ACTIONS(930), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(930), + [anon_sym_GT_EQ] = ACTIONS(930), + [anon_sym_QMARK_QMARK] = ACTIONS(930), + [anon_sym_instanceof] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_DASH_DASH] = ACTIONS(930), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(930), + [sym_number] = ACTIONS(930), + [sym_private_property_identifier] = ACTIONS(930), + [sym_this] = ACTIONS(930), + [sym_super] = ACTIONS(930), + [sym_true] = ACTIONS(930), + [sym_false] = ACTIONS(930), + [sym_null] = ACTIONS(930), + [sym_undefined] = ACTIONS(930), + [anon_sym_AT] = ACTIONS(930), + [anon_sym_static] = ACTIONS(930), + [anon_sym_get] = ACTIONS(930), + [anon_sym_set] = ACTIONS(930), + [sym__automatic_semicolon] = ACTIONS(932), + [sym__ternary_qmark] = ACTIONS(932), + [sym_html_comment] = ACTIONS(5), + }, + [188] = { + [sym_comment] = STATE(188), + [sym_identifier] = ACTIONS(926), + [anon_sym_export] = ACTIONS(926), [anon_sym_STAR] = ACTIONS(926), - [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_default] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(926), [anon_sym_COMMA] = ACTIONS(926), - [anon_sym_RBRACE] = ACTIONS(924), - [anon_sym_import] = ACTIONS(924), - [anon_sym_with] = ACTIONS(924), - [anon_sym_var] = ACTIONS(924), - [anon_sym_let] = ACTIONS(924), - [anon_sym_const] = ACTIONS(924), - [anon_sym_else] = ACTIONS(924), - [anon_sym_if] = ACTIONS(924), - [anon_sym_switch] = ACTIONS(924), - [anon_sym_for] = ACTIONS(924), - [anon_sym_LPAREN] = ACTIONS(924), - [anon_sym_await] = ACTIONS(924), + [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_import] = ACTIONS(926), + [anon_sym_with] = ACTIONS(926), + [anon_sym_var] = ACTIONS(926), + [anon_sym_let] = ACTIONS(926), + [anon_sym_const] = ACTIONS(926), + [anon_sym_if] = ACTIONS(926), + [anon_sym_switch] = ACTIONS(926), + [anon_sym_for] = ACTIONS(926), + [anon_sym_LPAREN] = ACTIONS(926), + [anon_sym_await] = ACTIONS(926), [anon_sym_in] = ACTIONS(926), - [anon_sym_while] = ACTIONS(924), - [anon_sym_do] = ACTIONS(924), - [anon_sym_try] = ACTIONS(924), - [anon_sym_break] = ACTIONS(924), - [anon_sym_continue] = ACTIONS(924), - [anon_sym_debugger] = ACTIONS(924), - [anon_sym_return] = ACTIONS(924), - [anon_sym_throw] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(924), - [anon_sym_yield] = ACTIONS(924), - [anon_sym_LBRACK] = ACTIONS(924), - [anon_sym_LTtemplate_GT] = ACTIONS(924), - [anon_sym_LT] = ACTIONS(924), + [anon_sym_while] = ACTIONS(926), + [anon_sym_do] = ACTIONS(926), + [anon_sym_try] = ACTIONS(926), + [anon_sym_break] = ACTIONS(926), + [anon_sym_continue] = ACTIONS(926), + [anon_sym_debugger] = ACTIONS(926), + [anon_sym_return] = ACTIONS(926), + [anon_sym_throw] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_case] = ACTIONS(926), + [anon_sym_yield] = ACTIONS(926), + [anon_sym_LBRACK] = ACTIONS(926), + [anon_sym_LTtemplate_GT] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(926), [anon_sym_GT] = ACTIONS(926), [anon_sym_DOT] = ACTIONS(926), - [anon_sym_DQUOTE] = ACTIONS(924), - [anon_sym_SQUOTE] = ACTIONS(924), - [anon_sym_class] = ACTIONS(924), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(924), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_class] = ACTIONS(926), + [anon_sym_async] = ACTIONS(926), + [anon_sym_function] = ACTIONS(926), [sym_optional_chain] = ACTIONS(926), - [anon_sym_new] = ACTIONS(924), + [anon_sym_new] = ACTIONS(926), [anon_sym_AMP_AMP] = ACTIONS(926), [anon_sym_PIPE_PIPE] = ACTIONS(926), [anon_sym_GT_GT] = ACTIONS(926), @@ -34015,9 +34968,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(926), [anon_sym_CARET] = ACTIONS(926), [anon_sym_PIPE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(924), - [anon_sym_DASH] = ACTIONS(924), - [anon_sym_SLASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), [anon_sym_PERCENT] = ACTIONS(926), [anon_sym_STAR_STAR] = ACTIONS(926), [anon_sym_LT_EQ] = ACTIONS(926), @@ -34028,37 +34981,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(926), [anon_sym_QMARK_QMARK] = ACTIONS(926), [anon_sym_instanceof] = ACTIONS(926), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(924), - [anon_sym_typeof] = ACTIONS(924), - [anon_sym_void] = ACTIONS(924), - [anon_sym_delete] = ACTIONS(924), - [anon_sym_PLUS_PLUS] = ACTIONS(924), - [anon_sym_DASH_DASH] = ACTIONS(924), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_typeof] = ACTIONS(926), + [anon_sym_void] = ACTIONS(926), + [anon_sym_delete] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_DASH_DASH] = ACTIONS(926), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(924), - [sym_number] = ACTIONS(924), - [sym_private_property_identifier] = ACTIONS(924), - [sym_this] = ACTIONS(924), - [sym_super] = ACTIONS(924), - [sym_true] = ACTIONS(924), - [sym_false] = ACTIONS(924), - [sym_null] = ACTIONS(924), - [sym_undefined] = ACTIONS(924), - [anon_sym_AT] = ACTIONS(924), - [anon_sym_static] = ACTIONS(924), - [anon_sym_get] = ACTIONS(924), - [anon_sym_set] = ACTIONS(924), - [sym__automatic_semicolon] = ACTIONS(1017), - [sym__ternary_qmark] = ACTIONS(930), + [anon_sym_BQUOTE] = ACTIONS(926), + [sym_number] = ACTIONS(926), + [sym_private_property_identifier] = ACTIONS(926), + [sym_this] = ACTIONS(926), + [sym_super] = ACTIONS(926), + [sym_true] = ACTIONS(926), + [sym_false] = ACTIONS(926), + [sym_null] = ACTIONS(926), + [sym_undefined] = ACTIONS(926), + [anon_sym_AT] = ACTIONS(926), + [anon_sym_static] = ACTIONS(926), + [anon_sym_get] = ACTIONS(926), + [anon_sym_set] = ACTIONS(926), + [sym__automatic_semicolon] = ACTIONS(928), + [sym__ternary_qmark] = ACTIONS(928), [sym_html_comment] = ACTIONS(5), }, - [177] = { - [sym_comment] = STATE(177), + [189] = { + [sym_comment] = STATE(189), + [ts_builtin_sym_end] = ACTIONS(1039), [sym_identifier] = ACTIONS(958), [anon_sym_export] = ACTIONS(958), [anon_sym_STAR] = ACTIONS(960), - [anon_sym_default] = ACTIONS(958), [anon_sym_LBRACE] = ACTIONS(958), [anon_sym_COMMA] = ACTIONS(960), [anon_sym_RBRACE] = ACTIONS(958), @@ -34067,6 +35020,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(958), [anon_sym_let] = ACTIONS(958), [anon_sym_const] = ACTIONS(958), + [anon_sym_else] = ACTIONS(958), [anon_sym_if] = ACTIONS(958), [anon_sym_switch] = ACTIONS(958), [anon_sym_for] = ACTIONS(958), @@ -34082,7 +35036,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(958), [anon_sym_throw] = ACTIONS(958), [anon_sym_SEMI] = ACTIONS(958), - [anon_sym_case] = ACTIONS(958), [anon_sym_yield] = ACTIONS(958), [anon_sym_LBRACK] = ACTIONS(958), [anon_sym_LTtemplate_GT] = ACTIONS(958), @@ -34138,105 +35091,461 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(958), [anon_sym_get] = ACTIONS(958), [anon_sym_set] = ACTIONS(958), - [sym__automatic_semicolon] = ACTIONS(1019), + [sym__automatic_semicolon] = ACTIONS(1041), [sym__ternary_qmark] = ACTIONS(964), [sym_html_comment] = ACTIONS(5), }, - [178] = { - [sym_comment] = STATE(178), - [ts_builtin_sym_end] = ACTIONS(912), - [sym_identifier] = ACTIONS(910), - [anon_sym_export] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_COMMA] = ACTIONS(910), - [anon_sym_RBRACE] = ACTIONS(910), - [anon_sym_import] = ACTIONS(910), - [anon_sym_with] = ACTIONS(910), - [anon_sym_var] = ACTIONS(910), - [anon_sym_let] = ACTIONS(910), - [anon_sym_const] = ACTIONS(910), - [anon_sym_else] = ACTIONS(910), - [anon_sym_if] = ACTIONS(910), - [anon_sym_switch] = ACTIONS(910), - [anon_sym_for] = ACTIONS(910), - [anon_sym_LPAREN] = ACTIONS(910), - [anon_sym_await] = ACTIONS(910), - [anon_sym_in] = ACTIONS(910), - [anon_sym_while] = ACTIONS(910), - [anon_sym_do] = ACTIONS(910), - [anon_sym_try] = ACTIONS(910), - [anon_sym_break] = ACTIONS(910), - [anon_sym_continue] = ACTIONS(910), - [anon_sym_debugger] = ACTIONS(910), - [anon_sym_return] = ACTIONS(910), - [anon_sym_throw] = ACTIONS(910), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_yield] = ACTIONS(910), - [anon_sym_LBRACK] = ACTIONS(910), - [anon_sym_LTtemplate_GT] = ACTIONS(910), - [anon_sym_LT] = ACTIONS(910), - [anon_sym_GT] = ACTIONS(910), - [anon_sym_DOT] = ACTIONS(910), - [anon_sym_DQUOTE] = ACTIONS(910), - [anon_sym_SQUOTE] = ACTIONS(910), - [anon_sym_class] = ACTIONS(910), - [anon_sym_async] = ACTIONS(910), - [anon_sym_function] = ACTIONS(910), - [sym_optional_chain] = ACTIONS(910), - [anon_sym_new] = ACTIONS(910), - [anon_sym_AMP_AMP] = ACTIONS(910), - [anon_sym_PIPE_PIPE] = ACTIONS(910), - [anon_sym_GT_GT] = ACTIONS(910), - [anon_sym_GT_GT_GT] = ACTIONS(910), - [anon_sym_LT_LT] = ACTIONS(910), - [anon_sym_AMP] = ACTIONS(910), - [anon_sym_CARET] = ACTIONS(910), - [anon_sym_PIPE] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(910), - [anon_sym_DASH] = ACTIONS(910), - [anon_sym_SLASH] = ACTIONS(910), - [anon_sym_PERCENT] = ACTIONS(910), - [anon_sym_STAR_STAR] = ACTIONS(910), - [anon_sym_LT_EQ] = ACTIONS(910), - [anon_sym_EQ_EQ] = ACTIONS(910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(910), - [anon_sym_BANG_EQ] = ACTIONS(910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(910), - [anon_sym_GT_EQ] = ACTIONS(910), - [anon_sym_QMARK_QMARK] = ACTIONS(910), - [anon_sym_instanceof] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(910), - [anon_sym_typeof] = ACTIONS(910), - [anon_sym_void] = ACTIONS(910), - [anon_sym_delete] = ACTIONS(910), - [anon_sym_PLUS_PLUS] = ACTIONS(910), - [anon_sym_DASH_DASH] = ACTIONS(910), + [190] = { + [sym_comment] = STATE(190), + [ts_builtin_sym_end] = ACTIONS(954), + [sym_identifier] = ACTIONS(952), + [anon_sym_export] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(952), + [anon_sym_COMMA] = ACTIONS(952), + [anon_sym_RBRACE] = ACTIONS(952), + [anon_sym_import] = ACTIONS(952), + [anon_sym_with] = ACTIONS(952), + [anon_sym_var] = ACTIONS(952), + [anon_sym_let] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_LPAREN] = ACTIONS(952), + [anon_sym_await] = ACTIONS(952), + [anon_sym_in] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_try] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_debugger] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_throw] = ACTIONS(952), + [anon_sym_SEMI] = ACTIONS(952), + [anon_sym_yield] = ACTIONS(952), + [anon_sym_LBRACK] = ACTIONS(952), + [anon_sym_LTtemplate_GT] = ACTIONS(952), + [anon_sym_LT] = ACTIONS(952), + [anon_sym_GT] = ACTIONS(952), + [anon_sym_DOT] = ACTIONS(952), + [anon_sym_DQUOTE] = ACTIONS(952), + [anon_sym_SQUOTE] = ACTIONS(952), + [anon_sym_class] = ACTIONS(952), + [anon_sym_async] = ACTIONS(952), + [anon_sym_function] = ACTIONS(952), + [sym_optional_chain] = ACTIONS(952), + [anon_sym_new] = ACTIONS(952), + [anon_sym_AMP_AMP] = ACTIONS(952), + [anon_sym_PIPE_PIPE] = ACTIONS(952), + [anon_sym_GT_GT] = ACTIONS(952), + [anon_sym_GT_GT_GT] = ACTIONS(952), + [anon_sym_LT_LT] = ACTIONS(952), + [anon_sym_AMP] = ACTIONS(952), + [anon_sym_CARET] = ACTIONS(952), + [anon_sym_PIPE] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_SLASH] = ACTIONS(952), + [anon_sym_PERCENT] = ACTIONS(952), + [anon_sym_STAR_STAR] = ACTIONS(952), + [anon_sym_LT_EQ] = ACTIONS(952), + [anon_sym_EQ_EQ] = ACTIONS(952), + [anon_sym_EQ_EQ_EQ] = ACTIONS(952), + [anon_sym_BANG_EQ] = ACTIONS(952), + [anon_sym_BANG_EQ_EQ] = ACTIONS(952), + [anon_sym_GT_EQ] = ACTIONS(952), + [anon_sym_QMARK_QMARK] = ACTIONS(952), + [anon_sym_instanceof] = ACTIONS(952), + [anon_sym_BANG] = ACTIONS(952), + [anon_sym_TILDE] = ACTIONS(952), + [anon_sym_typeof] = ACTIONS(952), + [anon_sym_void] = ACTIONS(952), + [anon_sym_delete] = ACTIONS(952), + [anon_sym_PLUS_PLUS] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(952), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(910), - [sym_number] = ACTIONS(910), - [sym_private_property_identifier] = ACTIONS(910), - [sym_this] = ACTIONS(910), - [sym_super] = ACTIONS(910), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(910), - [sym_undefined] = ACTIONS(910), - [anon_sym_AT] = ACTIONS(910), - [anon_sym_static] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [sym__automatic_semicolon] = ACTIONS(912), - [sym__ternary_qmark] = ACTIONS(912), + [anon_sym_BQUOTE] = ACTIONS(952), + [sym_number] = ACTIONS(952), + [sym_private_property_identifier] = ACTIONS(952), + [sym_this] = ACTIONS(952), + [sym_super] = ACTIONS(952), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), + [sym_undefined] = ACTIONS(952), + [anon_sym_AT] = ACTIONS(952), + [anon_sym_static] = ACTIONS(952), + [anon_sym_get] = ACTIONS(952), + [anon_sym_set] = ACTIONS(952), + [sym__automatic_semicolon] = ACTIONS(954), + [sym__ternary_qmark] = ACTIONS(954), [sym_html_comment] = ACTIONS(5), }, - [179] = { - [sym_comment] = STATE(179), - [ts_builtin_sym_end] = ACTIONS(1021), + [191] = { + [sym_comment] = STATE(191), + [ts_builtin_sym_end] = ACTIONS(938), + [sym_identifier] = ACTIONS(934), + [anon_sym_export] = ACTIONS(934), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_COMMA] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_import] = ACTIONS(934), + [anon_sym_with] = ACTIONS(934), + [anon_sym_var] = ACTIONS(934), + [anon_sym_let] = ACTIONS(934), + [anon_sym_const] = ACTIONS(934), + [anon_sym_else] = ACTIONS(934), + [anon_sym_if] = ACTIONS(934), + [anon_sym_switch] = ACTIONS(934), + [anon_sym_for] = ACTIONS(934), + [anon_sym_LPAREN] = ACTIONS(934), + [anon_sym_await] = ACTIONS(934), + [anon_sym_in] = ACTIONS(934), + [anon_sym_while] = ACTIONS(934), + [anon_sym_do] = ACTIONS(934), + [anon_sym_try] = ACTIONS(934), + [anon_sym_break] = ACTIONS(934), + [anon_sym_continue] = ACTIONS(934), + [anon_sym_debugger] = ACTIONS(934), + [anon_sym_return] = ACTIONS(934), + [anon_sym_throw] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_yield] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(934), + [anon_sym_LTtemplate_GT] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(934), + [anon_sym_GT] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_class] = ACTIONS(934), + [anon_sym_async] = ACTIONS(934), + [anon_sym_function] = ACTIONS(934), + [sym_optional_chain] = ACTIONS(934), + [anon_sym_new] = ACTIONS(934), + [anon_sym_AMP_AMP] = ACTIONS(934), + [anon_sym_PIPE_PIPE] = ACTIONS(934), + [anon_sym_GT_GT] = ACTIONS(934), + [anon_sym_GT_GT_GT] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_CARET] = ACTIONS(934), + [anon_sym_PIPE] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(934), + [anon_sym_SLASH] = ACTIONS(934), + [anon_sym_PERCENT] = ACTIONS(934), + [anon_sym_STAR_STAR] = ACTIONS(934), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_QMARK_QMARK] = ACTIONS(934), + [anon_sym_instanceof] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_typeof] = ACTIONS(934), + [anon_sym_void] = ACTIONS(934), + [anon_sym_delete] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_DASH_DASH] = ACTIONS(934), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(934), + [sym_number] = ACTIONS(934), + [sym_private_property_identifier] = ACTIONS(934), + [sym_this] = ACTIONS(934), + [sym_super] = ACTIONS(934), + [sym_true] = ACTIONS(934), + [sym_false] = ACTIONS(934), + [sym_null] = ACTIONS(934), + [sym_undefined] = ACTIONS(934), + [anon_sym_AT] = ACTIONS(934), + [anon_sym_static] = ACTIONS(934), + [anon_sym_get] = ACTIONS(934), + [anon_sym_set] = ACTIONS(934), + [sym__automatic_semicolon] = ACTIONS(938), + [sym__ternary_qmark] = ACTIONS(938), + [sym_html_comment] = ACTIONS(5), + }, + [192] = { + [sym_comment] = STATE(192), + [sym_identifier] = ACTIONS(968), + [anon_sym_export] = ACTIONS(968), + [anon_sym_STAR] = ACTIONS(970), + [anon_sym_default] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(968), + [anon_sym_COMMA] = ACTIONS(970), + [anon_sym_RBRACE] = ACTIONS(968), + [anon_sym_import] = ACTIONS(968), + [anon_sym_with] = ACTIONS(968), + [anon_sym_var] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(968), + [anon_sym_await] = ACTIONS(968), + [anon_sym_in] = ACTIONS(970), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_try] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_debugger] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_throw] = ACTIONS(968), + [anon_sym_SEMI] = ACTIONS(968), + [anon_sym_case] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(968), + [anon_sym_LBRACK] = ACTIONS(968), + [anon_sym_LTtemplate_GT] = ACTIONS(968), + [anon_sym_LT] = ACTIONS(968), + [anon_sym_GT] = ACTIONS(970), + [anon_sym_DOT] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(968), + [anon_sym_SQUOTE] = ACTIONS(968), + [anon_sym_class] = ACTIONS(968), + [anon_sym_async] = ACTIONS(968), + [anon_sym_function] = ACTIONS(968), + [sym_optional_chain] = ACTIONS(970), + [anon_sym_new] = ACTIONS(968), + [anon_sym_AMP_AMP] = ACTIONS(970), + [anon_sym_PIPE_PIPE] = ACTIONS(970), + [anon_sym_GT_GT] = ACTIONS(970), + [anon_sym_GT_GT_GT] = ACTIONS(970), + [anon_sym_LT_LT] = ACTIONS(970), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_CARET] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_PLUS] = ACTIONS(968), + [anon_sym_DASH] = ACTIONS(968), + [anon_sym_SLASH] = ACTIONS(968), + [anon_sym_PERCENT] = ACTIONS(970), + [anon_sym_STAR_STAR] = ACTIONS(970), + [anon_sym_LT_EQ] = ACTIONS(970), + [anon_sym_EQ_EQ] = ACTIONS(970), + [anon_sym_EQ_EQ_EQ] = ACTIONS(970), + [anon_sym_BANG_EQ] = ACTIONS(970), + [anon_sym_BANG_EQ_EQ] = ACTIONS(970), + [anon_sym_GT_EQ] = ACTIONS(970), + [anon_sym_QMARK_QMARK] = ACTIONS(970), + [anon_sym_instanceof] = ACTIONS(970), + [anon_sym_BANG] = ACTIONS(968), + [anon_sym_TILDE] = ACTIONS(968), + [anon_sym_typeof] = ACTIONS(968), + [anon_sym_void] = ACTIONS(968), + [anon_sym_delete] = ACTIONS(968), + [anon_sym_PLUS_PLUS] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(968), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(968), + [sym_number] = ACTIONS(968), + [sym_private_property_identifier] = ACTIONS(968), + [sym_this] = ACTIONS(968), + [sym_super] = ACTIONS(968), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_undefined] = ACTIONS(968), + [anon_sym_AT] = ACTIONS(968), + [anon_sym_static] = ACTIONS(968), + [anon_sym_get] = ACTIONS(968), + [anon_sym_set] = ACTIONS(968), + [sym__automatic_semicolon] = ACTIONS(1043), + [sym__ternary_qmark] = ACTIONS(974), + [sym_html_comment] = ACTIONS(5), + }, + [193] = { + [sym_comment] = STATE(193), + [sym_identifier] = ACTIONS(916), + [anon_sym_export] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_default] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(916), + [anon_sym_COMMA] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(916), + [anon_sym_import] = ACTIONS(916), + [anon_sym_with] = ACTIONS(916), + [anon_sym_var] = ACTIONS(916), + [anon_sym_let] = ACTIONS(916), + [anon_sym_const] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_LPAREN] = ACTIONS(916), + [anon_sym_await] = ACTIONS(916), + [anon_sym_in] = ACTIONS(918), + [anon_sym_while] = ACTIONS(916), + [anon_sym_do] = ACTIONS(916), + [anon_sym_try] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_debugger] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_throw] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(916), + [anon_sym_case] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(916), + [anon_sym_LBRACK] = ACTIONS(916), + [anon_sym_LTtemplate_GT] = ACTIONS(916), + [anon_sym_LT] = ACTIONS(916), + [anon_sym_GT] = ACTIONS(918), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(916), + [anon_sym_SQUOTE] = ACTIONS(916), + [anon_sym_class] = ACTIONS(916), + [anon_sym_async] = ACTIONS(916), + [anon_sym_function] = ACTIONS(916), + [sym_optional_chain] = ACTIONS(918), + [anon_sym_new] = ACTIONS(916), + [anon_sym_AMP_AMP] = ACTIONS(918), + [anon_sym_PIPE_PIPE] = ACTIONS(918), + [anon_sym_GT_GT] = ACTIONS(918), + [anon_sym_GT_GT_GT] = ACTIONS(918), + [anon_sym_LT_LT] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(918), + [anon_sym_CARET] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_SLASH] = ACTIONS(916), + [anon_sym_PERCENT] = ACTIONS(918), + [anon_sym_STAR_STAR] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(918), + [anon_sym_EQ_EQ] = ACTIONS(918), + [anon_sym_EQ_EQ_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ_EQ] = ACTIONS(918), + [anon_sym_GT_EQ] = ACTIONS(918), + [anon_sym_QMARK_QMARK] = ACTIONS(918), + [anon_sym_instanceof] = ACTIONS(918), + [anon_sym_BANG] = ACTIONS(916), + [anon_sym_TILDE] = ACTIONS(916), + [anon_sym_typeof] = ACTIONS(916), + [anon_sym_void] = ACTIONS(916), + [anon_sym_delete] = ACTIONS(916), + [anon_sym_PLUS_PLUS] = ACTIONS(916), + [anon_sym_DASH_DASH] = ACTIONS(916), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(916), + [sym_number] = ACTIONS(916), + [sym_private_property_identifier] = ACTIONS(916), + [sym_this] = ACTIONS(916), + [sym_super] = ACTIONS(916), + [sym_true] = ACTIONS(916), + [sym_false] = ACTIONS(916), + [sym_null] = ACTIONS(916), + [sym_undefined] = ACTIONS(916), + [anon_sym_AT] = ACTIONS(916), + [anon_sym_static] = ACTIONS(916), + [anon_sym_get] = ACTIONS(916), + [anon_sym_set] = ACTIONS(916), + [sym__automatic_semicolon] = ACTIONS(1045), + [sym__ternary_qmark] = ACTIONS(922), + [sym_html_comment] = ACTIONS(5), + }, + [194] = { + [sym_comment] = STATE(194), + [sym_identifier] = ACTIONS(882), + [anon_sym_export] = ACTIONS(882), + [anon_sym_STAR] = ACTIONS(884), + [anon_sym_default] = ACTIONS(882), + [anon_sym_LBRACE] = ACTIONS(882), + [anon_sym_COMMA] = ACTIONS(884), + [anon_sym_RBRACE] = ACTIONS(882), + [anon_sym_import] = ACTIONS(882), + [anon_sym_with] = ACTIONS(882), + [anon_sym_var] = ACTIONS(882), + [anon_sym_let] = ACTIONS(882), + [anon_sym_const] = ACTIONS(882), + [anon_sym_if] = ACTIONS(882), + [anon_sym_switch] = ACTIONS(882), + [anon_sym_for] = ACTIONS(882), + [anon_sym_LPAREN] = ACTIONS(882), + [anon_sym_await] = ACTIONS(882), + [anon_sym_in] = ACTIONS(884), + [anon_sym_while] = ACTIONS(882), + [anon_sym_do] = ACTIONS(882), + [anon_sym_try] = ACTIONS(882), + [anon_sym_break] = ACTIONS(882), + [anon_sym_continue] = ACTIONS(882), + [anon_sym_debugger] = ACTIONS(882), + [anon_sym_return] = ACTIONS(882), + [anon_sym_throw] = ACTIONS(882), + [anon_sym_SEMI] = ACTIONS(882), + [anon_sym_case] = ACTIONS(882), + [anon_sym_yield] = ACTIONS(882), + [anon_sym_LBRACK] = ACTIONS(882), + [anon_sym_LTtemplate_GT] = ACTIONS(882), + [anon_sym_LT] = ACTIONS(882), + [anon_sym_GT] = ACTIONS(884), + [anon_sym_DOT] = ACTIONS(884), + [anon_sym_DQUOTE] = ACTIONS(882), + [anon_sym_SQUOTE] = ACTIONS(882), + [anon_sym_class] = ACTIONS(882), + [anon_sym_async] = ACTIONS(882), + [anon_sym_function] = ACTIONS(882), + [sym_optional_chain] = ACTIONS(884), + [anon_sym_new] = ACTIONS(882), + [anon_sym_AMP_AMP] = ACTIONS(884), + [anon_sym_PIPE_PIPE] = ACTIONS(884), + [anon_sym_GT_GT] = ACTIONS(884), + [anon_sym_GT_GT_GT] = ACTIONS(884), + [anon_sym_LT_LT] = ACTIONS(884), + [anon_sym_AMP] = ACTIONS(884), + [anon_sym_CARET] = ACTIONS(884), + [anon_sym_PIPE] = ACTIONS(884), + [anon_sym_PLUS] = ACTIONS(882), + [anon_sym_DASH] = ACTIONS(882), + [anon_sym_SLASH] = ACTIONS(882), + [anon_sym_PERCENT] = ACTIONS(884), + [anon_sym_STAR_STAR] = ACTIONS(884), + [anon_sym_LT_EQ] = ACTIONS(884), + [anon_sym_EQ_EQ] = ACTIONS(884), + [anon_sym_EQ_EQ_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ_EQ] = ACTIONS(884), + [anon_sym_GT_EQ] = ACTIONS(884), + [anon_sym_QMARK_QMARK] = ACTIONS(884), + [anon_sym_instanceof] = ACTIONS(884), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_TILDE] = ACTIONS(882), + [anon_sym_typeof] = ACTIONS(882), + [anon_sym_void] = ACTIONS(882), + [anon_sym_delete] = ACTIONS(882), + [anon_sym_PLUS_PLUS] = ACTIONS(882), + [anon_sym_DASH_DASH] = ACTIONS(882), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(882), + [sym_number] = ACTIONS(882), + [sym_private_property_identifier] = ACTIONS(882), + [sym_this] = ACTIONS(882), + [sym_super] = ACTIONS(882), + [sym_true] = ACTIONS(882), + [sym_false] = ACTIONS(882), + [sym_null] = ACTIONS(882), + [sym_undefined] = ACTIONS(882), + [anon_sym_AT] = ACTIONS(882), + [anon_sym_static] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [sym__automatic_semicolon] = ACTIONS(1047), + [sym__ternary_qmark] = ACTIONS(888), + [sym_html_comment] = ACTIONS(5), + }, + [195] = { + [sym_comment] = STATE(195), [sym_identifier] = ACTIONS(940), [anon_sym_export] = ACTIONS(940), [anon_sym_STAR] = ACTIONS(942), + [anon_sym_default] = ACTIONS(940), [anon_sym_LBRACE] = ACTIONS(940), [anon_sym_COMMA] = ACTIONS(942), [anon_sym_RBRACE] = ACTIONS(940), @@ -34245,7 +35554,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(940), [anon_sym_let] = ACTIONS(940), [anon_sym_const] = ACTIONS(940), - [anon_sym_else] = ACTIONS(940), [anon_sym_if] = ACTIONS(940), [anon_sym_switch] = ACTIONS(940), [anon_sym_for] = ACTIONS(940), @@ -34261,6 +35569,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(940), [anon_sym_throw] = ACTIONS(940), [anon_sym_SEMI] = ACTIONS(940), + [anon_sym_case] = ACTIONS(940), [anon_sym_yield] = ACTIONS(940), [anon_sym_LBRACK] = ACTIONS(940), [anon_sym_LTtemplate_GT] = ACTIONS(940), @@ -34316,16 +35625,194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(940), [anon_sym_get] = ACTIONS(940), [anon_sym_set] = ACTIONS(940), - [sym__automatic_semicolon] = ACTIONS(1023), + [sym__automatic_semicolon] = ACTIONS(1049), [sym__ternary_qmark] = ACTIONS(946), [sym_html_comment] = ACTIONS(5), }, - [180] = { - [sym_comment] = STATE(180), + [196] = { + [sym_comment] = STATE(196), + [ts_builtin_sym_end] = ACTIONS(948), + [sym_identifier] = ACTIONS(856), + [anon_sym_export] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_import] = ACTIONS(856), + [anon_sym_with] = ACTIONS(856), + [anon_sym_var] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_else] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_switch] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_await] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_debugger] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_throw] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_yield] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LTtemplate_GT] = ACTIONS(856), + [anon_sym_LT] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [anon_sym_SQUOTE] = ACTIONS(856), + [anon_sym_class] = ACTIONS(856), + [anon_sym_async] = ACTIONS(856), + [anon_sym_function] = ACTIONS(856), + [sym_optional_chain] = ACTIONS(856), + [anon_sym_new] = ACTIONS(856), + [anon_sym_AMP_AMP] = ACTIONS(856), + [anon_sym_PIPE_PIPE] = ACTIONS(856), + [anon_sym_GT_GT] = ACTIONS(856), + [anon_sym_GT_GT_GT] = ACTIONS(856), + [anon_sym_LT_LT] = ACTIONS(856), + [anon_sym_AMP] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), + [anon_sym_PIPE] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_PERCENT] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_QMARK_QMARK] = ACTIONS(856), + [anon_sym_instanceof] = ACTIONS(856), + [anon_sym_BANG] = ACTIONS(856), + [anon_sym_TILDE] = ACTIONS(856), + [anon_sym_typeof] = ACTIONS(856), + [anon_sym_void] = ACTIONS(856), + [anon_sym_delete] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_DASH_DASH] = ACTIONS(856), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(856), + [sym_number] = ACTIONS(856), + [sym_private_property_identifier] = ACTIONS(856), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(856), + [sym_true] = ACTIONS(856), + [sym_false] = ACTIONS(856), + [sym_null] = ACTIONS(856), + [sym_undefined] = ACTIONS(856), + [anon_sym_AT] = ACTIONS(856), + [anon_sym_static] = ACTIONS(856), + [anon_sym_get] = ACTIONS(856), + [anon_sym_set] = ACTIONS(856), + [sym__automatic_semicolon] = ACTIONS(1051), + [sym__ternary_qmark] = ACTIONS(948), + [sym_html_comment] = ACTIONS(5), + }, + [197] = { + [sym_comment] = STATE(197), + [ts_builtin_sym_end] = ACTIONS(1053), + [sym_identifier] = ACTIONS(890), + [anon_sym_export] = ACTIONS(890), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_LBRACE] = ACTIONS(890), + [anon_sym_COMMA] = ACTIONS(892), + [anon_sym_RBRACE] = ACTIONS(890), + [anon_sym_import] = ACTIONS(890), + [anon_sym_with] = ACTIONS(890), + [anon_sym_var] = ACTIONS(890), + [anon_sym_let] = ACTIONS(890), + [anon_sym_const] = ACTIONS(890), + [anon_sym_else] = ACTIONS(890), + [anon_sym_if] = ACTIONS(890), + [anon_sym_switch] = ACTIONS(890), + [anon_sym_for] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(890), + [anon_sym_await] = ACTIONS(890), + [anon_sym_in] = ACTIONS(892), + [anon_sym_while] = ACTIONS(890), + [anon_sym_do] = ACTIONS(890), + [anon_sym_try] = ACTIONS(890), + [anon_sym_break] = ACTIONS(890), + [anon_sym_continue] = ACTIONS(890), + [anon_sym_debugger] = ACTIONS(890), + [anon_sym_return] = ACTIONS(890), + [anon_sym_throw] = ACTIONS(890), + [anon_sym_SEMI] = ACTIONS(890), + [anon_sym_yield] = ACTIONS(890), + [anon_sym_LBRACK] = ACTIONS(890), + [anon_sym_LTtemplate_GT] = ACTIONS(890), + [anon_sym_LT] = ACTIONS(890), + [anon_sym_GT] = ACTIONS(892), + [anon_sym_DOT] = ACTIONS(892), + [anon_sym_DQUOTE] = ACTIONS(890), + [anon_sym_SQUOTE] = ACTIONS(890), + [anon_sym_class] = ACTIONS(890), + [anon_sym_async] = ACTIONS(890), + [anon_sym_function] = ACTIONS(890), + [sym_optional_chain] = ACTIONS(892), + [anon_sym_new] = ACTIONS(890), + [anon_sym_AMP_AMP] = ACTIONS(892), + [anon_sym_PIPE_PIPE] = ACTIONS(892), + [anon_sym_GT_GT] = ACTIONS(892), + [anon_sym_GT_GT_GT] = ACTIONS(892), + [anon_sym_LT_LT] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(892), + [anon_sym_CARET] = ACTIONS(892), + [anon_sym_PIPE] = ACTIONS(892), + [anon_sym_PLUS] = ACTIONS(890), + [anon_sym_DASH] = ACTIONS(890), + [anon_sym_SLASH] = ACTIONS(890), + [anon_sym_PERCENT] = ACTIONS(892), + [anon_sym_STAR_STAR] = ACTIONS(892), + [anon_sym_LT_EQ] = ACTIONS(892), + [anon_sym_EQ_EQ] = ACTIONS(892), + [anon_sym_EQ_EQ_EQ] = ACTIONS(892), + [anon_sym_BANG_EQ] = ACTIONS(892), + [anon_sym_BANG_EQ_EQ] = ACTIONS(892), + [anon_sym_GT_EQ] = ACTIONS(892), + [anon_sym_QMARK_QMARK] = ACTIONS(892), + [anon_sym_instanceof] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_typeof] = ACTIONS(890), + [anon_sym_void] = ACTIONS(890), + [anon_sym_delete] = ACTIONS(890), + [anon_sym_PLUS_PLUS] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(890), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(890), + [sym_number] = ACTIONS(890), + [sym_private_property_identifier] = ACTIONS(890), + [sym_this] = ACTIONS(890), + [sym_super] = ACTIONS(890), + [sym_true] = ACTIONS(890), + [sym_false] = ACTIONS(890), + [sym_null] = ACTIONS(890), + [sym_undefined] = ACTIONS(890), + [anon_sym_AT] = ACTIONS(890), + [anon_sym_static] = ACTIONS(890), + [anon_sym_get] = ACTIONS(890), + [anon_sym_set] = ACTIONS(890), + [sym__automatic_semicolon] = ACTIONS(1055), + [sym__ternary_qmark] = ACTIONS(896), + [sym_html_comment] = ACTIONS(5), + }, + [198] = { + [sym_comment] = STATE(198), + [ts_builtin_sym_end] = ACTIONS(1057), [sym_identifier] = ACTIONS(940), [anon_sym_export] = ACTIONS(940), [anon_sym_STAR] = ACTIONS(942), - [anon_sym_default] = ACTIONS(940), [anon_sym_LBRACE] = ACTIONS(940), [anon_sym_COMMA] = ACTIONS(942), [anon_sym_RBRACE] = ACTIONS(940), @@ -34334,6 +35821,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(940), [anon_sym_let] = ACTIONS(940), [anon_sym_const] = ACTIONS(940), + [anon_sym_else] = ACTIONS(940), [anon_sym_if] = ACTIONS(940), [anon_sym_switch] = ACTIONS(940), [anon_sym_for] = ACTIONS(940), @@ -34349,7 +35837,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(940), [anon_sym_throw] = ACTIONS(940), [anon_sym_SEMI] = ACTIONS(940), - [anon_sym_case] = ACTIONS(940), [anon_sym_yield] = ACTIONS(940), [anon_sym_LBRACK] = ACTIONS(940), [anon_sym_LTtemplate_GT] = ACTIONS(940), @@ -34405,102 +35892,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(940), [anon_sym_get] = ACTIONS(940), [anon_sym_set] = ACTIONS(940), - [sym__automatic_semicolon] = ACTIONS(1025), + [sym__automatic_semicolon] = ACTIONS(1059), [sym__ternary_qmark] = ACTIONS(946), [sym_html_comment] = ACTIONS(5), }, - [181] = { - [sym_comment] = STATE(181), - [sym_identifier] = ACTIONS(878), - [anon_sym_export] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_default] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(878), - [anon_sym_COMMA] = ACTIONS(878), - [anon_sym_RBRACE] = ACTIONS(878), - [anon_sym_import] = ACTIONS(878), - [anon_sym_with] = ACTIONS(878), - [anon_sym_var] = ACTIONS(878), - [anon_sym_let] = ACTIONS(878), - [anon_sym_const] = ACTIONS(878), - [anon_sym_if] = ACTIONS(878), - [anon_sym_switch] = ACTIONS(878), - [anon_sym_for] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_await] = ACTIONS(878), - [anon_sym_in] = ACTIONS(878), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(878), - [anon_sym_try] = ACTIONS(878), - [anon_sym_break] = ACTIONS(878), - [anon_sym_continue] = ACTIONS(878), - [anon_sym_debugger] = ACTIONS(878), - [anon_sym_return] = ACTIONS(878), - [anon_sym_throw] = ACTIONS(878), - [anon_sym_SEMI] = ACTIONS(878), - [anon_sym_case] = ACTIONS(878), - [anon_sym_yield] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(878), - [anon_sym_LT] = ACTIONS(878), - [anon_sym_GT] = ACTIONS(878), - [anon_sym_DOT] = ACTIONS(878), - [anon_sym_DQUOTE] = ACTIONS(878), - [anon_sym_SQUOTE] = ACTIONS(878), - [anon_sym_class] = ACTIONS(878), - [anon_sym_async] = ACTIONS(878), - [anon_sym_function] = ACTIONS(878), - [sym_optional_chain] = ACTIONS(878), - [anon_sym_new] = ACTIONS(878), - [anon_sym_AMP_AMP] = ACTIONS(878), - [anon_sym_PIPE_PIPE] = ACTIONS(878), - [anon_sym_GT_GT] = ACTIONS(878), - [anon_sym_GT_GT_GT] = ACTIONS(878), - [anon_sym_LT_LT] = ACTIONS(878), - [anon_sym_AMP] = ACTIONS(878), - [anon_sym_CARET] = ACTIONS(878), - [anon_sym_PIPE] = ACTIONS(878), - [anon_sym_PLUS] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(878), - [anon_sym_SLASH] = ACTIONS(878), - [anon_sym_PERCENT] = ACTIONS(878), - [anon_sym_STAR_STAR] = ACTIONS(878), - [anon_sym_LT_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ_EQ] = ACTIONS(878), - [anon_sym_GT_EQ] = ACTIONS(878), - [anon_sym_QMARK_QMARK] = ACTIONS(878), - [anon_sym_instanceof] = ACTIONS(878), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_typeof] = ACTIONS(878), - [anon_sym_void] = ACTIONS(878), - [anon_sym_delete] = ACTIONS(878), - [anon_sym_PLUS_PLUS] = ACTIONS(878), - [anon_sym_DASH_DASH] = ACTIONS(878), + [199] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1299), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2751), + [sym_string] = STATE(1133), + [sym_comment] = STATE(199), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(1986), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1015), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(878), - [sym_number] = ACTIONS(878), - [sym_private_property_identifier] = ACTIONS(878), - [sym_this] = ACTIONS(878), - [sym_super] = ACTIONS(878), - [sym_true] = ACTIONS(878), - [sym_false] = ACTIONS(878), - [sym_null] = ACTIONS(878), - [sym_undefined] = ACTIONS(878), - [anon_sym_AT] = ACTIONS(878), - [anon_sym_static] = ACTIONS(878), - [anon_sym_get] = ACTIONS(878), - [anon_sym_set] = ACTIONS(878), - [sym__automatic_semicolon] = ACTIONS(1027), - [sym__ternary_qmark] = ACTIONS(882), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), [sym_html_comment] = ACTIONS(5), }, - [182] = { - [sym_comment] = STATE(182), - [ts_builtin_sym_end] = ACTIONS(1029), + [200] = { + [sym_comment] = STATE(200), + [ts_builtin_sym_end] = ACTIONS(954), + [sym_identifier] = ACTIONS(952), + [anon_sym_export] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(952), + [anon_sym_COMMA] = ACTIONS(952), + [anon_sym_RBRACE] = ACTIONS(952), + [anon_sym_import] = ACTIONS(952), + [anon_sym_with] = ACTIONS(952), + [anon_sym_var] = ACTIONS(952), + [anon_sym_let] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_LPAREN] = ACTIONS(952), + [anon_sym_await] = ACTIONS(952), + [anon_sym_in] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_try] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_debugger] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_throw] = ACTIONS(952), + [anon_sym_SEMI] = ACTIONS(952), + [anon_sym_yield] = ACTIONS(952), + [anon_sym_LBRACK] = ACTIONS(952), + [anon_sym_LTtemplate_GT] = ACTIONS(952), + [anon_sym_LT] = ACTIONS(952), + [anon_sym_GT] = ACTIONS(952), + [anon_sym_DOT] = ACTIONS(952), + [anon_sym_DQUOTE] = ACTIONS(952), + [anon_sym_SQUOTE] = ACTIONS(952), + [anon_sym_class] = ACTIONS(952), + [anon_sym_async] = ACTIONS(952), + [anon_sym_function] = ACTIONS(952), + [sym_optional_chain] = ACTIONS(952), + [anon_sym_new] = ACTIONS(952), + [anon_sym_AMP_AMP] = ACTIONS(952), + [anon_sym_PIPE_PIPE] = ACTIONS(952), + [anon_sym_GT_GT] = ACTIONS(952), + [anon_sym_GT_GT_GT] = ACTIONS(952), + [anon_sym_LT_LT] = ACTIONS(952), + [anon_sym_AMP] = ACTIONS(952), + [anon_sym_CARET] = ACTIONS(952), + [anon_sym_PIPE] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_SLASH] = ACTIONS(952), + [anon_sym_PERCENT] = ACTIONS(952), + [anon_sym_STAR_STAR] = ACTIONS(952), + [anon_sym_LT_EQ] = ACTIONS(952), + [anon_sym_EQ_EQ] = ACTIONS(952), + [anon_sym_EQ_EQ_EQ] = ACTIONS(952), + [anon_sym_BANG_EQ] = ACTIONS(952), + [anon_sym_BANG_EQ_EQ] = ACTIONS(952), + [anon_sym_GT_EQ] = ACTIONS(952), + [anon_sym_QMARK_QMARK] = ACTIONS(952), + [anon_sym_instanceof] = ACTIONS(952), + [anon_sym_BANG] = ACTIONS(952), + [anon_sym_TILDE] = ACTIONS(952), + [anon_sym_typeof] = ACTIONS(952), + [anon_sym_void] = ACTIONS(952), + [anon_sym_delete] = ACTIONS(952), + [anon_sym_PLUS_PLUS] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(952), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(952), + [sym_number] = ACTIONS(952), + [sym_private_property_identifier] = ACTIONS(952), + [sym_this] = ACTIONS(952), + [sym_super] = ACTIONS(952), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), + [sym_undefined] = ACTIONS(952), + [anon_sym_AT] = ACTIONS(952), + [anon_sym_static] = ACTIONS(952), + [anon_sym_get] = ACTIONS(952), + [anon_sym_set] = ACTIONS(952), + [sym__automatic_semicolon] = ACTIONS(954), + [sym__ternary_qmark] = ACTIONS(954), + [sym_html_comment] = ACTIONS(5), + }, + [201] = { + [sym_comment] = STATE(201), + [ts_builtin_sym_end] = ACTIONS(948), + [sym_identifier] = ACTIONS(856), + [anon_sym_export] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_import] = ACTIONS(856), + [anon_sym_with] = ACTIONS(856), + [anon_sym_var] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_switch] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_await] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_debugger] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_throw] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_yield] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LTtemplate_GT] = ACTIONS(856), + [anon_sym_LT] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [anon_sym_SQUOTE] = ACTIONS(856), + [anon_sym_class] = ACTIONS(856), + [anon_sym_async] = ACTIONS(856), + [anon_sym_function] = ACTIONS(856), + [sym_optional_chain] = ACTIONS(856), + [anon_sym_new] = ACTIONS(856), + [anon_sym_AMP_AMP] = ACTIONS(856), + [anon_sym_PIPE_PIPE] = ACTIONS(856), + [anon_sym_GT_GT] = ACTIONS(856), + [anon_sym_GT_GT_GT] = ACTIONS(856), + [anon_sym_LT_LT] = ACTIONS(856), + [anon_sym_AMP] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), + [anon_sym_PIPE] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_PERCENT] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_QMARK_QMARK] = ACTIONS(856), + [anon_sym_instanceof] = ACTIONS(856), + [anon_sym_BANG] = ACTIONS(856), + [anon_sym_TILDE] = ACTIONS(856), + [anon_sym_typeof] = ACTIONS(856), + [anon_sym_void] = ACTIONS(856), + [anon_sym_delete] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_DASH_DASH] = ACTIONS(856), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(856), + [sym_number] = ACTIONS(856), + [sym_private_property_identifier] = ACTIONS(856), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(856), + [sym_true] = ACTIONS(856), + [sym_false] = ACTIONS(856), + [sym_null] = ACTIONS(856), + [sym_undefined] = ACTIONS(856), + [anon_sym_AT] = ACTIONS(856), + [anon_sym_static] = ACTIONS(856), + [anon_sym_get] = ACTIONS(856), + [anon_sym_set] = ACTIONS(856), + [sym__automatic_semicolon] = ACTIONS(1061), + [sym__ternary_qmark] = ACTIONS(948), + [sym_html_comment] = ACTIONS(5), + }, + [202] = { + [sym_comment] = STATE(202), + [ts_builtin_sym_end] = ACTIONS(1039), [sym_identifier] = ACTIONS(958), [anon_sym_export] = ACTIONS(958), [anon_sym_STAR] = ACTIONS(960), @@ -34512,7 +36175,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(958), [anon_sym_let] = ACTIONS(958), [anon_sym_const] = ACTIONS(958), - [anon_sym_else] = ACTIONS(958), [anon_sym_if] = ACTIONS(958), [anon_sym_switch] = ACTIONS(958), [anon_sym_for] = ACTIONS(958), @@ -34583,1619 +36245,194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(958), [anon_sym_get] = ACTIONS(958), [anon_sym_set] = ACTIONS(958), - [sym__automatic_semicolon] = ACTIONS(1031), + [sym__automatic_semicolon] = ACTIONS(1063), [sym__ternary_qmark] = ACTIONS(964), [sym_html_comment] = ACTIONS(5), }, - [183] = { - [sym_comment] = STATE(183), - [sym_identifier] = ACTIONS(910), - [anon_sym_export] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(910), - [anon_sym_default] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_COMMA] = ACTIONS(910), - [anon_sym_RBRACE] = ACTIONS(910), - [anon_sym_import] = ACTIONS(910), - [anon_sym_with] = ACTIONS(910), - [anon_sym_var] = ACTIONS(910), - [anon_sym_let] = ACTIONS(910), - [anon_sym_const] = ACTIONS(910), - [anon_sym_if] = ACTIONS(910), - [anon_sym_switch] = ACTIONS(910), - [anon_sym_for] = ACTIONS(910), - [anon_sym_LPAREN] = ACTIONS(910), - [anon_sym_await] = ACTIONS(910), - [anon_sym_in] = ACTIONS(910), - [anon_sym_while] = ACTIONS(910), - [anon_sym_do] = ACTIONS(910), - [anon_sym_try] = ACTIONS(910), - [anon_sym_break] = ACTIONS(910), - [anon_sym_continue] = ACTIONS(910), - [anon_sym_debugger] = ACTIONS(910), - [anon_sym_return] = ACTIONS(910), - [anon_sym_throw] = ACTIONS(910), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_case] = ACTIONS(910), - [anon_sym_yield] = ACTIONS(910), - [anon_sym_LBRACK] = ACTIONS(910), - [anon_sym_LTtemplate_GT] = ACTIONS(910), - [anon_sym_LT] = ACTIONS(910), - [anon_sym_GT] = ACTIONS(910), - [anon_sym_DOT] = ACTIONS(910), - [anon_sym_DQUOTE] = ACTIONS(910), - [anon_sym_SQUOTE] = ACTIONS(910), - [anon_sym_class] = ACTIONS(910), - [anon_sym_async] = ACTIONS(910), - [anon_sym_function] = ACTIONS(910), - [sym_optional_chain] = ACTIONS(910), - [anon_sym_new] = ACTIONS(910), - [anon_sym_AMP_AMP] = ACTIONS(910), - [anon_sym_PIPE_PIPE] = ACTIONS(910), - [anon_sym_GT_GT] = ACTIONS(910), - [anon_sym_GT_GT_GT] = ACTIONS(910), - [anon_sym_LT_LT] = ACTIONS(910), - [anon_sym_AMP] = ACTIONS(910), - [anon_sym_CARET] = ACTIONS(910), - [anon_sym_PIPE] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(910), - [anon_sym_DASH] = ACTIONS(910), - [anon_sym_SLASH] = ACTIONS(910), - [anon_sym_PERCENT] = ACTIONS(910), - [anon_sym_STAR_STAR] = ACTIONS(910), - [anon_sym_LT_EQ] = ACTIONS(910), - [anon_sym_EQ_EQ] = ACTIONS(910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(910), - [anon_sym_BANG_EQ] = ACTIONS(910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(910), - [anon_sym_GT_EQ] = ACTIONS(910), - [anon_sym_QMARK_QMARK] = ACTIONS(910), - [anon_sym_instanceof] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(910), - [anon_sym_typeof] = ACTIONS(910), - [anon_sym_void] = ACTIONS(910), - [anon_sym_delete] = ACTIONS(910), - [anon_sym_PLUS_PLUS] = ACTIONS(910), - [anon_sym_DASH_DASH] = ACTIONS(910), + [203] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1349), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_spread_element] = STATE(2154), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(203), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_repeat1] = STATE(2156), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(1065), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1067), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1069), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(910), - [sym_number] = ACTIONS(910), - [sym_private_property_identifier] = ACTIONS(910), - [sym_this] = ACTIONS(910), - [sym_super] = ACTIONS(910), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(910), - [sym_undefined] = ACTIONS(910), - [anon_sym_AT] = ACTIONS(910), - [anon_sym_static] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [sym__automatic_semicolon] = ACTIONS(912), - [sym__ternary_qmark] = ACTIONS(912), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [184] = { - [sym_comment] = STATE(184), - [sym_identifier] = ACTIONS(966), - [anon_sym_export] = ACTIONS(966), - [anon_sym_STAR] = ACTIONS(968), - [anon_sym_default] = ACTIONS(966), - [anon_sym_LBRACE] = ACTIONS(966), - [anon_sym_COMMA] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(966), - [anon_sym_import] = ACTIONS(966), - [anon_sym_with] = ACTIONS(966), - [anon_sym_var] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(966), - [anon_sym_await] = ACTIONS(966), - [anon_sym_in] = ACTIONS(968), - [anon_sym_while] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_try] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_debugger] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_throw] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(966), - [anon_sym_case] = ACTIONS(966), - [anon_sym_yield] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(966), - [anon_sym_LTtemplate_GT] = ACTIONS(966), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(968), - [anon_sym_DOT] = ACTIONS(968), - [anon_sym_DQUOTE] = ACTIONS(966), - [anon_sym_SQUOTE] = ACTIONS(966), - [anon_sym_class] = ACTIONS(966), - [anon_sym_async] = ACTIONS(966), - [anon_sym_function] = ACTIONS(966), - [sym_optional_chain] = ACTIONS(968), - [anon_sym_new] = ACTIONS(966), - [anon_sym_AMP_AMP] = ACTIONS(968), - [anon_sym_PIPE_PIPE] = ACTIONS(968), - [anon_sym_GT_GT] = ACTIONS(968), - [anon_sym_GT_GT_GT] = ACTIONS(968), - [anon_sym_LT_LT] = ACTIONS(968), - [anon_sym_AMP] = ACTIONS(968), - [anon_sym_CARET] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(968), - [anon_sym_STAR_STAR] = ACTIONS(968), - [anon_sym_LT_EQ] = ACTIONS(968), - [anon_sym_EQ_EQ] = ACTIONS(968), - [anon_sym_EQ_EQ_EQ] = ACTIONS(968), - [anon_sym_BANG_EQ] = ACTIONS(968), - [anon_sym_BANG_EQ_EQ] = ACTIONS(968), - [anon_sym_GT_EQ] = ACTIONS(968), - [anon_sym_QMARK_QMARK] = ACTIONS(968), - [anon_sym_instanceof] = ACTIONS(968), - [anon_sym_BANG] = ACTIONS(966), - [anon_sym_TILDE] = ACTIONS(966), - [anon_sym_typeof] = ACTIONS(966), - [anon_sym_void] = ACTIONS(966), - [anon_sym_delete] = ACTIONS(966), - [anon_sym_PLUS_PLUS] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(966), + [204] = { + [sym_comment] = STATE(204), + [ts_builtin_sym_end] = ACTIONS(1053), + [sym_identifier] = ACTIONS(890), + [anon_sym_export] = ACTIONS(890), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_LBRACE] = ACTIONS(890), + [anon_sym_COMMA] = ACTIONS(892), + [anon_sym_RBRACE] = ACTIONS(890), + [anon_sym_import] = ACTIONS(890), + [anon_sym_with] = ACTIONS(890), + [anon_sym_var] = ACTIONS(890), + [anon_sym_let] = ACTIONS(890), + [anon_sym_const] = ACTIONS(890), + [anon_sym_if] = ACTIONS(890), + [anon_sym_switch] = ACTIONS(890), + [anon_sym_for] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(890), + [anon_sym_await] = ACTIONS(890), + [anon_sym_in] = ACTIONS(892), + [anon_sym_while] = ACTIONS(890), + [anon_sym_do] = ACTIONS(890), + [anon_sym_try] = ACTIONS(890), + [anon_sym_break] = ACTIONS(890), + [anon_sym_continue] = ACTIONS(890), + [anon_sym_debugger] = ACTIONS(890), + [anon_sym_return] = ACTIONS(890), + [anon_sym_throw] = ACTIONS(890), + [anon_sym_SEMI] = ACTIONS(890), + [anon_sym_yield] = ACTIONS(890), + [anon_sym_LBRACK] = ACTIONS(890), + [anon_sym_LTtemplate_GT] = ACTIONS(890), + [anon_sym_LT] = ACTIONS(890), + [anon_sym_GT] = ACTIONS(892), + [anon_sym_DOT] = ACTIONS(892), + [anon_sym_DQUOTE] = ACTIONS(890), + [anon_sym_SQUOTE] = ACTIONS(890), + [anon_sym_class] = ACTIONS(890), + [anon_sym_async] = ACTIONS(890), + [anon_sym_function] = ACTIONS(890), + [sym_optional_chain] = ACTIONS(892), + [anon_sym_new] = ACTIONS(890), + [anon_sym_AMP_AMP] = ACTIONS(892), + [anon_sym_PIPE_PIPE] = ACTIONS(892), + [anon_sym_GT_GT] = ACTIONS(892), + [anon_sym_GT_GT_GT] = ACTIONS(892), + [anon_sym_LT_LT] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(892), + [anon_sym_CARET] = ACTIONS(892), + [anon_sym_PIPE] = ACTIONS(892), + [anon_sym_PLUS] = ACTIONS(890), + [anon_sym_DASH] = ACTIONS(890), + [anon_sym_SLASH] = ACTIONS(890), + [anon_sym_PERCENT] = ACTIONS(892), + [anon_sym_STAR_STAR] = ACTIONS(892), + [anon_sym_LT_EQ] = ACTIONS(892), + [anon_sym_EQ_EQ] = ACTIONS(892), + [anon_sym_EQ_EQ_EQ] = ACTIONS(892), + [anon_sym_BANG_EQ] = ACTIONS(892), + [anon_sym_BANG_EQ_EQ] = ACTIONS(892), + [anon_sym_GT_EQ] = ACTIONS(892), + [anon_sym_QMARK_QMARK] = ACTIONS(892), + [anon_sym_instanceof] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_typeof] = ACTIONS(890), + [anon_sym_void] = ACTIONS(890), + [anon_sym_delete] = ACTIONS(890), + [anon_sym_PLUS_PLUS] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(890), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(966), - [sym_number] = ACTIONS(966), - [sym_private_property_identifier] = ACTIONS(966), - [sym_this] = ACTIONS(966), - [sym_super] = ACTIONS(966), - [sym_true] = ACTIONS(966), - [sym_false] = ACTIONS(966), - [sym_null] = ACTIONS(966), - [sym_undefined] = ACTIONS(966), - [anon_sym_AT] = ACTIONS(966), - [anon_sym_static] = ACTIONS(966), - [anon_sym_get] = ACTIONS(966), - [anon_sym_set] = ACTIONS(966), - [sym__automatic_semicolon] = ACTIONS(1033), - [sym__ternary_qmark] = ACTIONS(972), + [anon_sym_BQUOTE] = ACTIONS(890), + [sym_number] = ACTIONS(890), + [sym_private_property_identifier] = ACTIONS(890), + [sym_this] = ACTIONS(890), + [sym_super] = ACTIONS(890), + [sym_true] = ACTIONS(890), + [sym_false] = ACTIONS(890), + [sym_null] = ACTIONS(890), + [sym_undefined] = ACTIONS(890), + [anon_sym_AT] = ACTIONS(890), + [anon_sym_static] = ACTIONS(890), + [anon_sym_get] = ACTIONS(890), + [anon_sym_set] = ACTIONS(890), + [sym__automatic_semicolon] = ACTIONS(1071), + [sym__ternary_qmark] = ACTIONS(896), [sym_html_comment] = ACTIONS(5), }, - [185] = { - [sym_comment] = STATE(185), - [sym_identifier] = ACTIONS(906), - [anon_sym_export] = ACTIONS(906), - [anon_sym_STAR] = ACTIONS(906), - [anon_sym_default] = ACTIONS(906), - [anon_sym_LBRACE] = ACTIONS(906), - [anon_sym_COMMA] = ACTIONS(906), - [anon_sym_RBRACE] = ACTIONS(906), - [anon_sym_import] = ACTIONS(906), - [anon_sym_with] = ACTIONS(906), - [anon_sym_var] = ACTIONS(906), - [anon_sym_let] = ACTIONS(906), - [anon_sym_const] = ACTIONS(906), - [anon_sym_if] = ACTIONS(906), - [anon_sym_switch] = ACTIONS(906), - [anon_sym_for] = ACTIONS(906), - [anon_sym_LPAREN] = ACTIONS(906), - [anon_sym_await] = ACTIONS(906), - [anon_sym_in] = ACTIONS(906), - [anon_sym_while] = ACTIONS(906), - [anon_sym_do] = ACTIONS(906), - [anon_sym_try] = ACTIONS(906), - [anon_sym_break] = ACTIONS(906), - [anon_sym_continue] = ACTIONS(906), - [anon_sym_debugger] = ACTIONS(906), - [anon_sym_return] = ACTIONS(906), - [anon_sym_throw] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(906), - [anon_sym_case] = ACTIONS(906), - [anon_sym_yield] = ACTIONS(906), - [anon_sym_LBRACK] = ACTIONS(906), - [anon_sym_LTtemplate_GT] = ACTIONS(906), - [anon_sym_LT] = ACTIONS(906), - [anon_sym_GT] = ACTIONS(906), - [anon_sym_DOT] = ACTIONS(906), - [anon_sym_DQUOTE] = ACTIONS(906), - [anon_sym_SQUOTE] = ACTIONS(906), - [anon_sym_class] = ACTIONS(906), - [anon_sym_async] = ACTIONS(906), - [anon_sym_function] = ACTIONS(906), - [sym_optional_chain] = ACTIONS(906), - [anon_sym_new] = ACTIONS(906), - [anon_sym_AMP_AMP] = ACTIONS(906), - [anon_sym_PIPE_PIPE] = ACTIONS(906), - [anon_sym_GT_GT] = ACTIONS(906), - [anon_sym_GT_GT_GT] = ACTIONS(906), - [anon_sym_LT_LT] = ACTIONS(906), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_CARET] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(906), - [anon_sym_PLUS] = ACTIONS(906), - [anon_sym_DASH] = ACTIONS(906), - [anon_sym_SLASH] = ACTIONS(906), - [anon_sym_PERCENT] = ACTIONS(906), - [anon_sym_STAR_STAR] = ACTIONS(906), - [anon_sym_LT_EQ] = ACTIONS(906), - [anon_sym_EQ_EQ] = ACTIONS(906), - [anon_sym_EQ_EQ_EQ] = ACTIONS(906), - [anon_sym_BANG_EQ] = ACTIONS(906), - [anon_sym_BANG_EQ_EQ] = ACTIONS(906), - [anon_sym_GT_EQ] = ACTIONS(906), - [anon_sym_QMARK_QMARK] = ACTIONS(906), - [anon_sym_instanceof] = ACTIONS(906), - [anon_sym_BANG] = ACTIONS(906), - [anon_sym_TILDE] = ACTIONS(906), - [anon_sym_typeof] = ACTIONS(906), - [anon_sym_void] = ACTIONS(906), - [anon_sym_delete] = ACTIONS(906), - [anon_sym_PLUS_PLUS] = ACTIONS(906), - [anon_sym_DASH_DASH] = ACTIONS(906), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(906), - [sym_number] = ACTIONS(906), - [sym_private_property_identifier] = ACTIONS(906), - [sym_this] = ACTIONS(906), - [sym_super] = ACTIONS(906), - [sym_true] = ACTIONS(906), - [sym_false] = ACTIONS(906), - [sym_null] = ACTIONS(906), - [sym_undefined] = ACTIONS(906), - [anon_sym_AT] = ACTIONS(906), - [anon_sym_static] = ACTIONS(906), - [anon_sym_get] = ACTIONS(906), - [anon_sym_set] = ACTIONS(906), - [sym__automatic_semicolon] = ACTIONS(908), - [sym__ternary_qmark] = ACTIONS(908), - [sym_html_comment] = ACTIONS(5), - }, - [186] = { - [sym_comment] = STATE(186), - [sym_identifier] = ACTIONS(864), - [anon_sym_export] = ACTIONS(864), - [anon_sym_STAR] = ACTIONS(864), - [anon_sym_default] = ACTIONS(864), - [anon_sym_LBRACE] = ACTIONS(864), - [anon_sym_COMMA] = ACTIONS(864), - [anon_sym_RBRACE] = ACTIONS(864), - [anon_sym_import] = ACTIONS(864), - [anon_sym_with] = ACTIONS(864), - [anon_sym_var] = ACTIONS(864), - [anon_sym_let] = ACTIONS(864), - [anon_sym_const] = ACTIONS(864), - [anon_sym_if] = ACTIONS(864), - [anon_sym_switch] = ACTIONS(864), - [anon_sym_for] = ACTIONS(864), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_await] = ACTIONS(864), - [anon_sym_in] = ACTIONS(864), - [anon_sym_while] = ACTIONS(864), - [anon_sym_do] = ACTIONS(864), - [anon_sym_try] = ACTIONS(864), - [anon_sym_break] = ACTIONS(864), - [anon_sym_continue] = ACTIONS(864), - [anon_sym_debugger] = ACTIONS(864), - [anon_sym_return] = ACTIONS(864), - [anon_sym_throw] = ACTIONS(864), - [anon_sym_SEMI] = ACTIONS(864), - [anon_sym_case] = ACTIONS(864), - [anon_sym_yield] = ACTIONS(864), - [anon_sym_LBRACK] = ACTIONS(864), - [anon_sym_LTtemplate_GT] = ACTIONS(864), - [anon_sym_LT] = ACTIONS(864), - [anon_sym_GT] = ACTIONS(864), - [anon_sym_DOT] = ACTIONS(864), - [anon_sym_DQUOTE] = ACTIONS(864), - [anon_sym_SQUOTE] = ACTIONS(864), - [anon_sym_class] = ACTIONS(864), - [anon_sym_async] = ACTIONS(864), - [anon_sym_function] = ACTIONS(864), - [sym_optional_chain] = ACTIONS(864), - [anon_sym_new] = ACTIONS(864), - [anon_sym_AMP_AMP] = ACTIONS(864), - [anon_sym_PIPE_PIPE] = ACTIONS(864), - [anon_sym_GT_GT] = ACTIONS(864), - [anon_sym_GT_GT_GT] = ACTIONS(864), - [anon_sym_LT_LT] = ACTIONS(864), - [anon_sym_AMP] = ACTIONS(864), - [anon_sym_CARET] = ACTIONS(864), - [anon_sym_PIPE] = ACTIONS(864), - [anon_sym_PLUS] = ACTIONS(864), - [anon_sym_DASH] = ACTIONS(864), - [anon_sym_SLASH] = ACTIONS(864), - [anon_sym_PERCENT] = ACTIONS(864), - [anon_sym_STAR_STAR] = ACTIONS(864), - [anon_sym_LT_EQ] = ACTIONS(864), - [anon_sym_EQ_EQ] = ACTIONS(864), - [anon_sym_EQ_EQ_EQ] = ACTIONS(864), - [anon_sym_BANG_EQ] = ACTIONS(864), - [anon_sym_BANG_EQ_EQ] = ACTIONS(864), - [anon_sym_GT_EQ] = ACTIONS(864), - [anon_sym_QMARK_QMARK] = ACTIONS(864), - [anon_sym_instanceof] = ACTIONS(864), - [anon_sym_BANG] = ACTIONS(864), - [anon_sym_TILDE] = ACTIONS(864), - [anon_sym_typeof] = ACTIONS(864), - [anon_sym_void] = ACTIONS(864), - [anon_sym_delete] = ACTIONS(864), - [anon_sym_PLUS_PLUS] = ACTIONS(864), - [anon_sym_DASH_DASH] = ACTIONS(864), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(864), - [sym_number] = ACTIONS(864), - [sym_private_property_identifier] = ACTIONS(864), - [sym_this] = ACTIONS(864), - [sym_super] = ACTIONS(864), - [sym_true] = ACTIONS(864), - [sym_false] = ACTIONS(864), - [sym_null] = ACTIONS(864), - [sym_undefined] = ACTIONS(864), - [anon_sym_AT] = ACTIONS(864), - [anon_sym_static] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [sym__automatic_semicolon] = ACTIONS(1035), - [sym__ternary_qmark] = ACTIONS(902), - [sym_html_comment] = ACTIONS(5), - }, - [187] = { - [sym_comment] = STATE(187), - [ts_builtin_sym_end] = ACTIONS(1037), - [sym_identifier] = ACTIONS(914), - [anon_sym_export] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_LBRACE] = ACTIONS(914), - [anon_sym_COMMA] = ACTIONS(916), - [anon_sym_RBRACE] = ACTIONS(914), - [anon_sym_import] = ACTIONS(914), - [anon_sym_with] = ACTIONS(914), - [anon_sym_var] = ACTIONS(914), - [anon_sym_let] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_else] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_LPAREN] = ACTIONS(914), - [anon_sym_await] = ACTIONS(914), - [anon_sym_in] = ACTIONS(916), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_try] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_debugger] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_throw] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(914), - [anon_sym_yield] = ACTIONS(914), - [anon_sym_LBRACK] = ACTIONS(914), - [anon_sym_LTtemplate_GT] = ACTIONS(914), - [anon_sym_LT] = ACTIONS(914), - [anon_sym_GT] = ACTIONS(916), - [anon_sym_DOT] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(914), - [anon_sym_SQUOTE] = ACTIONS(914), - [anon_sym_class] = ACTIONS(914), - [anon_sym_async] = ACTIONS(914), - [anon_sym_function] = ACTIONS(914), - [sym_optional_chain] = ACTIONS(916), - [anon_sym_new] = ACTIONS(914), - [anon_sym_AMP_AMP] = ACTIONS(916), - [anon_sym_PIPE_PIPE] = ACTIONS(916), - [anon_sym_GT_GT] = ACTIONS(916), - [anon_sym_GT_GT_GT] = ACTIONS(916), - [anon_sym_LT_LT] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_CARET] = ACTIONS(916), - [anon_sym_PIPE] = ACTIONS(916), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_SLASH] = ACTIONS(914), - [anon_sym_PERCENT] = ACTIONS(916), - [anon_sym_STAR_STAR] = ACTIONS(916), - [anon_sym_LT_EQ] = ACTIONS(916), - [anon_sym_EQ_EQ] = ACTIONS(916), - [anon_sym_EQ_EQ_EQ] = ACTIONS(916), - [anon_sym_BANG_EQ] = ACTIONS(916), - [anon_sym_BANG_EQ_EQ] = ACTIONS(916), - [anon_sym_GT_EQ] = ACTIONS(916), - [anon_sym_QMARK_QMARK] = ACTIONS(916), - [anon_sym_instanceof] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(914), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(914), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(914), - [sym_number] = ACTIONS(914), - [sym_private_property_identifier] = ACTIONS(914), - [sym_this] = ACTIONS(914), - [sym_super] = ACTIONS(914), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), - [sym_undefined] = ACTIONS(914), - [anon_sym_AT] = ACTIONS(914), - [anon_sym_static] = ACTIONS(914), - [anon_sym_get] = ACTIONS(914), - [anon_sym_set] = ACTIONS(914), - [sym__automatic_semicolon] = ACTIONS(1039), - [sym__ternary_qmark] = ACTIONS(920), - [sym_html_comment] = ACTIONS(5), - }, - [188] = { - [sym_comment] = STATE(188), - [sym_identifier] = ACTIONS(974), - [anon_sym_export] = ACTIONS(974), - [anon_sym_STAR] = ACTIONS(976), - [anon_sym_default] = ACTIONS(974), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_COMMA] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_import] = ACTIONS(974), - [anon_sym_with] = ACTIONS(974), - [anon_sym_var] = ACTIONS(974), - [anon_sym_let] = ACTIONS(974), - [anon_sym_const] = ACTIONS(974), - [anon_sym_if] = ACTIONS(974), - [anon_sym_switch] = ACTIONS(974), - [anon_sym_for] = ACTIONS(974), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_await] = ACTIONS(974), - [anon_sym_in] = ACTIONS(976), - [anon_sym_while] = ACTIONS(974), - [anon_sym_do] = ACTIONS(974), - [anon_sym_try] = ACTIONS(974), - [anon_sym_break] = ACTIONS(974), - [anon_sym_continue] = ACTIONS(974), - [anon_sym_debugger] = ACTIONS(974), - [anon_sym_return] = ACTIONS(974), - [anon_sym_throw] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_case] = ACTIONS(974), - [anon_sym_yield] = ACTIONS(974), - [anon_sym_LBRACK] = ACTIONS(974), - [anon_sym_LTtemplate_GT] = ACTIONS(974), - [anon_sym_LT] = ACTIONS(974), - [anon_sym_GT] = ACTIONS(976), - [anon_sym_DOT] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_class] = ACTIONS(974), - [anon_sym_async] = ACTIONS(974), - [anon_sym_function] = ACTIONS(974), - [sym_optional_chain] = ACTIONS(976), - [anon_sym_new] = ACTIONS(974), - [anon_sym_AMP_AMP] = ACTIONS(976), - [anon_sym_PIPE_PIPE] = ACTIONS(976), - [anon_sym_GT_GT] = ACTIONS(976), - [anon_sym_GT_GT_GT] = ACTIONS(976), - [anon_sym_LT_LT] = ACTIONS(976), - [anon_sym_AMP] = ACTIONS(976), - [anon_sym_CARET] = ACTIONS(976), - [anon_sym_PIPE] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(974), - [anon_sym_SLASH] = ACTIONS(974), - [anon_sym_PERCENT] = ACTIONS(976), - [anon_sym_STAR_STAR] = ACTIONS(976), - [anon_sym_LT_EQ] = ACTIONS(976), - [anon_sym_EQ_EQ] = ACTIONS(976), - [anon_sym_EQ_EQ_EQ] = ACTIONS(976), - [anon_sym_BANG_EQ] = ACTIONS(976), - [anon_sym_BANG_EQ_EQ] = ACTIONS(976), - [anon_sym_GT_EQ] = ACTIONS(976), - [anon_sym_QMARK_QMARK] = ACTIONS(976), - [anon_sym_instanceof] = ACTIONS(976), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_typeof] = ACTIONS(974), - [anon_sym_void] = ACTIONS(974), - [anon_sym_delete] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_DASH_DASH] = ACTIONS(974), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(974), - [sym_number] = ACTIONS(974), - [sym_private_property_identifier] = ACTIONS(974), - [sym_this] = ACTIONS(974), - [sym_super] = ACTIONS(974), - [sym_true] = ACTIONS(974), - [sym_false] = ACTIONS(974), - [sym_null] = ACTIONS(974), - [sym_undefined] = ACTIONS(974), - [anon_sym_AT] = ACTIONS(974), - [anon_sym_static] = ACTIONS(974), - [anon_sym_get] = ACTIONS(974), - [anon_sym_set] = ACTIONS(974), - [sym__automatic_semicolon] = ACTIONS(1041), - [sym__ternary_qmark] = ACTIONS(980), - [sym_html_comment] = ACTIONS(5), - }, - [189] = { - [sym_comment] = STATE(189), - [sym_identifier] = ACTIONS(878), - [anon_sym_export] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_default] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(878), - [anon_sym_COMMA] = ACTIONS(878), - [anon_sym_RBRACE] = ACTIONS(878), - [anon_sym_import] = ACTIONS(878), - [anon_sym_with] = ACTIONS(878), - [anon_sym_var] = ACTIONS(878), - [anon_sym_let] = ACTIONS(878), - [anon_sym_const] = ACTIONS(878), - [anon_sym_if] = ACTIONS(878), - [anon_sym_switch] = ACTIONS(878), - [anon_sym_for] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_await] = ACTIONS(878), - [anon_sym_in] = ACTIONS(878), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(878), - [anon_sym_try] = ACTIONS(878), - [anon_sym_break] = ACTIONS(878), - [anon_sym_continue] = ACTIONS(878), - [anon_sym_debugger] = ACTIONS(878), - [anon_sym_return] = ACTIONS(878), - [anon_sym_throw] = ACTIONS(878), - [anon_sym_SEMI] = ACTIONS(878), - [anon_sym_case] = ACTIONS(878), - [anon_sym_yield] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(878), - [anon_sym_LT] = ACTIONS(878), - [anon_sym_GT] = ACTIONS(878), - [anon_sym_DOT] = ACTIONS(878), - [anon_sym_DQUOTE] = ACTIONS(878), - [anon_sym_SQUOTE] = ACTIONS(878), - [anon_sym_class] = ACTIONS(878), - [anon_sym_async] = ACTIONS(878), - [anon_sym_function] = ACTIONS(878), - [sym_optional_chain] = ACTIONS(878), - [anon_sym_new] = ACTIONS(878), - [anon_sym_AMP_AMP] = ACTIONS(878), - [anon_sym_PIPE_PIPE] = ACTIONS(878), - [anon_sym_GT_GT] = ACTIONS(878), - [anon_sym_GT_GT_GT] = ACTIONS(878), - [anon_sym_LT_LT] = ACTIONS(878), - [anon_sym_AMP] = ACTIONS(878), - [anon_sym_CARET] = ACTIONS(878), - [anon_sym_PIPE] = ACTIONS(878), - [anon_sym_PLUS] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(878), - [anon_sym_SLASH] = ACTIONS(878), - [anon_sym_PERCENT] = ACTIONS(878), - [anon_sym_STAR_STAR] = ACTIONS(878), - [anon_sym_LT_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ_EQ] = ACTIONS(878), - [anon_sym_GT_EQ] = ACTIONS(878), - [anon_sym_QMARK_QMARK] = ACTIONS(878), - [anon_sym_instanceof] = ACTIONS(878), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_typeof] = ACTIONS(878), - [anon_sym_void] = ACTIONS(878), - [anon_sym_delete] = ACTIONS(878), - [anon_sym_PLUS_PLUS] = ACTIONS(878), - [anon_sym_DASH_DASH] = ACTIONS(878), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(878), - [sym_number] = ACTIONS(878), - [sym_private_property_identifier] = ACTIONS(878), - [sym_this] = ACTIONS(878), - [sym_super] = ACTIONS(878), - [sym_true] = ACTIONS(878), - [sym_false] = ACTIONS(878), - [sym_null] = ACTIONS(878), - [sym_undefined] = ACTIONS(878), - [anon_sym_AT] = ACTIONS(878), - [anon_sym_static] = ACTIONS(878), - [anon_sym_get] = ACTIONS(878), - [anon_sym_set] = ACTIONS(878), - [sym__automatic_semicolon] = ACTIONS(882), - [sym__ternary_qmark] = ACTIONS(882), - [sym_html_comment] = ACTIONS(5), - }, - [190] = { - [sym_comment] = STATE(190), - [sym_identifier] = ACTIONS(924), - [anon_sym_export] = ACTIONS(924), - [anon_sym_STAR] = ACTIONS(926), - [anon_sym_default] = ACTIONS(924), - [anon_sym_LBRACE] = ACTIONS(924), - [anon_sym_COMMA] = ACTIONS(926), - [anon_sym_RBRACE] = ACTIONS(924), - [anon_sym_import] = ACTIONS(924), - [anon_sym_with] = ACTIONS(924), - [anon_sym_var] = ACTIONS(924), - [anon_sym_let] = ACTIONS(924), - [anon_sym_const] = ACTIONS(924), - [anon_sym_if] = ACTIONS(924), - [anon_sym_switch] = ACTIONS(924), - [anon_sym_for] = ACTIONS(924), - [anon_sym_LPAREN] = ACTIONS(924), - [anon_sym_await] = ACTIONS(924), - [anon_sym_in] = ACTIONS(926), - [anon_sym_while] = ACTIONS(924), - [anon_sym_do] = ACTIONS(924), - [anon_sym_try] = ACTIONS(924), - [anon_sym_break] = ACTIONS(924), - [anon_sym_continue] = ACTIONS(924), - [anon_sym_debugger] = ACTIONS(924), - [anon_sym_return] = ACTIONS(924), - [anon_sym_throw] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(924), - [anon_sym_case] = ACTIONS(924), - [anon_sym_yield] = ACTIONS(924), - [anon_sym_LBRACK] = ACTIONS(924), - [anon_sym_LTtemplate_GT] = ACTIONS(924), - [anon_sym_LT] = ACTIONS(924), - [anon_sym_GT] = ACTIONS(926), - [anon_sym_DOT] = ACTIONS(926), - [anon_sym_DQUOTE] = ACTIONS(924), - [anon_sym_SQUOTE] = ACTIONS(924), - [anon_sym_class] = ACTIONS(924), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(924), - [sym_optional_chain] = ACTIONS(926), - [anon_sym_new] = ACTIONS(924), - [anon_sym_AMP_AMP] = ACTIONS(926), - [anon_sym_PIPE_PIPE] = ACTIONS(926), - [anon_sym_GT_GT] = ACTIONS(926), - [anon_sym_GT_GT_GT] = ACTIONS(926), - [anon_sym_LT_LT] = ACTIONS(926), - [anon_sym_AMP] = ACTIONS(926), - [anon_sym_CARET] = ACTIONS(926), - [anon_sym_PIPE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(924), - [anon_sym_DASH] = ACTIONS(924), - [anon_sym_SLASH] = ACTIONS(924), - [anon_sym_PERCENT] = ACTIONS(926), - [anon_sym_STAR_STAR] = ACTIONS(926), - [anon_sym_LT_EQ] = ACTIONS(926), - [anon_sym_EQ_EQ] = ACTIONS(926), - [anon_sym_EQ_EQ_EQ] = ACTIONS(926), - [anon_sym_BANG_EQ] = ACTIONS(926), - [anon_sym_BANG_EQ_EQ] = ACTIONS(926), - [anon_sym_GT_EQ] = ACTIONS(926), - [anon_sym_QMARK_QMARK] = ACTIONS(926), - [anon_sym_instanceof] = ACTIONS(926), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(924), - [anon_sym_typeof] = ACTIONS(924), - [anon_sym_void] = ACTIONS(924), - [anon_sym_delete] = ACTIONS(924), - [anon_sym_PLUS_PLUS] = ACTIONS(924), - [anon_sym_DASH_DASH] = ACTIONS(924), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(924), - [sym_number] = ACTIONS(924), - [sym_private_property_identifier] = ACTIONS(924), - [sym_this] = ACTIONS(924), - [sym_super] = ACTIONS(924), - [sym_true] = ACTIONS(924), - [sym_false] = ACTIONS(924), - [sym_null] = ACTIONS(924), - [sym_undefined] = ACTIONS(924), - [anon_sym_AT] = ACTIONS(924), - [anon_sym_static] = ACTIONS(924), - [anon_sym_get] = ACTIONS(924), - [anon_sym_set] = ACTIONS(924), - [sym__automatic_semicolon] = ACTIONS(1043), - [sym__ternary_qmark] = ACTIONS(930), - [sym_html_comment] = ACTIONS(5), - }, - [191] = { - [sym_comment] = STATE(191), - [ts_builtin_sym_end] = ACTIONS(902), - [sym_identifier] = ACTIONS(864), - [anon_sym_export] = ACTIONS(864), - [anon_sym_STAR] = ACTIONS(864), - [anon_sym_LBRACE] = ACTIONS(864), - [anon_sym_COMMA] = ACTIONS(864), - [anon_sym_RBRACE] = ACTIONS(864), - [anon_sym_import] = ACTIONS(864), - [anon_sym_with] = ACTIONS(864), - [anon_sym_var] = ACTIONS(864), - [anon_sym_let] = ACTIONS(864), - [anon_sym_const] = ACTIONS(864), - [anon_sym_else] = ACTIONS(864), - [anon_sym_if] = ACTIONS(864), - [anon_sym_switch] = ACTIONS(864), - [anon_sym_for] = ACTIONS(864), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_await] = ACTIONS(864), - [anon_sym_in] = ACTIONS(864), - [anon_sym_while] = ACTIONS(864), - [anon_sym_do] = ACTIONS(864), - [anon_sym_try] = ACTIONS(864), - [anon_sym_break] = ACTIONS(864), - [anon_sym_continue] = ACTIONS(864), - [anon_sym_debugger] = ACTIONS(864), - [anon_sym_return] = ACTIONS(864), - [anon_sym_throw] = ACTIONS(864), - [anon_sym_SEMI] = ACTIONS(864), - [anon_sym_yield] = ACTIONS(864), - [anon_sym_LBRACK] = ACTIONS(864), - [anon_sym_LTtemplate_GT] = ACTIONS(864), - [anon_sym_LT] = ACTIONS(864), - [anon_sym_GT] = ACTIONS(864), - [anon_sym_DOT] = ACTIONS(864), - [anon_sym_DQUOTE] = ACTIONS(864), - [anon_sym_SQUOTE] = ACTIONS(864), - [anon_sym_class] = ACTIONS(864), - [anon_sym_async] = ACTIONS(864), - [anon_sym_function] = ACTIONS(864), - [sym_optional_chain] = ACTIONS(864), - [anon_sym_new] = ACTIONS(864), - [anon_sym_AMP_AMP] = ACTIONS(864), - [anon_sym_PIPE_PIPE] = ACTIONS(864), - [anon_sym_GT_GT] = ACTIONS(864), - [anon_sym_GT_GT_GT] = ACTIONS(864), - [anon_sym_LT_LT] = ACTIONS(864), - [anon_sym_AMP] = ACTIONS(864), - [anon_sym_CARET] = ACTIONS(864), - [anon_sym_PIPE] = ACTIONS(864), - [anon_sym_PLUS] = ACTIONS(864), - [anon_sym_DASH] = ACTIONS(864), - [anon_sym_SLASH] = ACTIONS(864), - [anon_sym_PERCENT] = ACTIONS(864), - [anon_sym_STAR_STAR] = ACTIONS(864), - [anon_sym_LT_EQ] = ACTIONS(864), - [anon_sym_EQ_EQ] = ACTIONS(864), - [anon_sym_EQ_EQ_EQ] = ACTIONS(864), - [anon_sym_BANG_EQ] = ACTIONS(864), - [anon_sym_BANG_EQ_EQ] = ACTIONS(864), - [anon_sym_GT_EQ] = ACTIONS(864), - [anon_sym_QMARK_QMARK] = ACTIONS(864), - [anon_sym_instanceof] = ACTIONS(864), - [anon_sym_BANG] = ACTIONS(864), - [anon_sym_TILDE] = ACTIONS(864), - [anon_sym_typeof] = ACTIONS(864), - [anon_sym_void] = ACTIONS(864), - [anon_sym_delete] = ACTIONS(864), - [anon_sym_PLUS_PLUS] = ACTIONS(864), - [anon_sym_DASH_DASH] = ACTIONS(864), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(864), - [sym_number] = ACTIONS(864), - [sym_private_property_identifier] = ACTIONS(864), - [sym_this] = ACTIONS(864), - [sym_super] = ACTIONS(864), - [sym_true] = ACTIONS(864), - [sym_false] = ACTIONS(864), - [sym_null] = ACTIONS(864), - [sym_undefined] = ACTIONS(864), - [anon_sym_AT] = ACTIONS(864), - [anon_sym_static] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [sym__automatic_semicolon] = ACTIONS(1045), - [sym__ternary_qmark] = ACTIONS(902), - [sym_html_comment] = ACTIONS(5), - }, - [192] = { - [sym_comment] = STATE(192), - [ts_builtin_sym_end] = ACTIONS(902), - [sym_identifier] = ACTIONS(864), - [anon_sym_export] = ACTIONS(864), - [anon_sym_STAR] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(864), - [anon_sym_COMMA] = ACTIONS(866), - [anon_sym_RBRACE] = ACTIONS(864), - [anon_sym_import] = ACTIONS(864), - [anon_sym_with] = ACTIONS(864), - [anon_sym_var] = ACTIONS(864), - [anon_sym_let] = ACTIONS(864), - [anon_sym_const] = ACTIONS(864), - [anon_sym_if] = ACTIONS(864), - [anon_sym_switch] = ACTIONS(864), - [anon_sym_for] = ACTIONS(864), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_await] = ACTIONS(864), - [anon_sym_in] = ACTIONS(866), - [anon_sym_while] = ACTIONS(864), - [anon_sym_do] = ACTIONS(864), - [anon_sym_try] = ACTIONS(864), - [anon_sym_break] = ACTIONS(864), - [anon_sym_continue] = ACTIONS(864), - [anon_sym_debugger] = ACTIONS(864), - [anon_sym_return] = ACTIONS(864), - [anon_sym_throw] = ACTIONS(864), - [anon_sym_SEMI] = ACTIONS(864), - [anon_sym_yield] = ACTIONS(864), - [anon_sym_EQ] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(864), - [anon_sym_LTtemplate_GT] = ACTIONS(864), - [anon_sym_LT] = ACTIONS(864), - [anon_sym_GT] = ACTIONS(866), - [anon_sym_DOT] = ACTIONS(866), - [anon_sym_DQUOTE] = ACTIONS(864), - [anon_sym_SQUOTE] = ACTIONS(864), - [anon_sym_class] = ACTIONS(864), - [anon_sym_async] = ACTIONS(864), - [anon_sym_function] = ACTIONS(864), - [sym_optional_chain] = ACTIONS(866), - [anon_sym_new] = ACTIONS(864), - [anon_sym_AMP_AMP] = ACTIONS(866), - [anon_sym_PIPE_PIPE] = ACTIONS(866), - [anon_sym_GT_GT] = ACTIONS(866), - [anon_sym_GT_GT_GT] = ACTIONS(866), - [anon_sym_LT_LT] = ACTIONS(866), - [anon_sym_AMP] = ACTIONS(866), - [anon_sym_CARET] = ACTIONS(866), - [anon_sym_PIPE] = ACTIONS(866), - [anon_sym_PLUS] = ACTIONS(864), - [anon_sym_DASH] = ACTIONS(864), - [anon_sym_SLASH] = ACTIONS(864), - [anon_sym_PERCENT] = ACTIONS(866), - [anon_sym_STAR_STAR] = ACTIONS(866), - [anon_sym_LT_EQ] = ACTIONS(866), - [anon_sym_EQ_EQ] = ACTIONS(866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(866), - [anon_sym_GT_EQ] = ACTIONS(866), - [anon_sym_QMARK_QMARK] = ACTIONS(866), - [anon_sym_instanceof] = ACTIONS(866), - [anon_sym_BANG] = ACTIONS(864), - [anon_sym_TILDE] = ACTIONS(864), - [anon_sym_typeof] = ACTIONS(864), - [anon_sym_void] = ACTIONS(864), - [anon_sym_delete] = ACTIONS(864), - [anon_sym_PLUS_PLUS] = ACTIONS(864), - [anon_sym_DASH_DASH] = ACTIONS(864), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(864), - [sym_number] = ACTIONS(864), - [sym_private_property_identifier] = ACTIONS(864), - [sym_this] = ACTIONS(864), - [sym_super] = ACTIONS(864), - [sym_true] = ACTIONS(864), - [sym_false] = ACTIONS(864), - [sym_null] = ACTIONS(864), - [sym_undefined] = ACTIONS(864), - [anon_sym_AT] = ACTIONS(864), - [anon_sym_static] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [sym__automatic_semicolon] = ACTIONS(1047), - [sym__ternary_qmark] = ACTIONS(872), - [sym_html_comment] = ACTIONS(5), - }, - [193] = { - [sym_comment] = STATE(193), - [ts_builtin_sym_end] = ACTIONS(882), - [sym_identifier] = ACTIONS(878), - [anon_sym_export] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(878), - [anon_sym_COMMA] = ACTIONS(878), - [anon_sym_RBRACE] = ACTIONS(878), - [anon_sym_import] = ACTIONS(878), - [anon_sym_with] = ACTIONS(878), - [anon_sym_var] = ACTIONS(878), - [anon_sym_let] = ACTIONS(878), - [anon_sym_const] = ACTIONS(878), - [anon_sym_else] = ACTIONS(878), - [anon_sym_if] = ACTIONS(878), - [anon_sym_switch] = ACTIONS(878), - [anon_sym_for] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_await] = ACTIONS(878), - [anon_sym_in] = ACTIONS(878), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(878), - [anon_sym_try] = ACTIONS(878), - [anon_sym_break] = ACTIONS(878), - [anon_sym_continue] = ACTIONS(878), - [anon_sym_debugger] = ACTIONS(878), - [anon_sym_return] = ACTIONS(878), - [anon_sym_throw] = ACTIONS(878), - [anon_sym_SEMI] = ACTIONS(878), - [anon_sym_yield] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(878), - [anon_sym_LT] = ACTIONS(878), - [anon_sym_GT] = ACTIONS(878), - [anon_sym_DOT] = ACTIONS(878), - [anon_sym_DQUOTE] = ACTIONS(878), - [anon_sym_SQUOTE] = ACTIONS(878), - [anon_sym_class] = ACTIONS(878), - [anon_sym_async] = ACTIONS(878), - [anon_sym_function] = ACTIONS(878), - [sym_optional_chain] = ACTIONS(878), - [anon_sym_new] = ACTIONS(878), - [anon_sym_AMP_AMP] = ACTIONS(878), - [anon_sym_PIPE_PIPE] = ACTIONS(878), - [anon_sym_GT_GT] = ACTIONS(878), - [anon_sym_GT_GT_GT] = ACTIONS(878), - [anon_sym_LT_LT] = ACTIONS(878), - [anon_sym_AMP] = ACTIONS(878), - [anon_sym_CARET] = ACTIONS(878), - [anon_sym_PIPE] = ACTIONS(878), - [anon_sym_PLUS] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(878), - [anon_sym_SLASH] = ACTIONS(878), - [anon_sym_PERCENT] = ACTIONS(878), - [anon_sym_STAR_STAR] = ACTIONS(878), - [anon_sym_LT_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ_EQ] = ACTIONS(878), - [anon_sym_GT_EQ] = ACTIONS(878), - [anon_sym_QMARK_QMARK] = ACTIONS(878), - [anon_sym_instanceof] = ACTIONS(878), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_typeof] = ACTIONS(878), - [anon_sym_void] = ACTIONS(878), - [anon_sym_delete] = ACTIONS(878), - [anon_sym_PLUS_PLUS] = ACTIONS(878), - [anon_sym_DASH_DASH] = ACTIONS(878), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(878), - [sym_number] = ACTIONS(878), - [sym_private_property_identifier] = ACTIONS(878), - [sym_this] = ACTIONS(878), - [sym_super] = ACTIONS(878), - [sym_true] = ACTIONS(878), - [sym_false] = ACTIONS(878), - [sym_null] = ACTIONS(878), - [sym_undefined] = ACTIONS(878), - [anon_sym_AT] = ACTIONS(878), - [anon_sym_static] = ACTIONS(878), - [anon_sym_get] = ACTIONS(878), - [anon_sym_set] = ACTIONS(878), - [sym__automatic_semicolon] = ACTIONS(882), - [sym__ternary_qmark] = ACTIONS(882), - [sym_html_comment] = ACTIONS(5), - }, - [194] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2477), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1067), - [sym_subscript_expression] = STATE(1067), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1899), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(194), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [sym_pattern] = STATE(2061), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(886), - [anon_sym_LBRACE] = ACTIONS(888), - [anon_sym_COMMA] = ACTIONS(1049), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(886), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(892), - [anon_sym_RBRACK] = ACTIONS(1049), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(896), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(900), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(886), - [anon_sym_get] = ACTIONS(886), - [anon_sym_set] = ACTIONS(886), - [sym_html_comment] = ACTIONS(5), - }, - [195] = { - [sym_comment] = STATE(195), - [ts_builtin_sym_end] = ACTIONS(1051), - [sym_identifier] = ACTIONS(932), - [anon_sym_export] = ACTIONS(932), - [anon_sym_STAR] = ACTIONS(934), - [anon_sym_LBRACE] = ACTIONS(932), - [anon_sym_COMMA] = ACTIONS(934), - [anon_sym_RBRACE] = ACTIONS(932), - [anon_sym_import] = ACTIONS(932), - [anon_sym_with] = ACTIONS(932), - [anon_sym_var] = ACTIONS(932), - [anon_sym_let] = ACTIONS(932), - [anon_sym_const] = ACTIONS(932), - [anon_sym_else] = ACTIONS(932), - [anon_sym_if] = ACTIONS(932), - [anon_sym_switch] = ACTIONS(932), - [anon_sym_for] = ACTIONS(932), - [anon_sym_LPAREN] = ACTIONS(932), - [anon_sym_await] = ACTIONS(932), - [anon_sym_in] = ACTIONS(934), - [anon_sym_while] = ACTIONS(932), - [anon_sym_do] = ACTIONS(932), - [anon_sym_try] = ACTIONS(932), - [anon_sym_break] = ACTIONS(932), - [anon_sym_continue] = ACTIONS(932), - [anon_sym_debugger] = ACTIONS(932), - [anon_sym_return] = ACTIONS(932), - [anon_sym_throw] = ACTIONS(932), - [anon_sym_SEMI] = ACTIONS(932), - [anon_sym_yield] = ACTIONS(932), - [anon_sym_LBRACK] = ACTIONS(932), - [anon_sym_LTtemplate_GT] = ACTIONS(932), - [anon_sym_LT] = ACTIONS(932), - [anon_sym_GT] = ACTIONS(934), - [anon_sym_DOT] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(932), - [anon_sym_SQUOTE] = ACTIONS(932), - [anon_sym_class] = ACTIONS(932), - [anon_sym_async] = ACTIONS(932), - [anon_sym_function] = ACTIONS(932), - [sym_optional_chain] = ACTIONS(934), - [anon_sym_new] = ACTIONS(932), - [anon_sym_AMP_AMP] = ACTIONS(934), - [anon_sym_PIPE_PIPE] = ACTIONS(934), - [anon_sym_GT_GT] = ACTIONS(934), - [anon_sym_GT_GT_GT] = ACTIONS(934), - [anon_sym_LT_LT] = ACTIONS(934), - [anon_sym_AMP] = ACTIONS(934), - [anon_sym_CARET] = ACTIONS(934), - [anon_sym_PIPE] = ACTIONS(934), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_SLASH] = ACTIONS(932), - [anon_sym_PERCENT] = ACTIONS(934), - [anon_sym_STAR_STAR] = ACTIONS(934), - [anon_sym_LT_EQ] = ACTIONS(934), - [anon_sym_EQ_EQ] = ACTIONS(934), - [anon_sym_EQ_EQ_EQ] = ACTIONS(934), - [anon_sym_BANG_EQ] = ACTIONS(934), - [anon_sym_BANG_EQ_EQ] = ACTIONS(934), - [anon_sym_GT_EQ] = ACTIONS(934), - [anon_sym_QMARK_QMARK] = ACTIONS(934), - [anon_sym_instanceof] = ACTIONS(934), - [anon_sym_BANG] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(932), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(932), - [anon_sym_DASH_DASH] = ACTIONS(932), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(932), - [sym_number] = ACTIONS(932), - [sym_private_property_identifier] = ACTIONS(932), - [sym_this] = ACTIONS(932), - [sym_super] = ACTIONS(932), - [sym_true] = ACTIONS(932), - [sym_false] = ACTIONS(932), - [sym_null] = ACTIONS(932), - [sym_undefined] = ACTIONS(932), - [anon_sym_AT] = ACTIONS(932), - [anon_sym_static] = ACTIONS(932), - [anon_sym_get] = ACTIONS(932), - [anon_sym_set] = ACTIONS(932), - [sym__automatic_semicolon] = ACTIONS(1053), - [sym__ternary_qmark] = ACTIONS(938), - [sym_html_comment] = ACTIONS(5), - }, - [196] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1299), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2179), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2748), - [sym_string] = STATE(1134), - [sym_comment] = STATE(196), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1921), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(800), - [anon_sym_export] = ACTIONS(802), - [anon_sym_LBRACE] = ACTIONS(756), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(802), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(1013), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(808), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(810), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(802), - [anon_sym_get] = ACTIONS(802), - [anon_sym_set] = ACTIONS(802), - [sym_html_comment] = ACTIONS(5), - }, - [197] = { - [sym_comment] = STATE(197), - [sym_identifier] = ACTIONS(914), - [anon_sym_export] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_default] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(914), - [anon_sym_COMMA] = ACTIONS(916), - [anon_sym_RBRACE] = ACTIONS(914), - [anon_sym_import] = ACTIONS(914), - [anon_sym_with] = ACTIONS(914), - [anon_sym_var] = ACTIONS(914), - [anon_sym_let] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_LPAREN] = ACTIONS(914), - [anon_sym_await] = ACTIONS(914), - [anon_sym_in] = ACTIONS(916), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_try] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_debugger] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_throw] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(914), - [anon_sym_case] = ACTIONS(914), - [anon_sym_yield] = ACTIONS(914), - [anon_sym_LBRACK] = ACTIONS(914), - [anon_sym_LTtemplate_GT] = ACTIONS(914), - [anon_sym_LT] = ACTIONS(914), - [anon_sym_GT] = ACTIONS(916), - [anon_sym_DOT] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(914), - [anon_sym_SQUOTE] = ACTIONS(914), - [anon_sym_class] = ACTIONS(914), - [anon_sym_async] = ACTIONS(914), - [anon_sym_function] = ACTIONS(914), - [sym_optional_chain] = ACTIONS(916), - [anon_sym_new] = ACTIONS(914), - [anon_sym_AMP_AMP] = ACTIONS(916), - [anon_sym_PIPE_PIPE] = ACTIONS(916), - [anon_sym_GT_GT] = ACTIONS(916), - [anon_sym_GT_GT_GT] = ACTIONS(916), - [anon_sym_LT_LT] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_CARET] = ACTIONS(916), - [anon_sym_PIPE] = ACTIONS(916), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_SLASH] = ACTIONS(914), - [anon_sym_PERCENT] = ACTIONS(916), - [anon_sym_STAR_STAR] = ACTIONS(916), - [anon_sym_LT_EQ] = ACTIONS(916), - [anon_sym_EQ_EQ] = ACTIONS(916), - [anon_sym_EQ_EQ_EQ] = ACTIONS(916), - [anon_sym_BANG_EQ] = ACTIONS(916), - [anon_sym_BANG_EQ_EQ] = ACTIONS(916), - [anon_sym_GT_EQ] = ACTIONS(916), - [anon_sym_QMARK_QMARK] = ACTIONS(916), - [anon_sym_instanceof] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(914), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(914), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(914), - [sym_number] = ACTIONS(914), - [sym_private_property_identifier] = ACTIONS(914), - [sym_this] = ACTIONS(914), - [sym_super] = ACTIONS(914), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), - [sym_undefined] = ACTIONS(914), - [anon_sym_AT] = ACTIONS(914), - [anon_sym_static] = ACTIONS(914), - [anon_sym_get] = ACTIONS(914), - [anon_sym_set] = ACTIONS(914), - [sym__automatic_semicolon] = ACTIONS(1055), - [sym__ternary_qmark] = ACTIONS(920), - [sym_html_comment] = ACTIONS(5), - }, - [198] = { - [sym_comment] = STATE(198), - [ts_builtin_sym_end] = ACTIONS(882), - [sym_identifier] = ACTIONS(878), - [anon_sym_export] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(878), - [anon_sym_COMMA] = ACTIONS(878), - [anon_sym_RBRACE] = ACTIONS(878), - [anon_sym_import] = ACTIONS(878), - [anon_sym_with] = ACTIONS(878), - [anon_sym_var] = ACTIONS(878), - [anon_sym_let] = ACTIONS(878), - [anon_sym_const] = ACTIONS(878), - [anon_sym_else] = ACTIONS(878), - [anon_sym_if] = ACTIONS(878), - [anon_sym_switch] = ACTIONS(878), - [anon_sym_for] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_await] = ACTIONS(878), - [anon_sym_in] = ACTIONS(878), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(878), - [anon_sym_try] = ACTIONS(878), - [anon_sym_break] = ACTIONS(878), - [anon_sym_continue] = ACTIONS(878), - [anon_sym_debugger] = ACTIONS(878), - [anon_sym_return] = ACTIONS(878), - [anon_sym_throw] = ACTIONS(878), - [anon_sym_SEMI] = ACTIONS(878), - [anon_sym_yield] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(878), - [anon_sym_LT] = ACTIONS(878), - [anon_sym_GT] = ACTIONS(878), - [anon_sym_DOT] = ACTIONS(878), - [anon_sym_DQUOTE] = ACTIONS(878), - [anon_sym_SQUOTE] = ACTIONS(878), - [anon_sym_class] = ACTIONS(878), - [anon_sym_async] = ACTIONS(878), - [anon_sym_function] = ACTIONS(878), - [sym_optional_chain] = ACTIONS(878), - [anon_sym_new] = ACTIONS(878), - [anon_sym_AMP_AMP] = ACTIONS(878), - [anon_sym_PIPE_PIPE] = ACTIONS(878), - [anon_sym_GT_GT] = ACTIONS(878), - [anon_sym_GT_GT_GT] = ACTIONS(878), - [anon_sym_LT_LT] = ACTIONS(878), - [anon_sym_AMP] = ACTIONS(878), - [anon_sym_CARET] = ACTIONS(878), - [anon_sym_PIPE] = ACTIONS(878), - [anon_sym_PLUS] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(878), - [anon_sym_SLASH] = ACTIONS(878), - [anon_sym_PERCENT] = ACTIONS(878), - [anon_sym_STAR_STAR] = ACTIONS(878), - [anon_sym_LT_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ_EQ] = ACTIONS(878), - [anon_sym_GT_EQ] = ACTIONS(878), - [anon_sym_QMARK_QMARK] = ACTIONS(878), - [anon_sym_instanceof] = ACTIONS(878), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_typeof] = ACTIONS(878), - [anon_sym_void] = ACTIONS(878), - [anon_sym_delete] = ACTIONS(878), - [anon_sym_PLUS_PLUS] = ACTIONS(878), - [anon_sym_DASH_DASH] = ACTIONS(878), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(878), - [sym_number] = ACTIONS(878), - [sym_private_property_identifier] = ACTIONS(878), - [sym_this] = ACTIONS(878), - [sym_super] = ACTIONS(878), - [sym_true] = ACTIONS(878), - [sym_false] = ACTIONS(878), - [sym_null] = ACTIONS(878), - [sym_undefined] = ACTIONS(878), - [anon_sym_AT] = ACTIONS(878), - [anon_sym_static] = ACTIONS(878), - [anon_sym_get] = ACTIONS(878), - [anon_sym_set] = ACTIONS(878), - [sym__automatic_semicolon] = ACTIONS(1057), - [sym__ternary_qmark] = ACTIONS(882), - [sym_html_comment] = ACTIONS(5), - }, - [199] = { - [sym_comment] = STATE(199), - [sym_identifier] = ACTIONS(932), - [anon_sym_export] = ACTIONS(932), - [anon_sym_STAR] = ACTIONS(934), - [anon_sym_default] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(932), - [anon_sym_COMMA] = ACTIONS(934), - [anon_sym_RBRACE] = ACTIONS(932), - [anon_sym_import] = ACTIONS(932), - [anon_sym_with] = ACTIONS(932), - [anon_sym_var] = ACTIONS(932), - [anon_sym_let] = ACTIONS(932), - [anon_sym_const] = ACTIONS(932), - [anon_sym_if] = ACTIONS(932), - [anon_sym_switch] = ACTIONS(932), - [anon_sym_for] = ACTIONS(932), - [anon_sym_LPAREN] = ACTIONS(932), - [anon_sym_await] = ACTIONS(932), - [anon_sym_in] = ACTIONS(934), - [anon_sym_while] = ACTIONS(932), - [anon_sym_do] = ACTIONS(932), - [anon_sym_try] = ACTIONS(932), - [anon_sym_break] = ACTIONS(932), - [anon_sym_continue] = ACTIONS(932), - [anon_sym_debugger] = ACTIONS(932), - [anon_sym_return] = ACTIONS(932), - [anon_sym_throw] = ACTIONS(932), - [anon_sym_SEMI] = ACTIONS(932), - [anon_sym_case] = ACTIONS(932), - [anon_sym_yield] = ACTIONS(932), - [anon_sym_LBRACK] = ACTIONS(932), - [anon_sym_LTtemplate_GT] = ACTIONS(932), - [anon_sym_LT] = ACTIONS(932), - [anon_sym_GT] = ACTIONS(934), - [anon_sym_DOT] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(932), - [anon_sym_SQUOTE] = ACTIONS(932), - [anon_sym_class] = ACTIONS(932), - [anon_sym_async] = ACTIONS(932), - [anon_sym_function] = ACTIONS(932), - [sym_optional_chain] = ACTIONS(934), - [anon_sym_new] = ACTIONS(932), - [anon_sym_AMP_AMP] = ACTIONS(934), - [anon_sym_PIPE_PIPE] = ACTIONS(934), - [anon_sym_GT_GT] = ACTIONS(934), - [anon_sym_GT_GT_GT] = ACTIONS(934), - [anon_sym_LT_LT] = ACTIONS(934), - [anon_sym_AMP] = ACTIONS(934), - [anon_sym_CARET] = ACTIONS(934), - [anon_sym_PIPE] = ACTIONS(934), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_SLASH] = ACTIONS(932), - [anon_sym_PERCENT] = ACTIONS(934), - [anon_sym_STAR_STAR] = ACTIONS(934), - [anon_sym_LT_EQ] = ACTIONS(934), - [anon_sym_EQ_EQ] = ACTIONS(934), - [anon_sym_EQ_EQ_EQ] = ACTIONS(934), - [anon_sym_BANG_EQ] = ACTIONS(934), - [anon_sym_BANG_EQ_EQ] = ACTIONS(934), - [anon_sym_GT_EQ] = ACTIONS(934), - [anon_sym_QMARK_QMARK] = ACTIONS(934), - [anon_sym_instanceof] = ACTIONS(934), - [anon_sym_BANG] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(932), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(932), - [anon_sym_DASH_DASH] = ACTIONS(932), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(932), - [sym_number] = ACTIONS(932), - [sym_private_property_identifier] = ACTIONS(932), - [sym_this] = ACTIONS(932), - [sym_super] = ACTIONS(932), - [sym_true] = ACTIONS(932), - [sym_false] = ACTIONS(932), - [sym_null] = ACTIONS(932), - [sym_undefined] = ACTIONS(932), - [anon_sym_AT] = ACTIONS(932), - [anon_sym_static] = ACTIONS(932), - [anon_sym_get] = ACTIONS(932), - [anon_sym_set] = ACTIONS(932), - [sym__automatic_semicolon] = ACTIONS(1059), - [sym__ternary_qmark] = ACTIONS(938), - [sym_html_comment] = ACTIONS(5), - }, - [200] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1350), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_spread_element] = STATE(2100), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(200), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_repeat1] = STATE(2101), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_COMMA] = ACTIONS(1061), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(1063), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), - [sym_html_comment] = ACTIONS(5), - }, - [201] = { - [sym_comment] = STATE(201), - [ts_builtin_sym_end] = ACTIONS(876), + [205] = { + [sym_comment] = STATE(205), + [ts_builtin_sym_end] = ACTIONS(1005), [sym_identifier] = ACTIONS(874), [anon_sym_export] = ACTIONS(874), - [anon_sym_STAR] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(876), [anon_sym_LBRACE] = ACTIONS(874), - [anon_sym_COMMA] = ACTIONS(874), + [anon_sym_COMMA] = ACTIONS(876), [anon_sym_RBRACE] = ACTIONS(874), [anon_sym_import] = ACTIONS(874), [anon_sym_with] = ACTIONS(874), @@ -36207,7 +36444,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(874), [anon_sym_LPAREN] = ACTIONS(874), [anon_sym_await] = ACTIONS(874), - [anon_sym_in] = ACTIONS(874), + [anon_sym_in] = ACTIONS(876), [anon_sym_while] = ACTIONS(874), [anon_sym_do] = ACTIONS(874), [anon_sym_try] = ACTIONS(874), @@ -36221,36 +36458,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(874), [anon_sym_LTtemplate_GT] = ACTIONS(874), [anon_sym_LT] = ACTIONS(874), - [anon_sym_GT] = ACTIONS(874), - [anon_sym_DOT] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(876), + [anon_sym_DOT] = ACTIONS(876), [anon_sym_DQUOTE] = ACTIONS(874), [anon_sym_SQUOTE] = ACTIONS(874), [anon_sym_class] = ACTIONS(874), [anon_sym_async] = ACTIONS(874), [anon_sym_function] = ACTIONS(874), - [sym_optional_chain] = ACTIONS(874), + [sym_optional_chain] = ACTIONS(876), [anon_sym_new] = ACTIONS(874), - [anon_sym_AMP_AMP] = ACTIONS(874), - [anon_sym_PIPE_PIPE] = ACTIONS(874), - [anon_sym_GT_GT] = ACTIONS(874), - [anon_sym_GT_GT_GT] = ACTIONS(874), - [anon_sym_LT_LT] = ACTIONS(874), - [anon_sym_AMP] = ACTIONS(874), - [anon_sym_CARET] = ACTIONS(874), - [anon_sym_PIPE] = ACTIONS(874), + [anon_sym_AMP_AMP] = ACTIONS(876), + [anon_sym_PIPE_PIPE] = ACTIONS(876), + [anon_sym_GT_GT] = ACTIONS(876), + [anon_sym_GT_GT_GT] = ACTIONS(876), + [anon_sym_LT_LT] = ACTIONS(876), + [anon_sym_AMP] = ACTIONS(876), + [anon_sym_CARET] = ACTIONS(876), + [anon_sym_PIPE] = ACTIONS(876), [anon_sym_PLUS] = ACTIONS(874), [anon_sym_DASH] = ACTIONS(874), [anon_sym_SLASH] = ACTIONS(874), - [anon_sym_PERCENT] = ACTIONS(874), - [anon_sym_STAR_STAR] = ACTIONS(874), - [anon_sym_LT_EQ] = ACTIONS(874), - [anon_sym_EQ_EQ] = ACTIONS(874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(874), - [anon_sym_GT_EQ] = ACTIONS(874), - [anon_sym_QMARK_QMARK] = ACTIONS(874), - [anon_sym_instanceof] = ACTIONS(874), + [anon_sym_PERCENT] = ACTIONS(876), + [anon_sym_STAR_STAR] = ACTIONS(876), + [anon_sym_LT_EQ] = ACTIONS(876), + [anon_sym_EQ_EQ] = ACTIONS(876), + [anon_sym_EQ_EQ_EQ] = ACTIONS(876), + [anon_sym_BANG_EQ] = ACTIONS(876), + [anon_sym_BANG_EQ_EQ] = ACTIONS(876), + [anon_sym_GT_EQ] = ACTIONS(876), + [anon_sym_QMARK_QMARK] = ACTIONS(876), + [anon_sym_instanceof] = ACTIONS(876), [anon_sym_BANG] = ACTIONS(874), [anon_sym_TILDE] = ACTIONS(874), [anon_sym_typeof] = ACTIONS(874), @@ -36272,101 +36509,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(874), [anon_sym_get] = ACTIONS(874), [anon_sym_set] = ACTIONS(874), - [sym__automatic_semicolon] = ACTIONS(876), - [sym__ternary_qmark] = ACTIONS(876), - [sym_html_comment] = ACTIONS(5), - }, - [202] = { - [sym_comment] = STATE(202), - [ts_builtin_sym_end] = ACTIONS(1037), - [sym_identifier] = ACTIONS(914), - [anon_sym_export] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_LBRACE] = ACTIONS(914), - [anon_sym_COMMA] = ACTIONS(916), - [anon_sym_RBRACE] = ACTIONS(914), - [anon_sym_import] = ACTIONS(914), - [anon_sym_with] = ACTIONS(914), - [anon_sym_var] = ACTIONS(914), - [anon_sym_let] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_LPAREN] = ACTIONS(914), - [anon_sym_await] = ACTIONS(914), - [anon_sym_in] = ACTIONS(916), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_try] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_debugger] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_throw] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(914), - [anon_sym_yield] = ACTIONS(914), - [anon_sym_LBRACK] = ACTIONS(914), - [anon_sym_LTtemplate_GT] = ACTIONS(914), - [anon_sym_LT] = ACTIONS(914), - [anon_sym_GT] = ACTIONS(916), - [anon_sym_DOT] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(914), - [anon_sym_SQUOTE] = ACTIONS(914), - [anon_sym_class] = ACTIONS(914), - [anon_sym_async] = ACTIONS(914), - [anon_sym_function] = ACTIONS(914), - [sym_optional_chain] = ACTIONS(916), - [anon_sym_new] = ACTIONS(914), - [anon_sym_AMP_AMP] = ACTIONS(916), - [anon_sym_PIPE_PIPE] = ACTIONS(916), - [anon_sym_GT_GT] = ACTIONS(916), - [anon_sym_GT_GT_GT] = ACTIONS(916), - [anon_sym_LT_LT] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_CARET] = ACTIONS(916), - [anon_sym_PIPE] = ACTIONS(916), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_SLASH] = ACTIONS(914), - [anon_sym_PERCENT] = ACTIONS(916), - [anon_sym_STAR_STAR] = ACTIONS(916), - [anon_sym_LT_EQ] = ACTIONS(916), - [anon_sym_EQ_EQ] = ACTIONS(916), - [anon_sym_EQ_EQ_EQ] = ACTIONS(916), - [anon_sym_BANG_EQ] = ACTIONS(916), - [anon_sym_BANG_EQ_EQ] = ACTIONS(916), - [anon_sym_GT_EQ] = ACTIONS(916), - [anon_sym_QMARK_QMARK] = ACTIONS(916), - [anon_sym_instanceof] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(914), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(914), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(914), - [sym_number] = ACTIONS(914), - [sym_private_property_identifier] = ACTIONS(914), - [sym_this] = ACTIONS(914), - [sym_super] = ACTIONS(914), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), - [sym_undefined] = ACTIONS(914), - [anon_sym_AT] = ACTIONS(914), - [anon_sym_static] = ACTIONS(914), - [anon_sym_get] = ACTIONS(914), - [anon_sym_set] = ACTIONS(914), - [sym__automatic_semicolon] = ACTIONS(1067), - [sym__ternary_qmark] = ACTIONS(920), + [sym__automatic_semicolon] = ACTIONS(1073), + [sym__ternary_qmark] = ACTIONS(880), [sym_html_comment] = ACTIONS(5), }, - [203] = { - [sym_comment] = STATE(203), - [ts_builtin_sym_end] = ACTIONS(1021), + [206] = { + [sym_comment] = STATE(206), + [ts_builtin_sym_end] = ACTIONS(1057), [sym_identifier] = ACTIONS(940), [anon_sym_export] = ACTIONS(940), [anon_sym_STAR] = ACTIONS(942), @@ -36448,236 +36597,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(940), [anon_sym_get] = ACTIONS(940), [anon_sym_set] = ACTIONS(940), - [sym__automatic_semicolon] = ACTIONS(1069), + [sym__automatic_semicolon] = ACTIONS(1075), [sym__ternary_qmark] = ACTIONS(946), [sym_html_comment] = ACTIONS(5), }, - [204] = { - [sym_comment] = STATE(204), - [ts_builtin_sym_end] = ACTIONS(1029), - [sym_identifier] = ACTIONS(958), - [anon_sym_export] = ACTIONS(958), - [anon_sym_STAR] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(958), - [anon_sym_COMMA] = ACTIONS(960), - [anon_sym_RBRACE] = ACTIONS(958), - [anon_sym_import] = ACTIONS(958), - [anon_sym_with] = ACTIONS(958), - [anon_sym_var] = ACTIONS(958), - [anon_sym_let] = ACTIONS(958), - [anon_sym_const] = ACTIONS(958), - [anon_sym_if] = ACTIONS(958), - [anon_sym_switch] = ACTIONS(958), - [anon_sym_for] = ACTIONS(958), - [anon_sym_LPAREN] = ACTIONS(958), - [anon_sym_await] = ACTIONS(958), - [anon_sym_in] = ACTIONS(960), - [anon_sym_while] = ACTIONS(958), - [anon_sym_do] = ACTIONS(958), - [anon_sym_try] = ACTIONS(958), - [anon_sym_break] = ACTIONS(958), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_debugger] = ACTIONS(958), - [anon_sym_return] = ACTIONS(958), - [anon_sym_throw] = ACTIONS(958), - [anon_sym_SEMI] = ACTIONS(958), - [anon_sym_yield] = ACTIONS(958), - [anon_sym_LBRACK] = ACTIONS(958), - [anon_sym_LTtemplate_GT] = ACTIONS(958), - [anon_sym_LT] = ACTIONS(958), - [anon_sym_GT] = ACTIONS(960), - [anon_sym_DOT] = ACTIONS(960), - [anon_sym_DQUOTE] = ACTIONS(958), - [anon_sym_SQUOTE] = ACTIONS(958), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(958), - [anon_sym_function] = ACTIONS(958), - [sym_optional_chain] = ACTIONS(960), - [anon_sym_new] = ACTIONS(958), - [anon_sym_AMP_AMP] = ACTIONS(960), - [anon_sym_PIPE_PIPE] = ACTIONS(960), - [anon_sym_GT_GT] = ACTIONS(960), - [anon_sym_GT_GT_GT] = ACTIONS(960), - [anon_sym_LT_LT] = ACTIONS(960), - [anon_sym_AMP] = ACTIONS(960), - [anon_sym_CARET] = ACTIONS(960), - [anon_sym_PIPE] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(958), - [anon_sym_DASH] = ACTIONS(958), - [anon_sym_SLASH] = ACTIONS(958), - [anon_sym_PERCENT] = ACTIONS(960), - [anon_sym_STAR_STAR] = ACTIONS(960), - [anon_sym_LT_EQ] = ACTIONS(960), - [anon_sym_EQ_EQ] = ACTIONS(960), - [anon_sym_EQ_EQ_EQ] = ACTIONS(960), - [anon_sym_BANG_EQ] = ACTIONS(960), - [anon_sym_BANG_EQ_EQ] = ACTIONS(960), - [anon_sym_GT_EQ] = ACTIONS(960), - [anon_sym_QMARK_QMARK] = ACTIONS(960), - [anon_sym_instanceof] = ACTIONS(960), - [anon_sym_BANG] = ACTIONS(958), - [anon_sym_TILDE] = ACTIONS(958), - [anon_sym_typeof] = ACTIONS(958), - [anon_sym_void] = ACTIONS(958), - [anon_sym_delete] = ACTIONS(958), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(958), - [sym_number] = ACTIONS(958), - [sym_private_property_identifier] = ACTIONS(958), - [sym_this] = ACTIONS(958), - [sym_super] = ACTIONS(958), - [sym_true] = ACTIONS(958), - [sym_false] = ACTIONS(958), - [sym_null] = ACTIONS(958), - [sym_undefined] = ACTIONS(958), - [anon_sym_AT] = ACTIONS(958), - [anon_sym_static] = ACTIONS(958), - [anon_sym_get] = ACTIONS(958), - [anon_sym_set] = ACTIONS(958), - [sym__automatic_semicolon] = ACTIONS(1071), - [sym__ternary_qmark] = ACTIONS(964), - [sym_html_comment] = ACTIONS(5), - }, - [205] = { - [sym_comment] = STATE(205), - [ts_builtin_sym_end] = ACTIONS(999), - [sym_identifier] = ACTIONS(948), - [anon_sym_export] = ACTIONS(948), - [anon_sym_STAR] = ACTIONS(950), - [anon_sym_LBRACE] = ACTIONS(948), - [anon_sym_COMMA] = ACTIONS(950), - [anon_sym_RBRACE] = ACTIONS(948), - [anon_sym_import] = ACTIONS(948), - [anon_sym_with] = ACTIONS(948), - [anon_sym_var] = ACTIONS(948), - [anon_sym_let] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_switch] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_LPAREN] = ACTIONS(948), - [anon_sym_await] = ACTIONS(948), - [anon_sym_in] = ACTIONS(950), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_try] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_debugger] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_throw] = ACTIONS(948), - [anon_sym_SEMI] = ACTIONS(948), - [anon_sym_yield] = ACTIONS(948), - [anon_sym_LBRACK] = ACTIONS(948), - [anon_sym_LTtemplate_GT] = ACTIONS(948), - [anon_sym_LT] = ACTIONS(948), - [anon_sym_GT] = ACTIONS(950), - [anon_sym_DOT] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(948), - [anon_sym_SQUOTE] = ACTIONS(948), - [anon_sym_class] = ACTIONS(948), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(948), - [sym_optional_chain] = ACTIONS(950), - [anon_sym_new] = ACTIONS(948), - [anon_sym_AMP_AMP] = ACTIONS(950), - [anon_sym_PIPE_PIPE] = ACTIONS(950), - [anon_sym_GT_GT] = ACTIONS(950), - [anon_sym_GT_GT_GT] = ACTIONS(950), - [anon_sym_LT_LT] = ACTIONS(950), - [anon_sym_AMP] = ACTIONS(950), - [anon_sym_CARET] = ACTIONS(950), - [anon_sym_PIPE] = ACTIONS(950), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_SLASH] = ACTIONS(948), - [anon_sym_PERCENT] = ACTIONS(950), - [anon_sym_STAR_STAR] = ACTIONS(950), - [anon_sym_LT_EQ] = ACTIONS(950), - [anon_sym_EQ_EQ] = ACTIONS(950), - [anon_sym_EQ_EQ_EQ] = ACTIONS(950), - [anon_sym_BANG_EQ] = ACTIONS(950), - [anon_sym_BANG_EQ_EQ] = ACTIONS(950), - [anon_sym_GT_EQ] = ACTIONS(950), - [anon_sym_QMARK_QMARK] = ACTIONS(950), - [anon_sym_instanceof] = ACTIONS(950), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_TILDE] = ACTIONS(948), - [anon_sym_typeof] = ACTIONS(948), - [anon_sym_void] = ACTIONS(948), - [anon_sym_delete] = ACTIONS(948), - [anon_sym_PLUS_PLUS] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(948), + [207] = { + [sym_comment] = STATE(207), + [ts_builtin_sym_end] = ACTIONS(928), + [sym_identifier] = ACTIONS(926), + [anon_sym_export] = ACTIONS(926), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_COMMA] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_import] = ACTIONS(926), + [anon_sym_with] = ACTIONS(926), + [anon_sym_var] = ACTIONS(926), + [anon_sym_let] = ACTIONS(926), + [anon_sym_const] = ACTIONS(926), + [anon_sym_if] = ACTIONS(926), + [anon_sym_switch] = ACTIONS(926), + [anon_sym_for] = ACTIONS(926), + [anon_sym_LPAREN] = ACTIONS(926), + [anon_sym_await] = ACTIONS(926), + [anon_sym_in] = ACTIONS(926), + [anon_sym_while] = ACTIONS(926), + [anon_sym_do] = ACTIONS(926), + [anon_sym_try] = ACTIONS(926), + [anon_sym_break] = ACTIONS(926), + [anon_sym_continue] = ACTIONS(926), + [anon_sym_debugger] = ACTIONS(926), + [anon_sym_return] = ACTIONS(926), + [anon_sym_throw] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_yield] = ACTIONS(926), + [anon_sym_LBRACK] = ACTIONS(926), + [anon_sym_LTtemplate_GT] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(926), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DOT] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_class] = ACTIONS(926), + [anon_sym_async] = ACTIONS(926), + [anon_sym_function] = ACTIONS(926), + [sym_optional_chain] = ACTIONS(926), + [anon_sym_new] = ACTIONS(926), + [anon_sym_AMP_AMP] = ACTIONS(926), + [anon_sym_PIPE_PIPE] = ACTIONS(926), + [anon_sym_GT_GT] = ACTIONS(926), + [anon_sym_GT_GT_GT] = ACTIONS(926), + [anon_sym_LT_LT] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(926), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_PERCENT] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_QMARK_QMARK] = ACTIONS(926), + [anon_sym_instanceof] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_typeof] = ACTIONS(926), + [anon_sym_void] = ACTIONS(926), + [anon_sym_delete] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_DASH_DASH] = ACTIONS(926), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(948), - [sym_number] = ACTIONS(948), - [sym_private_property_identifier] = ACTIONS(948), - [sym_this] = ACTIONS(948), - [sym_super] = ACTIONS(948), - [sym_true] = ACTIONS(948), - [sym_false] = ACTIONS(948), - [sym_null] = ACTIONS(948), - [sym_undefined] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(948), - [anon_sym_static] = ACTIONS(948), - [anon_sym_get] = ACTIONS(948), - [anon_sym_set] = ACTIONS(948), - [sym__automatic_semicolon] = ACTIONS(1073), - [sym__ternary_qmark] = ACTIONS(954), + [anon_sym_BQUOTE] = ACTIONS(926), + [sym_number] = ACTIONS(926), + [sym_private_property_identifier] = ACTIONS(926), + [sym_this] = ACTIONS(926), + [sym_super] = ACTIONS(926), + [sym_true] = ACTIONS(926), + [sym_false] = ACTIONS(926), + [sym_null] = ACTIONS(926), + [sym_undefined] = ACTIONS(926), + [anon_sym_AT] = ACTIONS(926), + [anon_sym_static] = ACTIONS(926), + [anon_sym_get] = ACTIONS(926), + [anon_sym_set] = ACTIONS(926), + [sym__automatic_semicolon] = ACTIONS(928), + [sym__ternary_qmark] = ACTIONS(928), [sym_html_comment] = ACTIONS(5), }, - [206] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1362), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_spread_element] = STATE(2083), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(206), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_repeat1] = STATE(2087), + [208] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1371), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_spread_element] = STATE(2068), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(208), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_repeat1] = STATE(2069), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_COMMA] = ACTIONS(1061), + [anon_sym_COMMA] = ACTIONS(1065), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(1075), + [anon_sym_RPAREN] = ACTIONS(1077), [anon_sym_await] = ACTIONS(676), [anon_sym_yield] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(680), @@ -36689,7 +36750,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1069), [anon_sym_PLUS] = ACTIONS(696), [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), @@ -36716,140 +36777,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [207] = { - [sym_comment] = STATE(207), - [ts_builtin_sym_end] = ACTIONS(1015), - [sym_identifier] = ACTIONS(924), - [anon_sym_export] = ACTIONS(924), - [anon_sym_STAR] = ACTIONS(926), - [anon_sym_LBRACE] = ACTIONS(924), - [anon_sym_COMMA] = ACTIONS(926), - [anon_sym_RBRACE] = ACTIONS(924), - [anon_sym_import] = ACTIONS(924), - [anon_sym_with] = ACTIONS(924), - [anon_sym_var] = ACTIONS(924), - [anon_sym_let] = ACTIONS(924), - [anon_sym_const] = ACTIONS(924), - [anon_sym_if] = ACTIONS(924), - [anon_sym_switch] = ACTIONS(924), - [anon_sym_for] = ACTIONS(924), - [anon_sym_LPAREN] = ACTIONS(924), - [anon_sym_await] = ACTIONS(924), - [anon_sym_in] = ACTIONS(926), - [anon_sym_while] = ACTIONS(924), - [anon_sym_do] = ACTIONS(924), - [anon_sym_try] = ACTIONS(924), - [anon_sym_break] = ACTIONS(924), - [anon_sym_continue] = ACTIONS(924), - [anon_sym_debugger] = ACTIONS(924), - [anon_sym_return] = ACTIONS(924), - [anon_sym_throw] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(924), - [anon_sym_yield] = ACTIONS(924), - [anon_sym_LBRACK] = ACTIONS(924), - [anon_sym_LTtemplate_GT] = ACTIONS(924), - [anon_sym_LT] = ACTIONS(924), - [anon_sym_GT] = ACTIONS(926), - [anon_sym_DOT] = ACTIONS(926), - [anon_sym_DQUOTE] = ACTIONS(924), - [anon_sym_SQUOTE] = ACTIONS(924), - [anon_sym_class] = ACTIONS(924), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(924), - [sym_optional_chain] = ACTIONS(926), - [anon_sym_new] = ACTIONS(924), - [anon_sym_AMP_AMP] = ACTIONS(926), - [anon_sym_PIPE_PIPE] = ACTIONS(926), - [anon_sym_GT_GT] = ACTIONS(926), - [anon_sym_GT_GT_GT] = ACTIONS(926), - [anon_sym_LT_LT] = ACTIONS(926), - [anon_sym_AMP] = ACTIONS(926), - [anon_sym_CARET] = ACTIONS(926), - [anon_sym_PIPE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(924), - [anon_sym_DASH] = ACTIONS(924), - [anon_sym_SLASH] = ACTIONS(924), - [anon_sym_PERCENT] = ACTIONS(926), - [anon_sym_STAR_STAR] = ACTIONS(926), - [anon_sym_LT_EQ] = ACTIONS(926), - [anon_sym_EQ_EQ] = ACTIONS(926), - [anon_sym_EQ_EQ_EQ] = ACTIONS(926), - [anon_sym_BANG_EQ] = ACTIONS(926), - [anon_sym_BANG_EQ_EQ] = ACTIONS(926), - [anon_sym_GT_EQ] = ACTIONS(926), - [anon_sym_QMARK_QMARK] = ACTIONS(926), - [anon_sym_instanceof] = ACTIONS(926), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(924), - [anon_sym_typeof] = ACTIONS(924), - [anon_sym_void] = ACTIONS(924), - [anon_sym_delete] = ACTIONS(924), - [anon_sym_PLUS_PLUS] = ACTIONS(924), - [anon_sym_DASH_DASH] = ACTIONS(924), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(924), - [sym_number] = ACTIONS(924), - [sym_private_property_identifier] = ACTIONS(924), - [sym_this] = ACTIONS(924), - [sym_super] = ACTIONS(924), - [sym_true] = ACTIONS(924), - [sym_false] = ACTIONS(924), - [sym_null] = ACTIONS(924), - [sym_undefined] = ACTIONS(924), - [anon_sym_AT] = ACTIONS(924), - [anon_sym_static] = ACTIONS(924), - [anon_sym_get] = ACTIONS(924), - [anon_sym_set] = ACTIONS(924), - [sym__automatic_semicolon] = ACTIONS(1077), - [sym__ternary_qmark] = ACTIONS(930), - [sym_html_comment] = ACTIONS(5), - }, - [208] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1371), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_spread_element] = STATE(2066), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(208), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_repeat1] = STATE(2067), + [209] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1292), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_spread_element] = STATE(2149), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(209), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_repeat1] = STATE(2148), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_COMMA] = ACTIONS(1061), + [anon_sym_COMMA] = ACTIONS(1065), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), @@ -36865,7 +36838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1069), [anon_sym_PLUS] = ACTIONS(696), [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), @@ -36892,136 +36865,488 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [209] = { - [sym_comment] = STATE(209), - [ts_builtin_sym_end] = ACTIONS(908), - [sym_identifier] = ACTIONS(906), - [anon_sym_export] = ACTIONS(906), - [anon_sym_STAR] = ACTIONS(906), - [anon_sym_LBRACE] = ACTIONS(906), - [anon_sym_COMMA] = ACTIONS(906), - [anon_sym_RBRACE] = ACTIONS(906), - [anon_sym_import] = ACTIONS(906), - [anon_sym_with] = ACTIONS(906), - [anon_sym_var] = ACTIONS(906), - [anon_sym_let] = ACTIONS(906), - [anon_sym_const] = ACTIONS(906), - [anon_sym_if] = ACTIONS(906), - [anon_sym_switch] = ACTIONS(906), - [anon_sym_for] = ACTIONS(906), - [anon_sym_LPAREN] = ACTIONS(906), - [anon_sym_await] = ACTIONS(906), - [anon_sym_in] = ACTIONS(906), - [anon_sym_while] = ACTIONS(906), - [anon_sym_do] = ACTIONS(906), - [anon_sym_try] = ACTIONS(906), - [anon_sym_break] = ACTIONS(906), - [anon_sym_continue] = ACTIONS(906), - [anon_sym_debugger] = ACTIONS(906), - [anon_sym_return] = ACTIONS(906), - [anon_sym_throw] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(906), - [anon_sym_yield] = ACTIONS(906), - [anon_sym_LBRACK] = ACTIONS(906), - [anon_sym_LTtemplate_GT] = ACTIONS(906), - [anon_sym_LT] = ACTIONS(906), - [anon_sym_GT] = ACTIONS(906), - [anon_sym_DOT] = ACTIONS(906), - [anon_sym_DQUOTE] = ACTIONS(906), - [anon_sym_SQUOTE] = ACTIONS(906), - [anon_sym_class] = ACTIONS(906), - [anon_sym_async] = ACTIONS(906), - [anon_sym_function] = ACTIONS(906), - [sym_optional_chain] = ACTIONS(906), - [anon_sym_new] = ACTIONS(906), - [anon_sym_AMP_AMP] = ACTIONS(906), - [anon_sym_PIPE_PIPE] = ACTIONS(906), - [anon_sym_GT_GT] = ACTIONS(906), - [anon_sym_GT_GT_GT] = ACTIONS(906), - [anon_sym_LT_LT] = ACTIONS(906), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_CARET] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(906), - [anon_sym_PLUS] = ACTIONS(906), - [anon_sym_DASH] = ACTIONS(906), - [anon_sym_SLASH] = ACTIONS(906), - [anon_sym_PERCENT] = ACTIONS(906), - [anon_sym_STAR_STAR] = ACTIONS(906), - [anon_sym_LT_EQ] = ACTIONS(906), - [anon_sym_EQ_EQ] = ACTIONS(906), - [anon_sym_EQ_EQ_EQ] = ACTIONS(906), - [anon_sym_BANG_EQ] = ACTIONS(906), - [anon_sym_BANG_EQ_EQ] = ACTIONS(906), - [anon_sym_GT_EQ] = ACTIONS(906), - [anon_sym_QMARK_QMARK] = ACTIONS(906), - [anon_sym_instanceof] = ACTIONS(906), - [anon_sym_BANG] = ACTIONS(906), - [anon_sym_TILDE] = ACTIONS(906), - [anon_sym_typeof] = ACTIONS(906), - [anon_sym_void] = ACTIONS(906), - [anon_sym_delete] = ACTIONS(906), - [anon_sym_PLUS_PLUS] = ACTIONS(906), - [anon_sym_DASH_DASH] = ACTIONS(906), + [210] = { + [sym_comment] = STATE(210), + [ts_builtin_sym_end] = ACTIONS(932), + [sym_identifier] = ACTIONS(930), + [anon_sym_export] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_COMMA] = ACTIONS(930), + [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_import] = ACTIONS(930), + [anon_sym_with] = ACTIONS(930), + [anon_sym_var] = ACTIONS(930), + [anon_sym_let] = ACTIONS(930), + [anon_sym_const] = ACTIONS(930), + [anon_sym_if] = ACTIONS(930), + [anon_sym_switch] = ACTIONS(930), + [anon_sym_for] = ACTIONS(930), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_await] = ACTIONS(930), + [anon_sym_in] = ACTIONS(930), + [anon_sym_while] = ACTIONS(930), + [anon_sym_do] = ACTIONS(930), + [anon_sym_try] = ACTIONS(930), + [anon_sym_break] = ACTIONS(930), + [anon_sym_continue] = ACTIONS(930), + [anon_sym_debugger] = ACTIONS(930), + [anon_sym_return] = ACTIONS(930), + [anon_sym_throw] = ACTIONS(930), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_yield] = ACTIONS(930), + [anon_sym_LBRACK] = ACTIONS(930), + [anon_sym_LTtemplate_GT] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(930), + [anon_sym_GT] = ACTIONS(930), + [anon_sym_DOT] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(930), + [anon_sym_SQUOTE] = ACTIONS(930), + [anon_sym_class] = ACTIONS(930), + [anon_sym_async] = ACTIONS(930), + [anon_sym_function] = ACTIONS(930), + [sym_optional_chain] = ACTIONS(930), + [anon_sym_new] = ACTIONS(930), + [anon_sym_AMP_AMP] = ACTIONS(930), + [anon_sym_PIPE_PIPE] = ACTIONS(930), + [anon_sym_GT_GT] = ACTIONS(930), + [anon_sym_GT_GT_GT] = ACTIONS(930), + [anon_sym_LT_LT] = ACTIONS(930), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_CARET] = ACTIONS(930), + [anon_sym_PIPE] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(930), + [anon_sym_PERCENT] = ACTIONS(930), + [anon_sym_STAR_STAR] = ACTIONS(930), + [anon_sym_LT_EQ] = ACTIONS(930), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(930), + [anon_sym_GT_EQ] = ACTIONS(930), + [anon_sym_QMARK_QMARK] = ACTIONS(930), + [anon_sym_instanceof] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_DASH_DASH] = ACTIONS(930), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(906), - [sym_number] = ACTIONS(906), - [sym_private_property_identifier] = ACTIONS(906), - [sym_this] = ACTIONS(906), - [sym_super] = ACTIONS(906), - [sym_true] = ACTIONS(906), - [sym_false] = ACTIONS(906), - [sym_null] = ACTIONS(906), - [sym_undefined] = ACTIONS(906), - [anon_sym_AT] = ACTIONS(906), - [anon_sym_static] = ACTIONS(906), - [anon_sym_get] = ACTIONS(906), - [anon_sym_set] = ACTIONS(906), - [sym__automatic_semicolon] = ACTIONS(908), - [sym__ternary_qmark] = ACTIONS(908), + [anon_sym_BQUOTE] = ACTIONS(930), + [sym_number] = ACTIONS(930), + [sym_private_property_identifier] = ACTIONS(930), + [sym_this] = ACTIONS(930), + [sym_super] = ACTIONS(930), + [sym_true] = ACTIONS(930), + [sym_false] = ACTIONS(930), + [sym_null] = ACTIONS(930), + [sym_undefined] = ACTIONS(930), + [anon_sym_AT] = ACTIONS(930), + [anon_sym_static] = ACTIONS(930), + [anon_sym_get] = ACTIONS(930), + [anon_sym_set] = ACTIONS(930), + [sym__automatic_semicolon] = ACTIONS(932), + [sym__ternary_qmark] = ACTIONS(932), [sym_html_comment] = ACTIONS(5), }, - [210] = { - [sym_comment] = STATE(210), - [ts_builtin_sym_end] = ACTIONS(1051), - [sym_identifier] = ACTIONS(932), - [anon_sym_export] = ACTIONS(932), + [211] = { + [sym_comment] = STATE(211), + [ts_builtin_sym_end] = ACTIONS(1027), + [sym_identifier] = ACTIONS(882), + [anon_sym_export] = ACTIONS(882), + [anon_sym_STAR] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(882), + [anon_sym_COMMA] = ACTIONS(884), + [anon_sym_RBRACE] = ACTIONS(882), + [anon_sym_import] = ACTIONS(882), + [anon_sym_with] = ACTIONS(882), + [anon_sym_var] = ACTIONS(882), + [anon_sym_let] = ACTIONS(882), + [anon_sym_const] = ACTIONS(882), + [anon_sym_if] = ACTIONS(882), + [anon_sym_switch] = ACTIONS(882), + [anon_sym_for] = ACTIONS(882), + [anon_sym_LPAREN] = ACTIONS(882), + [anon_sym_await] = ACTIONS(882), + [anon_sym_in] = ACTIONS(884), + [anon_sym_while] = ACTIONS(882), + [anon_sym_do] = ACTIONS(882), + [anon_sym_try] = ACTIONS(882), + [anon_sym_break] = ACTIONS(882), + [anon_sym_continue] = ACTIONS(882), + [anon_sym_debugger] = ACTIONS(882), + [anon_sym_return] = ACTIONS(882), + [anon_sym_throw] = ACTIONS(882), + [anon_sym_SEMI] = ACTIONS(882), + [anon_sym_yield] = ACTIONS(882), + [anon_sym_LBRACK] = ACTIONS(882), + [anon_sym_LTtemplate_GT] = ACTIONS(882), + [anon_sym_LT] = ACTIONS(882), + [anon_sym_GT] = ACTIONS(884), + [anon_sym_DOT] = ACTIONS(884), + [anon_sym_DQUOTE] = ACTIONS(882), + [anon_sym_SQUOTE] = ACTIONS(882), + [anon_sym_class] = ACTIONS(882), + [anon_sym_async] = ACTIONS(882), + [anon_sym_function] = ACTIONS(882), + [sym_optional_chain] = ACTIONS(884), + [anon_sym_new] = ACTIONS(882), + [anon_sym_AMP_AMP] = ACTIONS(884), + [anon_sym_PIPE_PIPE] = ACTIONS(884), + [anon_sym_GT_GT] = ACTIONS(884), + [anon_sym_GT_GT_GT] = ACTIONS(884), + [anon_sym_LT_LT] = ACTIONS(884), + [anon_sym_AMP] = ACTIONS(884), + [anon_sym_CARET] = ACTIONS(884), + [anon_sym_PIPE] = ACTIONS(884), + [anon_sym_PLUS] = ACTIONS(882), + [anon_sym_DASH] = ACTIONS(882), + [anon_sym_SLASH] = ACTIONS(882), + [anon_sym_PERCENT] = ACTIONS(884), + [anon_sym_STAR_STAR] = ACTIONS(884), + [anon_sym_LT_EQ] = ACTIONS(884), + [anon_sym_EQ_EQ] = ACTIONS(884), + [anon_sym_EQ_EQ_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ_EQ] = ACTIONS(884), + [anon_sym_GT_EQ] = ACTIONS(884), + [anon_sym_QMARK_QMARK] = ACTIONS(884), + [anon_sym_instanceof] = ACTIONS(884), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_TILDE] = ACTIONS(882), + [anon_sym_typeof] = ACTIONS(882), + [anon_sym_void] = ACTIONS(882), + [anon_sym_delete] = ACTIONS(882), + [anon_sym_PLUS_PLUS] = ACTIONS(882), + [anon_sym_DASH_DASH] = ACTIONS(882), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(882), + [sym_number] = ACTIONS(882), + [sym_private_property_identifier] = ACTIONS(882), + [sym_this] = ACTIONS(882), + [sym_super] = ACTIONS(882), + [sym_true] = ACTIONS(882), + [sym_false] = ACTIONS(882), + [sym_null] = ACTIONS(882), + [sym_undefined] = ACTIONS(882), + [anon_sym_AT] = ACTIONS(882), + [anon_sym_static] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [sym__automatic_semicolon] = ACTIONS(1081), + [sym__ternary_qmark] = ACTIONS(888), + [sym_html_comment] = ACTIONS(5), + }, + [212] = { + [sym_comment] = STATE(212), + [ts_builtin_sym_end] = ACTIONS(999), + [sym_identifier] = ACTIONS(991), + [anon_sym_export] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(993), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_COMMA] = ACTIONS(993), + [anon_sym_RBRACE] = ACTIONS(991), + [anon_sym_import] = ACTIONS(991), + [anon_sym_with] = ACTIONS(991), + [anon_sym_var] = ACTIONS(991), + [anon_sym_let] = ACTIONS(991), + [anon_sym_const] = ACTIONS(991), + [anon_sym_if] = ACTIONS(991), + [anon_sym_switch] = ACTIONS(991), + [anon_sym_for] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_await] = ACTIONS(991), + [anon_sym_in] = ACTIONS(993), + [anon_sym_while] = ACTIONS(991), + [anon_sym_do] = ACTIONS(991), + [anon_sym_try] = ACTIONS(991), + [anon_sym_break] = ACTIONS(991), + [anon_sym_continue] = ACTIONS(991), + [anon_sym_debugger] = ACTIONS(991), + [anon_sym_return] = ACTIONS(991), + [anon_sym_throw] = ACTIONS(991), + [anon_sym_SEMI] = ACTIONS(991), + [anon_sym_yield] = ACTIONS(991), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LTtemplate_GT] = ACTIONS(991), + [anon_sym_LT] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(993), + [anon_sym_DOT] = ACTIONS(993), + [anon_sym_DQUOTE] = ACTIONS(991), + [anon_sym_SQUOTE] = ACTIONS(991), + [anon_sym_class] = ACTIONS(991), + [anon_sym_async] = ACTIONS(991), + [anon_sym_function] = ACTIONS(991), + [sym_optional_chain] = ACTIONS(993), + [anon_sym_new] = ACTIONS(991), + [anon_sym_AMP_AMP] = ACTIONS(993), + [anon_sym_PIPE_PIPE] = ACTIONS(993), + [anon_sym_GT_GT] = ACTIONS(993), + [anon_sym_GT_GT_GT] = ACTIONS(993), + [anon_sym_LT_LT] = ACTIONS(993), + [anon_sym_AMP] = ACTIONS(993), + [anon_sym_CARET] = ACTIONS(993), + [anon_sym_PIPE] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_PERCENT] = ACTIONS(993), + [anon_sym_STAR_STAR] = ACTIONS(993), + [anon_sym_LT_EQ] = ACTIONS(993), + [anon_sym_EQ_EQ] = ACTIONS(993), + [anon_sym_EQ_EQ_EQ] = ACTIONS(993), + [anon_sym_BANG_EQ] = ACTIONS(993), + [anon_sym_BANG_EQ_EQ] = ACTIONS(993), + [anon_sym_GT_EQ] = ACTIONS(993), + [anon_sym_QMARK_QMARK] = ACTIONS(993), + [anon_sym_instanceof] = ACTIONS(993), + [anon_sym_BANG] = ACTIONS(991), + [anon_sym_TILDE] = ACTIONS(991), + [anon_sym_typeof] = ACTIONS(991), + [anon_sym_void] = ACTIONS(991), + [anon_sym_delete] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_DASH_DASH] = ACTIONS(991), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(991), + [sym_number] = ACTIONS(991), + [sym_private_property_identifier] = ACTIONS(991), + [sym_this] = ACTIONS(991), + [sym_super] = ACTIONS(991), + [sym_true] = ACTIONS(991), + [sym_false] = ACTIONS(991), + [sym_null] = ACTIONS(991), + [sym_undefined] = ACTIONS(991), + [anon_sym_AT] = ACTIONS(991), + [anon_sym_static] = ACTIONS(991), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(991), + [sym__automatic_semicolon] = ACTIONS(1083), + [sym__ternary_qmark] = ACTIONS(997), + [sym_html_comment] = ACTIONS(5), + }, + [213] = { + [sym_comment] = STATE(213), + [ts_builtin_sym_end] = ACTIONS(1019), + [sym_identifier] = ACTIONS(916), + [anon_sym_export] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(916), + [anon_sym_COMMA] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(916), + [anon_sym_import] = ACTIONS(916), + [anon_sym_with] = ACTIONS(916), + [anon_sym_var] = ACTIONS(916), + [anon_sym_let] = ACTIONS(916), + [anon_sym_const] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_LPAREN] = ACTIONS(916), + [anon_sym_await] = ACTIONS(916), + [anon_sym_in] = ACTIONS(918), + [anon_sym_while] = ACTIONS(916), + [anon_sym_do] = ACTIONS(916), + [anon_sym_try] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_debugger] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_throw] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(916), + [anon_sym_LBRACK] = ACTIONS(916), + [anon_sym_LTtemplate_GT] = ACTIONS(916), + [anon_sym_LT] = ACTIONS(916), + [anon_sym_GT] = ACTIONS(918), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(916), + [anon_sym_SQUOTE] = ACTIONS(916), + [anon_sym_class] = ACTIONS(916), + [anon_sym_async] = ACTIONS(916), + [anon_sym_function] = ACTIONS(916), + [sym_optional_chain] = ACTIONS(918), + [anon_sym_new] = ACTIONS(916), + [anon_sym_AMP_AMP] = ACTIONS(918), + [anon_sym_PIPE_PIPE] = ACTIONS(918), + [anon_sym_GT_GT] = ACTIONS(918), + [anon_sym_GT_GT_GT] = ACTIONS(918), + [anon_sym_LT_LT] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(918), + [anon_sym_CARET] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_SLASH] = ACTIONS(916), + [anon_sym_PERCENT] = ACTIONS(918), + [anon_sym_STAR_STAR] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(918), + [anon_sym_EQ_EQ] = ACTIONS(918), + [anon_sym_EQ_EQ_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ_EQ] = ACTIONS(918), + [anon_sym_GT_EQ] = ACTIONS(918), + [anon_sym_QMARK_QMARK] = ACTIONS(918), + [anon_sym_instanceof] = ACTIONS(918), + [anon_sym_BANG] = ACTIONS(916), + [anon_sym_TILDE] = ACTIONS(916), + [anon_sym_typeof] = ACTIONS(916), + [anon_sym_void] = ACTIONS(916), + [anon_sym_delete] = ACTIONS(916), + [anon_sym_PLUS_PLUS] = ACTIONS(916), + [anon_sym_DASH_DASH] = ACTIONS(916), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(916), + [sym_number] = ACTIONS(916), + [sym_private_property_identifier] = ACTIONS(916), + [sym_this] = ACTIONS(916), + [sym_super] = ACTIONS(916), + [sym_true] = ACTIONS(916), + [sym_false] = ACTIONS(916), + [sym_null] = ACTIONS(916), + [sym_undefined] = ACTIONS(916), + [anon_sym_AT] = ACTIONS(916), + [anon_sym_static] = ACTIONS(916), + [anon_sym_get] = ACTIONS(916), + [anon_sym_set] = ACTIONS(916), + [sym__automatic_semicolon] = ACTIONS(1085), + [sym__ternary_qmark] = ACTIONS(922), + [sym_html_comment] = ACTIONS(5), + }, + [214] = { + [sym_comment] = STATE(214), + [ts_builtin_sym_end] = ACTIONS(1031), + [sym_identifier] = ACTIONS(968), + [anon_sym_export] = ACTIONS(968), + [anon_sym_STAR] = ACTIONS(970), + [anon_sym_LBRACE] = ACTIONS(968), + [anon_sym_COMMA] = ACTIONS(970), + [anon_sym_RBRACE] = ACTIONS(968), + [anon_sym_import] = ACTIONS(968), + [anon_sym_with] = ACTIONS(968), + [anon_sym_var] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(968), + [anon_sym_await] = ACTIONS(968), + [anon_sym_in] = ACTIONS(970), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_try] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_debugger] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_throw] = ACTIONS(968), + [anon_sym_SEMI] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(968), + [anon_sym_LBRACK] = ACTIONS(968), + [anon_sym_LTtemplate_GT] = ACTIONS(968), + [anon_sym_LT] = ACTIONS(968), + [anon_sym_GT] = ACTIONS(970), + [anon_sym_DOT] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(968), + [anon_sym_SQUOTE] = ACTIONS(968), + [anon_sym_class] = ACTIONS(968), + [anon_sym_async] = ACTIONS(968), + [anon_sym_function] = ACTIONS(968), + [sym_optional_chain] = ACTIONS(970), + [anon_sym_new] = ACTIONS(968), + [anon_sym_AMP_AMP] = ACTIONS(970), + [anon_sym_PIPE_PIPE] = ACTIONS(970), + [anon_sym_GT_GT] = ACTIONS(970), + [anon_sym_GT_GT_GT] = ACTIONS(970), + [anon_sym_LT_LT] = ACTIONS(970), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_CARET] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_PLUS] = ACTIONS(968), + [anon_sym_DASH] = ACTIONS(968), + [anon_sym_SLASH] = ACTIONS(968), + [anon_sym_PERCENT] = ACTIONS(970), + [anon_sym_STAR_STAR] = ACTIONS(970), + [anon_sym_LT_EQ] = ACTIONS(970), + [anon_sym_EQ_EQ] = ACTIONS(970), + [anon_sym_EQ_EQ_EQ] = ACTIONS(970), + [anon_sym_BANG_EQ] = ACTIONS(970), + [anon_sym_BANG_EQ_EQ] = ACTIONS(970), + [anon_sym_GT_EQ] = ACTIONS(970), + [anon_sym_QMARK_QMARK] = ACTIONS(970), + [anon_sym_instanceof] = ACTIONS(970), + [anon_sym_BANG] = ACTIONS(968), + [anon_sym_TILDE] = ACTIONS(968), + [anon_sym_typeof] = ACTIONS(968), + [anon_sym_void] = ACTIONS(968), + [anon_sym_delete] = ACTIONS(968), + [anon_sym_PLUS_PLUS] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(968), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(968), + [sym_number] = ACTIONS(968), + [sym_private_property_identifier] = ACTIONS(968), + [sym_this] = ACTIONS(968), + [sym_super] = ACTIONS(968), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_undefined] = ACTIONS(968), + [anon_sym_AT] = ACTIONS(968), + [anon_sym_static] = ACTIONS(968), + [anon_sym_get] = ACTIONS(968), + [anon_sym_set] = ACTIONS(968), + [sym__automatic_semicolon] = ACTIONS(1087), + [sym__ternary_qmark] = ACTIONS(974), + [sym_html_comment] = ACTIONS(5), + }, + [215] = { + [sym_comment] = STATE(215), + [ts_builtin_sym_end] = ACTIONS(938), + [sym_identifier] = ACTIONS(934), + [anon_sym_export] = ACTIONS(934), [anon_sym_STAR] = ACTIONS(934), - [anon_sym_LBRACE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), [anon_sym_COMMA] = ACTIONS(934), - [anon_sym_RBRACE] = ACTIONS(932), - [anon_sym_import] = ACTIONS(932), - [anon_sym_with] = ACTIONS(932), - [anon_sym_var] = ACTIONS(932), - [anon_sym_let] = ACTIONS(932), - [anon_sym_const] = ACTIONS(932), - [anon_sym_if] = ACTIONS(932), - [anon_sym_switch] = ACTIONS(932), - [anon_sym_for] = ACTIONS(932), - [anon_sym_LPAREN] = ACTIONS(932), - [anon_sym_await] = ACTIONS(932), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_import] = ACTIONS(934), + [anon_sym_with] = ACTIONS(934), + [anon_sym_var] = ACTIONS(934), + [anon_sym_let] = ACTIONS(934), + [anon_sym_const] = ACTIONS(934), + [anon_sym_if] = ACTIONS(934), + [anon_sym_switch] = ACTIONS(934), + [anon_sym_for] = ACTIONS(934), + [anon_sym_LPAREN] = ACTIONS(934), + [anon_sym_await] = ACTIONS(934), [anon_sym_in] = ACTIONS(934), - [anon_sym_while] = ACTIONS(932), - [anon_sym_do] = ACTIONS(932), - [anon_sym_try] = ACTIONS(932), - [anon_sym_break] = ACTIONS(932), - [anon_sym_continue] = ACTIONS(932), - [anon_sym_debugger] = ACTIONS(932), - [anon_sym_return] = ACTIONS(932), - [anon_sym_throw] = ACTIONS(932), - [anon_sym_SEMI] = ACTIONS(932), - [anon_sym_yield] = ACTIONS(932), - [anon_sym_LBRACK] = ACTIONS(932), - [anon_sym_LTtemplate_GT] = ACTIONS(932), - [anon_sym_LT] = ACTIONS(932), + [anon_sym_while] = ACTIONS(934), + [anon_sym_do] = ACTIONS(934), + [anon_sym_try] = ACTIONS(934), + [anon_sym_break] = ACTIONS(934), + [anon_sym_continue] = ACTIONS(934), + [anon_sym_debugger] = ACTIONS(934), + [anon_sym_return] = ACTIONS(934), + [anon_sym_throw] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_yield] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(934), + [anon_sym_LTtemplate_GT] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(934), [anon_sym_GT] = ACTIONS(934), [anon_sym_DOT] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(932), - [anon_sym_SQUOTE] = ACTIONS(932), - [anon_sym_class] = ACTIONS(932), - [anon_sym_async] = ACTIONS(932), - [anon_sym_function] = ACTIONS(932), + [anon_sym_DQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_class] = ACTIONS(934), + [anon_sym_async] = ACTIONS(934), + [anon_sym_function] = ACTIONS(934), [sym_optional_chain] = ACTIONS(934), - [anon_sym_new] = ACTIONS(932), + [anon_sym_new] = ACTIONS(934), [anon_sym_AMP_AMP] = ACTIONS(934), [anon_sym_PIPE_PIPE] = ACTIONS(934), [anon_sym_GT_GT] = ACTIONS(934), @@ -37030,9 +37355,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(934), [anon_sym_CARET] = ACTIONS(934), [anon_sym_PIPE] = ACTIONS(934), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_SLASH] = ACTIONS(932), + [anon_sym_PLUS] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(934), + [anon_sym_SLASH] = ACTIONS(934), [anon_sym_PERCENT] = ACTIONS(934), [anon_sym_STAR_STAR] = ACTIONS(934), [anon_sym_LT_EQ] = ACTIONS(934), @@ -37043,93 +37368,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(934), [anon_sym_QMARK_QMARK] = ACTIONS(934), [anon_sym_instanceof] = ACTIONS(934), - [anon_sym_BANG] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(932), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(932), - [anon_sym_DASH_DASH] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_typeof] = ACTIONS(934), + [anon_sym_void] = ACTIONS(934), + [anon_sym_delete] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_DASH_DASH] = ACTIONS(934), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(932), - [sym_number] = ACTIONS(932), - [sym_private_property_identifier] = ACTIONS(932), - [sym_this] = ACTIONS(932), - [sym_super] = ACTIONS(932), - [sym_true] = ACTIONS(932), - [sym_false] = ACTIONS(932), - [sym_null] = ACTIONS(932), - [sym_undefined] = ACTIONS(932), - [anon_sym_AT] = ACTIONS(932), - [anon_sym_static] = ACTIONS(932), - [anon_sym_get] = ACTIONS(932), - [anon_sym_set] = ACTIONS(932), - [sym__automatic_semicolon] = ACTIONS(1081), + [anon_sym_BQUOTE] = ACTIONS(934), + [sym_number] = ACTIONS(934), + [sym_private_property_identifier] = ACTIONS(934), + [sym_this] = ACTIONS(934), + [sym_super] = ACTIONS(934), + [sym_true] = ACTIONS(934), + [sym_false] = ACTIONS(934), + [sym_null] = ACTIONS(934), + [sym_undefined] = ACTIONS(934), + [anon_sym_AT] = ACTIONS(934), + [anon_sym_static] = ACTIONS(934), + [anon_sym_get] = ACTIONS(934), + [anon_sym_set] = ACTIONS(934), + [sym__automatic_semicolon] = ACTIONS(938), [sym__ternary_qmark] = ACTIONS(938), [sym_html_comment] = ACTIONS(5), }, - [211] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2264), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1067), - [sym_subscript_expression] = STATE(1067), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1899), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(211), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [sym_pattern] = STATE(2191), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(886), - [anon_sym_LBRACE] = ACTIONS(888), + [216] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2266), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1853), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(216), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [sym_pattern] = STATE(2200), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(898), + [anon_sym_export] = ACTIONS(900), + [anon_sym_LBRACE] = ACTIONS(902), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(886), + [anon_sym_let] = ACTIONS(900), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(1083), + [anon_sym_RPAREN] = ACTIONS(1089), [anon_sym_await] = ACTIONS(758), [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_LBRACK] = ACTIONS(906), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(896), + [anon_sym_async] = ACTIONS(910), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(698), @@ -37149,151 +37474,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(900), + [sym_undefined] = ACTIONS(914), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(886), - [anon_sym_get] = ACTIONS(886), - [anon_sym_set] = ACTIONS(886), - [sym_html_comment] = ACTIONS(5), - }, - [212] = { - [sym_comment] = STATE(212), - [ts_builtin_sym_end] = ACTIONS(1003), - [sym_identifier] = ACTIONS(966), - [anon_sym_export] = ACTIONS(966), - [anon_sym_STAR] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(966), - [anon_sym_COMMA] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(966), - [anon_sym_import] = ACTIONS(966), - [anon_sym_with] = ACTIONS(966), - [anon_sym_var] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(966), - [anon_sym_await] = ACTIONS(966), - [anon_sym_in] = ACTIONS(968), - [anon_sym_while] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_try] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_debugger] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_throw] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(966), - [anon_sym_yield] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(966), - [anon_sym_LTtemplate_GT] = ACTIONS(966), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(968), - [anon_sym_DOT] = ACTIONS(968), - [anon_sym_DQUOTE] = ACTIONS(966), - [anon_sym_SQUOTE] = ACTIONS(966), - [anon_sym_class] = ACTIONS(966), - [anon_sym_async] = ACTIONS(966), - [anon_sym_function] = ACTIONS(966), - [sym_optional_chain] = ACTIONS(968), - [anon_sym_new] = ACTIONS(966), - [anon_sym_AMP_AMP] = ACTIONS(968), - [anon_sym_PIPE_PIPE] = ACTIONS(968), - [anon_sym_GT_GT] = ACTIONS(968), - [anon_sym_GT_GT_GT] = ACTIONS(968), - [anon_sym_LT_LT] = ACTIONS(968), - [anon_sym_AMP] = ACTIONS(968), - [anon_sym_CARET] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(968), - [anon_sym_STAR_STAR] = ACTIONS(968), - [anon_sym_LT_EQ] = ACTIONS(968), - [anon_sym_EQ_EQ] = ACTIONS(968), - [anon_sym_EQ_EQ_EQ] = ACTIONS(968), - [anon_sym_BANG_EQ] = ACTIONS(968), - [anon_sym_BANG_EQ_EQ] = ACTIONS(968), - [anon_sym_GT_EQ] = ACTIONS(968), - [anon_sym_QMARK_QMARK] = ACTIONS(968), - [anon_sym_instanceof] = ACTIONS(968), - [anon_sym_BANG] = ACTIONS(966), - [anon_sym_TILDE] = ACTIONS(966), - [anon_sym_typeof] = ACTIONS(966), - [anon_sym_void] = ACTIONS(966), - [anon_sym_delete] = ACTIONS(966), - [anon_sym_PLUS_PLUS] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(966), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(966), - [sym_number] = ACTIONS(966), - [sym_private_property_identifier] = ACTIONS(966), - [sym_this] = ACTIONS(966), - [sym_super] = ACTIONS(966), - [sym_true] = ACTIONS(966), - [sym_false] = ACTIONS(966), - [sym_null] = ACTIONS(966), - [sym_undefined] = ACTIONS(966), - [anon_sym_AT] = ACTIONS(966), - [anon_sym_static] = ACTIONS(966), - [anon_sym_get] = ACTIONS(966), - [anon_sym_set] = ACTIONS(966), - [sym__automatic_semicolon] = ACTIONS(1085), - [sym__ternary_qmark] = ACTIONS(972), + [anon_sym_static] = ACTIONS(900), + [anon_sym_get] = ACTIONS(900), + [anon_sym_set] = ACTIONS(900), [sym_html_comment] = ACTIONS(5), }, - [213] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1291), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_spread_element] = STATE(2086), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(213), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_repeat1] = STATE(2085), + [217] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1303), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_spread_element] = STATE(2178), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(217), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_repeat1] = STATE(2177), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_COMMA] = ACTIONS(1061), + [anon_sym_COMMA] = ACTIONS(1065), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(1087), + [anon_sym_RPAREN] = ACTIONS(1091), [anon_sym_await] = ACTIONS(676), [anon_sym_yield] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(680), @@ -37305,7 +37542,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1069), [anon_sym_PLUS] = ACTIONS(696), [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), @@ -37332,156 +37569,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [214] = { - [sym_comment] = STATE(214), - [ts_builtin_sym_end] = ACTIONS(882), - [sym_identifier] = ACTIONS(878), - [anon_sym_export] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(878), - [anon_sym_COMMA] = ACTIONS(878), - [anon_sym_RBRACE] = ACTIONS(878), - [anon_sym_import] = ACTIONS(878), - [anon_sym_with] = ACTIONS(878), - [anon_sym_var] = ACTIONS(878), - [anon_sym_let] = ACTIONS(878), - [anon_sym_const] = ACTIONS(878), - [anon_sym_if] = ACTIONS(878), - [anon_sym_switch] = ACTIONS(878), - [anon_sym_for] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_await] = ACTIONS(878), - [anon_sym_in] = ACTIONS(878), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(878), - [anon_sym_try] = ACTIONS(878), - [anon_sym_break] = ACTIONS(878), - [anon_sym_continue] = ACTIONS(878), - [anon_sym_debugger] = ACTIONS(878), - [anon_sym_return] = ACTIONS(878), - [anon_sym_throw] = ACTIONS(878), - [anon_sym_SEMI] = ACTIONS(878), - [anon_sym_yield] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(878), - [anon_sym_LT] = ACTIONS(878), - [anon_sym_GT] = ACTIONS(878), - [anon_sym_DOT] = ACTIONS(878), - [anon_sym_DQUOTE] = ACTIONS(878), - [anon_sym_SQUOTE] = ACTIONS(878), - [anon_sym_class] = ACTIONS(878), - [anon_sym_async] = ACTIONS(878), - [anon_sym_function] = ACTIONS(878), - [sym_optional_chain] = ACTIONS(878), - [anon_sym_new] = ACTIONS(878), - [anon_sym_AMP_AMP] = ACTIONS(878), - [anon_sym_PIPE_PIPE] = ACTIONS(878), - [anon_sym_GT_GT] = ACTIONS(878), - [anon_sym_GT_GT_GT] = ACTIONS(878), - [anon_sym_LT_LT] = ACTIONS(878), - [anon_sym_AMP] = ACTIONS(878), - [anon_sym_CARET] = ACTIONS(878), - [anon_sym_PIPE] = ACTIONS(878), - [anon_sym_PLUS] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(878), - [anon_sym_SLASH] = ACTIONS(878), - [anon_sym_PERCENT] = ACTIONS(878), - [anon_sym_STAR_STAR] = ACTIONS(878), - [anon_sym_LT_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ_EQ] = ACTIONS(878), - [anon_sym_GT_EQ] = ACTIONS(878), - [anon_sym_QMARK_QMARK] = ACTIONS(878), - [anon_sym_instanceof] = ACTIONS(878), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_typeof] = ACTIONS(878), - [anon_sym_void] = ACTIONS(878), - [anon_sym_delete] = ACTIONS(878), - [anon_sym_PLUS_PLUS] = ACTIONS(878), - [anon_sym_DASH_DASH] = ACTIONS(878), + [218] = { + [sym_comment] = STATE(218), + [ts_builtin_sym_end] = ACTIONS(938), + [sym_identifier] = ACTIONS(934), + [anon_sym_export] = ACTIONS(934), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_COMMA] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_import] = ACTIONS(934), + [anon_sym_with] = ACTIONS(934), + [anon_sym_var] = ACTIONS(934), + [anon_sym_let] = ACTIONS(934), + [anon_sym_const] = ACTIONS(934), + [anon_sym_if] = ACTIONS(934), + [anon_sym_switch] = ACTIONS(934), + [anon_sym_for] = ACTIONS(934), + [anon_sym_LPAREN] = ACTIONS(934), + [anon_sym_await] = ACTIONS(934), + [anon_sym_in] = ACTIONS(934), + [anon_sym_while] = ACTIONS(934), + [anon_sym_do] = ACTIONS(934), + [anon_sym_try] = ACTIONS(934), + [anon_sym_break] = ACTIONS(934), + [anon_sym_continue] = ACTIONS(934), + [anon_sym_debugger] = ACTIONS(934), + [anon_sym_return] = ACTIONS(934), + [anon_sym_throw] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_yield] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(934), + [anon_sym_LTtemplate_GT] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(934), + [anon_sym_GT] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_class] = ACTIONS(934), + [anon_sym_async] = ACTIONS(934), + [anon_sym_function] = ACTIONS(934), + [sym_optional_chain] = ACTIONS(934), + [anon_sym_new] = ACTIONS(934), + [anon_sym_AMP_AMP] = ACTIONS(934), + [anon_sym_PIPE_PIPE] = ACTIONS(934), + [anon_sym_GT_GT] = ACTIONS(934), + [anon_sym_GT_GT_GT] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_CARET] = ACTIONS(934), + [anon_sym_PIPE] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(934), + [anon_sym_SLASH] = ACTIONS(934), + [anon_sym_PERCENT] = ACTIONS(934), + [anon_sym_STAR_STAR] = ACTIONS(934), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_QMARK_QMARK] = ACTIONS(934), + [anon_sym_instanceof] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_typeof] = ACTIONS(934), + [anon_sym_void] = ACTIONS(934), + [anon_sym_delete] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_DASH_DASH] = ACTIONS(934), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(878), - [sym_number] = ACTIONS(878), - [sym_private_property_identifier] = ACTIONS(878), - [sym_this] = ACTIONS(878), - [sym_super] = ACTIONS(878), - [sym_true] = ACTIONS(878), - [sym_false] = ACTIONS(878), - [sym_null] = ACTIONS(878), - [sym_undefined] = ACTIONS(878), - [anon_sym_AT] = ACTIONS(878), - [anon_sym_static] = ACTIONS(878), - [anon_sym_get] = ACTIONS(878), - [anon_sym_set] = ACTIONS(878), - [sym__automatic_semicolon] = ACTIONS(882), - [sym__ternary_qmark] = ACTIONS(882), + [anon_sym_BQUOTE] = ACTIONS(934), + [sym_number] = ACTIONS(934), + [sym_private_property_identifier] = ACTIONS(934), + [sym_this] = ACTIONS(934), + [sym_super] = ACTIONS(934), + [sym_true] = ACTIONS(934), + [sym_false] = ACTIONS(934), + [sym_null] = ACTIONS(934), + [sym_undefined] = ACTIONS(934), + [anon_sym_AT] = ACTIONS(934), + [anon_sym_static] = ACTIONS(934), + [anon_sym_get] = ACTIONS(934), + [anon_sym_set] = ACTIONS(934), + [sym__automatic_semicolon] = ACTIONS(1093), + [sym__ternary_qmark] = ACTIONS(938), [sym_html_comment] = ACTIONS(5), }, - [215] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2264), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1067), - [sym_subscript_expression] = STATE(1067), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1899), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(215), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [sym_pattern] = STATE(2191), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(886), - [anon_sym_LBRACE] = ACTIONS(888), + [219] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1853), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(219), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [sym_pattern] = STATE(1986), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(898), + [anon_sym_export] = ACTIONS(900), + [anon_sym_LBRACE] = ACTIONS(902), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(886), + [anon_sym_let] = ACTIONS(900), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(1089), + [anon_sym_RPAREN] = ACTIONS(1015), [anon_sym_await] = ACTIONS(758), [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_LBRACK] = ACTIONS(906), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(896), + [anon_sym_async] = ACTIONS(910), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(698), @@ -37501,330 +37738,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(900), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(886), - [anon_sym_get] = ACTIONS(886), - [anon_sym_set] = ACTIONS(886), - [sym_html_comment] = ACTIONS(5), - }, - [216] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1306), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_spread_element] = STATE(2135), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(216), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [aux_sym_array_repeat1] = STATE(2134), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_COMMA] = ACTIONS(1061), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(1091), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), + [sym_undefined] = ACTIONS(914), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), - [sym_html_comment] = ACTIONS(5), - }, - [217] = { - [sym_comment] = STATE(217), - [ts_builtin_sym_end] = ACTIONS(902), - [sym_identifier] = ACTIONS(864), - [anon_sym_export] = ACTIONS(864), - [anon_sym_STAR] = ACTIONS(864), - [anon_sym_LBRACE] = ACTIONS(864), - [anon_sym_COMMA] = ACTIONS(864), - [anon_sym_RBRACE] = ACTIONS(864), - [anon_sym_import] = ACTIONS(864), - [anon_sym_with] = ACTIONS(864), - [anon_sym_var] = ACTIONS(864), - [anon_sym_let] = ACTIONS(864), - [anon_sym_const] = ACTIONS(864), - [anon_sym_if] = ACTIONS(864), - [anon_sym_switch] = ACTIONS(864), - [anon_sym_for] = ACTIONS(864), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_await] = ACTIONS(864), - [anon_sym_in] = ACTIONS(864), - [anon_sym_while] = ACTIONS(864), - [anon_sym_do] = ACTIONS(864), - [anon_sym_try] = ACTIONS(864), - [anon_sym_break] = ACTIONS(864), - [anon_sym_continue] = ACTIONS(864), - [anon_sym_debugger] = ACTIONS(864), - [anon_sym_return] = ACTIONS(864), - [anon_sym_throw] = ACTIONS(864), - [anon_sym_SEMI] = ACTIONS(864), - [anon_sym_yield] = ACTIONS(864), - [anon_sym_LBRACK] = ACTIONS(864), - [anon_sym_LTtemplate_GT] = ACTIONS(864), - [anon_sym_LT] = ACTIONS(864), - [anon_sym_GT] = ACTIONS(864), - [anon_sym_DOT] = ACTIONS(864), - [anon_sym_DQUOTE] = ACTIONS(864), - [anon_sym_SQUOTE] = ACTIONS(864), - [anon_sym_class] = ACTIONS(864), - [anon_sym_async] = ACTIONS(864), - [anon_sym_function] = ACTIONS(864), - [sym_optional_chain] = ACTIONS(864), - [anon_sym_new] = ACTIONS(864), - [anon_sym_AMP_AMP] = ACTIONS(864), - [anon_sym_PIPE_PIPE] = ACTIONS(864), - [anon_sym_GT_GT] = ACTIONS(864), - [anon_sym_GT_GT_GT] = ACTIONS(864), - [anon_sym_LT_LT] = ACTIONS(864), - [anon_sym_AMP] = ACTIONS(864), - [anon_sym_CARET] = ACTIONS(864), - [anon_sym_PIPE] = ACTIONS(864), - [anon_sym_PLUS] = ACTIONS(864), - [anon_sym_DASH] = ACTIONS(864), - [anon_sym_SLASH] = ACTIONS(864), - [anon_sym_PERCENT] = ACTIONS(864), - [anon_sym_STAR_STAR] = ACTIONS(864), - [anon_sym_LT_EQ] = ACTIONS(864), - [anon_sym_EQ_EQ] = ACTIONS(864), - [anon_sym_EQ_EQ_EQ] = ACTIONS(864), - [anon_sym_BANG_EQ] = ACTIONS(864), - [anon_sym_BANG_EQ_EQ] = ACTIONS(864), - [anon_sym_GT_EQ] = ACTIONS(864), - [anon_sym_QMARK_QMARK] = ACTIONS(864), - [anon_sym_instanceof] = ACTIONS(864), - [anon_sym_BANG] = ACTIONS(864), - [anon_sym_TILDE] = ACTIONS(864), - [anon_sym_typeof] = ACTIONS(864), - [anon_sym_void] = ACTIONS(864), - [anon_sym_delete] = ACTIONS(864), - [anon_sym_PLUS_PLUS] = ACTIONS(864), - [anon_sym_DASH_DASH] = ACTIONS(864), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(864), - [sym_number] = ACTIONS(864), - [sym_private_property_identifier] = ACTIONS(864), - [sym_this] = ACTIONS(864), - [sym_super] = ACTIONS(864), - [sym_true] = ACTIONS(864), - [sym_false] = ACTIONS(864), - [sym_null] = ACTIONS(864), - [sym_undefined] = ACTIONS(864), - [anon_sym_AT] = ACTIONS(864), - [anon_sym_static] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [sym__automatic_semicolon] = ACTIONS(1093), - [sym__ternary_qmark] = ACTIONS(902), + [anon_sym_static] = ACTIONS(900), + [anon_sym_get] = ACTIONS(900), + [anon_sym_set] = ACTIONS(900), [sym_html_comment] = ACTIONS(5), }, - [218] = { - [sym_comment] = STATE(218), - [ts_builtin_sym_end] = ACTIONS(1007), - [sym_identifier] = ACTIONS(974), - [anon_sym_export] = ACTIONS(974), - [anon_sym_STAR] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_COMMA] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_import] = ACTIONS(974), - [anon_sym_with] = ACTIONS(974), - [anon_sym_var] = ACTIONS(974), - [anon_sym_let] = ACTIONS(974), - [anon_sym_const] = ACTIONS(974), - [anon_sym_if] = ACTIONS(974), - [anon_sym_switch] = ACTIONS(974), - [anon_sym_for] = ACTIONS(974), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_await] = ACTIONS(974), - [anon_sym_in] = ACTIONS(976), - [anon_sym_while] = ACTIONS(974), - [anon_sym_do] = ACTIONS(974), - [anon_sym_try] = ACTIONS(974), - [anon_sym_break] = ACTIONS(974), - [anon_sym_continue] = ACTIONS(974), - [anon_sym_debugger] = ACTIONS(974), - [anon_sym_return] = ACTIONS(974), - [anon_sym_throw] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_yield] = ACTIONS(974), - [anon_sym_LBRACK] = ACTIONS(974), - [anon_sym_LTtemplate_GT] = ACTIONS(974), - [anon_sym_LT] = ACTIONS(974), - [anon_sym_GT] = ACTIONS(976), - [anon_sym_DOT] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_class] = ACTIONS(974), - [anon_sym_async] = ACTIONS(974), - [anon_sym_function] = ACTIONS(974), - [sym_optional_chain] = ACTIONS(976), - [anon_sym_new] = ACTIONS(974), - [anon_sym_AMP_AMP] = ACTIONS(976), - [anon_sym_PIPE_PIPE] = ACTIONS(976), - [anon_sym_GT_GT] = ACTIONS(976), - [anon_sym_GT_GT_GT] = ACTIONS(976), - [anon_sym_LT_LT] = ACTIONS(976), - [anon_sym_AMP] = ACTIONS(976), - [anon_sym_CARET] = ACTIONS(976), - [anon_sym_PIPE] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(974), - [anon_sym_SLASH] = ACTIONS(974), - [anon_sym_PERCENT] = ACTIONS(976), - [anon_sym_STAR_STAR] = ACTIONS(976), - [anon_sym_LT_EQ] = ACTIONS(976), - [anon_sym_EQ_EQ] = ACTIONS(976), - [anon_sym_EQ_EQ_EQ] = ACTIONS(976), - [anon_sym_BANG_EQ] = ACTIONS(976), - [anon_sym_BANG_EQ_EQ] = ACTIONS(976), - [anon_sym_GT_EQ] = ACTIONS(976), - [anon_sym_QMARK_QMARK] = ACTIONS(976), - [anon_sym_instanceof] = ACTIONS(976), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_typeof] = ACTIONS(974), - [anon_sym_void] = ACTIONS(974), - [anon_sym_delete] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_DASH_DASH] = ACTIONS(974), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(974), - [sym_number] = ACTIONS(974), - [sym_private_property_identifier] = ACTIONS(974), - [sym_this] = ACTIONS(974), - [sym_super] = ACTIONS(974), - [sym_true] = ACTIONS(974), - [sym_false] = ACTIONS(974), - [sym_null] = ACTIONS(974), - [sym_undefined] = ACTIONS(974), - [anon_sym_AT] = ACTIONS(974), - [anon_sym_static] = ACTIONS(974), - [anon_sym_get] = ACTIONS(974), - [anon_sym_set] = ACTIONS(974), - [sym__automatic_semicolon] = ACTIONS(1095), - [sym__ternary_qmark] = ACTIONS(980), - [sym_html_comment] = ACTIONS(5), - }, - [219] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), + [220] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), [sym_expression] = STATE(1342), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_spread_element] = STATE(2060), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(219), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_spread_element] = STATE(2135), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(220), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_COMMA] = ACTIONS(1097), + [anon_sym_COMMA] = ACTIONS(1095), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(1097), + [anon_sym_RPAREN] = ACTIONS(1095), [anon_sym_await] = ACTIONS(676), [anon_sym_yield] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(1097), + [anon_sym_RBRACK] = ACTIONS(1095), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), @@ -37833,7 +37806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1069), [anon_sym_PLUS] = ACTIONS(696), [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), @@ -37860,156 +37833,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [220] = { - [sym_comment] = STATE(220), - [ts_builtin_sym_end] = ACTIONS(882), - [sym_identifier] = ACTIONS(878), - [anon_sym_export] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(878), - [anon_sym_COMMA] = ACTIONS(878), - [anon_sym_RBRACE] = ACTIONS(878), - [anon_sym_import] = ACTIONS(878), - [anon_sym_with] = ACTIONS(878), - [anon_sym_var] = ACTIONS(878), - [anon_sym_let] = ACTIONS(878), - [anon_sym_const] = ACTIONS(878), - [anon_sym_if] = ACTIONS(878), - [anon_sym_switch] = ACTIONS(878), - [anon_sym_for] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_await] = ACTIONS(878), - [anon_sym_in] = ACTIONS(878), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(878), - [anon_sym_try] = ACTIONS(878), - [anon_sym_break] = ACTIONS(878), - [anon_sym_continue] = ACTIONS(878), - [anon_sym_debugger] = ACTIONS(878), - [anon_sym_return] = ACTIONS(878), - [anon_sym_throw] = ACTIONS(878), - [anon_sym_SEMI] = ACTIONS(878), - [anon_sym_yield] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(878), - [anon_sym_LT] = ACTIONS(878), - [anon_sym_GT] = ACTIONS(878), - [anon_sym_DOT] = ACTIONS(878), - [anon_sym_DQUOTE] = ACTIONS(878), - [anon_sym_SQUOTE] = ACTIONS(878), - [anon_sym_class] = ACTIONS(878), - [anon_sym_async] = ACTIONS(878), - [anon_sym_function] = ACTIONS(878), - [sym_optional_chain] = ACTIONS(878), - [anon_sym_new] = ACTIONS(878), - [anon_sym_AMP_AMP] = ACTIONS(878), - [anon_sym_PIPE_PIPE] = ACTIONS(878), - [anon_sym_GT_GT] = ACTIONS(878), - [anon_sym_GT_GT_GT] = ACTIONS(878), - [anon_sym_LT_LT] = ACTIONS(878), - [anon_sym_AMP] = ACTIONS(878), - [anon_sym_CARET] = ACTIONS(878), - [anon_sym_PIPE] = ACTIONS(878), - [anon_sym_PLUS] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(878), - [anon_sym_SLASH] = ACTIONS(878), - [anon_sym_PERCENT] = ACTIONS(878), - [anon_sym_STAR_STAR] = ACTIONS(878), - [anon_sym_LT_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ] = ACTIONS(878), - [anon_sym_EQ_EQ_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ] = ACTIONS(878), - [anon_sym_BANG_EQ_EQ] = ACTIONS(878), - [anon_sym_GT_EQ] = ACTIONS(878), - [anon_sym_QMARK_QMARK] = ACTIONS(878), - [anon_sym_instanceof] = ACTIONS(878), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_typeof] = ACTIONS(878), - [anon_sym_void] = ACTIONS(878), - [anon_sym_delete] = ACTIONS(878), - [anon_sym_PLUS_PLUS] = ACTIONS(878), - [anon_sym_DASH_DASH] = ACTIONS(878), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(878), - [sym_number] = ACTIONS(878), - [sym_private_property_identifier] = ACTIONS(878), - [sym_this] = ACTIONS(878), - [sym_super] = ACTIONS(878), - [sym_true] = ACTIONS(878), - [sym_false] = ACTIONS(878), - [sym_null] = ACTIONS(878), - [sym_undefined] = ACTIONS(878), - [anon_sym_AT] = ACTIONS(878), - [anon_sym_static] = ACTIONS(878), - [anon_sym_get] = ACTIONS(878), - [anon_sym_set] = ACTIONS(878), - [sym__automatic_semicolon] = ACTIONS(1099), - [sym__ternary_qmark] = ACTIONS(882), - [sym_html_comment] = ACTIONS(5), - }, [221] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2179), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1067), - [sym_subscript_expression] = STATE(1067), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1899), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2266), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1853), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(221), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [sym_pattern] = STATE(1921), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(886), - [anon_sym_LBRACE] = ACTIONS(888), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [sym_pattern] = STATE(2200), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(898), + [anon_sym_export] = ACTIONS(900), + [anon_sym_LBRACE] = ACTIONS(902), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(886), + [anon_sym_let] = ACTIONS(900), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(1013), + [anon_sym_RPAREN] = ACTIONS(1097), [anon_sym_await] = ACTIONS(758), [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_LBRACK] = ACTIONS(906), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(896), + [anon_sym_async] = ACTIONS(910), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(698), @@ -38029,230 +37914,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(900), + [sym_undefined] = ACTIONS(914), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(886), - [anon_sym_get] = ACTIONS(886), - [anon_sym_set] = ACTIONS(886), + [anon_sym_static] = ACTIONS(900), + [anon_sym_get] = ACTIONS(900), + [anon_sym_set] = ACTIONS(900), [sym_html_comment] = ACTIONS(5), }, [222] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1360), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_spread_element] = STATE(2126), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(222), - [ts_builtin_sym_end] = ACTIONS(912), - [sym_identifier] = ACTIONS(910), - [anon_sym_export] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_COMMA] = ACTIONS(910), - [anon_sym_RBRACE] = ACTIONS(910), - [anon_sym_import] = ACTIONS(910), - [anon_sym_with] = ACTIONS(910), - [anon_sym_var] = ACTIONS(910), - [anon_sym_let] = ACTIONS(910), - [anon_sym_const] = ACTIONS(910), - [anon_sym_if] = ACTIONS(910), - [anon_sym_switch] = ACTIONS(910), - [anon_sym_for] = ACTIONS(910), - [anon_sym_LPAREN] = ACTIONS(910), - [anon_sym_await] = ACTIONS(910), - [anon_sym_in] = ACTIONS(910), - [anon_sym_while] = ACTIONS(910), - [anon_sym_do] = ACTIONS(910), - [anon_sym_try] = ACTIONS(910), - [anon_sym_break] = ACTIONS(910), - [anon_sym_continue] = ACTIONS(910), - [anon_sym_debugger] = ACTIONS(910), - [anon_sym_return] = ACTIONS(910), - [anon_sym_throw] = ACTIONS(910), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_yield] = ACTIONS(910), - [anon_sym_LBRACK] = ACTIONS(910), - [anon_sym_LTtemplate_GT] = ACTIONS(910), - [anon_sym_LT] = ACTIONS(910), - [anon_sym_GT] = ACTIONS(910), - [anon_sym_DOT] = ACTIONS(910), - [anon_sym_DQUOTE] = ACTIONS(910), - [anon_sym_SQUOTE] = ACTIONS(910), - [anon_sym_class] = ACTIONS(910), - [anon_sym_async] = ACTIONS(910), - [anon_sym_function] = ACTIONS(910), - [sym_optional_chain] = ACTIONS(910), - [anon_sym_new] = ACTIONS(910), - [anon_sym_AMP_AMP] = ACTIONS(910), - [anon_sym_PIPE_PIPE] = ACTIONS(910), - [anon_sym_GT_GT] = ACTIONS(910), - [anon_sym_GT_GT_GT] = ACTIONS(910), - [anon_sym_LT_LT] = ACTIONS(910), - [anon_sym_AMP] = ACTIONS(910), - [anon_sym_CARET] = ACTIONS(910), - [anon_sym_PIPE] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(910), - [anon_sym_DASH] = ACTIONS(910), - [anon_sym_SLASH] = ACTIONS(910), - [anon_sym_PERCENT] = ACTIONS(910), - [anon_sym_STAR_STAR] = ACTIONS(910), - [anon_sym_LT_EQ] = ACTIONS(910), - [anon_sym_EQ_EQ] = ACTIONS(910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(910), - [anon_sym_BANG_EQ] = ACTIONS(910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(910), - [anon_sym_GT_EQ] = ACTIONS(910), - [anon_sym_QMARK_QMARK] = ACTIONS(910), - [anon_sym_instanceof] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(910), - [anon_sym_typeof] = ACTIONS(910), - [anon_sym_void] = ACTIONS(910), - [anon_sym_delete] = ACTIONS(910), - [anon_sym_PLUS_PLUS] = ACTIONS(910), - [anon_sym_DASH_DASH] = ACTIONS(910), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(910), - [sym_number] = ACTIONS(910), - [sym_private_property_identifier] = ACTIONS(910), - [sym_this] = ACTIONS(910), - [sym_super] = ACTIONS(910), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(910), - [sym_undefined] = ACTIONS(910), - [anon_sym_AT] = ACTIONS(910), - [anon_sym_static] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [sym__automatic_semicolon] = ACTIONS(912), - [sym__ternary_qmark] = ACTIONS(912), - [sym_html_comment] = ACTIONS(5), - }, - [223] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2345), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1067), - [sym_subscript_expression] = STATE(1067), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1899), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(223), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [sym_pattern] = STATE(2127), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(886), - [anon_sym_LBRACE] = ACTIONS(888), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [aux_sym_array_repeat1] = STATE(2125), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(1065), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(886), + [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_RPAREN] = ACTIONS(1099), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(896), + [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1069), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(706), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(900), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(886), - [anon_sym_get] = ACTIONS(886), - [anon_sym_set] = ACTIONS(886), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [224] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1325), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_spread_element] = STATE(2830), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2830), - [sym_string] = STATE(1134), - [sym_comment] = STATE(224), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [223] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1366), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_spread_element] = STATE(2811), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2811), + [sym_string] = STATE(1133), + [sym_comment] = STATE(223), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -38271,7 +38069,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1069), [anon_sym_PLUS] = ACTIONS(696), [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), @@ -38298,228 +38096,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [225] = { - [sym_import] = STATE(1839), - [sym_expression_statement] = STATE(239), - [sym_empty_statement] = STATE(239), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1230), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2366), - [sym_string] = STATE(1384), - [sym_comment] = STATE(225), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(844), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [226] = { - [sym_import] = STATE(1839), - [sym_expression_statement] = STATE(243), - [sym_empty_statement] = STATE(243), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1230), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2366), - [sym_string] = STATE(1384), - [sym_comment] = STATE(226), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(844), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [227] = { - [sym_import] = STATE(1839), + [224] = { + [sym_import] = STATE(1811), [sym_expression_statement] = STATE(240), [sym_empty_statement] = STATE(240), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1230), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1280), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2366), - [sym_string] = STATE(1384), - [sym_comment] = STATE(227), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2368), + [sym_string] = STATE(1388), + [sym_comment] = STATE(224), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_SEMI] = ACTIONS(844), @@ -38529,9 +38153,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -38554,72 +38178,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [228] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2264), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1067), - [sym_subscript_expression] = STATE(1067), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1899), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(228), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [sym_pattern] = STATE(2191), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(886), - [anon_sym_LBRACE] = ACTIONS(888), + [225] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2347), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1853), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(225), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [sym_pattern] = STATE(2173), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(898), + [anon_sym_export] = ACTIONS(900), + [anon_sym_LBRACE] = ACTIONS(902), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(886), + [anon_sym_let] = ACTIONS(900), [anon_sym_LPAREN] = ACTIONS(674), [anon_sym_await] = ACTIONS(758), [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_LBRACK] = ACTIONS(906), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(896), + [anon_sym_async] = ACTIONS(910), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(698), @@ -38639,148 +38263,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(900), + [sym_undefined] = ACTIONS(914), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(886), - [anon_sym_get] = ACTIONS(886), - [anon_sym_set] = ACTIONS(886), + [anon_sym_static] = ACTIONS(900), + [anon_sym_get] = ACTIONS(900), + [anon_sym_set] = ACTIONS(900), [sym_html_comment] = ACTIONS(5), }, - [229] = { - [sym_import] = STATE(1839), - [sym_expression_statement] = STATE(241), - [sym_empty_statement] = STATE(241), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1230), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2366), - [sym_string] = STATE(1384), - [sym_comment] = STATE(229), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), + [226] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2266), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1853), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(226), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [sym_pattern] = STATE(2200), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(898), + [anon_sym_export] = ACTIONS(900), + [anon_sym_LBRACE] = ACTIONS(902), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(844), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_let] = ACTIONS(900), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(906), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(910), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(914), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(900), + [anon_sym_get] = ACTIONS(900), + [anon_sym_set] = ACTIONS(900), [sym_html_comment] = ACTIONS(5), }, - [230] = { - [sym_import] = STATE(1839), - [sym_expression_statement] = STATE(238), - [sym_empty_statement] = STATE(238), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1230), + [227] = { + [sym_import] = STATE(1811), + [sym_expression_statement] = STATE(243), + [sym_empty_statement] = STATE(243), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1280), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2366), - [sym_string] = STATE(1384), - [sym_comment] = STATE(230), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2368), + [sym_string] = STATE(1388), + [sym_comment] = STATE(227), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_SEMI] = ACTIONS(844), @@ -38790,9 +38414,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -38815,54 +38439,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [231] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1419), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_assignment_pattern] = STATE(2345), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1069), - [sym_subscript_expression] = STATE(1069), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1875), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(231), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(2127), - [sym_rest_pattern] = STATE(1896), - [aux_sym_export_statement_repeat1] = STATE(1920), + [228] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1420), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_assignment_pattern] = STATE(2347), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1871), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(228), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [sym_pattern] = STATE(2173), + [sym_rest_pattern] = STATE(1846), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(800), [anon_sym_export] = ACTIONS(802), [anon_sym_LBRACE] = ACTIONS(756), @@ -38880,7 +38504,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_async] = ACTIONS(808), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT_DOT] = ACTIONS(912), [anon_sym_PLUS] = ACTIONS(696), [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), @@ -38907,48 +38531,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(802), [sym_html_comment] = ACTIONS(5), }, - [232] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1367), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_spread_element] = STATE(2810), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2810), - [sym_string] = STATE(1134), - [sym_comment] = STATE(232), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [229] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1329), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_spread_element] = STATE(2819), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2819), + [sym_string] = STATE(1133), + [sym_comment] = STATE(229), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -38967,7 +38591,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1069), [anon_sym_PLUS] = ACTIONS(696), [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), @@ -38994,64 +38618,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [233] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1241), + [230] = { + [sym_import] = STATE(1811), + [sym_expression_statement] = STATE(238), + [sym_empty_statement] = STATE(238), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1280), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2496), - [sym_string] = STATE(1384), - [sym_comment] = STATE(233), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2368), + [sym_string] = STATE(1388), + [sym_comment] = STATE(230), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(1105), + [anon_sym_SEMI] = ACTIONS(844), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -39074,70 +38700,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym__automatic_semicolon] = ACTIONS(1107), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [234] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1267), + [231] = { + [sym_import] = STATE(1811), + [sym_expression_statement] = STATE(239), + [sym_empty_statement] = STATE(239), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1280), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2659), - [sym_string] = STATE(1384), - [sym_comment] = STATE(234), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2368), + [sym_string] = STATE(1388), + [sym_comment] = STATE(231), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_SEMI] = ACTIONS(844), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -39160,70 +38787,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym__automatic_semicolon] = ACTIONS(1111), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [235] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1237), + [232] = { + [sym_import] = STATE(1811), + [sym_expression_statement] = STATE(241), + [sym_empty_statement] = STATE(241), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1280), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2565), - [sym_string] = STATE(1384), - [sym_comment] = STATE(235), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2368), + [sym_string] = STATE(1388), + [sym_comment] = STATE(232), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(1113), + [anon_sym_SEMI] = ACTIONS(844), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -39246,70 +38874,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym__automatic_semicolon] = ACTIONS(1115), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [236] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1252), + [233] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1262), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2385), - [sym_string] = STATE(1384), - [sym_comment] = STATE(236), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2661), + [sym_string] = STATE(1388), + [sym_comment] = STATE(233), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(1117), + [anon_sym_SEMI] = ACTIONS(1105), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -39332,70 +38959,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym__automatic_semicolon] = ACTIONS(1119), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym__automatic_semicolon] = ACTIONS(1107), [sym_html_comment] = ACTIONS(5), }, - [237] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1205), + [234] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1250), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2263), - [sym_string] = STATE(1384), - [sym_comment] = STATE(237), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2387), + [sym_string] = STATE(1388), + [sym_comment] = STATE(234), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), - [anon_sym_SEMI] = ACTIONS(1121), + [anon_sym_SEMI] = ACTIONS(1109), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -39418,58 +39045,316 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym__automatic_semicolon] = ACTIONS(1123), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym__automatic_semicolon] = ACTIONS(1111), [sym_html_comment] = ACTIONS(5), }, - [238] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1328), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2858), - [sym_string] = STATE(1134), - [sym_comment] = STATE(238), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [235] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1237), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2282), + [sym_string] = STATE(1388), + [sym_comment] = STATE(235), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(1113), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym__automatic_semicolon] = ACTIONS(1115), + [sym_html_comment] = ACTIONS(5), + }, + [236] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1225), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2265), + [sym_string] = STATE(1388), + [sym_comment] = STATE(236), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(1117), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym__automatic_semicolon] = ACTIONS(1119), + [sym_html_comment] = ACTIONS(5), + }, + [237] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1243), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2498), + [sym_string] = STATE(1388), + [sym_comment] = STATE(237), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(1121), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym__automatic_semicolon] = ACTIONS(1123), + [sym_html_comment] = ACTIONS(5), + }, + [238] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1302), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2834), + [sym_string] = STATE(1133), + [sym_comment] = STATE(238), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), [anon_sym_RPAREN] = ACTIONS(1125), [anon_sym_await] = ACTIONS(676), @@ -39510,46 +39395,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [239] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1302), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2841), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1321), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2832), + [sym_string] = STATE(1133), [sym_comment] = STATE(239), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -39595,46 +39480,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [240] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1332), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2814), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1353), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2770), + [sym_string] = STATE(1133), [sym_comment] = STATE(240), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -39680,46 +39565,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [241] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1348), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2832), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1362), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2786), + [sym_string] = STATE(1133), [sym_comment] = STATE(241), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -39765,45 +39650,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [242] = { - [sym_import] = STATE(1798), + [sym_import] = STATE(1826), [sym_parenthesized_expression] = STATE(1084), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1084), [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2197), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2133), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(242), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(1133), [anon_sym_export] = ACTIONS(1135), [anon_sym_LBRACE] = ACTIONS(1137), @@ -39850,46 +39735,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [243] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1365), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2787), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1331), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2799), + [sym_string] = STATE(1133), [sym_comment] = STATE(243), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -39935,51 +39820,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [244] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1337), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1249), + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1345), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1233), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(244), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(1153), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -39988,9 +39873,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -40013,55 +39898,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [245] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1171), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1413), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1093), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1091), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(245), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), @@ -40070,6 +39954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), + [anon_sym_DOT] = ACTIONS(1155), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), @@ -40103,135 +39988,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [246] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1381), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2779), - [sym_string] = STATE(1134), - [sym_comment] = STATE(246), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), - [sym_html_comment] = ACTIONS(5), - }, - [247] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1240), + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1242), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2498), - [sym_string] = STATE(1384), - [sym_comment] = STATE(247), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2500), + [sym_string] = STATE(1388), + [sym_comment] = STATE(246), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -40240,9 +40041,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -40265,55 +40066,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [248] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1143), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1142), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(248), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [247] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1286), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2839), + [sym_string] = STATE(1133), + [sym_comment] = STATE(247), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), @@ -40354,47 +40155,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [249] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1382), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2775), - [sym_string] = STATE(1134), - [sym_comment] = STATE(249), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [248] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1381), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2777), + [sym_string] = STATE(1133), + [sym_comment] = STATE(248), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -40438,50 +40239,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [250] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1169), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1170), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(250), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [249] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1283), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2835), + [sym_string] = STATE(1133), + [sym_comment] = STATE(249), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), @@ -40522,50 +40323,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [251] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1171), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1172), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(251), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [250] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1287), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2833), + [sym_string] = STATE(1133), + [sym_comment] = STATE(250), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), @@ -40606,299 +40407,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [252] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1314), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1266), + [251] = { + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1337), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1276), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(252), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(251), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), [anon_sym_LBRACE] = ACTIONS(1153), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(728), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), + [sym_private_property_identifier] = ACTIONS(746), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [253] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1166), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1167), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(253), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(1157), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), + [sym_undefined] = ACTIONS(748), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), [sym_html_comment] = ACTIONS(5), }, - [254] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1286), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2861), - [sym_string] = STATE(1134), - [sym_comment] = STATE(254), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [252] = { + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1339), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1274), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(252), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(1153), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), [sym_html_comment] = ACTIONS(5), }, - [255] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1190), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1191), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(255), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [253] = { + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1170), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1171), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(253), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(1157), @@ -40942,46 +40659,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [256] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1050), - [sym_expression] = STATE(1477), - [sym_primary_expression] = STATE(1239), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1238), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1050), - [sym_subscript_expression] = STATE(1050), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1384), - [sym_comment] = STATE(256), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), + [254] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1029), + [sym_expression] = STATE(1479), + [sym_primary_expression] = STATE(1236), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1235), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1029), + [sym_subscript_expression] = STATE(1029), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1388), + [sym_comment] = STATE(254), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(1159), [anon_sym_export] = ACTIONS(1161), [anon_sym_LBRACE] = ACTIONS(718), @@ -40996,9 +40713,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(1163), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), + [anon_sym_class] = ACTIONS(720), [anon_sym_async] = ACTIONS(1165), - [anon_sym_function] = ACTIONS(728), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), @@ -41026,47 +40743,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1161), [sym_html_comment] = ACTIONS(5), }, - [257] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1289), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2865), - [sym_string] = STATE(1134), - [sym_comment] = STATE(257), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [255] = { + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1345), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1273), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(255), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [256] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1372), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2804), + [sym_string] = STATE(1133), + [sym_comment] = STATE(256), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -41110,131 +40911,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [258] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1337), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1276), + [257] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1247), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(258), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2389), + [sym_string] = STATE(1388), + [sym_comment] = STATE(257), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(712), [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(85), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(714), [anon_sym_get] = ACTIONS(714), [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [259] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1387), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2771), - [sym_string] = STATE(1134), - [sym_comment] = STATE(259), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [258] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1382), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2774), + [sym_string] = STATE(1133), + [sym_comment] = STATE(258), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -41278,47 +41079,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [260] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1327), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2859), - [sym_string] = STATE(1134), - [sym_comment] = STATE(260), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [259] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1328), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2871), + [sym_string] = STATE(1133), + [sym_comment] = STATE(259), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -41362,134 +41163,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [261] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1339), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1275), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(261), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(1153), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), - [sym_html_comment] = ACTIONS(5), - }, - [262] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1309), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2818), - [sym_string] = STATE(1134), - [sym_comment] = STATE(262), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [260] = { + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1168), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1169), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(260), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(1157), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), @@ -41530,50 +41247,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [263] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1190), + [261] = { + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1191), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1454), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1450), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(263), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(261), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), - [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1169), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), @@ -41614,47 +41331,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [264] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1383), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2824), - [sym_string] = STATE(1134), - [sym_comment] = STATE(264), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [262] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1359), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2849), + [sym_string] = STATE(1133), + [sym_comment] = STATE(262), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -41698,131 +41415,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [265] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1096), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1091), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(265), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(1169), - [anon_sym_export] = ACTIONS(1171), - [anon_sym_LBRACE] = ACTIONS(668), + [263] = { + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1165), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1166), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(263), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(1157), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(1171), + [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), - [anon_sym_DOT] = ACTIONS(1173), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(1175), + [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(706), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(1171), - [anon_sym_get] = ACTIONS(1171), - [anon_sym_set] = ACTIONS(1171), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [266] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1110), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1111), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(266), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [264] = { + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1139), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1138), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(264), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(1157), @@ -41866,134 +41583,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [267] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1096), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1091), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(267), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(756), + [265] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1386), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2771), + [sym_string] = STATE(1133), + [sym_comment] = STATE(265), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), + [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), - [anon_sym_DOT] = ACTIONS(1173), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), + [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(706), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [268] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1143), + [266] = { + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1139), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1459), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1435), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(268), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(266), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), - [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1169), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), @@ -42034,136 +41751,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [269] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1050), - [sym_expression] = STATE(1477), - [sym_primary_expression] = STATE(1239), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1238), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1050), - [sym_subscript_expression] = STATE(1050), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1384), - [sym_comment] = STATE(269), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(1177), - [anon_sym_export] = ACTIONS(1179), - [anon_sym_LBRACE] = ACTIONS(718), + [267] = { + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1337), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1251), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(267), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(1153), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(1179), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DOT] = ACTIONS(1163), + [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(1181), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(85), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(1167), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(1179), - [anon_sym_get] = ACTIONS(1179), - [anon_sym_set] = ACTIONS(1179), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [270] = { - [sym_import] = STATE(1839), + [268] = { + [sym_import] = STATE(1811), [sym_statement_block] = STATE(1339), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1247), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1248), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(270), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(268), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(1153), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -42172,9 +41889,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -42197,57 +41914,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [271] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1345), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1236), + [269] = { + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1317), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1261), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(271), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(269), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(1153), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -42256,9 +41973,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -42281,139 +41998,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [272] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1283), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2860), - [sym_string] = STATE(1134), - [sym_comment] = STATE(272), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [273] = { - [sym_import] = STATE(1798), + [270] = { + [sym_import] = STATE(1826), [sym_statement_block] = STATE(1110), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1444), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(273), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(270), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), - [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1169), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), @@ -42454,134 +42087,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [274] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1345), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1274), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(274), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(1153), + [271] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1309), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2801), + [sym_string] = STATE(1133), + [sym_comment] = STATE(271), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [275] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1369), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2782), - [sym_string] = STATE(1134), - [sym_comment] = STATE(275), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [272] = { + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1191), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1192), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(272), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(1157), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), @@ -42622,131 +42255,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [276] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1251), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2387), - [sym_string] = STATE(1384), - [sym_comment] = STATE(276), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), + [273] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1370), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2781), + [sym_string] = STATE(1133), + [sym_comment] = STATE(273), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [277] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1361), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2776), - [sym_string] = STATE(1134), - [sym_comment] = STATE(277), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [274] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1307), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2791), + [sym_string] = STATE(1133), + [sym_comment] = STATE(274), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -42790,218 +42423,218 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [278] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1314), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1227), + [275] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1217), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(278), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2267), + [sym_string] = STATE(1388), + [sym_comment] = STATE(275), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(712), [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(85), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(714), [anon_sym_get] = ACTIONS(714), [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [279] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1318), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1216), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), + [276] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1029), + [sym_expression] = STATE(1479), + [sym_primary_expression] = STATE(1236), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1235), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1029), + [sym_subscript_expression] = STATE(1029), + [sym_assignment_expression] = STATE(1122), [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(279), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(1153), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1388), + [sym_comment] = STATE(276), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(1171), + [anon_sym_export] = ACTIONS(1173), + [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), + [anon_sym_let] = ACTIONS(1173), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DOT] = ACTIONS(1163), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(1175), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(1167), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), + [anon_sym_static] = ACTIONS(1173), + [anon_sym_get] = ACTIONS(1173), + [anon_sym_set] = ACTIONS(1173), [sym_html_comment] = ACTIONS(5), }, - [280] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1377), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2800), - [sym_string] = STATE(1134), - [sym_comment] = STATE(280), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [277] = { + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1110), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1111), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(277), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(1157), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), @@ -43042,62 +42675,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [281] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1096), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), + [278] = { + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1384), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1198), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(278), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [279] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1093), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), [sym_new_expression] = STATE(1091), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(281), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(1183), - [anon_sym_export] = ACTIONS(1185), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(279), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(1177), + [anon_sym_export] = ACTIONS(1179), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(1185), + [anon_sym_let] = ACTIONS(1179), [anon_sym_LPAREN] = ACTIONS(674), [anon_sym_await] = ACTIONS(758), [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), - [anon_sym_DOT] = ACTIONS(1173), + [anon_sym_DOT] = ACTIONS(1155), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(1187), + [anon_sym_async] = ACTIONS(1181), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(788), [anon_sym_PLUS] = ACTIONS(768), @@ -43121,139 +42838,307 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(704), [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(1185), - [anon_sym_get] = ACTIONS(1185), - [anon_sym_set] = ACTIONS(1185), + [anon_sym_static] = ACTIONS(1179), + [anon_sym_get] = ACTIONS(1179), + [anon_sym_set] = ACTIONS(1179), [sym_html_comment] = ACTIONS(5), }, - [282] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1318), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1258), + [280] = { + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1313), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1224), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(282), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(280), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), [anon_sym_LBRACE] = ACTIONS(1153), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(728), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), + [sym_private_property_identifier] = ACTIONS(746), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [281] = { + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1317), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1214), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(281), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [282] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1380), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2860), + [sym_string] = STATE(1133), + [sym_comment] = STATE(282), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, [283] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1169), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1414), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1170), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1413), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(283), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1169), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), @@ -43295,49 +43180,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [284] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1166), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1416), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1168), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1414), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(284), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1169), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), @@ -43379,133 +43264,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [285] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1386), + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1384), [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1270), + [sym_expression] = STATE(1267), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), [sym_member_expression] = STATE(1070), [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(285), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), [anon_sym_LBRACE] = ACTIONS(1153), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), + [anon_sym_let] = ACTIONS(728), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(746), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(748), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), [sym_html_comment] = ACTIONS(5), }, [286] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1110), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1418), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1165), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1415), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(286), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1169), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), @@ -43547,51 +43432,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [287] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2563), - [sym_string] = STATE(1384), + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1110), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1417), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(287), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(1169), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), + }, + [288] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1234), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2275), + [sym_string] = STATE(1388), + [sym_comment] = STATE(288), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -43600,9 +43569,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -43625,52 +43594,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [288] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1313), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2857), - [sym_string] = STATE(1134), - [sym_comment] = STATE(288), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [289] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1314), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2854), + [sym_string] = STATE(1133), + [sym_comment] = STATE(289), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -43714,158 +43683,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [289] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1143), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1411), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(289), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(1155), + [290] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1315), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2866), + [sym_string] = STATE(1133), + [sym_comment] = STATE(290), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), + [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), + [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), - [sym_html_comment] = ACTIONS(5), - }, - [290] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1368), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2809), - [sym_string] = STATE(1134), - [sym_comment] = STATE(290), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), @@ -43883,133 +43768,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [291] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1190), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1408), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(291), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(1155), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), - [sym_html_comment] = ACTIONS(5), - }, - [292] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1166), + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1165), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1444), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1461), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(292), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(291), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), - [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1169), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), @@ -44050,50 +43851,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [293] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1169), + [292] = { + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1168), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1445), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1470), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(293), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(292), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), - [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1169), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), @@ -44134,50 +43935,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, + [293] = { + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1139), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1411), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(293), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(1169), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), + }, [294] = { - [sym_import] = STATE(1798), - [sym_statement_block] = STATE(1171), + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1170), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1451), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1469), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(294), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), - [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1169), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), @@ -44219,46 +44104,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [295] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1360), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2822), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1367), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2816), + [sym_string] = STATE(1133), [sym_comment] = STATE(295), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -44303,219 +44188,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [296] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1319), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2770), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_statement_block] = STATE(1191), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1408), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(296), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(1169), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, [297] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1316), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2769), - [sym_string] = STATE(1134), - [sym_comment] = STATE(297), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), - [sym_html_comment] = ACTIONS(5), - }, - [298] = { - [sym_import] = STATE(1839), - [sym_statement_block] = STATE(1386), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1198), + [sym_import] = STATE(1811), + [sym_statement_block] = STATE(1313), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1263), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(298), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(297), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(1153), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -44524,9 +44325,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -44549,141 +44350,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [299] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1262), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2656), - [sym_string] = STATE(1384), - [sym_comment] = STATE(299), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), + [298] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1093), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1091), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(298), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(1183), + [anon_sym_export] = ACTIONS(1185), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_let] = ACTIONS(1185), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DOT] = ACTIONS(1155), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(1187), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(1185), + [anon_sym_get] = ACTIONS(1185), + [anon_sym_set] = ACTIONS(1185), [sym_html_comment] = ACTIONS(5), }, - [300] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1218), + [299] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1259), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_sequence_expression] = STATE(2265), - [sym_string] = STATE(1384), - [sym_comment] = STATE(300), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_sequence_expression] = STATE(2658), + [sym_string] = STATE(1388), + [sym_comment] = STATE(299), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -44692,9 +44493,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -44717,52 +44518,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [301] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1307), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_sequence_expression] = STATE(2799), - [sym_string] = STATE(1134), - [sym_comment] = STATE(301), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [300] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1363), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2757), + [sym_string] = STATE(1133), + [sym_comment] = STATE(300), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -44806,384 +44607,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [302] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1157), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(302), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), - [sym_html_comment] = ACTIONS(5), - }, - [303] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1433), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(303), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(756), + [301] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1322), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_sequence_expression] = STATE(2836), + [sym_string] = STATE(1133), + [sym_comment] = STATE(301), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), + [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), + [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(706), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [304] = { - [sym_import] = STATE(1839), + [302] = { + [sym_import] = STATE(1811), [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1225), + [sym_expression] = STATE(1155), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), [sym_member_expression] = STATE(1070), [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(304), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(302), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), + [anon_sym_let] = ACTIONS(728), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(746), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(748), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), [sym_html_comment] = ACTIONS(5), }, - [305] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1122), + [303] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1201), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(305), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(303), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(712), [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), - [sym_html_comment] = ACTIONS(5), - }, - [306] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1157), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(306), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), @@ -45191,9 +44827,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -45216,56 +44852,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [307] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1273), + [304] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1156), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(307), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(304), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -45274,9 +44910,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -45299,139 +44935,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [308] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1259), + [305] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1453), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(305), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [306] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1123), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(308), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(306), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(728), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), + [sym_private_property_identifier] = ACTIONS(746), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [sym_undefined] = ACTIONS(748), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), [sym_html_comment] = ACTIONS(5), }, - [309] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1209), + [307] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1269), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(309), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(307), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -45440,9 +45159,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -45465,222 +45184,305 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [310] = { - [sym_import] = STATE(1839), + [308] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1454), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(308), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), + }, + [309] = { + [sym_import] = STATE(1811), [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1200), + [sym_expression] = STATE(1260), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), [sym_member_expression] = STATE(1070), [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(310), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(309), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), + [anon_sym_let] = ACTIONS(728), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(746), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(748), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), [sym_html_comment] = ACTIONS(5), }, - [311] = { - [sym_import] = STATE(1839), + [310] = { + [sym_import] = STATE(1811), [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1263), + [sym_expression] = STATE(1252), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), [sym_member_expression] = STATE(1070), [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(311), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(310), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), + [anon_sym_let] = ACTIONS(728), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(746), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(748), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), [sym_html_comment] = ACTIONS(5), }, - [312] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), + [311] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), [sym_expression] = STATE(1254), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(312), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(311), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -45689,9 +45491,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -45714,51 +45516,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [313] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1406), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(313), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [312] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1206), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(312), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -45802,46 +45604,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [314] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1405), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(314), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [313] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1406), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(313), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -45885,134 +45687,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [315] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1450), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(315), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(756), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), - [sym_html_comment] = ACTIONS(5), - }, - [316] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1248), + [314] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1155), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(316), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(314), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -46021,9 +45740,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -46046,56 +45765,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [315] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1405), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(315), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), + }, + [316] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1458), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(316), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, [317] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1122), + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1226), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(317), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -46104,9 +45989,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -46129,632 +46014,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [318] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1242), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1206), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1929), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(318), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(1189), + [anon_sym_export] = ACTIONS(1191), + [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_let] = ACTIONS(1191), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(1193), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(1195), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(1191), + [anon_sym_get] = ACTIONS(1191), + [anon_sym_set] = ACTIONS(1191), [sym_html_comment] = ACTIONS(5), }, [319] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1197), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1109), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(319), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, [320] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1231), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1460), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(320), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [321] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1221), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(321), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [322] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1226), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(322), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [323] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1203), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(323), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [324] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1243), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(324), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [325] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1449), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(325), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), @@ -46798,295 +46268,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [326] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1210), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(326), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [327] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1222), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(327), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [328] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1370), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(328), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [329] = { - [sym_import] = STATE(1798), + [321] = { + [sym_import] = STATE(1826), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1448), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1087), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(329), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(321), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), @@ -47130,61 +46351,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [330] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1211), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1074), - [sym_subscript_expression] = STATE(1074), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1983), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(330), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(1189), - [anon_sym_export] = ACTIONS(1191), - [anon_sym_LBRACE] = ACTIONS(756), + [322] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1114), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(322), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(1191), + [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), [anon_sym_await] = ACTIONS(676), [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(1193), + [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(694), [anon_sym_PLUS] = ACTIONS(696), @@ -47206,53 +46427,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(1195), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(1191), - [anon_sym_get] = ACTIONS(1191), - [anon_sym_set] = ACTIONS(1191), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [331] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1109), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(331), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [323] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1115), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(323), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -47296,295 +46517,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [332] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1279), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(332), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [333] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1156), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(333), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [334] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1278), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(334), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [335] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1117), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(335), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [324] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1118), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(324), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -47628,221 +46600,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [336] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1346), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(336), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), + [325] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1119), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(325), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [337] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1119), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(337), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), - [sym_html_comment] = ACTIONS(5), - }, - [338] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1120), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(338), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), @@ -47877,46 +46683,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [339] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), + [326] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), [sym_expression] = STATE(1121), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(339), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(326), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -47960,46 +46766,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [340] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1123), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(340), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [327] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1124), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(327), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -48043,129 +46849,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [341] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), + [328] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), [sym_expression] = STATE(1126), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(341), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), - [sym_html_comment] = ACTIONS(5), - }, - [342] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1130), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(342), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(328), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -48209,46 +46932,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [343] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1131), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(343), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [329] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1128), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(329), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -48292,46 +47015,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [344] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1132), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(344), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [330] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1129), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(330), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -48375,46 +47098,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [345] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1133), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(345), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [331] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1130), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(331), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -48458,46 +47181,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [346] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1135), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(346), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [332] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1131), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(332), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -48541,46 +47264,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [347] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1136), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(347), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [333] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1132), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(333), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -48624,51 +47347,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [348] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1220), + [334] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1272), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(348), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(334), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -48677,9 +47400,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -48702,383 +47425,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [349] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1441), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(349), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), + [335] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1462), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(335), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), + [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), + [anon_sym_async] = ACTIONS(786), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(796), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), - [sym_html_comment] = ACTIONS(5), - }, - [350] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1201), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(350), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(798), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [351] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1202), + [336] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1326), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(351), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(336), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(712), [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(85), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(714), [anon_sym_get] = ACTIONS(714), [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [352] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1204), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(352), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), + [337] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1136), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(337), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [353] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), + [338] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), [sym_expression] = STATE(1140), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(353), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(338), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -49122,46 +47762,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [354] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1442), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(354), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [339] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1464), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(339), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [340] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1445), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(340), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -49205,46 +47928,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [355] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1144), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(355), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [341] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1178), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(341), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -49288,46 +48011,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [356] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1086), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(356), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [342] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1088), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(342), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -49371,461 +48094,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [357] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1206), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(357), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), - [sym_html_comment] = ACTIONS(5), - }, - [358] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1180), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(358), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [343] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1465), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(343), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), + [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), + [anon_sym_async] = ACTIONS(786), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), + [sym_private_property_identifier] = ACTIONS(796), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), - [sym_html_comment] = ACTIONS(5), - }, - [359] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1253), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(359), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), - [sym_html_comment] = ACTIONS(5), - }, - [360] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1207), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(360), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), - [sym_html_comment] = ACTIONS(5), - }, - [361] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1208), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(361), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(798), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [362] = { - [sym_import] = STATE(1798), + [344] = { + [sym_import] = STATE(1826), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1088), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1434), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(362), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(344), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), @@ -49869,46 +48260,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [363] = { - [sym_import] = STATE(1798), + [345] = { + [sym_import] = STATE(1826), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1087), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1466), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(363), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(345), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), @@ -49952,129 +48343,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [364] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1264), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(364), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [365] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1189), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(365), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [346] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1190), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(346), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -50118,46 +48426,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [366] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1460), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(366), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [347] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1437), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(347), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -50201,46 +48509,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [367] = { - [sym_import] = STATE(1798), + [348] = { + [sym_import] = STATE(1826), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1455), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1467), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(367), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(348), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), @@ -50284,212 +48592,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [368] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1086), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(368), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(756), + [349] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1089), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(349), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), + [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), + [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(706), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [369] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1474), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(1895), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(369), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(1197), - [anon_sym_export] = ACTIONS(1199), - [anon_sym_LBRACE] = ACTIONS(888), + [350] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1468), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(350), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(1199), + [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(1201), + [anon_sym_async] = ACTIONS(786), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(796), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(1203), + [sym_undefined] = ACTIONS(798), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(1199), - [anon_sym_get] = ACTIONS(1199), - [anon_sym_set] = ACTIONS(1199), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [370] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), + [351] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), [sym_expression] = STATE(1087), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(370), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(351), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -50533,129 +48841,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [371] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1088), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(371), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [352] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1066), + [sym_subscript_expression] = STATE(1066), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(1849), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(352), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(1197), + [anon_sym_export] = ACTIONS(1199), + [anon_sym_LBRACE] = ACTIONS(902), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), + [anon_sym_let] = ACTIONS(1199), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(906), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), + [anon_sym_async] = ACTIONS(1201), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), + [sym_undefined] = ACTIONS(1203), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), + [anon_sym_static] = ACTIONS(1199), + [anon_sym_get] = ACTIONS(1199), + [anon_sym_set] = ACTIONS(1199), [sym_html_comment] = ACTIONS(5), }, - [372] = { - [sym_import] = STATE(1798), + [353] = { + [sym_import] = STATE(1826), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1447), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1457), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(372), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(353), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), @@ -50699,876 +49007,627 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [373] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1213), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(373), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), - [sym_html_comment] = ACTIONS(5), - }, - [374] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1215), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(374), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), - [sym_html_comment] = ACTIONS(5), - }, - [375] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1217), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(375), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), - [sym_html_comment] = ACTIONS(5), - }, - [376] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1438), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(376), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [354] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1436), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(354), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), + [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), + [anon_sym_async] = ACTIONS(786), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), + [sym_private_property_identifier] = ACTIONS(796), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), + [sym_undefined] = ACTIONS(798), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [377] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1228), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(377), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(57), + [355] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1438), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(355), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [378] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1419), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(378), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [356] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1089), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(356), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), + [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), + [anon_sym_async] = ACTIONS(786), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), + [sym_private_property_identifier] = ACTIONS(796), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), + [sym_undefined] = ACTIONS(798), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [379] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1211), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(379), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [357] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1439), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(357), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), + [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), + [anon_sym_async] = ACTIONS(786), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), + [sym_private_property_identifier] = ACTIONS(796), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), + [sym_undefined] = ACTIONS(798), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [380] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1452), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(380), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), + [358] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1441), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(358), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), + [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), + [anon_sym_async] = ACTIONS(786), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(796), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), + [sym_undefined] = ACTIONS(798), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [381] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1199), + [359] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1244), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(381), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(359), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(712), [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(85), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(714), [anon_sym_get] = ACTIONS(714), [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [382] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1412), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(382), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(756), + [360] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1277), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(360), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [383] = { - [sym_import] = STATE(1798), + [361] = { + [sym_import] = STATE(1826), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1439), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1442), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(383), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(361), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), @@ -51612,129 +49671,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [384] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1212), + [362] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1240), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(384), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(362), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(712), [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(85), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(714), [anon_sym_get] = ACTIONS(714), [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [385] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), + [363] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), [sym_expression] = STATE(1188), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(385), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(363), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(662), [anon_sym_export] = ACTIONS(664), [anon_sym_LBRACE] = ACTIONS(668), @@ -51778,1125 +49837,1042 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [386] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1457), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(386), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), - [anon_sym_LBRACE] = ACTIONS(756), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), - [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), - [sym_html_comment] = ACTIONS(5), - }, - [387] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1223), + [364] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1239), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(387), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(364), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(712), [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(85), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(714), [anon_sym_get] = ACTIONS(714), [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [388] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1462), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(388), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), - [anon_sym_LBRACE] = ACTIONS(756), + [365] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1446), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(365), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), + [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), + [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), + [sym_private_property_identifier] = ACTIONS(706), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, - [389] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1463), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(389), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), + [366] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1087), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(366), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [390] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1464), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(390), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), + [367] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1089), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(367), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [391] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1214), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(391), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), + [368] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1407), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(368), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [392] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1465), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(392), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), + [369] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(369), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [370] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1409), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(370), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [393] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1466), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(393), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), + [371] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1410), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(371), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [394] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1434), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(394), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), + [372] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1431), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(372), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [395] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1467), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(395), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), + [373] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1396), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(373), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [396] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1468), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(396), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), + [374] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1433), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(374), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [397] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1469), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(397), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), + [375] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1432), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(375), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), - [sym_html_comment] = ACTIONS(5), - }, - [398] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1030), - [sym_expression] = STATE(1443), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1656), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2864), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(398), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(662), - [anon_sym_export] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(676), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(690), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_PLUS] = ACTIONS(696), - [anon_sym_DASH] = ACTIONS(696), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(696), - [anon_sym_void] = ACTIONS(696), - [anon_sym_delete] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(706), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(708), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(664), - [anon_sym_get] = ACTIONS(664), - [anon_sym_set] = ACTIONS(664), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [399] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1088), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(399), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [376] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1449), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(376), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -52940,46 +50916,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [400] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1087), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(400), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [377] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1199), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(377), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [378] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1430), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(378), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -53023,46 +51082,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [401] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1407), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(401), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [379] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1429), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(379), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -53106,129 +51165,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [402] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1244), - [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(402), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(718), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(35), - [anon_sym_yield] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(57), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(61), - [anon_sym_DQUOTE] = ACTIONS(63), - [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(73), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_SLASH] = ACTIONS(77), - [anon_sym_BANG] = ACTIONS(75), - [anon_sym_TILDE] = ACTIONS(75), - [anon_sym_typeof] = ACTIONS(75), - [anon_sym_void] = ACTIONS(75), - [anon_sym_delete] = ACTIONS(75), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(81), - [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(85), - [sym_this] = ACTIONS(83), - [sym_super] = ACTIONS(83), - [sym_true] = ACTIONS(83), - [sym_false] = ACTIONS(83), - [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(87), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), - [sym_html_comment] = ACTIONS(5), - }, - [403] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1409), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(403), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [380] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1428), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(380), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -53272,46 +51248,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [404] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1410), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(404), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [381] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1426), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(381), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -53355,46 +51331,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [405] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1431), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(405), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [382] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1424), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(382), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -53438,46 +51414,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [406] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1430), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(406), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [383] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1423), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(383), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -53521,46 +51497,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [407] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1396), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(407), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [384] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1422), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(384), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -53604,129 +51580,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [408] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1456), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(408), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), + [385] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1421), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(385), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), + [anon_sym_let] = ACTIONS(752), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), + [anon_sym_async] = ACTIONS(764), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), + [sym_private_property_identifier] = ACTIONS(772), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(774), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [409] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1432), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(409), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [386] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1419), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(386), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -53770,46 +51746,544 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [410] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1461), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(410), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [387] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1197), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(387), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [388] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1212), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(388), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [389] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1156), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(389), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [390] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1268), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(390), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [391] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1216), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(391), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), + }, + [392] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1238), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(392), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [393] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1456), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(393), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -53853,51 +52327,1628 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [411] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1068), - [sym_expression] = STATE(1229), + [394] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1123), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(394), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [395] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1211), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(395), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [396] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1447), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(396), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), + }, + [397] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1223), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(397), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [398] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1222), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(398), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [399] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1215), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(399), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [400] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1213), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(400), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [401] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1208), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(401), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [402] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1205), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(402), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [403] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1204), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(403), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [404] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1203), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(404), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [405] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1202), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(405), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [406] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1200), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(406), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [407] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1229), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(407), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [408] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1227), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(408), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [409] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1220), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(409), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [410] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1210), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(410), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [411] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1209), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(411), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(746), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(748), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), + [sym_html_comment] = ACTIONS(5), + }, + [412] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1412), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(412), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), + }, + [413] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1207), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1667), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2816), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(411), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2811), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(742), - [anon_sym_export] = ACTIONS(744), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(413), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(744), + [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), [anon_sym_await] = ACTIONS(35), [anon_sym_yield] = ACTIONS(55), @@ -53906,9 +53957,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(748), - [anon_sym_function] = ACTIONS(728), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), @@ -53931,217 +53982,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(83), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(744), - [anon_sym_get] = ACTIONS(744), - [anon_sym_set] = ACTIONS(744), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [412] = { - [sym_import] = STATE(1839), + [414] = { + [sym_import] = STATE(1811), [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1156), + [sym_expression] = STATE(1221), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), [sym_member_expression] = STATE(1070), [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(412), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), - [sym_identifier] = ACTIONS(712), - [anon_sym_export] = ACTIONS(714), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1671), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2829), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(414), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2827), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(726), + [anon_sym_export] = ACTIONS(728), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(714), + [anon_sym_let] = ACTIONS(728), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(734), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(736), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_SLASH] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_typeof] = ACTIONS(740), + [anon_sym_void] = ACTIONS(740), + [anon_sym_delete] = ACTIONS(740), + [anon_sym_PLUS_PLUS] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(744), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(746), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(714), - [anon_sym_get] = ACTIONS(714), - [anon_sym_set] = ACTIONS(714), - [sym_html_comment] = ACTIONS(5), - }, - [413] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1470), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(413), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(776), - [anon_sym_export] = ACTIONS(778), - [anon_sym_LBRACE] = ACTIONS(756), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(778), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(784), - [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(786), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_SLASH] = ACTIONS(792), - [anon_sym_BANG] = ACTIONS(790), - [anon_sym_TILDE] = ACTIONS(790), - [anon_sym_typeof] = ACTIONS(790), - [anon_sym_void] = ACTIONS(790), - [anon_sym_delete] = ACTIONS(790), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_DASH_DASH] = ACTIONS(794), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(796), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(798), + [sym_undefined] = ACTIONS(748), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(778), - [anon_sym_get] = ACTIONS(778), - [anon_sym_set] = ACTIONS(778), + [anon_sym_static] = ACTIONS(728), + [anon_sym_get] = ACTIONS(728), + [anon_sym_set] = ACTIONS(728), [sym_html_comment] = ACTIONS(5), }, - [414] = { - [sym_import] = STATE(1798), + [415] = { + [sym_import] = STATE(1826), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1453), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1455), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(414), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(415), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), @@ -54185,129 +54153,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(778), [sym_html_comment] = ACTIONS(5), }, - [415] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1429), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(415), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(756), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), - [sym_html_comment] = ACTIONS(5), - }, [416] = { - [sym_import] = STATE(1798), + [sym_import] = STATE(1826), [sym_parenthesized_expression] = STATE(1083), - [sym_expression] = STATE(1086), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), + [sym_expression] = STATE(1088), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), [sym_member_expression] = STATE(1083), [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1662), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(416), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2802), - [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(776), [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), @@ -54352,377 +54237,294 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [417] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1428), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1365), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(417), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(756), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [418] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1427), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1420), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1674), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2865), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), [sym_comment] = STATE(418), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(756), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2817), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), + [anon_sym_let] = ACTIONS(664), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), + [anon_sym_async] = ACTIONS(690), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(706), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), + [sym_undefined] = ACTIONS(708), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), [sym_html_comment] = ACTIONS(5), }, [419] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1425), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(419), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(756), - [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), - [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), - [sym_html_comment] = ACTIONS(5), - }, - [420] = { - [sym_import] = STATE(1839), - [sym_parenthesized_expression] = STATE(1070), - [sym_expression] = STATE(1272), + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1218), [sym_primary_expression] = STATE(1288), - [sym_yield_expression] = STATE(1293), - [sym_object] = STATE(1384), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1384), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1293), - [sym_glimmer_opening_tag] = STATE(2041), - [sym_jsx_element] = STATE(1293), - [sym_jsx_opening_element] = STATE(1687), - [sym_jsx_self_closing_element] = STATE(1293), - [sym_class] = STATE(1384), - [sym_function_expression] = STATE(1384), - [sym_generator_function] = STATE(1384), - [sym_arrow_function] = STATE(1384), - [sym_call_expression] = STATE(1384), - [sym_new_expression] = STATE(1293), - [sym_await_expression] = STATE(1293), - [sym_member_expression] = STATE(1070), - [sym_subscript_expression] = STATE(1070), - [sym_assignment_expression] = STATE(1293), - [sym__augmented_assignment_lhs] = STATE(1666), - [sym_augmented_assignment_expression] = STATE(1293), - [sym__destructuring_pattern] = STATE(2836), - [sym_ternary_expression] = STATE(1293), - [sym_binary_expression] = STATE(1293), - [sym_unary_expression] = STATE(1293), - [sym_update_expression] = STATE(1293), - [sym_string] = STATE(1384), - [sym_comment] = STATE(420), - [sym_template_string] = STATE(1384), - [sym_regex] = STATE(1384), - [sym_meta_property] = STATE(1384), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2835), - [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(419), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), [sym_identifier] = ACTIONS(712), [anon_sym_export] = ACTIONS(714), [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), [anon_sym_let] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_await] = ACTIONS(720), - [anon_sym_yield] = ACTIONS(722), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_SQUOTE] = ACTIONS(65), - [anon_sym_class] = ACTIONS(724), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_PLUS] = ACTIONS(732), - [anon_sym_DASH] = ACTIONS(732), - [anon_sym_SLASH] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_typeof] = ACTIONS(732), - [anon_sym_void] = ACTIONS(732), - [anon_sym_delete] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), - [sym_private_property_identifier] = ACTIONS(738), + [sym_private_property_identifier] = ACTIONS(85), [sym_this] = ACTIONS(83), [sym_super] = ACTIONS(83), [sym_true] = ACTIONS(83), [sym_false] = ACTIONS(83), [sym_null] = ACTIONS(83), - [sym_undefined] = ACTIONS(740), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(714), [anon_sym_get] = ACTIONS(714), [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, - [421] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1423), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(421), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [420] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1088), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(420), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -54766,46 +54568,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [422] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1422), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(422), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), + [421] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1010), + [sym_expression] = STATE(1451), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1010), + [sym_subscript_expression] = STATE(1010), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2814), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(421), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2864), + [aux_sym_export_statement_repeat1] = STATE(1981), [sym_identifier] = ACTIONS(750), [anon_sym_export] = ACTIONS(752), [anon_sym_LBRACE] = ACTIONS(756), @@ -54849,186 +54651,269 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(752), [sym_html_comment] = ACTIONS(5), }, - [423] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1421), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), - [sym_comment] = STATE(423), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), + [422] = { + [sym_import] = STATE(1826), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1459), + [sym_primary_expression] = STATE(1127), + [sym_yield_expression] = STATE(1122), + [sym_object] = STATE(1133), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1133), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1122), + [sym_glimmer_opening_tag] = STATE(1953), + [sym_jsx_element] = STATE(1122), + [sym_jsx_opening_element] = STATE(1694), + [sym_jsx_self_closing_element] = STATE(1122), + [sym_class] = STATE(1133), + [sym_function_expression] = STATE(1133), + [sym_generator_function] = STATE(1133), + [sym_arrow_function] = STATE(1133), + [sym_call_expression] = STATE(1133), + [sym_new_expression] = STATE(1122), + [sym_await_expression] = STATE(1122), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1122), + [sym__augmented_assignment_lhs] = STATE(1670), + [sym_augmented_assignment_expression] = STATE(1122), + [sym__destructuring_pattern] = STATE(2796), + [sym_ternary_expression] = STATE(1122), + [sym_binary_expression] = STATE(1122), + [sym_unary_expression] = STATE(1122), + [sym_update_expression] = STATE(1122), + [sym_string] = STATE(1133), + [sym_comment] = STATE(422), + [sym_template_string] = STATE(1133), + [sym_regex] = STATE(1133), + [sym_meta_property] = STATE(1133), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2792), + [aux_sym_export_statement_repeat1] = STATE(1981), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), [anon_sym_LBRACE] = ACTIONS(756), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), + [anon_sym_let] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_LTtemplate_GT] = ACTIONS(59), [anon_sym_LT] = ACTIONS(682), [anon_sym_DQUOTE] = ACTIONS(684), [anon_sym_SQUOTE] = ACTIONS(686), [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), + [anon_sym_async] = ACTIONS(786), [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(702), [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), + [sym_private_property_identifier] = ACTIONS(796), [sym_this] = ACTIONS(704), [sym_super] = ACTIONS(704), [sym_true] = ACTIONS(704), [sym_false] = ACTIONS(704), [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), + [sym_undefined] = ACTIONS(798), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [423] = { + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1271), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), + [sym_comment] = STATE(423), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [424] = { - [sym_import] = STATE(1798), - [sym_parenthesized_expression] = STATE(1008), - [sym_expression] = STATE(1420), - [sym_primary_expression] = STATE(1129), - [sym_yield_expression] = STATE(1127), - [sym_object] = STATE(1134), - [sym_object_pattern] = STATE(1746), - [sym_array] = STATE(1134), - [sym_array_pattern] = STATE(1746), - [sym_glimmer_template] = STATE(1127), - [sym_glimmer_opening_tag] = STATE(1951), - [sym_jsx_element] = STATE(1127), - [sym_jsx_opening_element] = STATE(1690), - [sym_jsx_self_closing_element] = STATE(1127), - [sym_class] = STATE(1134), - [sym_function_expression] = STATE(1134), - [sym_generator_function] = STATE(1134), - [sym_arrow_function] = STATE(1134), - [sym_call_expression] = STATE(1134), - [sym_new_expression] = STATE(1127), - [sym_await_expression] = STATE(1127), - [sym_member_expression] = STATE(1008), - [sym_subscript_expression] = STATE(1008), - [sym_assignment_expression] = STATE(1127), - [sym__augmented_assignment_lhs] = STATE(1680), - [sym_augmented_assignment_expression] = STATE(1127), - [sym__destructuring_pattern] = STATE(2765), - [sym_ternary_expression] = STATE(1127), - [sym_binary_expression] = STATE(1127), - [sym_unary_expression] = STATE(1127), - [sym_update_expression] = STATE(1127), - [sym_string] = STATE(1134), + [sym_import] = STATE(1811), + [sym_parenthesized_expression] = STATE(1067), + [sym_expression] = STATE(1253), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1291), + [sym_object] = STATE(1388), + [sym_object_pattern] = STATE(1747), + [sym_array] = STATE(1388), + [sym_array_pattern] = STATE(1747), + [sym_glimmer_template] = STATE(1291), + [sym_glimmer_opening_tag] = STATE(2020), + [sym_jsx_element] = STATE(1291), + [sym_jsx_opening_element] = STATE(1686), + [sym_jsx_self_closing_element] = STATE(1291), + [sym_class] = STATE(1388), + [sym_function_expression] = STATE(1388), + [sym_generator_function] = STATE(1388), + [sym_arrow_function] = STATE(1388), + [sym_call_expression] = STATE(1388), + [sym_new_expression] = STATE(1291), + [sym_await_expression] = STATE(1291), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1291), + [sym__augmented_assignment_lhs] = STATE(1659), + [sym_augmented_assignment_expression] = STATE(1291), + [sym__destructuring_pattern] = STATE(2818), + [sym_ternary_expression] = STATE(1291), + [sym_binary_expression] = STATE(1291), + [sym_unary_expression] = STATE(1291), + [sym_update_expression] = STATE(1291), + [sym_string] = STATE(1388), [sym_comment] = STATE(424), - [sym_template_string] = STATE(1134), - [sym_regex] = STATE(1134), - [sym_meta_property] = STATE(1134), - [sym_decorator] = STATE(2054), - [sym_formal_parameters] = STATE(2863), - [aux_sym_export_statement_repeat1] = STATE(1920), - [sym_identifier] = ACTIONS(750), - [anon_sym_export] = ACTIONS(752), - [anon_sym_LBRACE] = ACTIONS(756), + [sym_template_string] = STATE(1388), + [sym_regex] = STATE(1388), + [sym_meta_property] = STATE(1388), + [sym_decorator] = STATE(2071), + [sym_formal_parameters] = STATE(2813), + [aux_sym_export_statement_repeat1] = STATE(1903), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), [anon_sym_import] = ACTIONS(672), - [anon_sym_let] = ACTIONS(752), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_await] = ACTIONS(758), - [anon_sym_yield] = ACTIONS(760), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), [anon_sym_LTtemplate_GT] = ACTIONS(59), - [anon_sym_LT] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(684), - [anon_sym_SQUOTE] = ACTIONS(686), - [anon_sym_class] = ACTIONS(688), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(692), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(770), - [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(720), + [anon_sym_async] = ACTIONS(722), + [anon_sym_function] = ACTIONS(724), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(702), - [sym_number] = ACTIONS(704), - [sym_private_property_identifier] = ACTIONS(772), - [sym_this] = ACTIONS(704), - [sym_super] = ACTIONS(704), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_null] = ACTIONS(704), - [sym_undefined] = ACTIONS(774), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), - [anon_sym_static] = ACTIONS(752), - [anon_sym_get] = ACTIONS(752), - [anon_sym_set] = ACTIONS(752), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), [sym_html_comment] = ACTIONS(5), }, [425] = { - [sym_namespace_export] = STATE(2483), - [sym_export_clause] = STATE(2020), - [sym_declaration] = STATE(952), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_class_declaration] = STATE(939), - [sym_function_declaration] = STATE(939), - [sym_generator_function_declaration] = STATE(939), + [sym_namespace_export] = STATE(2415), + [sym_export_clause] = STATE(2016), + [sym_declaration] = STATE(929), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_class_declaration] = STATE(981), + [sym_function_declaration] = STATE(981), + [sym_generator_function_declaration] = STATE(981), [sym_comment] = STATE(425), - [sym_decorator] = STATE(2054), - [aux_sym_export_statement_repeat1] = STATE(2018), - [aux_sym_object_repeat1] = STATE(2078), - [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_decorator] = STATE(2071), + [aux_sym_export_statement_repeat1] = STATE(2015), + [aux_sym_object_repeat1] = STATE(2158), + [aux_sym_object_pattern_repeat1] = STATE(2116), [anon_sym_STAR] = ACTIONS(1205), [anon_sym_default] = ACTIONS(1207), [anon_sym_LBRACE] = ACTIONS(1209), @@ -55097,19 +54982,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [426] = { - [sym_namespace_export] = STATE(2483), - [sym_export_clause] = STATE(2020), - [sym_declaration] = STATE(952), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_class_declaration] = STATE(939), - [sym_function_declaration] = STATE(939), - [sym_generator_function_declaration] = STATE(939), + [sym_namespace_export] = STATE(2415), + [sym_export_clause] = STATE(2016), + [sym_declaration] = STATE(929), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_class_declaration] = STATE(981), + [sym_function_declaration] = STATE(981), + [sym_generator_function_declaration] = STATE(981), [sym_comment] = STATE(426), - [sym_decorator] = STATE(2054), - [aux_sym_export_statement_repeat1] = STATE(2018), - [aux_sym_object_repeat1] = STATE(2078), - [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_decorator] = STATE(2071), + [aux_sym_export_statement_repeat1] = STATE(2015), + [aux_sym_object_repeat1] = STATE(2158), + [aux_sym_object_pattern_repeat1] = STATE(2116), [anon_sym_STAR] = ACTIONS(1205), [anon_sym_default] = ACTIONS(1207), [anon_sym_LBRACE] = ACTIONS(1209), @@ -55178,19 +55063,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [427] = { - [sym_namespace_export] = STATE(2483), - [sym_export_clause] = STATE(2020), - [sym_declaration] = STATE(952), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_class_declaration] = STATE(939), - [sym_function_declaration] = STATE(939), - [sym_generator_function_declaration] = STATE(939), + [sym_namespace_export] = STATE(2415), + [sym_export_clause] = STATE(2016), + [sym_declaration] = STATE(929), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_class_declaration] = STATE(981), + [sym_function_declaration] = STATE(981), + [sym_generator_function_declaration] = STATE(981), [sym_comment] = STATE(427), - [sym_decorator] = STATE(2054), - [aux_sym_export_statement_repeat1] = STATE(2018), - [aux_sym_object_repeat1] = STATE(2118), - [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_decorator] = STATE(2071), + [aux_sym_export_statement_repeat1] = STATE(2015), + [aux_sym_object_repeat1] = STATE(2115), + [aux_sym_object_pattern_repeat1] = STATE(2116), [anon_sym_STAR] = ACTIONS(1205), [anon_sym_default] = ACTIONS(1207), [anon_sym_LBRACE] = ACTIONS(1209), @@ -55259,17 +55144,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [428] = { - [sym_namespace_export] = STATE(2583), - [sym_export_clause] = STATE(1902), - [sym_declaration] = STATE(639), - [sym_variable_declaration] = STATE(640), - [sym_lexical_declaration] = STATE(640), - [sym_class_declaration] = STATE(640), - [sym_function_declaration] = STATE(640), - [sym_generator_function_declaration] = STATE(640), + [sym_namespace_export] = STATE(2581), + [sym_export_clause] = STATE(1925), + [sym_declaration] = STATE(626), + [sym_variable_declaration] = STATE(629), + [sym_lexical_declaration] = STATE(629), + [sym_class_declaration] = STATE(629), + [sym_function_declaration] = STATE(629), + [sym_generator_function_declaration] = STATE(629), [sym_comment] = STATE(428), - [sym_decorator] = STATE(2054), - [aux_sym_export_statement_repeat1] = STATE(1919), + [sym_decorator] = STATE(2071), + [aux_sym_export_statement_repeat1] = STATE(2043), [anon_sym_STAR] = ACTIONS(1247), [anon_sym_default] = ACTIONS(1249), [anon_sym_LBRACE] = ACTIONS(1209), @@ -55337,13 +55222,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [429] = { - [sym_string] = STATE(2581), + [sym_string] = STATE(2576), [sym_comment] = STATE(429), - [sym_formal_parameters] = STATE(2760), - [sym__property_name] = STATE(2578), - [sym_computed_property_name] = STATE(2581), - [aux_sym_object_repeat1] = STATE(2078), - [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_formal_parameters] = STATE(2764), + [sym__property_name] = STATE(2580), + [sym_computed_property_name] = STATE(2576), + [aux_sym_object_repeat1] = STATE(2158), + [aux_sym_object_pattern_repeat1] = STATE(2116), [sym_identifier] = ACTIONS(1265), [anon_sym_export] = ACTIONS(1267), [anon_sym_STAR] = ACTIONS(1269), @@ -55415,17 +55300,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [430] = { - [sym_namespace_export] = STATE(2716), - [sym_export_clause] = STATE(1914), - [sym_declaration] = STATE(778), - [sym_variable_declaration] = STATE(785), - [sym_lexical_declaration] = STATE(785), - [sym_class_declaration] = STATE(785), - [sym_function_declaration] = STATE(785), - [sym_generator_function_declaration] = STATE(785), + [sym_namespace_export] = STATE(2718), + [sym_export_clause] = STATE(2010), + [sym_declaration] = STATE(776), + [sym_variable_declaration] = STATE(783), + [sym_lexical_declaration] = STATE(783), + [sym_class_declaration] = STATE(783), + [sym_function_declaration] = STATE(783), + [sym_generator_function_declaration] = STATE(783), [sym_comment] = STATE(430), - [sym_decorator] = STATE(2054), - [aux_sym_export_statement_repeat1] = STATE(1980), + [sym_decorator] = STATE(2071), + [aux_sym_export_statement_repeat1] = STATE(2030), [anon_sym_STAR] = ACTIONS(1298), [anon_sym_default] = ACTIONS(1300), [anon_sym_LBRACE] = ACTIONS(1209), @@ -55493,114 +55378,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [431] = { - [sym_string] = STATE(2581), + [sym_namespace_export] = STATE(2642), + [sym_export_clause] = STATE(1960), + [sym_declaration] = STATE(2412), + [sym_variable_declaration] = STATE(2409), + [sym_lexical_declaration] = STATE(2409), + [sym_class_declaration] = STATE(2409), + [sym_function_declaration] = STATE(2409), + [sym_generator_function_declaration] = STATE(2409), [sym_comment] = STATE(431), - [sym_formal_parameters] = STATE(2760), - [sym__property_name] = STATE(2578), - [sym_computed_property_name] = STATE(2581), - [aux_sym_object_repeat1] = STATE(2078), - [aux_sym_object_pattern_repeat1] = STATE(2117), - [sym_identifier] = ACTIONS(1265), - [anon_sym_export] = ACTIONS(1267), - [anon_sym_STAR] = ACTIONS(1269), - [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_let] = ACTIONS(1267), - [anon_sym_LPAREN] = ACTIONS(1274), - [anon_sym_in] = ACTIONS(1222), - [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_COLON] = ACTIONS(1278), - [anon_sym_EQ] = ACTIONS(1227), - [anon_sym_LBRACK] = ACTIONS(1281), - [anon_sym_LT] = ACTIONS(1222), - [anon_sym_GT] = ACTIONS(1222), - [anon_sym_DOT] = ACTIONS(1222), - [anon_sym_DQUOTE] = ACTIONS(1284), - [anon_sym_SQUOTE] = ACTIONS(1286), - [anon_sym_async] = ACTIONS(1267), - [anon_sym_function] = ACTIONS(1288), - [anon_sym_EQ_GT] = ACTIONS(1290), - [sym_optional_chain] = ACTIONS(1222), - [anon_sym_PLUS_EQ] = ACTIONS(1292), - [anon_sym_DASH_EQ] = ACTIONS(1292), - [anon_sym_STAR_EQ] = ACTIONS(1292), - [anon_sym_SLASH_EQ] = ACTIONS(1292), - [anon_sym_PERCENT_EQ] = ACTIONS(1292), - [anon_sym_CARET_EQ] = ACTIONS(1292), - [anon_sym_AMP_EQ] = ACTIONS(1292), - [anon_sym_PIPE_EQ] = ACTIONS(1292), - [anon_sym_GT_GT_EQ] = ACTIONS(1292), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), - [anon_sym_LT_LT_EQ] = ACTIONS(1292), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), - [anon_sym_AMP_AMP] = ACTIONS(1222), - [anon_sym_PIPE_PIPE] = ACTIONS(1222), - [anon_sym_GT_GT] = ACTIONS(1222), - [anon_sym_GT_GT_GT] = ACTIONS(1222), - [anon_sym_LT_LT] = ACTIONS(1222), - [anon_sym_AMP] = ACTIONS(1222), - [anon_sym_CARET] = ACTIONS(1222), - [anon_sym_PIPE] = ACTIONS(1222), - [anon_sym_PLUS] = ACTIONS(1222), - [anon_sym_DASH] = ACTIONS(1222), - [anon_sym_SLASH] = ACTIONS(1222), - [anon_sym_PERCENT] = ACTIONS(1222), - [anon_sym_STAR_STAR] = ACTIONS(1222), - [anon_sym_LT_EQ] = ACTIONS(1222), - [anon_sym_EQ_EQ] = ACTIONS(1222), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), - [anon_sym_BANG_EQ] = ACTIONS(1222), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), - [anon_sym_GT_EQ] = ACTIONS(1222), - [anon_sym_QMARK_QMARK] = ACTIONS(1222), - [anon_sym_instanceof] = ACTIONS(1222), - [anon_sym_PLUS_PLUS] = ACTIONS(1222), - [anon_sym_DASH_DASH] = ACTIONS(1222), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1222), - [sym_number] = ACTIONS(1294), - [sym_private_property_identifier] = ACTIONS(1294), - [anon_sym_static] = ACTIONS(1267), - [anon_sym_get] = ACTIONS(1296), - [anon_sym_set] = ACTIONS(1296), - [sym__automatic_semicolon] = ACTIONS(1211), - [sym__ternary_qmark] = ACTIONS(1211), - [sym_html_comment] = ACTIONS(5), - }, - [432] = { - [sym_namespace_export] = STATE(2640), - [sym_export_clause] = STATE(1958), - [sym_declaration] = STATE(2612), - [sym_variable_declaration] = STATE(2609), - [sym_lexical_declaration] = STATE(2609), - [sym_class_declaration] = STATE(2609), - [sym_function_declaration] = STATE(2609), - [sym_generator_function_declaration] = STATE(2609), - [sym_comment] = STATE(432), - [sym_decorator] = STATE(2054), - [aux_sym_export_statement_repeat1] = STATE(2013), - [anon_sym_STAR] = ACTIONS(1316), - [anon_sym_default] = ACTIONS(1318), + [sym_decorator] = STATE(2071), + [aux_sym_export_statement_repeat1] = STATE(2014), + [anon_sym_STAR] = ACTIONS(1314), + [anon_sym_default] = ACTIONS(1316), [anon_sym_LBRACE] = ACTIONS(1209), [anon_sym_COMMA] = ACTIONS(1211), - [anon_sym_var] = ACTIONS(1320), - [anon_sym_let] = ACTIONS(1322), - [anon_sym_const] = ACTIONS(1322), + [anon_sym_var] = ACTIONS(1318), + [anon_sym_let] = ACTIONS(1320), + [anon_sym_const] = ACTIONS(1320), [anon_sym_LPAREN] = ACTIONS(1211), [anon_sym_in] = ACTIONS(1222), [anon_sym_SEMI] = ACTIONS(1211), - [anon_sym_COLON] = ACTIONS(1324), + [anon_sym_COLON] = ACTIONS(1322), [anon_sym_EQ] = ACTIONS(1257), [anon_sym_LBRACK] = ACTIONS(1211), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1211), - [anon_sym_class] = ACTIONS(1326), - [anon_sym_async] = ACTIONS(1328), - [anon_sym_function] = ACTIONS(1330), + [anon_sym_class] = ACTIONS(1324), + [anon_sym_async] = ACTIONS(1326), + [anon_sym_function] = ACTIONS(1328), [anon_sym_EQ_GT] = ACTIONS(1235), [sym_optional_chain] = ACTIONS(1211), [anon_sym_PLUS_EQ] = ACTIONS(1237), @@ -55648,97 +55455,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, - [433] = { - [sym_namespace_export] = STATE(2483), - [sym_export_clause] = STATE(2020), - [sym_declaration] = STATE(952), - [sym_variable_declaration] = STATE(939), - [sym_lexical_declaration] = STATE(939), - [sym_class_declaration] = STATE(939), - [sym_function_declaration] = STATE(939), - [sym_generator_function_declaration] = STATE(939), - [sym_comment] = STATE(433), - [sym_decorator] = STATE(2054), - [aux_sym_export_statement_repeat1] = STATE(2018), - [anon_sym_STAR] = ACTIONS(1205), - [anon_sym_default] = ACTIONS(1207), - [anon_sym_LBRACE] = ACTIONS(1209), - [anon_sym_COMMA] = ACTIONS(1211), - [anon_sym_var] = ACTIONS(1215), - [anon_sym_let] = ACTIONS(1217), - [anon_sym_const] = ACTIONS(1217), - [anon_sym_LPAREN] = ACTIONS(1211), - [anon_sym_in] = ACTIONS(1222), - [anon_sym_SEMI] = ACTIONS(1211), - [anon_sym_COLON] = ACTIONS(1332), - [anon_sym_EQ] = ACTIONS(1257), - [anon_sym_LBRACK] = ACTIONS(1211), - [anon_sym_LT] = ACTIONS(1222), - [anon_sym_GT] = ACTIONS(1222), - [anon_sym_DOT] = ACTIONS(1211), - [anon_sym_class] = ACTIONS(1229), - [anon_sym_async] = ACTIONS(1231), - [anon_sym_function] = ACTIONS(1233), - [anon_sym_EQ_GT] = ACTIONS(1235), - [sym_optional_chain] = ACTIONS(1211), - [anon_sym_PLUS_EQ] = ACTIONS(1237), - [anon_sym_DASH_EQ] = ACTIONS(1237), - [anon_sym_STAR_EQ] = ACTIONS(1237), - [anon_sym_SLASH_EQ] = ACTIONS(1237), - [anon_sym_PERCENT_EQ] = ACTIONS(1237), - [anon_sym_CARET_EQ] = ACTIONS(1237), - [anon_sym_AMP_EQ] = ACTIONS(1237), - [anon_sym_PIPE_EQ] = ACTIONS(1237), - [anon_sym_GT_GT_EQ] = ACTIONS(1237), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1237), - [anon_sym_LT_LT_EQ] = ACTIONS(1237), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1237), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1237), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1237), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1237), - [anon_sym_AMP_AMP] = ACTIONS(1222), - [anon_sym_PIPE_PIPE] = ACTIONS(1222), - [anon_sym_GT_GT] = ACTIONS(1222), - [anon_sym_GT_GT_GT] = ACTIONS(1222), - [anon_sym_LT_LT] = ACTIONS(1222), - [anon_sym_AMP] = ACTIONS(1222), - [anon_sym_CARET] = ACTIONS(1222), - [anon_sym_PIPE] = ACTIONS(1222), - [anon_sym_PLUS] = ACTIONS(1222), - [anon_sym_DASH] = ACTIONS(1222), - [anon_sym_SLASH] = ACTIONS(1222), - [anon_sym_PERCENT] = ACTIONS(1222), - [anon_sym_STAR_STAR] = ACTIONS(1222), - [anon_sym_LT_EQ] = ACTIONS(1211), - [anon_sym_EQ_EQ] = ACTIONS(1222), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1211), - [anon_sym_BANG_EQ] = ACTIONS(1222), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1211), - [anon_sym_GT_EQ] = ACTIONS(1211), - [anon_sym_QMARK_QMARK] = ACTIONS(1222), - [anon_sym_instanceof] = ACTIONS(1211), - [anon_sym_PLUS_PLUS] = ACTIONS(1211), - [anon_sym_DASH_DASH] = ACTIONS(1211), - [aux_sym_comment_token1] = ACTIONS(1239), - [anon_sym_BQUOTE] = ACTIONS(1211), - [anon_sym_AT] = ACTIONS(1241), - [sym__automatic_semicolon] = ACTIONS(1211), - [sym__ternary_qmark] = ACTIONS(1211), - [sym_html_comment] = ACTIONS(5), - }, - [434] = { - [sym_string] = STATE(2581), - [sym_comment] = STATE(434), - [sym_formal_parameters] = STATE(2760), - [sym__property_name] = STATE(2578), - [sym_computed_property_name] = STATE(2581), - [aux_sym_object_repeat1] = STATE(2118), - [aux_sym_object_pattern_repeat1] = STATE(2117), + [432] = { + [sym_string] = STATE(2576), + [sym_comment] = STATE(432), + [sym_formal_parameters] = STATE(2764), + [sym__property_name] = STATE(2580), + [sym_computed_property_name] = STATE(2576), + [aux_sym_object_repeat1] = STATE(2158), + [aux_sym_object_pattern_repeat1] = STATE(2116), [sym_identifier] = ACTIONS(1265), [anon_sym_export] = ACTIONS(1267), [anon_sym_STAR] = ACTIONS(1269), [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_RBRACE] = ACTIONS(1330), [anon_sym_let] = ACTIONS(1267), [anon_sym_LPAREN] = ACTIONS(1274), [anon_sym_in] = ACTIONS(1222), @@ -55804,37 +55533,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, - [435] = { - [sym_namespace_export] = STATE(2712), - [sym_export_clause] = STATE(1979), - [sym_declaration] = STATE(709), - [sym_variable_declaration] = STATE(706), - [sym_lexical_declaration] = STATE(706), - [sym_class_declaration] = STATE(706), - [sym_function_declaration] = STATE(706), - [sym_generator_function_declaration] = STATE(706), - [sym_comment] = STATE(435), - [sym_decorator] = STATE(2054), - [aux_sym_export_statement_repeat1] = STATE(1953), - [anon_sym_STAR] = ACTIONS(1336), - [anon_sym_default] = ACTIONS(1338), + [433] = { + [sym_namespace_export] = STATE(2415), + [sym_export_clause] = STATE(2016), + [sym_declaration] = STATE(929), + [sym_variable_declaration] = STATE(981), + [sym_lexical_declaration] = STATE(981), + [sym_class_declaration] = STATE(981), + [sym_function_declaration] = STATE(981), + [sym_generator_function_declaration] = STATE(981), + [sym_comment] = STATE(433), + [sym_decorator] = STATE(2071), + [aux_sym_export_statement_repeat1] = STATE(2015), + [anon_sym_STAR] = ACTIONS(1205), + [anon_sym_default] = ACTIONS(1207), [anon_sym_LBRACE] = ACTIONS(1209), [anon_sym_COMMA] = ACTIONS(1211), - [anon_sym_var] = ACTIONS(1340), - [anon_sym_let] = ACTIONS(1342), - [anon_sym_const] = ACTIONS(1342), + [anon_sym_var] = ACTIONS(1215), + [anon_sym_let] = ACTIONS(1217), + [anon_sym_const] = ACTIONS(1217), [anon_sym_LPAREN] = ACTIONS(1211), [anon_sym_in] = ACTIONS(1222), [anon_sym_SEMI] = ACTIONS(1211), - [anon_sym_COLON] = ACTIONS(1344), + [anon_sym_COLON] = ACTIONS(1332), [anon_sym_EQ] = ACTIONS(1257), [anon_sym_LBRACK] = ACTIONS(1211), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1211), - [anon_sym_class] = ACTIONS(1346), - [anon_sym_async] = ACTIONS(1348), - [anon_sym_function] = ACTIONS(1350), + [anon_sym_class] = ACTIONS(1229), + [anon_sym_async] = ACTIONS(1231), + [anon_sym_function] = ACTIONS(1233), [anon_sym_EQ_GT] = ACTIONS(1235), [sym_optional_chain] = ACTIONS(1211), [anon_sym_PLUS_EQ] = ACTIONS(1237), @@ -55882,96 +55611,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, - [436] = { - [sym_string] = STATE(2581), - [sym_comment] = STATE(436), - [sym__property_name] = STATE(2578), - [sym_computed_property_name] = STATE(2581), - [aux_sym_object_repeat1] = STATE(2078), - [aux_sym_object_pattern_repeat1] = STATE(2117), - [sym_identifier] = ACTIONS(1352), - [anon_sym_export] = ACTIONS(1352), - [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1272), - [anon_sym_let] = ACTIONS(1352), - [anon_sym_LPAREN] = ACTIONS(1354), - [anon_sym_in] = ACTIONS(1222), - [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_COLON] = ACTIONS(1278), - [anon_sym_EQ] = ACTIONS(1227), - [anon_sym_LBRACK] = ACTIONS(1281), - [anon_sym_LT] = ACTIONS(1222), - [anon_sym_GT] = ACTIONS(1222), - [anon_sym_DOT] = ACTIONS(1222), - [anon_sym_DQUOTE] = ACTIONS(1284), - [anon_sym_SQUOTE] = ACTIONS(1286), - [anon_sym_async] = ACTIONS(1352), - [anon_sym_EQ_GT] = ACTIONS(1290), - [sym_optional_chain] = ACTIONS(1222), - [anon_sym_PLUS_EQ] = ACTIONS(1292), - [anon_sym_DASH_EQ] = ACTIONS(1292), - [anon_sym_STAR_EQ] = ACTIONS(1292), - [anon_sym_SLASH_EQ] = ACTIONS(1292), - [anon_sym_PERCENT_EQ] = ACTIONS(1292), - [anon_sym_CARET_EQ] = ACTIONS(1292), - [anon_sym_AMP_EQ] = ACTIONS(1292), - [anon_sym_PIPE_EQ] = ACTIONS(1292), - [anon_sym_GT_GT_EQ] = ACTIONS(1292), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), - [anon_sym_LT_LT_EQ] = ACTIONS(1292), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), - [anon_sym_AMP_AMP] = ACTIONS(1222), - [anon_sym_PIPE_PIPE] = ACTIONS(1222), - [anon_sym_GT_GT] = ACTIONS(1222), - [anon_sym_GT_GT_GT] = ACTIONS(1222), - [anon_sym_LT_LT] = ACTIONS(1222), - [anon_sym_AMP] = ACTIONS(1222), - [anon_sym_CARET] = ACTIONS(1222), - [anon_sym_PIPE] = ACTIONS(1222), - [anon_sym_PLUS] = ACTIONS(1222), - [anon_sym_DASH] = ACTIONS(1222), - [anon_sym_SLASH] = ACTIONS(1222), - [anon_sym_PERCENT] = ACTIONS(1222), - [anon_sym_STAR_STAR] = ACTIONS(1222), - [anon_sym_LT_EQ] = ACTIONS(1222), - [anon_sym_EQ_EQ] = ACTIONS(1222), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), - [anon_sym_BANG_EQ] = ACTIONS(1222), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), - [anon_sym_GT_EQ] = ACTIONS(1222), - [anon_sym_QMARK_QMARK] = ACTIONS(1222), - [anon_sym_instanceof] = ACTIONS(1222), - [anon_sym_PLUS_PLUS] = ACTIONS(1222), - [anon_sym_DASH_DASH] = ACTIONS(1222), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1222), - [sym_number] = ACTIONS(1294), - [sym_private_property_identifier] = ACTIONS(1294), - [anon_sym_static] = ACTIONS(1352), - [anon_sym_get] = ACTIONS(1352), - [anon_sym_set] = ACTIONS(1352), - [sym__automatic_semicolon] = ACTIONS(1211), - [sym__ternary_qmark] = ACTIONS(1211), - [sym_html_comment] = ACTIONS(5), - }, - [437] = { - [sym_string] = STATE(2581), - [sym_comment] = STATE(437), - [sym__property_name] = STATE(2578), - [sym_computed_property_name] = STATE(2581), - [aux_sym_object_repeat1] = STATE(2078), - [aux_sym_object_pattern_repeat1] = STATE(2117), - [sym_identifier] = ACTIONS(1352), - [anon_sym_export] = ACTIONS(1352), + [434] = { + [sym_string] = STATE(2576), + [sym_comment] = STATE(434), + [sym_formal_parameters] = STATE(2764), + [sym__property_name] = STATE(2580), + [sym_computed_property_name] = STATE(2576), + [aux_sym_object_repeat1] = STATE(2115), + [aux_sym_object_pattern_repeat1] = STATE(2116), + [sym_identifier] = ACTIONS(1265), + [anon_sym_export] = ACTIONS(1267), [anon_sym_STAR] = ACTIONS(1269), [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1272), - [anon_sym_let] = ACTIONS(1352), - [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_let] = ACTIONS(1267), + [anon_sym_LPAREN] = ACTIONS(1274), [anon_sym_in] = ACTIONS(1222), [anon_sym_SEMI] = ACTIONS(1222), [anon_sym_COLON] = ACTIONS(1278), @@ -55982,7 +55636,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(1222), [anon_sym_DQUOTE] = ACTIONS(1284), [anon_sym_SQUOTE] = ACTIONS(1286), - [anon_sym_async] = ACTIONS(1357), + [anon_sym_async] = ACTIONS(1267), + [anon_sym_function] = ACTIONS(1288), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_get] = ACTIONS(1296), + [anon_sym_set] = ACTIONS(1296), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [435] = { + [sym_namespace_export] = STATE(2717), + [sym_export_clause] = STATE(1967), + [sym_declaration] = STATE(887), + [sym_variable_declaration] = STATE(885), + [sym_lexical_declaration] = STATE(885), + [sym_class_declaration] = STATE(885), + [sym_function_declaration] = STATE(885), + [sym_generator_function_declaration] = STATE(885), + [sym_comment] = STATE(435), + [sym_decorator] = STATE(2071), + [aux_sym_export_statement_repeat1] = STATE(2034), + [anon_sym_STAR] = ACTIONS(1336), + [anon_sym_default] = ACTIONS(1338), + [anon_sym_LBRACE] = ACTIONS(1209), + [anon_sym_COMMA] = ACTIONS(1211), + [anon_sym_var] = ACTIONS(1340), + [anon_sym_let] = ACTIONS(1342), + [anon_sym_const] = ACTIONS(1342), + [anon_sym_LPAREN] = ACTIONS(1211), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1211), + [anon_sym_COLON] = ACTIONS(1344), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1211), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1211), + [anon_sym_class] = ACTIONS(1346), + [anon_sym_async] = ACTIONS(1348), + [anon_sym_function] = ACTIONS(1350), + [anon_sym_EQ_GT] = ACTIONS(1235), + [sym_optional_chain] = ACTIONS(1211), + [anon_sym_PLUS_EQ] = ACTIONS(1237), + [anon_sym_DASH_EQ] = ACTIONS(1237), + [anon_sym_STAR_EQ] = ACTIONS(1237), + [anon_sym_SLASH_EQ] = ACTIONS(1237), + [anon_sym_PERCENT_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1237), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1211), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1211), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1211), + [anon_sym_GT_EQ] = ACTIONS(1211), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1211), + [anon_sym_PLUS_PLUS] = ACTIONS(1211), + [anon_sym_DASH_DASH] = ACTIONS(1211), + [aux_sym_comment_token1] = ACTIONS(1239), + [anon_sym_BQUOTE] = ACTIONS(1211), + [anon_sym_AT] = ACTIONS(1241), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [436] = { + [sym_string] = STATE(2576), + [sym_comment] = STATE(436), + [sym__property_name] = STATE(2580), + [sym_computed_property_name] = STATE(2576), + [aux_sym_object_repeat1] = STATE(2158), + [aux_sym_object_pattern_repeat1] = STATE(2116), + [sym_identifier] = ACTIONS(1352), + [anon_sym_export] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1330), + [anon_sym_let] = ACTIONS(1352), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1352), [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), @@ -56028,24 +55837,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_number] = ACTIONS(1294), [sym_private_property_identifier] = ACTIONS(1294), [anon_sym_static] = ACTIONS(1352), - [anon_sym_get] = ACTIONS(1359), - [anon_sym_set] = ACTIONS(1359), + [anon_sym_get] = ACTIONS(1352), + [anon_sym_set] = ACTIONS(1352), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [437] = { + [sym_string] = STATE(2576), + [sym_comment] = STATE(437), + [sym__property_name] = STATE(2580), + [sym_computed_property_name] = STATE(2576), + [aux_sym_object_repeat1] = STATE(2115), + [aux_sym_object_pattern_repeat1] = STATE(2116), + [sym_identifier] = ACTIONS(1352), + [anon_sym_export] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_let] = ACTIONS(1352), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1352), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_get] = ACTIONS(1352), + [anon_sym_set] = ACTIONS(1352), [sym__automatic_semicolon] = ACTIONS(1211), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [438] = { - [sym_string] = STATE(2581), + [sym_string] = STATE(2576), [sym_comment] = STATE(438), - [sym__property_name] = STATE(2578), - [sym_computed_property_name] = STATE(2581), - [aux_sym_object_repeat1] = STATE(2078), - [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym__property_name] = STATE(2580), + [sym_computed_property_name] = STATE(2576), + [aux_sym_object_repeat1] = STATE(2158), + [aux_sym_object_pattern_repeat1] = STATE(2116), [sym_identifier] = ACTIONS(1352), [anon_sym_export] = ACTIONS(1352), [anon_sym_STAR] = ACTIONS(1269), [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1314), + [anon_sym_RBRACE] = ACTIONS(1272), [anon_sym_let] = ACTIONS(1352), [anon_sym_LPAREN] = ACTIONS(1354), [anon_sym_in] = ACTIONS(1222), @@ -56111,17 +55996,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [439] = { - [sym_string] = STATE(2581), + [sym_string] = STATE(2576), [sym_comment] = STATE(439), - [sym__property_name] = STATE(2578), - [sym_computed_property_name] = STATE(2581), - [aux_sym_object_repeat1] = STATE(2118), - [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym__property_name] = STATE(2580), + [sym_computed_property_name] = STATE(2576), + [aux_sym_object_repeat1] = STATE(2158), + [aux_sym_object_pattern_repeat1] = STATE(2116), [sym_identifier] = ACTIONS(1352), [anon_sym_export] = ACTIONS(1352), [anon_sym_STAR] = ACTIONS(1222), [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_RBRACE] = ACTIONS(1272), [anon_sym_let] = ACTIONS(1352), [anon_sym_LPAREN] = ACTIONS(1354), [anon_sym_in] = ACTIONS(1222), @@ -56187,12 +56072,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [440] = { - [sym_string] = STATE(2581), + [sym_string] = STATE(2576), [sym_comment] = STATE(440), - [sym__property_name] = STATE(2578), - [sym_computed_property_name] = STATE(2581), - [aux_sym_object_repeat1] = STATE(2118), - [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym__property_name] = STATE(2580), + [sym_computed_property_name] = STATE(2576), + [aux_sym_object_repeat1] = STATE(2115), + [aux_sym_object_pattern_repeat1] = STATE(2116), [sym_identifier] = ACTIONS(1352), [anon_sym_export] = ACTIONS(1352), [anon_sym_STAR] = ACTIONS(1269), @@ -56263,17 +56148,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [441] = { - [sym_string] = STATE(2581), + [sym_string] = STATE(2576), [sym_comment] = STATE(441), - [sym__property_name] = STATE(2578), - [sym_computed_property_name] = STATE(2581), - [aux_sym_object_repeat1] = STATE(2078), - [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym__property_name] = STATE(2580), + [sym_computed_property_name] = STATE(2576), + [aux_sym_object_repeat1] = STATE(2158), + [aux_sym_object_pattern_repeat1] = STATE(2116), [sym_identifier] = ACTIONS(1352), [anon_sym_export] = ACTIONS(1352), - [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(1269), [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1314), + [anon_sym_RBRACE] = ACTIONS(1330), [anon_sym_let] = ACTIONS(1352), [anon_sym_LPAREN] = ACTIONS(1354), [anon_sym_in] = ACTIONS(1222), @@ -56286,7 +56171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(1222), [anon_sym_DQUOTE] = ACTIONS(1284), [anon_sym_SQUOTE] = ACTIONS(1286), - [anon_sym_async] = ACTIONS(1352), + [anon_sym_async] = ACTIONS(1357), [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), @@ -56332,15 +56217,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_number] = ACTIONS(1294), [sym_private_property_identifier] = ACTIONS(1294), [anon_sym_static] = ACTIONS(1352), - [anon_sym_get] = ACTIONS(1352), - [anon_sym_set] = ACTIONS(1352), + [anon_sym_get] = ACTIONS(1359), + [anon_sym_set] = ACTIONS(1359), [sym__automatic_semicolon] = ACTIONS(1211), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [442] = { [sym_comment] = STATE(442), - [sym_formal_parameters] = STATE(2790), + [sym_formal_parameters] = STATE(2862), [sym_identifier] = ACTIONS(1361), [anon_sym_export] = ACTIONS(1363), [anon_sym_STAR] = ACTIONS(1222), @@ -56409,7 +56294,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [443] = { [sym_comment] = STATE(443), - [sym_formal_parameters] = STATE(2790), + [sym_formal_parameters] = STATE(2862), [sym_identifier] = ACTIONS(1361), [anon_sym_export] = ACTIONS(1363), [anon_sym_STAR] = ACTIONS(1222), @@ -56478,7 +56363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [444] = { [sym_comment] = STATE(444), - [sym_formal_parameters] = STATE(2760), + [sym_formal_parameters] = STATE(2764), [sym_identifier] = ACTIONS(1376), [anon_sym_export] = ACTIONS(1378), [anon_sym_STAR] = ACTIONS(1222), @@ -56545,26 +56430,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [445] = { + [sym_variable_declarator] = STATE(1998), + [sym_object_pattern] = STATE(1828), + [sym_array_pattern] = STATE(1828), + [sym__destructuring_pattern] = STATE(1850), [sym_comment] = STATE(445), - [sym_formal_parameters] = STATE(2851), + [aux_sym_object_repeat1] = STATE(2115), + [aux_sym_object_pattern_repeat1] = STATE(2116), [sym_identifier] = ACTIONS(1384), - [anon_sym_export] = ACTIONS(1386), [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_COMMA] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1388), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1365), - [anon_sym_RPAREN] = ACTIONS(1388), + [anon_sym_LBRACE] = ACTIONS(1386), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_LPAREN] = ACTIONS(1354), [anon_sym_in] = ACTIONS(1222), - [anon_sym_EQ] = ACTIONS(1368), - [anon_sym_LBRACK] = ACTIONS(1222), - [anon_sym_RBRACK] = ACTIONS(1388), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), - [anon_sym_async] = ACTIONS(1386), - [anon_sym_function] = ACTIONS(1370), - [anon_sym_EQ_GT] = ACTIONS(1390), + [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), [anon_sym_DASH_EQ] = ACTIONS(1292), @@ -56606,83 +56493,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(1222), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_get] = ACTIONS(1386), - [anon_sym_set] = ACTIONS(1386), + [sym__automatic_semicolon] = ACTIONS(1211), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [446] = { - [sym_catch_clause] = STATE(476), - [sym_finally_clause] = STATE(642), [sym_comment] = STATE(446), - [sym_identifier] = ACTIONS(1392), - [anon_sym_export] = ACTIONS(1392), - [anon_sym_default] = ACTIONS(1392), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_RBRACE] = ACTIONS(1392), - [anon_sym_import] = ACTIONS(1392), - [anon_sym_with] = ACTIONS(1392), - [anon_sym_var] = ACTIONS(1392), - [anon_sym_let] = ACTIONS(1392), - [anon_sym_const] = ACTIONS(1392), - [anon_sym_else] = ACTIONS(1392), - [anon_sym_if] = ACTIONS(1392), - [anon_sym_switch] = ACTIONS(1392), - [anon_sym_for] = ACTIONS(1392), - [anon_sym_LPAREN] = ACTIONS(1392), - [anon_sym_await] = ACTIONS(1392), - [anon_sym_while] = ACTIONS(1392), - [anon_sym_do] = ACTIONS(1392), - [anon_sym_try] = ACTIONS(1392), - [anon_sym_break] = ACTIONS(1392), - [anon_sym_continue] = ACTIONS(1392), - [anon_sym_debugger] = ACTIONS(1392), - [anon_sym_return] = ACTIONS(1392), - [anon_sym_throw] = ACTIONS(1392), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym_case] = ACTIONS(1392), - [anon_sym_catch] = ACTIONS(1394), - [anon_sym_finally] = ACTIONS(1396), - [anon_sym_yield] = ACTIONS(1392), - [anon_sym_LBRACK] = ACTIONS(1392), - [anon_sym_LTtemplate_GT] = ACTIONS(1392), - [anon_sym_LT] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_class] = ACTIONS(1392), - [anon_sym_async] = ACTIONS(1392), - [anon_sym_function] = ACTIONS(1392), - [anon_sym_new] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1392), - [anon_sym_SLASH] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_typeof] = ACTIONS(1392), - [anon_sym_void] = ACTIONS(1392), - [anon_sym_delete] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1392), - [sym_number] = ACTIONS(1392), - [sym_private_property_identifier] = ACTIONS(1392), - [sym_this] = ACTIONS(1392), - [sym_super] = ACTIONS(1392), - [sym_true] = ACTIONS(1392), - [sym_false] = ACTIONS(1392), - [sym_null] = ACTIONS(1392), - [sym_undefined] = ACTIONS(1392), - [anon_sym_AT] = ACTIONS(1392), - [anon_sym_static] = ACTIONS(1392), - [anon_sym_get] = ACTIONS(1392), - [anon_sym_set] = ACTIONS(1392), - [sym_html_comment] = ACTIONS(5), - }, - [447] = { - [sym_comment] = STATE(447), - [sym_formal_parameters] = STATE(2760), + [sym_formal_parameters] = STATE(2764), [sym_identifier] = ACTIONS(1376), [anon_sym_export] = ACTIONS(1378), [anon_sym_STAR] = ACTIONS(1222), @@ -56691,14 +56508,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(1365), [anon_sym_in] = ACTIONS(1222), [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_COLON] = ACTIONS(1398), + [anon_sym_COLON] = ACTIONS(1390), [anon_sym_EQ] = ACTIONS(1257), [anon_sym_LBRACK] = ACTIONS(1222), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), [anon_sym_async] = ACTIONS(1378), - [anon_sym_function] = ACTIONS(1288), + [anon_sym_function] = ACTIONS(1392), [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), @@ -56748,27 +56565,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, - [448] = { - [sym_comment] = STATE(448), - [sym_formal_parameters] = STATE(2790), - [sym_identifier] = ACTIONS(1361), - [anon_sym_export] = ACTIONS(1363), + [447] = { + [sym_comment] = STATE(447), + [sym_formal_parameters] = STATE(2764), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_COMMA] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1363), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1378), [anon_sym_LPAREN] = ACTIONS(1365), - [anon_sym_RPAREN] = ACTIONS(1400), [anon_sym_in] = ACTIONS(1222), - [anon_sym_EQ] = ACTIONS(1403), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1257), [anon_sym_LBRACK] = ACTIONS(1222), - [anon_sym_RBRACK] = ACTIONS(1400), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), - [anon_sym_async] = ACTIONS(1363), - [anon_sym_function] = ACTIONS(1370), - [anon_sym_EQ_GT] = ACTIONS(1372), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1394), + [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), [anon_sym_DASH_EQ] = ACTIONS(1292), @@ -56810,23 +56626,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(1222), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1363), - [anon_sym_get] = ACTIONS(1363), - [anon_sym_set] = ACTIONS(1363), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), + [sym__automatic_semicolon] = ACTIONS(1211), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, - [449] = { - [sym_variable_declarator] = STATE(1950), - [sym_object_pattern] = STATE(1805), - [sym_array_pattern] = STATE(1805), - [sym__destructuring_pattern] = STATE(1874), - [sym_comment] = STATE(449), - [aux_sym_object_repeat1] = STATE(2078), - [aux_sym_object_pattern_repeat1] = STATE(2117), - [sym_identifier] = ACTIONS(1406), + [448] = { + [sym_variable_declarator] = STATE(1998), + [sym_object_pattern] = STATE(1828), + [sym_array_pattern] = STATE(1828), + [sym__destructuring_pattern] = STATE(1850), + [sym_comment] = STATE(448), + [aux_sym_object_repeat1] = STATE(2158), + [aux_sym_object_pattern_repeat1] = STATE(2116), + [sym_identifier] = ACTIONS(1384), [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_LBRACE] = ACTIONS(1386), [anon_sym_COMMA] = ACTIONS(1222), [anon_sym_RBRACE] = ACTIONS(1272), [anon_sym_LPAREN] = ACTIONS(1354), @@ -56834,7 +56651,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(1222), [anon_sym_COLON] = ACTIONS(1278), [anon_sym_EQ] = ACTIONS(1227), - [anon_sym_LBRACK] = ACTIONS(1410), + [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), @@ -56884,14 +56701,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, + [449] = { + [sym_catch_clause] = STATE(477), + [sym_finally_clause] = STATE(637), + [sym_comment] = STATE(449), + [sym_identifier] = ACTIONS(1396), + [anon_sym_export] = ACTIONS(1396), + [anon_sym_default] = ACTIONS(1396), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_RBRACE] = ACTIONS(1396), + [anon_sym_import] = ACTIONS(1396), + [anon_sym_with] = ACTIONS(1396), + [anon_sym_var] = ACTIONS(1396), + [anon_sym_let] = ACTIONS(1396), + [anon_sym_const] = ACTIONS(1396), + [anon_sym_else] = ACTIONS(1396), + [anon_sym_if] = ACTIONS(1396), + [anon_sym_switch] = ACTIONS(1396), + [anon_sym_for] = ACTIONS(1396), + [anon_sym_LPAREN] = ACTIONS(1396), + [anon_sym_await] = ACTIONS(1396), + [anon_sym_while] = ACTIONS(1396), + [anon_sym_do] = ACTIONS(1396), + [anon_sym_try] = ACTIONS(1396), + [anon_sym_break] = ACTIONS(1396), + [anon_sym_continue] = ACTIONS(1396), + [anon_sym_debugger] = ACTIONS(1396), + [anon_sym_return] = ACTIONS(1396), + [anon_sym_throw] = ACTIONS(1396), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_case] = ACTIONS(1396), + [anon_sym_catch] = ACTIONS(1398), + [anon_sym_finally] = ACTIONS(1400), + [anon_sym_yield] = ACTIONS(1396), + [anon_sym_LBRACK] = ACTIONS(1396), + [anon_sym_LTtemplate_GT] = ACTIONS(1396), + [anon_sym_LT] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_class] = ACTIONS(1396), + [anon_sym_async] = ACTIONS(1396), + [anon_sym_function] = ACTIONS(1396), + [anon_sym_new] = ACTIONS(1396), + [anon_sym_PLUS] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1396), + [anon_sym_SLASH] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_typeof] = ACTIONS(1396), + [anon_sym_void] = ACTIONS(1396), + [anon_sym_delete] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1396), + [sym_number] = ACTIONS(1396), + [sym_private_property_identifier] = ACTIONS(1396), + [sym_this] = ACTIONS(1396), + [sym_super] = ACTIONS(1396), + [sym_true] = ACTIONS(1396), + [sym_false] = ACTIONS(1396), + [sym_null] = ACTIONS(1396), + [sym_undefined] = ACTIONS(1396), + [anon_sym_AT] = ACTIONS(1396), + [anon_sym_static] = ACTIONS(1396), + [anon_sym_get] = ACTIONS(1396), + [anon_sym_set] = ACTIONS(1396), + [sym_html_comment] = ACTIONS(5), + }, [450] = { [sym_comment] = STATE(450), - [sym_formal_parameters] = STATE(2826), - [sym_identifier] = ACTIONS(1412), - [anon_sym_export] = ACTIONS(1414), + [sym_formal_parameters] = STATE(2808), + [sym_identifier] = ACTIONS(1402), + [anon_sym_export] = ACTIONS(1404), [anon_sym_STAR] = ACTIONS(1222), [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_let] = ACTIONS(1414), + [anon_sym_let] = ACTIONS(1404), [anon_sym_LPAREN] = ACTIONS(1365), [anon_sym_in] = ACTIONS(1222), [anon_sym_of] = ACTIONS(1222), @@ -56901,9 +56786,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), - [anon_sym_async] = ACTIONS(1414), - [anon_sym_function] = ACTIONS(1416), - [anon_sym_EQ_GT] = ACTIONS(1418), + [anon_sym_async] = ACTIONS(1404), + [anon_sym_function] = ACTIONS(1394), + [anon_sym_EQ_GT] = ACTIONS(1406), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), [anon_sym_DASH_EQ] = ACTIONS(1292), @@ -56945,33 +56830,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(1222), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1414), - [anon_sym_get] = ACTIONS(1414), - [anon_sym_set] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1404), + [anon_sym_get] = ACTIONS(1404), + [anon_sym_set] = ACTIONS(1404), [sym__automatic_semicolon] = ACTIONS(1211), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [451] = { [sym_comment] = STATE(451), - [sym_formal_parameters] = STATE(2760), - [sym_identifier] = ACTIONS(1376), - [anon_sym_export] = ACTIONS(1378), + [sym_formal_parameters] = STATE(2851), + [sym_identifier] = ACTIONS(1408), + [anon_sym_export] = ACTIONS(1410), [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_let] = ACTIONS(1378), + [anon_sym_COMMA] = ACTIONS(1412), + [anon_sym_RBRACE] = ACTIONS(1412), + [anon_sym_let] = ACTIONS(1410), [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_RPAREN] = ACTIONS(1412), [anon_sym_in] = ACTIONS(1222), - [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_COLON] = ACTIONS(1420), - [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_EQ] = ACTIONS(1368), [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1412), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), - [anon_sym_async] = ACTIONS(1378), - [anon_sym_function] = ACTIONS(1422), - [anon_sym_EQ_GT] = ACTIONS(1290), + [anon_sym_async] = ACTIONS(1410), + [anon_sym_function] = ACTIONS(1370), + [anon_sym_EQ_GT] = ACTIONS(1414), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), [anon_sym_DASH_EQ] = ACTIONS(1292), @@ -57013,34 +56899,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(1222), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_get] = ACTIONS(1378), - [anon_sym_set] = ACTIONS(1378), - [sym__automatic_semicolon] = ACTIONS(1211), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_get] = ACTIONS(1410), + [anon_sym_set] = ACTIONS(1410), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [452] = { + [sym_variable_declarator] = STATE(1998), + [sym_object_pattern] = STATE(1828), + [sym_array_pattern] = STATE(1828), + [sym__destructuring_pattern] = STATE(1850), [sym_comment] = STATE(452), - [sym_formal_parameters] = STATE(2851), + [aux_sym_object_repeat1] = STATE(2158), + [aux_sym_object_pattern_repeat1] = STATE(2116), [sym_identifier] = ACTIONS(1384), - [anon_sym_export] = ACTIONS(1386), [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_COMMA] = ACTIONS(1424), - [anon_sym_RBRACE] = ACTIONS(1424), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1365), - [anon_sym_RPAREN] = ACTIONS(1424), + [anon_sym_LBRACE] = ACTIONS(1386), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1330), + [anon_sym_LPAREN] = ACTIONS(1354), [anon_sym_in] = ACTIONS(1222), - [anon_sym_EQ] = ACTIONS(1426), - [anon_sym_LBRACK] = ACTIONS(1222), - [anon_sym_RBRACK] = ACTIONS(1424), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), - [anon_sym_async] = ACTIONS(1386), - [anon_sym_function] = ACTIONS(1370), - [anon_sym_EQ_GT] = ACTIONS(1390), + [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), [anon_sym_DASH_EQ] = ACTIONS(1292), @@ -57082,32 +56969,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(1222), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_get] = ACTIONS(1386), - [anon_sym_set] = ACTIONS(1386), + [sym__automatic_semicolon] = ACTIONS(1211), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [453] = { [sym_comment] = STATE(453), - [sym_formal_parameters] = STATE(2826), - [sym_identifier] = ACTIONS(1412), - [anon_sym_export] = ACTIONS(1414), + [sym_formal_parameters] = STATE(2808), + [sym_identifier] = ACTIONS(1402), + [anon_sym_export] = ACTIONS(1404), [anon_sym_STAR] = ACTIONS(1222), [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_let] = ACTIONS(1414), + [anon_sym_let] = ACTIONS(1404), [anon_sym_LPAREN] = ACTIONS(1365), [anon_sym_in] = ACTIONS(1222), [anon_sym_of] = ACTIONS(1222), [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_EQ] = ACTIONS(1429), + [anon_sym_EQ] = ACTIONS(1416), [anon_sym_LBRACK] = ACTIONS(1222), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), - [anon_sym_async] = ACTIONS(1414), - [anon_sym_function] = ACTIONS(1416), - [anon_sym_EQ_GT] = ACTIONS(1418), + [anon_sym_async] = ACTIONS(1404), + [anon_sym_function] = ACTIONS(1394), + [anon_sym_EQ_GT] = ACTIONS(1406), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), [anon_sym_DASH_EQ] = ACTIONS(1292), @@ -57149,16 +57034,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(1222), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1414), - [anon_sym_get] = ACTIONS(1414), - [anon_sym_set] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1404), + [anon_sym_get] = ACTIONS(1404), + [anon_sym_set] = ACTIONS(1404), [sym__automatic_semicolon] = ACTIONS(1211), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [454] = { [sym_comment] = STATE(454), - [sym_formal_parameters] = STATE(2760), + [sym_formal_parameters] = STATE(2764), [sym_identifier] = ACTIONS(1376), [anon_sym_export] = ACTIONS(1378), [anon_sym_STAR] = ACTIONS(1222), @@ -57167,14 +57052,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(1365), [anon_sym_in] = ACTIONS(1222), [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_COLON] = ACTIONS(1431), + [anon_sym_COLON] = ACTIONS(1418), [anon_sym_EQ] = ACTIONS(1257), [anon_sym_LBRACK] = ACTIONS(1222), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), [anon_sym_async] = ACTIONS(1378), - [anon_sym_function] = ACTIONS(1433), + [anon_sym_function] = ACTIONS(1420), [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), @@ -57225,27 +57110,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [455] = { - [sym_variable_declarator] = STATE(1950), - [sym_object_pattern] = STATE(1805), - [sym_array_pattern] = STATE(1805), - [sym__destructuring_pattern] = STATE(1874), [sym_comment] = STATE(455), - [aux_sym_object_repeat1] = STATE(2078), - [aux_sym_object_pattern_repeat1] = STATE(2117), - [sym_identifier] = ACTIONS(1406), + [sym_formal_parameters] = STATE(2764), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_LBRACE] = ACTIONS(1408), [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_LPAREN] = ACTIONS(1354), - [anon_sym_in] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1378), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_of] = ACTIONS(1425), [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_COLON] = ACTIONS(1278), - [anon_sym_EQ] = ACTIONS(1227), - [anon_sym_LBRACK] = ACTIONS(1410), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1222), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1394), [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), @@ -57288,30 +57170,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(1222), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), [sym__automatic_semicolon] = ACTIONS(1211), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [456] = { [sym_comment] = STATE(456), - [sym_formal_parameters] = STATE(2760), - [sym_identifier] = ACTIONS(1376), - [anon_sym_export] = ACTIONS(1378), + [sym_formal_parameters] = STATE(2862), + [sym_identifier] = ACTIONS(1361), + [anon_sym_export] = ACTIONS(1363), [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1222), - [anon_sym_let] = ACTIONS(1378), + [anon_sym_COMMA] = ACTIONS(1427), + [anon_sym_RBRACE] = ACTIONS(1427), + [anon_sym_let] = ACTIONS(1363), [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_RPAREN] = ACTIONS(1427), [anon_sym_in] = ACTIONS(1222), - [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_EQ] = ACTIONS(1368), + [anon_sym_EQ] = ACTIONS(1430), [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1427), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), - [anon_sym_async] = ACTIONS(1378), - [anon_sym_function] = ACTIONS(1416), - [anon_sym_EQ_GT] = ACTIONS(1290), + [anon_sym_async] = ACTIONS(1363), + [anon_sym_function] = ACTIONS(1370), + [anon_sym_EQ_GT] = ACTIONS(1372), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), [anon_sym_DASH_EQ] = ACTIONS(1292), @@ -57353,33 +57239,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(1222), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_get] = ACTIONS(1378), - [anon_sym_set] = ACTIONS(1378), - [sym__automatic_semicolon] = ACTIONS(1211), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(1363), + [anon_sym_set] = ACTIONS(1363), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [457] = { [sym_comment] = STATE(457), - [sym_formal_parameters] = STATE(2760), - [sym_identifier] = ACTIONS(1376), - [anon_sym_export] = ACTIONS(1378), + [sym_formal_parameters] = STATE(2851), + [sym_identifier] = ACTIONS(1408), + [anon_sym_export] = ACTIONS(1410), [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_let] = ACTIONS(1378), + [anon_sym_COMMA] = ACTIONS(1433), + [anon_sym_RBRACE] = ACTIONS(1433), + [anon_sym_let] = ACTIONS(1410), [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_RPAREN] = ACTIONS(1433), [anon_sym_in] = ACTIONS(1222), - [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_COLON] = ACTIONS(1435), - [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_EQ] = ACTIONS(1435), [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1433), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), - [anon_sym_async] = ACTIONS(1378), - [anon_sym_function] = ACTIONS(1437), - [anon_sym_EQ_GT] = ACTIONS(1290), + [anon_sym_async] = ACTIONS(1410), + [anon_sym_function] = ACTIONS(1370), + [anon_sym_EQ_GT] = ACTIONS(1414), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), [anon_sym_DASH_EQ] = ACTIONS(1292), @@ -57421,32 +57307,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(1222), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_get] = ACTIONS(1378), - [anon_sym_set] = ACTIONS(1378), - [sym__automatic_semicolon] = ACTIONS(1211), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_get] = ACTIONS(1410), + [anon_sym_set] = ACTIONS(1410), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [458] = { [sym_comment] = STATE(458), - [sym_formal_parameters] = STATE(2760), + [sym_formal_parameters] = STATE(2764), [sym_identifier] = ACTIONS(1376), [anon_sym_export] = ACTIONS(1378), [anon_sym_STAR] = ACTIONS(1222), [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1222), [anon_sym_let] = ACTIONS(1378), [anon_sym_LPAREN] = ACTIONS(1365), - [anon_sym_in] = ACTIONS(1439), - [anon_sym_of] = ACTIONS(1442), + [anon_sym_in] = ACTIONS(1222), [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_EQ] = ACTIONS(1368), [anon_sym_LBRACK] = ACTIONS(1222), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), [anon_sym_async] = ACTIONS(1378), - [anon_sym_function] = ACTIONS(1416), + [anon_sym_function] = ACTIONS(1394), [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), @@ -57497,27 +57382,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_comment] = ACTIONS(5), }, [459] = { - [sym_variable_declarator] = STATE(1950), - [sym_object_pattern] = STATE(1805), - [sym_array_pattern] = STATE(1805), - [sym__destructuring_pattern] = STATE(1874), [sym_comment] = STATE(459), - [aux_sym_object_repeat1] = STATE(2118), - [aux_sym_object_pattern_repeat1] = STATE(2117), - [sym_identifier] = ACTIONS(1406), + [sym_formal_parameters] = STATE(2764), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_LBRACE] = ACTIONS(1408), [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1334), - [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_let] = ACTIONS(1378), + [anon_sym_LPAREN] = ACTIONS(1365), [anon_sym_in] = ACTIONS(1222), [anon_sym_SEMI] = ACTIONS(1222), - [anon_sym_COLON] = ACTIONS(1278), - [anon_sym_EQ] = ACTIONS(1227), - [anon_sym_LBRACK] = ACTIONS(1410), + [anon_sym_COLON] = ACTIONS(1438), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1222), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1440), [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), @@ -57560,29 +57442,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(1222), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), [sym__automatic_semicolon] = ACTIONS(1211), [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, [460] = { [sym_comment] = STATE(460), - [sym_formal_parameters] = STATE(2760), + [sym_formal_parameters] = STATE(2764), [sym_identifier] = ACTIONS(1376), [anon_sym_export] = ACTIONS(1378), [anon_sym_STAR] = ACTIONS(1222), [anon_sym_COMMA] = ACTIONS(1222), - [anon_sym_RBRACE] = ACTIONS(1222), [anon_sym_let] = ACTIONS(1378), [anon_sym_LPAREN] = ACTIONS(1365), [anon_sym_in] = ACTIONS(1222), [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1442), [anon_sym_EQ] = ACTIONS(1257), [anon_sym_LBRACK] = ACTIONS(1222), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), [anon_sym_async] = ACTIONS(1378), - [anon_sym_function] = ACTIONS(1416), + [anon_sym_function] = ACTIONS(1288), [anon_sym_EQ_GT] = ACTIONS(1290), [sym_optional_chain] = ACTIONS(1222), [anon_sym_PLUS_EQ] = ACTIONS(1292), @@ -57634,152 +57519,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [461] = { [sym_comment] = STATE(461), - [sym_identifier] = ACTIONS(864), - [anon_sym_export] = ACTIONS(864), - [anon_sym_default] = ACTIONS(864), - [anon_sym_LBRACE] = ACTIONS(864), - [anon_sym_RBRACE] = ACTIONS(864), - [anon_sym_import] = ACTIONS(864), - [anon_sym_with] = ACTIONS(864), - [anon_sym_var] = ACTIONS(864), - [anon_sym_let] = ACTIONS(864), - [anon_sym_const] = ACTIONS(864), - [anon_sym_else] = ACTIONS(864), - [anon_sym_if] = ACTIONS(864), - [anon_sym_switch] = ACTIONS(864), - [anon_sym_for] = ACTIONS(864), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_await] = ACTIONS(864), - [anon_sym_while] = ACTIONS(864), - [anon_sym_do] = ACTIONS(864), - [anon_sym_try] = ACTIONS(864), - [anon_sym_break] = ACTIONS(864), - [anon_sym_continue] = ACTIONS(864), - [anon_sym_debugger] = ACTIONS(864), - [anon_sym_return] = ACTIONS(864), - [anon_sym_throw] = ACTIONS(864), - [anon_sym_SEMI] = ACTIONS(864), - [anon_sym_case] = ACTIONS(864), - [anon_sym_catch] = ACTIONS(864), - [anon_sym_finally] = ACTIONS(864), - [anon_sym_yield] = ACTIONS(864), - [anon_sym_LBRACK] = ACTIONS(864), - [anon_sym_LTtemplate_GT] = ACTIONS(864), - [anon_sym_LT] = ACTIONS(864), - [anon_sym_DQUOTE] = ACTIONS(864), - [anon_sym_SQUOTE] = ACTIONS(864), - [anon_sym_class] = ACTIONS(864), - [anon_sym_async] = ACTIONS(864), - [anon_sym_function] = ACTIONS(864), - [anon_sym_new] = ACTIONS(864), - [anon_sym_PLUS] = ACTIONS(864), - [anon_sym_DASH] = ACTIONS(864), - [anon_sym_SLASH] = ACTIONS(864), - [anon_sym_BANG] = ACTIONS(864), - [anon_sym_TILDE] = ACTIONS(864), - [anon_sym_typeof] = ACTIONS(864), - [anon_sym_void] = ACTIONS(864), - [anon_sym_delete] = ACTIONS(864), - [anon_sym_PLUS_PLUS] = ACTIONS(864), - [anon_sym_DASH_DASH] = ACTIONS(864), + [sym_identifier] = ACTIONS(934), + [anon_sym_export] = ACTIONS(934), + [anon_sym_default] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_import] = ACTIONS(934), + [anon_sym_with] = ACTIONS(934), + [anon_sym_var] = ACTIONS(934), + [anon_sym_let] = ACTIONS(934), + [anon_sym_const] = ACTIONS(934), + [anon_sym_else] = ACTIONS(934), + [anon_sym_if] = ACTIONS(934), + [anon_sym_switch] = ACTIONS(934), + [anon_sym_for] = ACTIONS(934), + [anon_sym_LPAREN] = ACTIONS(934), + [anon_sym_await] = ACTIONS(934), + [anon_sym_while] = ACTIONS(934), + [anon_sym_do] = ACTIONS(934), + [anon_sym_try] = ACTIONS(934), + [anon_sym_break] = ACTIONS(934), + [anon_sym_continue] = ACTIONS(934), + [anon_sym_debugger] = ACTIONS(934), + [anon_sym_return] = ACTIONS(934), + [anon_sym_throw] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_case] = ACTIONS(934), + [anon_sym_catch] = ACTIONS(934), + [anon_sym_finally] = ACTIONS(934), + [anon_sym_yield] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(934), + [anon_sym_LTtemplate_GT] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_class] = ACTIONS(934), + [anon_sym_async] = ACTIONS(934), + [anon_sym_function] = ACTIONS(934), + [anon_sym_new] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(934), + [anon_sym_SLASH] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_typeof] = ACTIONS(934), + [anon_sym_void] = ACTIONS(934), + [anon_sym_delete] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_DASH_DASH] = ACTIONS(934), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(864), - [sym_number] = ACTIONS(864), - [sym_private_property_identifier] = ACTIONS(864), - [sym_this] = ACTIONS(864), - [sym_super] = ACTIONS(864), - [sym_true] = ACTIONS(864), - [sym_false] = ACTIONS(864), - [sym_null] = ACTIONS(864), - [sym_undefined] = ACTIONS(864), - [anon_sym_AT] = ACTIONS(864), - [anon_sym_static] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), + [anon_sym_BQUOTE] = ACTIONS(934), + [sym_number] = ACTIONS(934), + [sym_private_property_identifier] = ACTIONS(934), + [sym_this] = ACTIONS(934), + [sym_super] = ACTIONS(934), + [sym_true] = ACTIONS(934), + [sym_false] = ACTIONS(934), + [sym_null] = ACTIONS(934), + [sym_undefined] = ACTIONS(934), + [anon_sym_AT] = ACTIONS(934), + [anon_sym_static] = ACTIONS(934), + [anon_sym_get] = ACTIONS(934), + [anon_sym_set] = ACTIONS(934), [sym__automatic_semicolon] = ACTIONS(1444), [sym_html_comment] = ACTIONS(5), }, [462] = { - [sym_catch_clause] = STATE(491), - [sym_finally_clause] = STATE(699), [sym_comment] = STATE(462), - [ts_builtin_sym_end] = ACTIONS(1446), - [sym_identifier] = ACTIONS(1392), - [anon_sym_export] = ACTIONS(1392), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_RBRACE] = ACTIONS(1392), - [anon_sym_import] = ACTIONS(1392), - [anon_sym_with] = ACTIONS(1392), - [anon_sym_var] = ACTIONS(1392), - [anon_sym_let] = ACTIONS(1392), - [anon_sym_const] = ACTIONS(1392), - [anon_sym_else] = ACTIONS(1392), - [anon_sym_if] = ACTIONS(1392), - [anon_sym_switch] = ACTIONS(1392), - [anon_sym_for] = ACTIONS(1392), - [anon_sym_LPAREN] = ACTIONS(1392), - [anon_sym_await] = ACTIONS(1392), - [anon_sym_while] = ACTIONS(1392), - [anon_sym_do] = ACTIONS(1392), - [anon_sym_try] = ACTIONS(1392), - [anon_sym_break] = ACTIONS(1392), - [anon_sym_continue] = ACTIONS(1392), - [anon_sym_debugger] = ACTIONS(1392), - [anon_sym_return] = ACTIONS(1392), - [anon_sym_throw] = ACTIONS(1392), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym_catch] = ACTIONS(1448), - [anon_sym_finally] = ACTIONS(1450), - [anon_sym_yield] = ACTIONS(1392), - [anon_sym_LBRACK] = ACTIONS(1392), - [anon_sym_LTtemplate_GT] = ACTIONS(1392), - [anon_sym_LT] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_class] = ACTIONS(1392), - [anon_sym_async] = ACTIONS(1392), - [anon_sym_function] = ACTIONS(1392), - [anon_sym_new] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1392), - [anon_sym_SLASH] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_typeof] = ACTIONS(1392), - [anon_sym_void] = ACTIONS(1392), - [anon_sym_delete] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1392), - [sym_number] = ACTIONS(1392), - [sym_private_property_identifier] = ACTIONS(1392), - [sym_this] = ACTIONS(1392), - [sym_super] = ACTIONS(1392), - [sym_true] = ACTIONS(1392), - [sym_false] = ACTIONS(1392), - [sym_null] = ACTIONS(1392), - [sym_undefined] = ACTIONS(1392), - [anon_sym_AT] = ACTIONS(1392), - [anon_sym_static] = ACTIONS(1392), - [anon_sym_get] = ACTIONS(1392), - [anon_sym_set] = ACTIONS(1392), - [sym_html_comment] = ACTIONS(5), - }, - [463] = { - [sym_comment] = STATE(463), - [sym_formal_parameters] = STATE(2790), + [sym_formal_parameters] = STATE(2862), [sym_identifier] = ACTIONS(1361), [anon_sym_export] = ACTIONS(1363), [anon_sym_STAR] = ACTIONS(1222), - [anon_sym_COMMA] = ACTIONS(1452), - [anon_sym_RBRACE] = ACTIONS(1452), + [anon_sym_COMMA] = ACTIONS(1446), + [anon_sym_RBRACE] = ACTIONS(1446), [anon_sym_let] = ACTIONS(1363), [anon_sym_LPAREN] = ACTIONS(1365), [anon_sym_in] = ACTIONS(1222), [anon_sym_EQ] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(1222), - [anon_sym_RBRACK] = ACTIONS(1452), + [anon_sym_RBRACK] = ACTIONS(1446), [anon_sym_LT] = ACTIONS(1222), [anon_sym_GT] = ACTIONS(1222), [anon_sym_DOT] = ACTIONS(1222), @@ -57833,153 +57651,376 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ternary_qmark] = ACTIONS(1211), [sym_html_comment] = ACTIONS(5), }, + [463] = { + [sym_comment] = STATE(463), + [sym_identifier] = ACTIONS(856), + [anon_sym_export] = ACTIONS(856), + [anon_sym_default] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_import] = ACTIONS(856), + [anon_sym_with] = ACTIONS(856), + [anon_sym_var] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_else] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_switch] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_await] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_debugger] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_throw] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_case] = ACTIONS(856), + [anon_sym_catch] = ACTIONS(856), + [anon_sym_finally] = ACTIONS(856), + [anon_sym_yield] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LTtemplate_GT] = ACTIONS(856), + [anon_sym_LT] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [anon_sym_SQUOTE] = ACTIONS(856), + [anon_sym_class] = ACTIONS(856), + [anon_sym_async] = ACTIONS(856), + [anon_sym_function] = ACTIONS(856), + [anon_sym_new] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_BANG] = ACTIONS(856), + [anon_sym_TILDE] = ACTIONS(856), + [anon_sym_typeof] = ACTIONS(856), + [anon_sym_void] = ACTIONS(856), + [anon_sym_delete] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_DASH_DASH] = ACTIONS(856), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(856), + [sym_number] = ACTIONS(856), + [sym_private_property_identifier] = ACTIONS(856), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(856), + [sym_true] = ACTIONS(856), + [sym_false] = ACTIONS(856), + [sym_null] = ACTIONS(856), + [sym_undefined] = ACTIONS(856), + [anon_sym_AT] = ACTIONS(856), + [anon_sym_static] = ACTIONS(856), + [anon_sym_get] = ACTIONS(856), + [anon_sym_set] = ACTIONS(856), + [sym__automatic_semicolon] = ACTIONS(1449), + [sym_html_comment] = ACTIONS(5), + }, [464] = { + [sym_catch_clause] = STATE(504), + [sym_finally_clause] = STATE(789), [sym_comment] = STATE(464), - [sym_identifier] = ACTIONS(878), - [anon_sym_export] = ACTIONS(878), - [anon_sym_default] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(878), - [anon_sym_RBRACE] = ACTIONS(878), - [anon_sym_import] = ACTIONS(878), - [anon_sym_with] = ACTIONS(878), - [anon_sym_var] = ACTIONS(878), - [anon_sym_let] = ACTIONS(878), - [anon_sym_const] = ACTIONS(878), - [anon_sym_else] = ACTIONS(878), - [anon_sym_if] = ACTIONS(878), - [anon_sym_switch] = ACTIONS(878), - [anon_sym_for] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_await] = ACTIONS(878), - [anon_sym_while] = ACTIONS(878), - [anon_sym_do] = ACTIONS(878), - [anon_sym_try] = ACTIONS(878), - [anon_sym_break] = ACTIONS(878), - [anon_sym_continue] = ACTIONS(878), - [anon_sym_debugger] = ACTIONS(878), - [anon_sym_return] = ACTIONS(878), - [anon_sym_throw] = ACTIONS(878), - [anon_sym_SEMI] = ACTIONS(878), - [anon_sym_case] = ACTIONS(878), - [anon_sym_catch] = ACTIONS(878), - [anon_sym_finally] = ACTIONS(878), - [anon_sym_yield] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(878), - [anon_sym_LT] = ACTIONS(878), - [anon_sym_DQUOTE] = ACTIONS(878), - [anon_sym_SQUOTE] = ACTIONS(878), - [anon_sym_class] = ACTIONS(878), - [anon_sym_async] = ACTIONS(878), - [anon_sym_function] = ACTIONS(878), - [anon_sym_new] = ACTIONS(878), - [anon_sym_PLUS] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(878), - [anon_sym_SLASH] = ACTIONS(878), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_typeof] = ACTIONS(878), - [anon_sym_void] = ACTIONS(878), - [anon_sym_delete] = ACTIONS(878), - [anon_sym_PLUS_PLUS] = ACTIONS(878), - [anon_sym_DASH_DASH] = ACTIONS(878), + [sym_identifier] = ACTIONS(1396), + [anon_sym_export] = ACTIONS(1396), + [anon_sym_default] = ACTIONS(1396), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_RBRACE] = ACTIONS(1396), + [anon_sym_import] = ACTIONS(1396), + [anon_sym_with] = ACTIONS(1396), + [anon_sym_var] = ACTIONS(1396), + [anon_sym_let] = ACTIONS(1396), + [anon_sym_const] = ACTIONS(1396), + [anon_sym_if] = ACTIONS(1396), + [anon_sym_switch] = ACTIONS(1396), + [anon_sym_for] = ACTIONS(1396), + [anon_sym_LPAREN] = ACTIONS(1396), + [anon_sym_await] = ACTIONS(1396), + [anon_sym_while] = ACTIONS(1396), + [anon_sym_do] = ACTIONS(1396), + [anon_sym_try] = ACTIONS(1396), + [anon_sym_break] = ACTIONS(1396), + [anon_sym_continue] = ACTIONS(1396), + [anon_sym_debugger] = ACTIONS(1396), + [anon_sym_return] = ACTIONS(1396), + [anon_sym_throw] = ACTIONS(1396), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_case] = ACTIONS(1396), + [anon_sym_catch] = ACTIONS(1451), + [anon_sym_finally] = ACTIONS(1453), + [anon_sym_yield] = ACTIONS(1396), + [anon_sym_LBRACK] = ACTIONS(1396), + [anon_sym_LTtemplate_GT] = ACTIONS(1396), + [anon_sym_LT] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_class] = ACTIONS(1396), + [anon_sym_async] = ACTIONS(1396), + [anon_sym_function] = ACTIONS(1396), + [anon_sym_new] = ACTIONS(1396), + [anon_sym_PLUS] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1396), + [anon_sym_SLASH] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_typeof] = ACTIONS(1396), + [anon_sym_void] = ACTIONS(1396), + [anon_sym_delete] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_DASH_DASH] = ACTIONS(1396), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(878), - [sym_number] = ACTIONS(878), - [sym_private_property_identifier] = ACTIONS(878), - [sym_this] = ACTIONS(878), - [sym_super] = ACTIONS(878), - [sym_true] = ACTIONS(878), - [sym_false] = ACTIONS(878), - [sym_null] = ACTIONS(878), - [sym_undefined] = ACTIONS(878), - [anon_sym_AT] = ACTIONS(878), - [anon_sym_static] = ACTIONS(878), - [anon_sym_get] = ACTIONS(878), - [anon_sym_set] = ACTIONS(878), - [sym__automatic_semicolon] = ACTIONS(1455), + [anon_sym_BQUOTE] = ACTIONS(1396), + [sym_number] = ACTIONS(1396), + [sym_private_property_identifier] = ACTIONS(1396), + [sym_this] = ACTIONS(1396), + [sym_super] = ACTIONS(1396), + [sym_true] = ACTIONS(1396), + [sym_false] = ACTIONS(1396), + [sym_null] = ACTIONS(1396), + [sym_undefined] = ACTIONS(1396), + [anon_sym_AT] = ACTIONS(1396), + [anon_sym_static] = ACTIONS(1396), + [anon_sym_get] = ACTIONS(1396), + [anon_sym_set] = ACTIONS(1396), [sym_html_comment] = ACTIONS(5), }, [465] = { - [sym_catch_clause] = STATE(513), - [sym_finally_clause] = STATE(853), + [sym_catch_clause] = STATE(483), + [sym_finally_clause] = STATE(689), [sym_comment] = STATE(465), - [sym_identifier] = ACTIONS(1392), - [anon_sym_export] = ACTIONS(1392), - [anon_sym_default] = ACTIONS(1392), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_RBRACE] = ACTIONS(1392), - [anon_sym_import] = ACTIONS(1392), - [anon_sym_with] = ACTIONS(1392), - [anon_sym_var] = ACTIONS(1392), - [anon_sym_let] = ACTIONS(1392), - [anon_sym_const] = ACTIONS(1392), - [anon_sym_if] = ACTIONS(1392), - [anon_sym_switch] = ACTIONS(1392), - [anon_sym_for] = ACTIONS(1392), - [anon_sym_LPAREN] = ACTIONS(1392), - [anon_sym_await] = ACTIONS(1392), - [anon_sym_while] = ACTIONS(1392), - [anon_sym_do] = ACTIONS(1392), - [anon_sym_try] = ACTIONS(1392), - [anon_sym_break] = ACTIONS(1392), - [anon_sym_continue] = ACTIONS(1392), - [anon_sym_debugger] = ACTIONS(1392), - [anon_sym_return] = ACTIONS(1392), - [anon_sym_throw] = ACTIONS(1392), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym_case] = ACTIONS(1392), + [ts_builtin_sym_end] = ACTIONS(1455), + [sym_identifier] = ACTIONS(1396), + [anon_sym_export] = ACTIONS(1396), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_RBRACE] = ACTIONS(1396), + [anon_sym_import] = ACTIONS(1396), + [anon_sym_with] = ACTIONS(1396), + [anon_sym_var] = ACTIONS(1396), + [anon_sym_let] = ACTIONS(1396), + [anon_sym_const] = ACTIONS(1396), + [anon_sym_else] = ACTIONS(1396), + [anon_sym_if] = ACTIONS(1396), + [anon_sym_switch] = ACTIONS(1396), + [anon_sym_for] = ACTIONS(1396), + [anon_sym_LPAREN] = ACTIONS(1396), + [anon_sym_await] = ACTIONS(1396), + [anon_sym_while] = ACTIONS(1396), + [anon_sym_do] = ACTIONS(1396), + [anon_sym_try] = ACTIONS(1396), + [anon_sym_break] = ACTIONS(1396), + [anon_sym_continue] = ACTIONS(1396), + [anon_sym_debugger] = ACTIONS(1396), + [anon_sym_return] = ACTIONS(1396), + [anon_sym_throw] = ACTIONS(1396), + [anon_sym_SEMI] = ACTIONS(1396), [anon_sym_catch] = ACTIONS(1457), [anon_sym_finally] = ACTIONS(1459), - [anon_sym_yield] = ACTIONS(1392), - [anon_sym_LBRACK] = ACTIONS(1392), - [anon_sym_LTtemplate_GT] = ACTIONS(1392), - [anon_sym_LT] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_class] = ACTIONS(1392), - [anon_sym_async] = ACTIONS(1392), - [anon_sym_function] = ACTIONS(1392), - [anon_sym_new] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1392), - [anon_sym_SLASH] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_typeof] = ACTIONS(1392), - [anon_sym_void] = ACTIONS(1392), - [anon_sym_delete] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_yield] = ACTIONS(1396), + [anon_sym_LBRACK] = ACTIONS(1396), + [anon_sym_LTtemplate_GT] = ACTIONS(1396), + [anon_sym_LT] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_class] = ACTIONS(1396), + [anon_sym_async] = ACTIONS(1396), + [anon_sym_function] = ACTIONS(1396), + [anon_sym_new] = ACTIONS(1396), + [anon_sym_PLUS] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1396), + [anon_sym_SLASH] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_typeof] = ACTIONS(1396), + [anon_sym_void] = ACTIONS(1396), + [anon_sym_delete] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_DASH_DASH] = ACTIONS(1396), [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1392), - [sym_number] = ACTIONS(1392), - [sym_private_property_identifier] = ACTIONS(1392), - [sym_this] = ACTIONS(1392), - [sym_super] = ACTIONS(1392), - [sym_true] = ACTIONS(1392), - [sym_false] = ACTIONS(1392), - [sym_null] = ACTIONS(1392), - [sym_undefined] = ACTIONS(1392), - [anon_sym_AT] = ACTIONS(1392), - [anon_sym_static] = ACTIONS(1392), - [anon_sym_get] = ACTIONS(1392), - [anon_sym_set] = ACTIONS(1392), + [anon_sym_BQUOTE] = ACTIONS(1396), + [sym_number] = ACTIONS(1396), + [sym_private_property_identifier] = ACTIONS(1396), + [sym_this] = ACTIONS(1396), + [sym_super] = ACTIONS(1396), + [sym_true] = ACTIONS(1396), + [sym_false] = ACTIONS(1396), + [sym_null] = ACTIONS(1396), + [sym_undefined] = ACTIONS(1396), + [anon_sym_AT] = ACTIONS(1396), + [anon_sym_static] = ACTIONS(1396), + [anon_sym_get] = ACTIONS(1396), + [anon_sym_set] = ACTIONS(1396), [sym_html_comment] = ACTIONS(5), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 5, + [0] = 13, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1365), 1, + anon_sym_LPAREN, + ACTIONS(1376), 1, + sym_identifier, + ACTIONS(1382), 1, + anon_sym_function, + STATE(466), 1, + sym_comment, + STATE(2764), 1, + sym_formal_parameters, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + ACTIONS(1378), 6, + anon_sym_export, + anon_sym_let, + anon_sym_async, + anon_sym_static, + anon_sym_get, + anon_sym_set, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 32, + anon_sym_STAR, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [91] = 13, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1211), 1, + sym__ternary_qmark, + ACTIONS(1365), 1, + anon_sym_LPAREN, + ACTIONS(1368), 1, + anon_sym_EQ, + ACTIONS(1370), 1, + anon_sym_function, + ACTIONS(1408), 1, + sym_identifier, + ACTIONS(1414), 1, + anon_sym_EQ_GT, + STATE(467), 1, + sym_comment, + STATE(2851), 1, + sym_formal_parameters, + ACTIONS(1410), 6, + anon_sym_export, + anon_sym_let, + anon_sym_async, + anon_sym_static, + anon_sym_get, + anon_sym_set, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 33, + anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_in, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [182] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1461), 1, sym__automatic_semicolon, - STATE(466), 1, + STATE(468), 1, sym_comment, - ACTIONS(864), 60, + ACTIONS(856), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -57989,7 +58030,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -58005,6 +58045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_catch, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, @@ -58040,18 +58081,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [75] = 6, + [257] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, + ACTIONS(938), 1, ts_builtin_sym_end, ACTIONS(1463), 1, sym__automatic_semicolon, - STATE(467), 1, + STATE(469), 1, sym_comment, - ACTIONS(878), 59, + ACTIONS(934), 59, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -58111,7 +58152,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [152] = 13, + [334] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1455), 1, + ts_builtin_sym_end, + ACTIONS(1465), 1, + anon_sym_catch, + ACTIONS(1467), 1, + anon_sym_finally, + STATE(470), 1, + sym_comment, + STATE(643), 1, + sym_catch_clause, + STATE(967), 1, + sym_finally_clause, + ACTIONS(1396), 56, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [417] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1469), 1, + sym__automatic_semicolon, + STATE(471), 1, + sym_comment, + ACTIONS(934), 60, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_catch, + anon_sym_finally, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [492] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -58124,11 +58309,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(1376), 1, sym_identifier, - ACTIONS(1437), 1, + ACTIONS(1440), 1, anon_sym_function, - STATE(468), 1, + STATE(472), 1, sym_comment, - STATE(2760), 1, + STATE(2764), 1, sym_formal_parameters, ACTIONS(1211), 2, sym__automatic_semicolon, @@ -58189,16 +58374,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [243] = 5, + [583] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1465), 1, + ACTIONS(1471), 1, sym__automatic_semicolon, - STATE(469), 1, + STATE(473), 1, sym_comment, - ACTIONS(878), 60, + ACTIONS(934), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -58208,6 +58393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -58223,7 +58409,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_catch, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, @@ -58259,28 +58444,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [318] = 13, + [658] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1211), 1, - sym__ternary_qmark, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1368), 1, - anon_sym_EQ, - ACTIONS(1370), 1, - anon_sym_function, - ACTIONS(1384), 1, + ACTIONS(1376), 1, sym_identifier, - ACTIONS(1390), 1, - anon_sym_EQ_GT, - STATE(470), 1, + ACTIONS(1420), 1, + anon_sym_function, + STATE(474), 1, sym_comment, - STATE(2851), 1, + STATE(2764), 1, sym_formal_parameters, - ACTIONS(1386), 6, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + ACTIONS(1378), 6, anon_sym_export, anon_sym_let, anon_sym_async, @@ -58303,11 +58489,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 33, + ACTIONS(1222), 32, anon_sym_STAR, - anon_sym_LBRACE, anon_sym_in, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LT, anon_sym_GT, @@ -58337,24 +58522,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [409] = 9, + [749] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1446), 1, + ACTIONS(948), 1, ts_builtin_sym_end, - ACTIONS(1467), 1, - anon_sym_catch, - ACTIONS(1469), 1, - anon_sym_finally, - STATE(471), 1, + ACTIONS(1473), 1, + sym__automatic_semicolon, + STATE(475), 1, sym_comment, - STATE(622), 1, - sym_catch_clause, - STATE(981), 1, - sym_finally_clause, - ACTIONS(1392), 56, + ACTIONS(856), 59, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -58363,6 +58542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -58377,6 +58557,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -58411,19 +58593,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [492] = 6, + [826] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(902), 1, - ts_builtin_sym_end, - ACTIONS(1471), 1, + ACTIONS(1475), 1, sym__automatic_semicolon, - STATE(472), 1, + STATE(476), 1, sym_comment, - ACTIONS(864), 59, + ACTIONS(856), 60, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -58446,7 +58627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_catch, + anon_sym_case, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, @@ -58482,16 +58663,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [569] = 5, + [901] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1473), 1, - sym__automatic_semicolon, - STATE(473), 1, + ACTIONS(1400), 1, + anon_sym_finally, + STATE(477), 1, sym_comment, - ACTIONS(864), 60, + STATE(551), 1, + sym_finally_clause, + ACTIONS(1477), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -58501,6 +58684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -58516,8 +58700,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_catch, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -58552,7 +58734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [644] = 13, + [978] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -58565,11 +58747,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(1376), 1, sym_identifier, - ACTIONS(1433), 1, + ACTIONS(1392), 1, anon_sym_function, - STATE(474), 1, + STATE(478), 1, sym_comment, - STATE(2760), 1, + STATE(2764), 1, sym_formal_parameters, ACTIONS(1211), 2, sym__automatic_semicolon, @@ -58630,14 +58812,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [735] = 4, + [1069] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(475), 1, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1288), 1, + anon_sym_function, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1365), 1, + anon_sym_LPAREN, + ACTIONS(1376), 1, + sym_identifier, + STATE(479), 1, sym_comment, - ACTIONS(874), 61, + STATE(2764), 1, + sym_formal_parameters, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + ACTIONS(1378), 6, + anon_sym_export, + anon_sym_let, + anon_sym_async, + anon_sym_static, + anon_sym_get, + anon_sym_set, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 32, + anon_sym_STAR, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [1160] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(480), 1, + sym_comment, + ACTIONS(934), 61, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -58699,18 +58959,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [808] = 6, + [1233] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1396), 1, - anon_sym_finally, - STATE(476), 1, + ACTIONS(1211), 1, + sym__ternary_qmark, + ACTIONS(1361), 1, + sym_identifier, + ACTIONS(1365), 1, + anon_sym_LPAREN, + ACTIONS(1370), 1, + anon_sym_function, + ACTIONS(1372), 1, + anon_sym_EQ_GT, + ACTIONS(1427), 1, + anon_sym_RBRACK, + ACTIONS(1430), 1, + anon_sym_EQ, + ACTIONS(1433), 1, + anon_sym_COMMA, + STATE(481), 1, sym_comment, - STATE(641), 1, - sym_finally_clause, - ACTIONS(1475), 59, + STATE(2862), 1, + sym_formal_parameters, + ACTIONS(1363), 6, + anon_sym_export, + anon_sym_let, + anon_sym_async, + anon_sym_static, + anon_sym_get, + anon_sym_set, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 31, + anon_sym_STAR, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [1328] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(482), 1, + sym_comment, + ACTIONS(952), 61, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -58736,6 +59072,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -58770,107 +59108,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [885] = 13, + [1401] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1257), 1, - anon_sym_EQ, - ACTIONS(1288), 1, - anon_sym_function, - ACTIONS(1290), 1, - anon_sym_EQ_GT, - ACTIONS(1365), 1, - anon_sym_LPAREN, - ACTIONS(1376), 1, - sym_identifier, - STATE(477), 1, + ACTIONS(1459), 1, + anon_sym_finally, + ACTIONS(1479), 1, + ts_builtin_sym_end, + STATE(483), 1, sym_comment, - STATE(2760), 1, - sym_formal_parameters, - ACTIONS(1211), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1378), 6, + STATE(845), 1, + sym_finally_clause, + ACTIONS(1477), 57, anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, anon_sym_let, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 32, - anon_sym_STAR, - anon_sym_in, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, anon_sym_SEMI, + anon_sym_yield, anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [976] = 13, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [1479] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1257), 1, - anon_sym_EQ, - ACTIONS(1290), 1, - anon_sym_EQ_GT, + ACTIONS(1211), 1, + sym__ternary_qmark, ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1376), 1, + ACTIONS(1368), 1, + anon_sym_EQ, + ACTIONS(1370), 1, + anon_sym_function, + ACTIONS(1408), 1, sym_identifier, + ACTIONS(1414), 1, + anon_sym_EQ_GT, ACTIONS(1422), 1, - anon_sym_function, - STATE(478), 1, + anon_sym_in, + ACTIONS(1425), 1, + anon_sym_of, + STATE(484), 1, sym_comment, - STATE(2760), 1, + STATE(2851), 1, sym_formal_parameters, - ACTIONS(1211), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1378), 6, + ACTIONS(1410), 6, anon_sym_export, anon_sym_let, anon_sym_async, @@ -58893,10 +59227,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 32, + ACTIONS(1222), 30, anon_sym_STAR, - anon_sym_in, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LT, anon_sym_GT, @@ -58926,16 +59258,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [1067] = 5, + [1573] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1477), 1, + ACTIONS(954), 1, sym__automatic_semicolon, - STATE(479), 1, + STATE(485), 1, sym_comment, - ACTIONS(878), 60, + ACTIONS(952), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -58961,7 +59293,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -58996,92 +59327,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1142] = 13, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1257), 1, - anon_sym_EQ, - ACTIONS(1290), 1, - anon_sym_EQ_GT, - ACTIONS(1365), 1, - anon_sym_LPAREN, - ACTIONS(1376), 1, - sym_identifier, - ACTIONS(1382), 1, - anon_sym_function, - STATE(480), 1, - sym_comment, - STATE(2760), 1, - sym_formal_parameters, - ACTIONS(1211), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1378), 6, - anon_sym_export, - anon_sym_let, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 32, - anon_sym_STAR, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [1233] = 4, + [1647] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(481), 1, + STATE(486), 1, sym_comment, - ACTIONS(878), 61, + ACTIONS(1481), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -59107,7 +59360,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_catch, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, @@ -59143,99 +59395,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1306] = 15, + [1719] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1211), 1, - sym__ternary_qmark, - ACTIONS(1361), 1, - sym_identifier, - ACTIONS(1365), 1, - anon_sym_LPAREN, - ACTIONS(1370), 1, - anon_sym_function, - ACTIONS(1372), 1, - anon_sym_EQ_GT, - ACTIONS(1400), 1, - anon_sym_RBRACK, - ACTIONS(1403), 1, - anon_sym_EQ, - ACTIONS(1424), 1, - anon_sym_COMMA, - STATE(482), 1, - sym_comment, - STATE(2790), 1, - sym_formal_parameters, - ACTIONS(1363), 6, - anon_sym_export, - anon_sym_let, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 31, - anon_sym_STAR, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [1401] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(1479), 1, + ACTIONS(995), 1, sym__automatic_semicolon, - STATE(483), 1, + STATE(487), 1, sym_comment, - ACTIONS(878), 58, + ACTIONS(991), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -59258,7 +59429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -59293,16 +59464,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1477] = 5, + [1793] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(962), 1, - sym__automatic_semicolon, - STATE(484), 1, + ACTIONS(1485), 1, + anon_sym_else, + STATE(488), 1, sym_comment, - ACTIONS(958), 59, + STATE(750), 1, + sym_else_clause, + ACTIONS(1483), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -59312,7 +59485,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59362,16 +59534,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1551] = 5, + [1869] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(936), 1, + ACTIONS(1487), 1, sym__automatic_semicolon, - STATE(485), 1, + STATE(489), 1, sym_comment, - ACTIONS(932), 59, + ACTIONS(934), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -59431,19 +59603,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1625] = 6, + [1943] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(902), 1, - ts_builtin_sym_end, - ACTIONS(1481), 1, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1380), 1, + anon_sym_COLON, + ACTIONS(1384), 1, + sym_identifier, + ACTIONS(1386), 1, + anon_sym_LBRACE, + ACTIONS(1388), 1, + anon_sym_LBRACK, + STATE(490), 1, + sym_comment, + STATE(1850), 1, + sym__destructuring_pattern, + STATE(1916), 1, + sym_variable_declarator, + ACTIONS(1211), 2, sym__automatic_semicolon, - STATE(486), 1, + sym__ternary_qmark, + STATE(1828), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 33, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [2037] = 15, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1384), 1, + sym_identifier, + ACTIONS(1386), 1, + anon_sym_LBRACE, + ACTIONS(1388), 1, + anon_sym_LBRACK, + ACTIONS(1390), 1, + anon_sym_COLON, + STATE(491), 1, + sym_comment, + STATE(1850), 1, + sym__destructuring_pattern, + STATE(1999), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1828), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 33, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [2131] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(920), 1, + sym__automatic_semicolon, + STATE(492), 1, sym_comment, - ACTIONS(864), 58, + ACTIONS(916), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -59466,7 +59795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -59501,20 +59830,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1701] = 6, + [2205] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1485), 1, - anon_sym_else, - STATE(487), 1, + ACTIONS(938), 1, + ts_builtin_sym_end, + ACTIONS(1489), 1, + sym__automatic_semicolon, + STATE(493), 1, sym_comment, - STATE(821), 1, - sym_else_clause, - ACTIONS(1483), 58, + ACTIONS(934), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -59536,7 +59864,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -59571,14 +59900,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1777] = 4, + [2281] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(488), 1, + ACTIONS(1491), 1, + anon_sym_else, + STATE(494), 1, sym_comment, - ACTIONS(1487), 60, + STATE(552), 1, + sym_else_clause, + ACTIONS(1483), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -59588,7 +59921,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59604,7 +59936,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -59639,7 +59970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1849] = 15, + [2357] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -59648,24 +59979,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, ACTIONS(1290), 1, anon_sym_EQ_GT, - ACTIONS(1406), 1, + ACTIONS(1384), 1, sym_identifier, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, + ACTIONS(1442), 1, anon_sym_COLON, - STATE(489), 1, + STATE(495), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(1930), 1, + STATE(1998), 1, sym_variable_declarator, ACTIONS(1211), 2, sym__automatic_semicolon, sym__ternary_qmark, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, ACTIONS(1292), 15, @@ -59718,16 +60049,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [1943] = 5, + [2451] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1489), 1, + ACTIONS(894), 1, sym__automatic_semicolon, - STATE(490), 1, + STATE(496), 1, sym_comment, - ACTIONS(878), 59, + ACTIONS(890), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -59787,21 +60118,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2017] = 7, + [2525] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1450), 1, - anon_sym_finally, - ACTIONS(1491), 1, - ts_builtin_sym_end, - STATE(491), 1, + ACTIONS(878), 1, + sym__automatic_semicolon, + STATE(497), 1, sym_comment, - STATE(832), 1, - sym_finally_clause, - ACTIONS(1475), 57, + ACTIONS(874), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -59824,6 +60152,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [2599] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(948), 1, + ts_builtin_sym_end, + ACTIONS(1493), 1, + sym__automatic_semicolon, + STATE(498), 1, + sym_comment, + ACTIONS(856), 58, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -59858,19 +60257,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2095] = 6, + [2675] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(1493), 1, + ACTIONS(1495), 1, sym__automatic_semicolon, - STATE(492), 1, + STATE(499), 1, sym_comment, - ACTIONS(878), 58, + ACTIONS(934), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -59878,6 +60276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59892,8 +60291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_catch, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -59928,16 +60326,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2171] = 5, + [2749] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(908), 1, + ACTIONS(938), 1, sym__automatic_semicolon, - STATE(493), 1, + STATE(500), 1, sym_comment, - ACTIONS(906), 59, + ACTIONS(934), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -59997,16 +60395,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2245] = 5, + [2823] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(912), 1, + ACTIONS(1497), 1, sym__automatic_semicolon, - STATE(494), 1, + STATE(501), 1, sym_comment, - ACTIONS(910), 59, + ACTIONS(856), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -60066,18 +60464,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2319] = 6, + [2897] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1495), 1, - anon_sym_else, - STATE(495), 1, + STATE(502), 1, sym_comment, - STATE(548), 1, - sym_else_clause, - ACTIONS(1483), 58, + ACTIONS(952), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -60087,6 +60481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60102,6 +60497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -60136,166 +60532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2395] = 15, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1257), 1, - anon_sym_EQ, - ACTIONS(1290), 1, - anon_sym_EQ_GT, - ACTIONS(1380), 1, - anon_sym_COLON, - ACTIONS(1406), 1, - sym_identifier, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - STATE(496), 1, - sym_comment, - STATE(1874), 1, - sym__destructuring_pattern, - STATE(1974), 1, - sym_variable_declarator, - ACTIONS(1211), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 33, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [2489] = 16, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1257), 1, - anon_sym_EQ, - ACTIONS(1290), 1, - anon_sym_EQ_GT, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - ACTIONS(1439), 1, - anon_sym_in, - ACTIONS(1442), 1, - anon_sym_of, - ACTIONS(1497), 1, - sym_identifier, - STATE(497), 1, - sym_comment, - STATE(1758), 1, - sym__destructuring_pattern, - STATE(1985), 1, - sym_variable_declarator, - ACTIONS(1211), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 32, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [2585] = 13, + [2969] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -60312,9 +60549,9 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1503), 1, anon_sym_EQ_GT, - STATE(498), 1, + STATE(503), 1, sym_comment, - STATE(2796), 1, + STATE(2788), 1, sym_formal_parameters, ACTIONS(1501), 6, anon_sym_export, @@ -60372,85 +60609,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [2675] = 5, + [3059] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(876), 1, - sym__automatic_semicolon, - STATE(499), 1, - sym_comment, - ACTIONS(874), 59, - anon_sym_export, - anon_sym_default, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_else, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_case, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [2749] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(882), 1, - sym__automatic_semicolon, - STATE(500), 1, + ACTIONS(1453), 1, + anon_sym_finally, + STATE(504), 1, sym_comment, - ACTIONS(878), 59, + STATE(901), 1, + sym_finally_clause, + ACTIONS(1477), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -60460,7 +60630,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60510,85 +60679,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2823] = 5, + [3135] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1505), 1, sym__automatic_semicolon, - STATE(501), 1, - sym_comment, - ACTIONS(878), 59, - anon_sym_export, - anon_sym_default, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_else, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_case, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [2897] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(928), 1, - sym__automatic_semicolon, - STATE(502), 1, + STATE(505), 1, sym_comment, - ACTIONS(924), 59, + ACTIONS(934), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -60598,7 +60698,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60614,6 +60713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -60648,16 +60748,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2971] = 5, + [3209] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1507), 1, - sym__automatic_semicolon, - STATE(503), 1, + STATE(506), 1, sym_comment, - ACTIONS(864), 59, + ACTIONS(934), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -60667,7 +60765,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60683,6 +60780,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -60717,16 +60816,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3045] = 5, + [3281] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(876), 1, + ACTIONS(954), 1, ts_builtin_sym_end, - STATE(504), 1, + STATE(507), 1, sym_comment, - ACTIONS(874), 59, + ACTIONS(952), 59, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -60786,16 +60885,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3119] = 5, + [3355] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(944), 1, + ACTIONS(1507), 1, sym__automatic_semicolon, - STATE(505), 1, + STATE(508), 1, sym_comment, - ACTIONS(940), 59, + ACTIONS(856), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -60805,7 +60904,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60821,6 +60919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -60855,16 +60954,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3193] = 5, + [3429] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1511), 1, - sym__automatic_semicolon, - STATE(506), 1, + STATE(509), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(952), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -60874,7 +60971,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60890,6 +60986,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -60924,18 +61022,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3267] = 6, + [3501] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1515), 1, + ACTIONS(1511), 1, anon_sym_SEMI, - ACTIONS(1517), 1, + ACTIONS(1513), 1, sym__automatic_semicolon, - STATE(507), 1, + STATE(510), 1, sym_comment, - ACTIONS(1513), 58, + ACTIONS(1509), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -60994,17 +61092,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3343] = 5, + [3577] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - STATE(508), 1, + STATE(511), 1, sym_comment, - ACTIONS(878), 59, + ACTIONS(934), 60, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -61027,7 +61124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_catch, + anon_sym_case, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, @@ -61063,34 +61160,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3417] = 13, + [3649] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1211), 1, - sym__ternary_qmark, - ACTIONS(1365), 1, - anon_sym_LPAREN, - ACTIONS(1370), 1, - anon_sym_function, - ACTIONS(1499), 1, - sym_identifier, - ACTIONS(1503), 1, - anon_sym_EQ_GT, - ACTIONS(1519), 1, + ACTIONS(1257), 1, anon_sym_EQ, - STATE(509), 1, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1384), 1, + sym_identifier, + ACTIONS(1386), 1, + anon_sym_LBRACE, + ACTIONS(1388), 1, + anon_sym_LBRACK, + ACTIONS(1438), 1, + anon_sym_COLON, + STATE(512), 1, sym_comment, - STATE(2796), 1, - sym_formal_parameters, - ACTIONS(1501), 6, - anon_sym_export, - anon_sym_let, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, + STATE(1850), 1, + sym__destructuring_pattern, + STATE(1976), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1828), 2, + sym_object_pattern, + sym_array_pattern, ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -61107,11 +61205,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 32, + ACTIONS(1222), 33, anon_sym_STAR, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_in, - anon_sym_of, - anon_sym_LBRACK, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -61140,14 +61239,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [3507] = 4, + [3743] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(510), 1, + ACTIONS(862), 1, + sym__automatic_semicolon, + STATE(513), 1, sym_comment, - ACTIONS(1521), 60, + ACTIONS(856), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -61173,7 +61274,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -61208,16 +61308,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3579] = 5, + [3817] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(918), 1, + ACTIONS(928), 1, sym__automatic_semicolon, - STATE(511), 1, + STATE(514), 1, sym_comment, - ACTIONS(914), 59, + ACTIONS(926), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -61277,87 +61377,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3653] = 5, + [3891] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1523), 1, + ACTIONS(1517), 1, sym__automatic_semicolon, - STATE(512), 1, - sym_comment, - ACTIONS(878), 59, - anon_sym_export, - anon_sym_default, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_case, - anon_sym_finally, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [3727] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1459), 1, - anon_sym_finally, - STATE(513), 1, + STATE(515), 1, sym_comment, - STATE(848), 1, - sym_finally_clause, - ACTIONS(1475), 58, + ACTIONS(1515), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -61367,6 +61396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -61416,14 +61446,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3803] = 4, + [3965] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(514), 1, + ACTIONS(962), 1, + sym__automatic_semicolon, + STATE(516), 1, sym_comment, - ACTIONS(874), 60, + ACTIONS(958), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -61449,7 +61481,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -61484,16 +61515,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3875] = 5, + [4039] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(952), 1, + ACTIONS(972), 1, sym__automatic_semicolon, - STATE(515), 1, + STATE(517), 1, sym_comment, - ACTIONS(948), 59, + ACTIONS(968), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -61553,153 +61584,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3949] = 4, + [4113] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(516), 1, - sym_comment, - ACTIONS(878), 60, - anon_sym_export, - anon_sym_default, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1384), 1, + sym_identifier, + ACTIONS(1386), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_case, - anon_sym_catch, - anon_sym_finally, - anon_sym_yield, + ACTIONS(1388), 1, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [4021] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(970), 1, - sym__automatic_semicolon, - STATE(517), 1, + ACTIONS(1418), 1, + anon_sym_COLON, + STATE(518), 1, sym_comment, - ACTIONS(966), 59, - anon_sym_export, - anon_sym_default, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_else, - anon_sym_if, - anon_sym_switch, - anon_sym_for, + STATE(1850), 1, + sym__destructuring_pattern, + STATE(1919), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1828), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 33, + anon_sym_STAR, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, + anon_sym_in, anon_sym_SEMI, - anon_sym_case, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [4095] = 5, + [4207] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1525), 1, + ACTIONS(932), 1, sym__automatic_semicolon, - STATE(518), 1, + STATE(519), 1, sym_comment, - ACTIONS(864), 59, + ACTIONS(930), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -61709,6 +61682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -61724,7 +61698,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -61759,16 +61732,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4169] = 4, + [4281] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(519), 1, + ACTIONS(938), 1, + ts_builtin_sym_end, + STATE(520), 1, sym_comment, - ACTIONS(874), 60, + ACTIONS(934), 59, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -61776,6 +61750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -61790,7 +61765,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_catch, anon_sym_finally, anon_sym_yield, @@ -61827,14 +61801,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4241] = 4, + [4355] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(520), 1, + STATE(521), 1, sym_comment, - ACTIONS(878), 60, + ACTIONS(1519), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -61895,16 +61869,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4313] = 5, + [4427] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(870), 1, + ACTIONS(886), 1, sym__automatic_semicolon, - STATE(521), 1, + STATE(522), 1, sym_comment, - ACTIONS(864), 59, + ACTIONS(882), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -61964,19 +61938,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4387] = 6, + [4501] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(902), 1, - ts_builtin_sym_end, - ACTIONS(1527), 1, + ACTIONS(944), 1, sym__automatic_semicolon, - STATE(522), 1, + STATE(523), 1, sym_comment, - ACTIONS(864), 58, + ACTIONS(940), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -61984,6 +61957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -61998,8 +61972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_catch, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -62034,18 +62007,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4463] = 5, + [4575] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(978), 1, + ACTIONS(948), 1, + ts_builtin_sym_end, + ACTIONS(1521), 1, sym__automatic_semicolon, - STATE(523), 1, + STATE(524), 1, sym_comment, - ACTIONS(974), 59, + ACTIONS(856), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -62068,7 +62042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -62103,7 +62077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4537] = 15, + [4651] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -62112,103 +62086,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, ACTIONS(1290), 1, anon_sym_EQ_GT, - ACTIONS(1406), 1, - sym_identifier, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(1431), 1, - anon_sym_COLON, - STATE(524), 1, - sym_comment, - STATE(1874), 1, - sym__destructuring_pattern, - STATE(1990), 1, - sym_variable_declarator, - ACTIONS(1211), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 33, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(1422), 1, anon_sym_in, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [4631] = 15, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1257), 1, - anon_sym_EQ, - ACTIONS(1290), 1, - anon_sym_EQ_GT, - ACTIONS(1406), 1, + ACTIONS(1425), 1, + anon_sym_of, + ACTIONS(1523), 1, sym_identifier, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_COLON, STATE(525), 1, sym_comment, - STATE(1874), 1, + STATE(1763), 1, sym__destructuring_pattern, - STATE(2042), 1, + STATE(1961), 1, sym_variable_declarator, ACTIONS(1211), 2, sym__automatic_semicolon, sym__ternary_qmark, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, ACTIONS(1292), 15, @@ -62227,11 +62124,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 33, + ACTIONS(1222), 32, anon_sym_STAR, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_in, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -62261,174 +62157,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [4725] = 15, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1211), 1, - sym__ternary_qmark, - ACTIONS(1365), 1, - anon_sym_LPAREN, - ACTIONS(1368), 1, - anon_sym_EQ, - ACTIONS(1370), 1, - anon_sym_function, - ACTIONS(1384), 1, - sym_identifier, - ACTIONS(1390), 1, - anon_sym_EQ_GT, - ACTIONS(1439), 1, - anon_sym_in, - ACTIONS(1442), 1, - anon_sym_of, - STATE(526), 1, - sym_comment, - STATE(2851), 1, - sym_formal_parameters, - ACTIONS(1386), 6, - anon_sym_export, - anon_sym_let, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 30, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [4819] = 15, + [4747] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1257), 1, - anon_sym_EQ, - ACTIONS(1290), 1, - anon_sym_EQ_GT, - ACTIONS(1398), 1, - anon_sym_COLON, - ACTIONS(1406), 1, - sym_identifier, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - STATE(527), 1, - sym_comment, - STATE(1874), 1, - sym__destructuring_pattern, - STATE(1950), 1, - sym_variable_declarator, - ACTIONS(1211), 2, + ACTIONS(938), 1, + ts_builtin_sym_end, + ACTIONS(1525), 1, sym__automatic_semicolon, - sym__ternary_qmark, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 33, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [4913] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(528), 1, + STATE(526), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(934), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -62451,7 +62192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -62486,150 +62227,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4984] = 4, + [4823] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(529), 1, + ACTIONS(1211), 1, + sym__ternary_qmark, + ACTIONS(1365), 1, + anon_sym_LPAREN, + ACTIONS(1370), 1, + anon_sym_function, + ACTIONS(1499), 1, + sym_identifier, + ACTIONS(1503), 1, + anon_sym_EQ_GT, + ACTIONS(1527), 1, + anon_sym_EQ, + STATE(527), 1, sym_comment, - ACTIONS(1531), 59, + STATE(2788), 1, + sym_formal_parameters, + ACTIONS(1501), 6, anon_sym_export, - anon_sym_default, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, anon_sym_let, - anon_sym_const, - anon_sym_else, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_case, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, anon_sym_static, anon_sym_get, anon_sym_set, - [5055] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(902), 1, - ts_builtin_sym_end, - ACTIONS(1533), 1, - sym__automatic_semicolon, - STATE(530), 1, - sym_comment, - ACTIONS(864), 57, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_finally, - anon_sym_yield, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 32, + anon_sym_STAR, + anon_sym_in, + anon_sym_of, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [5130] = 4, + [4913] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(531), 1, + STATE(528), 1, sym_comment, - ACTIONS(878), 59, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -62639,6 +62321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -62654,7 +62337,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -62689,16 +62371,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5201] = 5, + [4984] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1535), 1, - sym__automatic_semicolon, - STATE(532), 1, + STATE(529), 1, sym_comment, - ACTIONS(864), 58, + ACTIONS(1531), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -62708,6 +62388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -62757,14 +62438,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5274] = 4, + [5055] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(533), 1, + STATE(530), 1, sym_comment, - ACTIONS(1537), 59, + ACTIONS(1533), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -62824,14 +62505,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5345] = 4, + [5126] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(534), 1, + ACTIONS(932), 1, + sym__automatic_semicolon, + STATE(531), 1, sym_comment, - ACTIONS(874), 59, + ACTIONS(930), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -62856,7 +62539,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -62891,14 +62573,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5416] = 4, + [5199] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(535), 1, + STATE(532), 1, sym_comment, - ACTIONS(874), 59, + ACTIONS(1535), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -62958,16 +62640,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5487] = 5, + [5270] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(956), 1, + ACTIONS(928), 1, sym__automatic_semicolon, - STATE(536), 1, + STATE(533), 1, sym_comment, - ACTIONS(864), 58, + ACTIONS(926), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -63026,223 +62708,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5560] = 6, + [5343] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1015), 1, - ts_builtin_sym_end, - ACTIONS(1017), 1, - sym__automatic_semicolon, - STATE(537), 1, - sym_comment, - ACTIONS(924), 57, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_else, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [5635] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1021), 1, - ts_builtin_sym_end, - ACTIONS(1023), 1, - sym__automatic_semicolon, - STATE(538), 1, - sym_comment, - ACTIONS(940), 57, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_else, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [5710] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1029), 1, - ts_builtin_sym_end, - ACTIONS(1031), 1, - sym__automatic_semicolon, - STATE(539), 1, - sym_comment, - ACTIONS(958), 57, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_else, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [5785] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(882), 1, - sym__automatic_semicolon, - STATE(540), 1, + STATE(534), 1, sym_comment, - ACTIONS(878), 58, + ACTIONS(1537), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -63252,6 +62725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -63301,16 +62775,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5858] = 5, + [5414] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(876), 1, - sym__automatic_semicolon, - STATE(541), 1, + STATE(535), 1, sym_comment, - ACTIONS(874), 58, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -63320,6 +62792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -63369,14 +62842,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5931] = 4, + [5485] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(542), 1, + STATE(536), 1, sym_comment, - ACTIONS(878), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -63436,14 +62909,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6002] = 4, + [5556] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(543), 1, + ACTIONS(1543), 1, + sym__automatic_semicolon, + STATE(537), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(856), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -63453,7 +62928,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -63503,17 +62977,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6073] = 5, + [5629] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(544), 1, - sym_comment, - ACTIONS(876), 2, - sym__automatic_semicolon, + ACTIONS(1545), 1, ts_builtin_sym_end, - ACTIONS(874), 57, + ACTIONS(1547), 1, + anon_sym_else, + STATE(538), 1, + sym_comment, + STATE(812), 1, + sym_else_clause, + ACTIONS(1483), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -63522,7 +62999,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -63571,16 +63047,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6146] = 4, + [5706] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(545), 1, + ACTIONS(938), 1, + ts_builtin_sym_end, + ACTIONS(1549), 1, + sym__automatic_semicolon, + STATE(539), 1, sym_comment, - ACTIONS(1541), 59, + ACTIONS(934), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -63603,7 +63082,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -63638,18 +63116,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6217] = 5, + [5781] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(546), 1, + STATE(540), 1, sym_comment, - ACTIONS(882), 2, - sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(878), 57, + ACTIONS(1551), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -63672,6 +63148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -63706,19 +63183,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6290] = 6, + [5852] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(902), 1, - ts_builtin_sym_end, - ACTIONS(1543), 1, - sym__automatic_semicolon, - STATE(547), 1, + STATE(541), 1, sym_comment, - ACTIONS(864), 57, + ACTIONS(952), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -63741,6 +63215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -63775,14 +63250,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6365] = 4, + [5923] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(548), 1, + STATE(542), 1, sym_comment, - ACTIONS(1545), 59, + ACTIONS(1553), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -63842,16 +63317,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6436] = 5, + [5994] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1041), 1, - sym__automatic_semicolon, - STATE(549), 1, + STATE(543), 1, sym_comment, - ACTIONS(974), 58, + ACTIONS(1555), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -63861,6 +63334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -63910,16 +63384,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6509] = 4, + [6065] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(550), 1, + ACTIONS(1019), 1, + ts_builtin_sym_end, + ACTIONS(1021), 1, + sym__automatic_semicolon, + STATE(544), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(916), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -63942,7 +63419,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -63977,18 +63453,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6580] = 5, + [6140] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1033), 1, + ACTIONS(1053), 1, + ts_builtin_sym_end, + ACTIONS(1055), 1, sym__automatic_semicolon, - STATE(551), 1, + STATE(545), 1, sym_comment, - ACTIONS(966), 58, + ACTIONS(890), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -63996,6 +63473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -64010,7 +63488,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -64045,16 +63522,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6653] = 4, + [6215] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(552), 1, + ACTIONS(1005), 1, + ts_builtin_sym_end, + ACTIONS(1007), 1, + sym__automatic_semicolon, + STATE(546), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(874), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -64077,7 +63557,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -64112,14 +63591,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6724] = 4, + [6290] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(553), 1, + ACTIONS(956), 1, + sym__automatic_semicolon, + STATE(547), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(856), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -64129,7 +63610,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -64179,14 +63659,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6795] = 4, + [6363] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(554), 1, + STATE(548), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(952), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -64196,7 +63676,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -64212,6 +63691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -64246,17 +63726,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6866] = 5, + [6434] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(876), 1, - ts_builtin_sym_end, - STATE(555), 1, + STATE(549), 1, sym_comment, - ACTIONS(874), 58, + ACTIONS(1557), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -64279,7 +63758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -64314,16 +63793,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6939] = 5, + [6505] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1059), 1, - sym__automatic_semicolon, - STATE(556), 1, + STATE(550), 1, sym_comment, - ACTIONS(932), 58, + ACTIONS(1559), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -64333,6 +63810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -64382,17 +63860,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7012] = 5, + [6576] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1547), 1, - ts_builtin_sym_end, - STATE(557), 1, + STATE(551), 1, sym_comment, - ACTIONS(1487), 58, + ACTIONS(1561), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -64415,7 +63892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -64450,21 +63927,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7085] = 7, + [6647] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1549), 1, - ts_builtin_sym_end, - ACTIONS(1551), 1, - anon_sym_SEMI, - ACTIONS(1553), 1, - sym__automatic_semicolon, - STATE(558), 1, + STATE(552), 1, sym_comment, - ACTIONS(1513), 56, + ACTIONS(1563), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -64486,6 +63958,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_debugger, anon_sym_return, anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -64520,14 +63994,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7162] = 4, + [6718] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(559), 1, + STATE(553), 1, sym_comment, - ACTIONS(1555), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -64587,21 +64061,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7233] = 7, + [6789] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1557), 1, - ts_builtin_sym_end, - ACTIONS(1559), 1, - anon_sym_else, - STATE(560), 1, + STATE(554), 1, sym_comment, - STATE(934), 1, - sym_else_clause, - ACTIONS(1483), 56, + ACTIONS(1541), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -64609,6 +64078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -64623,6 +64093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -64657,14 +64128,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7310] = 4, + [6860] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(561), 1, + ACTIONS(1047), 1, + sym__automatic_semicolon, + STATE(555), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(882), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -64674,7 +64147,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -64724,14 +64196,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7381] = 4, + [6933] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(562), 1, + STATE(556), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -64791,14 +64263,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7452] = 4, + [7004] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(563), 1, + STATE(557), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -64858,18 +64330,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7523] = 6, + [7075] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1561), 1, - anon_sym_SEMI, - ACTIONS(1563), 1, - sym__automatic_semicolon, - STATE(564), 1, + STATE(558), 1, sym_comment, - ACTIONS(1513), 57, + ACTIONS(1567), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -64879,6 +64347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -64892,6 +64361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_debugger, anon_sym_return, anon_sym_throw, + anon_sym_SEMI, anon_sym_case, anon_sym_yield, anon_sym_LBRACK, @@ -64927,14 +64397,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7598] = 4, + [7146] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(565), 1, + STATE(559), 1, sym_comment, - ACTIONS(1487), 59, + ACTIONS(1569), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -64944,6 +64414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -64959,7 +64430,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -64994,14 +64464,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7669] = 4, + [7217] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(566), 1, + STATE(560), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1571), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65061,16 +64531,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7740] = 5, + [7288] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1565), 1, - sym__automatic_semicolon, - STATE(567), 1, + STATE(561), 1, sym_comment, - ACTIONS(878), 58, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65080,6 +64548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -65129,16 +64598,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7813] = 4, + [7359] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(568), 1, + ACTIONS(1573), 1, + ts_builtin_sym_end, + STATE(562), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1481), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -65161,7 +64631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -65196,16 +64666,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7884] = 5, + [7432] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, + ACTIONS(1575), 1, ts_builtin_sym_end, - STATE(569), 1, + ACTIONS(1577), 1, + anon_sym_SEMI, + ACTIONS(1579), 1, + sym__automatic_semicolon, + STATE(563), 1, sym_comment, - ACTIONS(878), 58, + ACTIONS(1509), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -65228,8 +64702,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_debugger, anon_sym_return, anon_sym_throw, - anon_sym_SEMI, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -65264,14 +64736,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7957] = 4, + [7509] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(570), 1, + STATE(564), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1581), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65331,14 +64803,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8028] = 4, + [7580] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(571), 1, + STATE(565), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1583), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65398,14 +64870,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8099] = 4, + [7651] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(572), 1, + STATE(566), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1585), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65465,14 +64937,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8170] = 4, + [7722] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(573), 1, + STATE(567), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65532,19 +65004,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8241] = 6, + [7793] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(902), 1, - ts_builtin_sym_end, - ACTIONS(904), 1, - sym__automatic_semicolon, - STATE(574), 1, + STATE(568), 1, sym_comment, - ACTIONS(864), 57, + ACTIONS(1565), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -65567,6 +65036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -65601,14 +65071,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8316] = 4, + [7864] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(575), 1, + STATE(569), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1587), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65668,14 +65138,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8387] = 4, + [7935] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(576), 1, + STATE(570), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65735,14 +65205,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8458] = 4, + [8006] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(577), 1, + STATE(571), 1, sym_comment, - ACTIONS(1567), 59, + ACTIONS(1589), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65802,16 +65272,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8529] = 5, + [8077] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1011), 1, - sym__automatic_semicolon, - STATE(578), 1, + STATE(572), 1, sym_comment, - ACTIONS(948), 58, + ACTIONS(1591), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65821,6 +65289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -65870,14 +65339,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8602] = 4, + [8148] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(579), 1, + STATE(573), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1593), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65937,14 +65406,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8673] = 4, + [8219] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(580), 1, + STATE(574), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -65969,7 +65438,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [8290] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(948), 1, + ts_builtin_sym_end, + ACTIONS(950), 1, + sym__automatic_semicolon, + STATE(575), 1, + sym_comment, + ACTIONS(856), 57, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -66004,14 +65542,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8744] = 4, + [8365] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(581), 1, + STATE(576), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1595), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66071,14 +65609,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8815] = 4, + [8436] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(582), 1, + STATE(577), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1593), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66138,14 +65676,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8886] = 4, + [8507] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(583), 1, + STATE(578), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1581), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66205,16 +65743,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8957] = 5, + [8578] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(912), 1, + ACTIONS(1043), 1, sym__automatic_semicolon, - STATE(584), 1, + STATE(579), 1, sym_comment, - ACTIONS(910), 58, + ACTIONS(968), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66273,16 +65811,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9030] = 5, + [8651] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(908), 1, - sym__automatic_semicolon, - STATE(585), 1, + STATE(580), 1, sym_comment, - ACTIONS(906), 58, + ACTIONS(1597), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66292,6 +65828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -66341,14 +65878,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9103] = 4, + [8722] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(586), 1, + STATE(581), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66408,14 +65945,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9174] = 4, + [8793] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(587), 1, + STATE(582), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1599), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66475,14 +66012,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9245] = 4, + [8864] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(588), 1, + STATE(583), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66542,14 +66079,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9316] = 4, + [8935] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(589), 1, + STATE(584), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66609,14 +66146,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9387] = 4, + [9006] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(590), 1, + STATE(585), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66676,18 +66213,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9458] = 5, + [9077] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1511), 1, - sym__automatic_semicolon, - STATE(591), 1, + ACTIONS(1545), 1, + ts_builtin_sym_end, + ACTIONS(1601), 1, + anon_sym_else, + STATE(586), 1, sym_comment, - ACTIONS(1509), 58, + STATE(964), 1, + sym_else_clause, + ACTIONS(1483), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -66709,7 +66249,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -66744,18 +66283,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9531] = 5, + [9154] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(592), 1, - sym_comment, - ACTIONS(912), 2, + ACTIONS(938), 1, sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(910), 57, + STATE(587), 1, + sym_comment, + ACTIONS(934), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -66763,7 +66302,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -66778,6 +66316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -66812,14 +66351,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9604] = 4, + [9227] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(593), 1, + ACTIONS(1017), 1, + sym__automatic_semicolon, + STATE(588), 1, sym_comment, - ACTIONS(1567), 59, + ACTIONS(958), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66829,7 +66370,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -66879,14 +66419,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9675] = 4, + [9300] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(594), 1, + STATE(589), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1603), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -66946,17 +66486,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9746] = 5, + [9371] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(595), 1, - sym_comment, - ACTIONS(908), 2, - sym__automatic_semicolon, + ACTIONS(938), 1, ts_builtin_sym_end, - ACTIONS(906), 57, + STATE(590), 1, + sym_comment, + ACTIONS(934), 58, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -66980,6 +66519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -67014,18 +66554,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9819] = 5, + [9444] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(596), 1, + STATE(591), 1, sym_comment, - ACTIONS(1511), 2, - sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1541), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -67048,6 +66586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -67082,16 +66621,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9892] = 5, + [9515] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(876), 1, + ACTIONS(1031), 1, ts_builtin_sym_end, - STATE(597), 1, + ACTIONS(1033), 1, + sym__automatic_semicolon, + STATE(592), 1, sym_comment, - ACTIONS(874), 58, + ACTIONS(968), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -67100,6 +66641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67114,8 +66656,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_catch, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -67150,14 +66690,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9965] = 4, + [9590] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(598), 1, + STATE(593), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1605), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -67217,19 +66757,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10036] = 6, + [9661] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(1569), 1, - sym__automatic_semicolon, - STATE(599), 1, + STATE(594), 1, sym_comment, - ACTIONS(878), 57, + ACTIONS(1607), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -67237,6 +66774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67251,7 +66789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -67286,14 +66824,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10111] = 4, + [9732] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(600), 1, + STATE(595), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -67353,14 +66891,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10182] = 4, + [9803] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(601), 1, + ACTIONS(954), 1, + sym__automatic_semicolon, + STATE(596), 1, sym_comment, - ACTIONS(1571), 59, + ACTIONS(952), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -67370,7 +66910,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67420,14 +66959,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10253] = 4, + [9876] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(602), 1, + ACTIONS(954), 1, + ts_builtin_sym_end, + STATE(597), 1, sym_comment, - ACTIONS(1573), 59, + ACTIONS(952), 58, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_catch, + anon_sym_finally, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [9949] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1039), 1, + ts_builtin_sym_end, + ACTIONS(1041), 1, + sym__automatic_semicolon, + STATE(598), 1, + sym_comment, + ACTIONS(958), 57, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [10024] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(599), 1, + sym_comment, + ACTIONS(1597), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -67487,14 +67163,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10324] = 4, + [10095] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(603), 1, + STATE(600), 1, sym_comment, - ACTIONS(1575), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -67554,14 +67230,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10395] = 4, + [10166] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(604), 1, + STATE(601), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1609), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -67621,14 +67297,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10466] = 4, + [10237] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(605), 1, + STATE(602), 1, sym_comment, - ACTIONS(1577), 59, + ACTIONS(934), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -67688,16 +67364,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10537] = 4, + [10308] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(606), 1, + ACTIONS(1027), 1, + ts_builtin_sym_end, + ACTIONS(1029), 1, + sym__automatic_semicolon, + STATE(603), 1, sym_comment, - ACTIONS(1579), 59, + ACTIONS(882), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -67720,7 +67399,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -67755,14 +67433,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10608] = 4, + [10383] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(607), 1, + ACTIONS(1013), 1, + sym__automatic_semicolon, + STATE(604), 1, sym_comment, - ACTIONS(1581), 59, + ACTIONS(991), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -67772,7 +67452,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67822,14 +67501,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10679] = 4, + [10456] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(608), 1, + STATE(605), 1, sym_comment, - ACTIONS(1583), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -67889,21 +67568,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10750] = 7, + [10527] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1557), 1, - ts_builtin_sym_end, - ACTIONS(1585), 1, - anon_sym_else, - STATE(609), 1, + ACTIONS(1035), 1, + sym__automatic_semicolon, + STATE(606), 1, sym_comment, - STATE(894), 1, - sym_else_clause, - ACTIONS(1483), 56, + ACTIONS(874), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -67925,6 +67601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -67959,14 +67636,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10827] = 4, + [10600] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(610), 1, + STATE(607), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68026,14 +67703,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10898] = 4, + [10671] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(611), 1, + STATE(608), 1, sym_comment, - ACTIONS(1587), 59, + ACTIONS(1611), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68093,14 +67770,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10969] = 4, + [10742] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(612), 1, + STATE(609), 1, sym_comment, - ACTIONS(1589), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68160,14 +67837,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11040] = 4, + [10813] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(613), 1, + STATE(610), 1, sym_comment, - ACTIONS(1591), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68227,14 +67904,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11111] = 4, + [10884] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(614), 1, + STATE(611), 1, sym_comment, - ACTIONS(1593), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68294,19 +67971,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11182] = 6, + [10955] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(1595), 1, - sym__automatic_semicolon, - STATE(615), 1, + STATE(612), 1, sym_comment, - ACTIONS(878), 57, + ACTIONS(1613), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -68329,6 +68003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -68363,14 +68038,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11257] = 4, + [11026] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(616), 1, + STATE(613), 1, sym_comment, - ACTIONS(1597), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68430,14 +68105,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11328] = 4, + [11097] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(617), 1, + STATE(614), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1615), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68497,14 +68172,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11399] = 4, + [11168] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(618), 1, + STATE(615), 1, sym_comment, - ACTIONS(1599), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68564,14 +68239,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11470] = 4, + [11239] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(619), 1, + STATE(616), 1, sym_comment, - ACTIONS(1601), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68631,14 +68306,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11541] = 4, + [11310] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(620), 1, + STATE(617), 1, sym_comment, - ACTIONS(1603), 59, + ACTIONS(934), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68648,7 +68323,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -68664,6 +68338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -68698,16 +68373,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11612] = 4, + [11381] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(621), 1, + STATE(618), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(954), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(952), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -68730,7 +68407,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -68765,20 +68441,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11683] = 7, + [11454] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1469), 1, - anon_sym_finally, - ACTIONS(1491), 1, + ACTIONS(948), 1, ts_builtin_sym_end, - STATE(622), 1, + ACTIONS(1617), 1, + sym__automatic_semicolon, + STATE(619), 1, sym_comment, - STATE(949), 1, - sym_finally_clause, - ACTIONS(1475), 56, + ACTIONS(856), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -68801,6 +68475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -68835,14 +68510,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11760] = 4, + [11529] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(623), 1, + ACTIONS(1037), 1, + sym__automatic_semicolon, + STATE(620), 1, sym_comment, - ACTIONS(1605), 59, + ACTIONS(890), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68852,7 +68529,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -68902,14 +68578,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11831] = 4, + [11602] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(624), 1, + STATE(621), 1, sym_comment, - ACTIONS(1607), 59, + ACTIONS(1619), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -68969,16 +68645,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11902] = 4, + [11673] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(625), 1, + STATE(622), 1, sym_comment, - ACTIONS(1609), 59, + ACTIONS(938), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(934), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -69001,7 +68679,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -69036,14 +68713,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11973] = 4, + [11746] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(626), 1, + STATE(623), 1, sym_comment, - ACTIONS(1611), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -69103,14 +68780,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12044] = 4, + [11817] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(627), 1, + STATE(624), 1, sym_comment, - ACTIONS(1609), 59, + ACTIONS(1621), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -69170,16 +68847,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12115] = 4, + [11888] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(628), 1, + ACTIONS(1057), 1, + ts_builtin_sym_end, + ACTIONS(1059), 1, + sym__automatic_semicolon, + STATE(625), 1, sym_comment, - ACTIONS(1613), 59, + ACTIONS(940), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -69202,7 +68882,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -69237,14 +68916,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12186] = 4, + [11963] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(629), 1, + STATE(626), 1, sym_comment, - ACTIONS(1615), 59, + ACTIONS(1623), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -69304,14 +68983,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12257] = 4, + [12034] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(630), 1, + STATE(627), 1, sym_comment, - ACTIONS(1617), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -69371,16 +69050,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12328] = 4, + [12105] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(631), 1, + ACTIONS(1625), 1, + ts_builtin_sym_end, + STATE(628), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1519), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -69403,7 +69083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -69438,14 +69118,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12399] = 4, + [12178] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(632), 1, + STATE(629), 1, sym_comment, - ACTIONS(1619), 59, + ACTIONS(1627), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -69505,16 +69185,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12470] = 4, + [12249] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(633), 1, + ACTIONS(948), 1, + ts_builtin_sym_end, + ACTIONS(1629), 1, + sym__automatic_semicolon, + STATE(630), 1, sym_comment, - ACTIONS(1621), 59, + ACTIONS(856), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -69537,7 +69220,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -69572,14 +69254,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12541] = 4, + [12324] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(634), 1, + STATE(631), 1, sym_comment, - ACTIONS(1623), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -69639,18 +69321,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12612] = 6, + [12395] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1051), 1, + ACTIONS(938), 1, ts_builtin_sym_end, - ACTIONS(1053), 1, + ACTIONS(1631), 1, sym__automatic_semicolon, - STATE(635), 1, + STATE(632), 1, sym_comment, - ACTIONS(932), 57, + ACTIONS(934), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -69659,7 +69341,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -69674,6 +69355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -69708,14 +69390,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12687] = 4, + [12470] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(636), 1, + STATE(633), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -69775,16 +69457,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12758] = 4, + [12541] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(637), 1, + ACTIONS(999), 1, + ts_builtin_sym_end, + ACTIONS(1001), 1, + sym__automatic_semicolon, + STATE(634), 1, sym_comment, - ACTIONS(1625), 59, + ACTIONS(991), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -69807,7 +69492,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -69842,16 +69526,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12829] = 4, + [12616] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(638), 1, + STATE(635), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1517), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(1515), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -69874,7 +69560,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -69909,14 +69594,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12900] = 4, + [12689] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(639), 1, + STATE(636), 1, sym_comment, - ACTIONS(1627), 59, + ACTIONS(1519), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -69926,7 +69611,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -69942,6 +69626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -69976,14 +69661,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12971] = 4, + [12760] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(640), 1, + STATE(637), 1, sym_comment, - ACTIONS(1629), 59, + ACTIONS(1633), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -70043,14 +69728,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13042] = 4, + [12831] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(641), 1, + ACTIONS(1635), 1, + sym__automatic_semicolon, + STATE(638), 1, sym_comment, - ACTIONS(1631), 59, + ACTIONS(934), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -70060,7 +69747,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70110,14 +69796,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13113] = 4, + [12904] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(642), 1, + STATE(639), 1, sym_comment, - ACTIONS(1633), 59, + ACTIONS(1637), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -70177,14 +69863,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13184] = 4, + [12975] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(643), 1, + STATE(640), 1, sym_comment, - ACTIONS(1635), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -70244,14 +69930,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13255] = 4, + [13046] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(644), 1, + STATE(641), 1, sym_comment, - ACTIONS(1637), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -70311,12 +69997,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13326] = 4, + [13117] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(645), 1, + STATE(642), 1, sym_comment, ACTIONS(1639), 59, anon_sym_export, @@ -70378,18 +70064,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13397] = 6, + [13188] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1007), 1, + ACTIONS(1467), 1, + anon_sym_finally, + ACTIONS(1479), 1, ts_builtin_sym_end, - ACTIONS(1009), 1, - sym__automatic_semicolon, - STATE(646), 1, + STATE(643), 1, sym_comment, - ACTIONS(974), 57, + STATE(986), 1, + sym_finally_clause, + ACTIONS(1477), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -70398,7 +70086,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70447,18 +70134,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13472] = 5, + [13265] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1019), 1, - sym__automatic_semicolon, - STATE(647), 1, + ACTIONS(954), 1, + ts_builtin_sym_end, + STATE(644), 1, sym_comment, - ACTIONS(958), 58, + ACTIONS(952), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -70466,6 +70152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70480,7 +70167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -70515,18 +70202,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13545] = 6, + [13338] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1003), 1, - ts_builtin_sym_end, - ACTIONS(1005), 1, - sym__automatic_semicolon, - STATE(648), 1, + STATE(645), 1, sym_comment, - ACTIONS(966), 57, + ACTIONS(932), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(930), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -70584,14 +70270,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13620] = 4, + [13411] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(649), 1, + STATE(646), 1, sym_comment, - ACTIONS(1641), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -70651,14 +70337,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13691] = 4, + [13482] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(650), 1, + STATE(647), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1641), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -70718,14 +70404,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13762] = 4, + [13553] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(651), 1, + STATE(648), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -70785,14 +70471,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13833] = 4, + [13624] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(652), 1, + STATE(649), 1, sym_comment, - ACTIONS(1643), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -70852,18 +70538,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13904] = 6, + [13695] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(999), 1, - ts_builtin_sym_end, - ACTIONS(1001), 1, - sym__automatic_semicolon, - STATE(653), 1, + STATE(650), 1, sym_comment, - ACTIONS(948), 57, + ACTIONS(928), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(926), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -70921,16 +70606,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13979] = 5, + [13768] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1025), 1, - sym__automatic_semicolon, - STATE(654), 1, + STATE(651), 1, sym_comment, - ACTIONS(940), 58, + ACTIONS(1643), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -70940,6 +70623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70989,14 +70673,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14052] = 4, + [13839] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(655), 1, + STATE(652), 1, sym_comment, - ACTIONS(1645), 59, + ACTIONS(1597), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -71056,16 +70740,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14123] = 5, + [13910] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1043), 1, + ACTIONS(1045), 1, sym__automatic_semicolon, - STATE(656), 1, + STATE(653), 1, sym_comment, - ACTIONS(924), 58, + ACTIONS(916), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -71124,14 +70808,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14196] = 4, + [13983] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(657), 1, + STATE(654), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1645), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -71191,19 +70875,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14267] = 6, + [14054] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1037), 1, - ts_builtin_sym_end, - ACTIONS(1039), 1, - sym__automatic_semicolon, - STATE(658), 1, + STATE(655), 1, sym_comment, - ACTIONS(914), 57, + ACTIONS(1647), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -71226,6 +70907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -71260,14 +70942,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14342] = 4, + [14125] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(659), 1, + STATE(656), 1, sym_comment, - ACTIONS(1645), 59, + ACTIONS(1649), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -71327,14 +71009,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14413] = 4, + [14196] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(660), 1, + STATE(657), 1, sym_comment, - ACTIONS(1643), 59, + ACTIONS(1651), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -71394,14 +71076,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14484] = 4, + [14267] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(661), 1, + STATE(658), 1, sym_comment, - ACTIONS(1647), 59, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -71461,14 +71143,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14555] = 4, + [14338] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(662), 1, + ACTIONS(1653), 1, + anon_sym_SEMI, + ACTIONS(1655), 1, + sym__automatic_semicolon, + STATE(659), 1, sym_comment, - ACTIONS(1643), 59, + ACTIONS(1509), 57, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -71478,7 +71164,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -71492,7 +71177,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_debugger, anon_sym_return, anon_sym_throw, - anon_sym_SEMI, anon_sym_case, anon_sym_yield, anon_sym_LBRACK, @@ -71528,14 +71212,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14626] = 4, + [14413] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(663), 1, + STATE(660), 1, sym_comment, - ACTIONS(1643), 59, + ACTIONS(1657), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -71595,17 +71279,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14697] = 5, + [14484] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1649), 1, - ts_builtin_sym_end, - STATE(664), 1, + STATE(661), 1, sym_comment, - ACTIONS(1521), 58, + ACTIONS(1541), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -71628,7 +71311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -71663,14 +71346,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14770] = 4, + [14555] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(665), 1, + ACTIONS(1049), 1, + sym__automatic_semicolon, + STATE(662), 1, sym_comment, - ACTIONS(1651), 59, + ACTIONS(940), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -71680,7 +71365,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -71730,16 +71414,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14841] = 5, + [14628] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1653), 1, + ACTIONS(1517), 1, sym__automatic_semicolon, - STATE(666), 1, + STATE(663), 1, sym_comment, - ACTIONS(878), 58, + ACTIONS(1515), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -71798,19 +71482,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14914] = 6, + [14701] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(1655), 1, + ACTIONS(1659), 1, sym__automatic_semicolon, - STATE(667), 1, + STATE(664), 1, sym_comment, - ACTIONS(878), 57, + ACTIONS(934), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -71818,7 +71501,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -71833,6 +71515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -71867,16 +71550,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14989] = 4, + [14774] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(668), 1, + ACTIONS(938), 1, + ts_builtin_sym_end, + ACTIONS(1661), 1, + sym__automatic_semicolon, + STATE(665), 1, sym_comment, - ACTIONS(1657), 59, + ACTIONS(934), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -71899,7 +71585,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -71934,14 +71619,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15060] = 4, + [14849] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(669), 1, + STATE(666), 1, sym_comment, - ACTIONS(1643), 59, + ACTIONS(1663), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -72001,16 +71686,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15131] = 5, + [14920] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1055), 1, - sym__automatic_semicolon, - STATE(670), 1, + STATE(667), 1, sym_comment, - ACTIONS(914), 58, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -72020,6 +71703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72069,14 +71753,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15204] = 4, + [14991] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(671), 1, + STATE(668), 1, sym_comment, - ACTIONS(1521), 59, + ACTIONS(1649), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -72086,6 +71770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72101,7 +71786,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -72136,14 +71820,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15275] = 4, + [15062] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(672), 1, + STATE(669), 1, sym_comment, - ACTIONS(1643), 59, + ACTIONS(1597), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -72203,14 +71887,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15346] = 4, + [15133] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(673), 1, + STATE(670), 1, sym_comment, - ACTIONS(1659), 59, + ACTIONS(1597), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -72270,17 +71954,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15417] = 5, + [15204] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - STATE(674), 1, + STATE(671), 1, sym_comment, - ACTIONS(878), 58, + ACTIONS(1597), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -72288,6 +71971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72302,8 +71986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_catch, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -72338,14 +72021,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15490] = 4, + [15275] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(675), 1, + STATE(672), 1, sym_comment, - ACTIONS(1661), 59, + ACTIONS(1665), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -72405,14 +72088,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15561] = 4, + [15346] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(676), 1, + STATE(673), 1, sym_comment, - ACTIONS(1663), 59, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -72472,16 +72155,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15632] = 4, + [15417] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(677), 1, + ACTIONS(938), 1, + ts_builtin_sym_end, + STATE(674), 1, sym_comment, - ACTIONS(1665), 59, + ACTIONS(934), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -72489,7 +72173,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72504,7 +72187,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -72539,14 +72223,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15703] = 4, + [15490] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(678), 1, + STATE(675), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1565), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -72556,6 +72240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72605,14 +72290,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15773] = 4, + [15561] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(679), 1, + STATE(676), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1481), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -72637,6 +72322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -72671,17 +72357,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15843] = 5, + [15632] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(680), 1, + STATE(677), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1565), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -72704,6 +72389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -72738,16 +72424,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15915] = 5, + [15703] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1667), 1, ts_builtin_sym_end, - STATE(681), 1, + STATE(678), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1621), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -72805,17 +72491,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15987] = 5, + [15775] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(682), 1, + STATE(679), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1639), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -72823,7 +72508,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72838,6 +72522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -72872,17 +72557,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16059] = 5, + [15845] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(683), 1, + STATE(680), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -72890,7 +72574,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72905,6 +72588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -72939,17 +72623,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16131] = 5, + [15915] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(684), 1, + STATE(681), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1565), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -72957,7 +72640,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72972,6 +72654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -73006,16 +72689,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16203] = 5, + [15985] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1669), 1, ts_builtin_sym_end, - STATE(685), 1, + STATE(682), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1651), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -73073,16 +72756,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16275] = 5, + [16057] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1671), 1, ts_builtin_sym_end, - STATE(686), 1, + STATE(683), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1641), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -73140,17 +72823,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16347] = 5, + [16129] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(687), 1, + STATE(684), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1565), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -73158,7 +72840,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73173,6 +72854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -73207,16 +72889,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16419] = 5, + [16199] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1673), 1, ts_builtin_sym_end, - STATE(688), 1, + STATE(685), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1639), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -73274,16 +72956,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16491] = 5, + [16271] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1669), 1, + ACTIONS(1675), 1, ts_builtin_sym_end, - STATE(689), 1, + STATE(686), 1, sym_comment, - ACTIONS(1601), 57, + ACTIONS(1645), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -73341,17 +73023,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16563] = 5, + [16343] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(690), 1, + STATE(687), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -73359,7 +73040,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73374,6 +73054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -73408,17 +73089,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16635] = 5, + [16413] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(691), 1, + STATE(688), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1565), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -73426,7 +73106,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73441,6 +73120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -73475,16 +73155,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16707] = 5, + [16483] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1677), 1, ts_builtin_sym_end, - STATE(692), 1, + STATE(689), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1633), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -73542,17 +73222,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16779] = 5, + [16555] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(693), 1, + STATE(690), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(934), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -73560,7 +73239,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73575,6 +73253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -73609,17 +73288,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16851] = 5, + [16625] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(694), 1, + STATE(691), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -73627,7 +73305,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73642,6 +73319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -73676,14 +73354,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16923] = 4, + [16695] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(695), 1, + STATE(692), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1565), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -73742,16 +73420,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16993] = 5, + [16765] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1671), 1, + ACTIONS(1679), 1, ts_builtin_sym_end, - STATE(696), 1, + STATE(693), 1, sym_comment, - ACTIONS(1651), 57, + ACTIONS(1537), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -73809,17 +73487,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17065] = 5, + [16837] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1673), 1, - ts_builtin_sym_end, - STATE(697), 1, + STATE(694), 1, sym_comment, - ACTIONS(1635), 57, + ACTIONS(1565), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -73827,7 +73504,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73842,6 +73518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -73876,16 +73553,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17137] = 5, + [16907] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1675), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(698), 1, + STATE(695), 1, sym_comment, - ACTIONS(1645), 57, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -73943,16 +73620,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17209] = 5, + [16979] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1677), 1, + STATE(696), 1, + sym_comment, + ACTIONS(1565), 58, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [17049] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(699), 1, + STATE(697), 1, sym_comment, - ACTIONS(1633), 57, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -74010,16 +73753,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17281] = 5, + [17121] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1679), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(700), 1, + STATE(698), 1, sym_comment, - ACTIONS(1591), 57, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -74077,16 +73820,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17353] = 5, + [17193] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1675), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(701), 1, + STATE(699), 1, sym_comment, - ACTIONS(1645), 57, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -74144,16 +73887,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17425] = 5, + [17265] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(702), 1, + STATE(700), 1, sym_comment, - ACTIONS(1577), 57, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -74211,16 +73954,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17497] = 5, + [17337] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1683), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(703), 1, + STATE(701), 1, sym_comment, - ACTIONS(1599), 57, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -74278,16 +74021,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17569] = 4, + [17409] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(704), 1, + ACTIONS(1681), 1, + ts_builtin_sym_end, + STATE(702), 1, sym_comment, - ACTIONS(1665), 58, + ACTIONS(1565), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -74295,6 +74039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74309,7 +74054,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -74344,16 +74088,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17639] = 5, + [17481] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1685), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(705), 1, + STATE(703), 1, sym_comment, - ACTIONS(1579), 57, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -74411,16 +74155,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17711] = 4, + [17553] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(706), 1, + ACTIONS(1681), 1, + ts_builtin_sym_end, + STATE(704), 1, sym_comment, - ACTIONS(1629), 58, + ACTIONS(1565), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -74428,6 +74173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74442,7 +74188,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -74477,16 +74222,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17781] = 4, + [17625] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(707), 1, + ACTIONS(1681), 1, + ts_builtin_sym_end, + STATE(705), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1565), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -74494,6 +74240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74508,7 +74255,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -74543,16 +74289,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17851] = 4, + [17697] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(708), 1, + ACTIONS(1681), 1, + ts_builtin_sym_end, + STATE(706), 1, sym_comment, - ACTIONS(1663), 58, + ACTIONS(1565), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -74560,6 +74307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74574,7 +74322,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -74609,16 +74356,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17921] = 4, + [17769] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(709), 1, + ACTIONS(1681), 1, + ts_builtin_sym_end, + STATE(707), 1, sym_comment, - ACTIONS(1627), 58, + ACTIONS(1565), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -74626,6 +74374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74640,7 +74389,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -74675,16 +74423,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17991] = 4, + [17841] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(710), 1, + ACTIONS(1681), 1, + ts_builtin_sym_end, + STATE(708), 1, sym_comment, - ACTIONS(1601), 58, + ACTIONS(1565), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -74692,6 +74441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74706,7 +74456,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -74741,18 +74490,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18061] = 6, + [17913] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1029), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - ACTIONS(1071), 1, - sym__automatic_semicolon, - STATE(711), 1, + STATE(709), 1, sym_comment, - ACTIONS(958), 56, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -74761,6 +74508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74809,16 +74557,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18135] = 4, + [17985] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(712), 1, + ACTIONS(1681), 1, + ts_builtin_sym_end, + STATE(710), 1, sym_comment, - ACTIONS(1659), 58, + ACTIONS(1565), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -74826,6 +74575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74840,7 +74590,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -74875,16 +74624,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18205] = 4, + [18057] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(713), 1, + ACTIONS(1681), 1, + ts_builtin_sym_end, + STATE(711), 1, sym_comment, - ACTIONS(1645), 58, + ACTIONS(1565), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -74892,6 +74642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74906,7 +74657,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -74941,16 +74691,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18275] = 5, + [18129] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1687), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(714), 1, + STATE(712), 1, sym_comment, - ACTIONS(1597), 57, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -75008,19 +74758,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18347] = 6, + [18201] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1021), 1, - ts_builtin_sym_end, - ACTIONS(1069), 1, - sym__automatic_semicolon, - STATE(715), 1, + STATE(713), 1, sym_comment, - ACTIONS(940), 56, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -75042,6 +74789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -75076,16 +74824,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18421] = 5, + [18271] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1689), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(716), 1, + STATE(714), 1, sym_comment, - ACTIONS(1537), 57, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -75143,18 +74891,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18493] = 6, + [18343] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1015), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - ACTIONS(1077), 1, - sym__automatic_semicolon, - STATE(717), 1, + STATE(715), 1, sym_comment, - ACTIONS(924), 56, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -75163,6 +74909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75211,16 +74958,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18567] = 5, + [18415] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1691), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(718), 1, + STATE(716), 1, sym_comment, - ACTIONS(1639), 57, + ACTIONS(1565), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -75278,14 +75025,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18639] = 4, + [18487] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(719), 1, + STATE(717), 1, sym_comment, - ACTIONS(1599), 58, + ACTIONS(1565), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -75344,16 +75091,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18709] = 5, + [18557] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1693), 1, + ACTIONS(1683), 1, ts_builtin_sym_end, - STATE(720), 1, + STATE(718), 1, sym_comment, - ACTIONS(1581), 57, + ACTIONS(1637), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -75411,17 +75158,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18781] = 5, + [18629] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1695), 1, - ts_builtin_sym_end, - STATE(721), 1, + STATE(719), 1, sym_comment, - ACTIONS(1587), 57, + ACTIONS(1565), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -75429,7 +75175,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75444,6 +75189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -75478,16 +75224,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18853] = 5, + [18699] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1697), 1, + ACTIONS(1685), 1, ts_builtin_sym_end, - STATE(722), 1, + STATE(720), 1, sym_comment, - ACTIONS(1637), 57, + ACTIONS(1615), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -75545,14 +75291,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18925] = 4, + [18771] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(723), 1, + STATE(721), 1, sym_comment, - ACTIONS(1597), 58, + ACTIONS(1541), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -75611,16 +75357,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18995] = 4, + [18841] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(724), 1, + ACTIONS(1687), 1, + ts_builtin_sym_end, + STATE(722), 1, sym_comment, - ACTIONS(1645), 58, + ACTIONS(1613), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -75628,6 +75375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75642,7 +75390,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -75677,14 +75424,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19065] = 4, + [18913] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(725), 1, + STATE(723), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1565), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -75743,17 +75490,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19135] = 5, + [18983] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1699), 1, - ts_builtin_sym_end, - STATE(726), 1, + STATE(724), 1, sym_comment, - ACTIONS(1593), 57, + ACTIONS(1565), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -75761,7 +75507,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75776,6 +75521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -75810,14 +75556,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19207] = 4, + [19053] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(727), 1, + STATE(725), 1, sym_comment, - ACTIONS(1593), 58, + ACTIONS(1565), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -75876,16 +75622,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19277] = 5, + [19123] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1689), 1, ts_builtin_sym_end, - STATE(728), 1, + STATE(726), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1643), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -75943,18 +75689,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19349] = 6, + [19195] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1051), 1, + ACTIONS(1005), 1, ts_builtin_sym_end, - ACTIONS(1081), 1, + ACTIONS(1073), 1, sym__automatic_semicolon, - STATE(729), 1, + STATE(727), 1, sym_comment, - ACTIONS(932), 56, + ACTIONS(874), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -76011,16 +75757,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19423] = 5, + [19269] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1053), 1, ts_builtin_sym_end, - STATE(730), 1, + ACTIONS(1071), 1, + sym__automatic_semicolon, + STATE(728), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(890), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -76029,7 +75777,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76078,16 +75825,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19495] = 5, + [19343] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1019), 1, ts_builtin_sym_end, - STATE(731), 1, + ACTIONS(1085), 1, + sym__automatic_semicolon, + STATE(729), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(916), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -76096,7 +75845,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76145,17 +75893,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19567] = 5, + [19417] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1701), 1, - ts_builtin_sym_end, - STATE(732), 1, + STATE(730), 1, sym_comment, - ACTIONS(1607), 57, + ACTIONS(1585), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -76163,7 +75910,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76178,6 +75924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -76212,16 +75959,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19639] = 5, + [19487] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1703), 1, + ACTIONS(1691), 1, ts_builtin_sym_end, - STATE(733), 1, + STATE(731), 1, sym_comment, - ACTIONS(1611), 57, + ACTIONS(1533), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -76279,90 +76026,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19711] = 14, + [19559] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1257), 1, - anon_sym_EQ, - ACTIONS(1290), 1, - anon_sym_EQ_GT, - ACTIONS(1406), 1, - sym_identifier, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - STATE(734), 1, + STATE(732), 1, sym_comment, - STATE(1874), 1, - sym__destructuring_pattern, - STATE(2042), 1, - sym_variable_declarator, - ACTIONS(1211), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 32, - anon_sym_STAR, + ACTIONS(1583), 58, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, anon_sym_LPAREN, - anon_sym_in, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [19801] = 4, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [19629] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(735), 1, + STATE(733), 1, sym_comment, - ACTIONS(1625), 58, + ACTIONS(1565), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -76421,14 +76158,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19871] = 4, + [19699] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(736), 1, + STATE(734), 1, sym_comment, - ACTIONS(1609), 58, + ACTIONS(1571), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -76487,17 +76224,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19941] = 5, + [19769] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1705), 1, - ts_builtin_sym_end, - STATE(737), 1, + STATE(735), 1, sym_comment, - ACTIONS(1615), 57, + ACTIONS(1559), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -76505,7 +76241,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76520,6 +76255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -76554,16 +76290,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20013] = 4, + [19839] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(738), 1, + ACTIONS(1693), 1, + ts_builtin_sym_end, + STATE(736), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1557), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -76571,6 +76308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76585,7 +76323,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -76620,16 +76357,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20083] = 4, + [19911] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(739), 1, + ACTIONS(1695), 1, + ts_builtin_sym_end, + STATE(737), 1, sym_comment, - ACTIONS(1623), 58, + ACTIONS(1591), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -76637,6 +76375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76651,7 +76390,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -76686,16 +76424,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20153] = 4, + [19983] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(740), 1, + ACTIONS(1697), 1, + ts_builtin_sym_end, + STATE(738), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1595), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -76703,6 +76442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76717,7 +76457,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -76752,17 +76491,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20223] = 5, + [20055] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(741), 1, + STATE(739), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1565), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -76770,7 +76508,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76785,6 +76522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -76819,14 +76557,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20295] = 4, + [20125] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(742), 1, + STATE(740), 1, sym_comment, - ACTIONS(1621), 58, + ACTIONS(1553), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -76885,14 +76623,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20365] = 4, + [20195] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(743), 1, + STATE(741), 1, sym_comment, - ACTIONS(1617), 58, + ACTIONS(1567), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -76951,17 +76689,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20435] = 5, + [20265] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - STATE(744), 1, + STATE(742), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1565), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -76969,7 +76706,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76984,6 +76720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -77018,16 +76755,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20507] = 4, + [20335] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(745), 1, + ACTIONS(1699), 1, + ts_builtin_sym_end, + STATE(743), 1, sym_comment, - ACTIONS(1613), 58, + ACTIONS(1657), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -77035,6 +76773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77049,7 +76788,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -77084,14 +76822,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20577] = 4, + [20407] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(746), 1, + STATE(744), 1, sym_comment, - ACTIONS(1619), 58, + ACTIONS(1565), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -77150,16 +76888,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20647] = 5, + [20477] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1707), 1, - ts_builtin_sym_end, - STATE(747), 1, + STATE(745), 1, sym_comment, - ACTIONS(1641), 57, + ACTIONS(928), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(926), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -77168,7 +76907,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77217,17 +76955,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20719] = 5, + [20549] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1709), 1, - ts_builtin_sym_end, - STATE(748), 1, + STATE(746), 1, sym_comment, - ACTIONS(1603), 57, + ACTIONS(1565), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -77235,7 +76972,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77250,6 +76986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -77284,14 +77021,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20791] = 4, + [20619] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(749), 1, + STATE(747), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1565), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -77350,14 +77087,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20861] = 4, + [20689] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(750), 1, + STATE(748), 1, sym_comment, - ACTIONS(1615), 58, + ACTIONS(1565), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -77416,14 +77153,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20931] = 4, + [20759] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(751), 1, + STATE(749), 1, sym_comment, - ACTIONS(1611), 58, + ACTIONS(1565), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -77482,14 +77219,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21001] = 4, + [20829] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(752), 1, + STATE(750), 1, sym_comment, - ACTIONS(1607), 58, + ACTIONS(1563), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -77548,14 +77285,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21071] = 4, + [20899] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(753), 1, + STATE(751), 1, sym_comment, - ACTIONS(1587), 58, + ACTIONS(1569), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -77614,16 +77351,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21141] = 4, + [20969] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(754), 1, + ACTIONS(1573), 1, + ts_builtin_sym_end, + STATE(752), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1481), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -77645,7 +77383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -77680,18 +77418,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21211] = 6, + [21041] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, + ACTIONS(1701), 1, ts_builtin_sym_end, - ACTIONS(1711), 1, - sym__automatic_semicolon, - STATE(755), 1, + STATE(753), 1, sym_comment, - ACTIONS(878), 56, + ACTIONS(1539), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -77700,6 +77436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77748,17 +77485,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21285] = 5, + [21113] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1713), 1, - ts_builtin_sym_end, - STATE(756), 1, + STATE(754), 1, sym_comment, - ACTIONS(1583), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -77766,7 +77502,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77781,6 +77516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -77815,12 +77551,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21357] = 4, + [21183] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(757), 1, + STATE(755), 1, sym_comment, ACTIONS(1581), 58, anon_sym_export, @@ -77881,14 +77617,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21427] = 4, + [21253] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(758), 1, + STATE(756), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1581), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -77947,14 +77683,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21497] = 4, + [21323] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(759), 1, + STATE(757), 1, sym_comment, - ACTIONS(1635), 58, + ACTIONS(1609), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -78013,17 +77749,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21567] = 5, + [21393] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1547), 1, - ts_builtin_sym_end, - STATE(760), 1, + STATE(758), 1, sym_comment, - ACTIONS(1487), 57, + ACTIONS(1597), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -78045,7 +77780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -78080,14 +77815,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21639] = 4, + [21463] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(761), 1, + STATE(759), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1597), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -78146,16 +77881,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21709] = 4, + [21533] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(762), 1, + ACTIONS(1703), 1, + ts_builtin_sym_end, + STATE(760), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1599), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -78163,6 +77899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -78177,7 +77914,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -78212,16 +77948,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21779] = 5, + [21605] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1715), 1, + ACTIONS(1705), 1, ts_builtin_sym_end, - STATE(763), 1, + STATE(761), 1, sym_comment, - ACTIONS(1617), 57, + ACTIONS(1603), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -78279,16 +78015,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21851] = 5, + [21677] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1717), 1, + ACTIONS(1575), 1, ts_builtin_sym_end, - STATE(764), 1, + ACTIONS(1707), 1, + anon_sym_SEMI, + ACTIONS(1709), 1, + sym__automatic_semicolon, + STATE(762), 1, sym_comment, - ACTIONS(1621), 57, + ACTIONS(1509), 55, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -78297,7 +78037,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -78311,7 +78050,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_debugger, anon_sym_return, anon_sym_throw, - anon_sym_SEMI, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -78346,18 +78084,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21923] = 5, + [21753] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(765), 1, + STATE(763), 1, sym_comment, - ACTIONS(1511), 2, - sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(1509), 56, + ACTIONS(1637), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -78379,6 +78115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -78413,16 +78150,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21995] = 5, + [21823] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1719), 1, + ACTIONS(1711), 1, ts_builtin_sym_end, - STATE(766), 1, + STATE(764), 1, sym_comment, - ACTIONS(1623), 57, + ACTIONS(1531), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -78480,16 +78217,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22067] = 5, + [21895] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1721), 1, + ACTIONS(1713), 1, ts_builtin_sym_end, - STATE(767), 1, + STATE(765), 1, sym_comment, - ACTIONS(1625), 57, + ACTIONS(1611), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -78547,14 +78284,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22139] = 4, + [21967] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(768), 1, + STATE(766), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1643), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -78613,21 +78350,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22209] = 7, + [22037] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1549), 1, - ts_builtin_sym_end, - ACTIONS(1723), 1, - anon_sym_SEMI, - ACTIONS(1725), 1, - sym__automatic_semicolon, - STATE(769), 1, + STATE(767), 1, sym_comment, - ACTIONS(1513), 55, + ACTIONS(1565), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -78648,6 +78380,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_debugger, anon_sym_return, anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -78682,17 +78416,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22285] = 5, + [22107] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1727), 1, - ts_builtin_sym_end, - STATE(770), 1, + STATE(768), 1, sym_comment, - ACTIONS(1605), 57, + ACTIONS(1557), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -78700,7 +78433,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -78715,6 +78447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -78749,14 +78482,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22357] = 4, + [22177] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(771), 1, + STATE(769), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1537), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -78815,14 +78548,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22427] = 4, + [22247] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(772), 1, + STATE(770), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1591), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -78881,17 +78614,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22497] = 5, + [22317] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1729), 1, - ts_builtin_sym_end, - STATE(773), 1, + STATE(771), 1, sym_comment, - ACTIONS(1575), 57, + ACTIONS(1597), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -78899,7 +78631,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -78914,6 +78645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -78948,14 +78680,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22569] = 4, + [22387] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(774), 1, + STATE(772), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1595), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -79014,16 +78746,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22639] = 4, + [22457] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(775), 1, + ACTIONS(1715), 1, + ts_builtin_sym_end, + STATE(773), 1, sym_comment, - ACTIONS(1591), 58, + ACTIONS(1665), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -79031,6 +78764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79045,7 +78779,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -79080,16 +78813,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22709] = 4, + [22529] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(776), 1, + ACTIONS(1717), 1, + ts_builtin_sym_end, + STATE(774), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1597), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -79097,6 +78831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79111,7 +78846,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -79146,16 +78880,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22779] = 5, + [22601] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1731), 1, + ACTIONS(1717), 1, ts_builtin_sym_end, - STATE(777), 1, + STATE(775), 1, sym_comment, - ACTIONS(1663), 57, + ACTIONS(1597), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -79213,16 +78947,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22851] = 5, + [22673] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1733), 1, + ACTIONS(1719), 1, ts_builtin_sym_end, - STATE(778), 1, + STATE(776), 1, sym_comment, - ACTIONS(1627), 57, + ACTIONS(1623), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -79280,14 +79014,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22923] = 4, + [22745] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(779), 1, + ACTIONS(938), 1, + ts_builtin_sym_end, + ACTIONS(1721), 1, + sym__automatic_semicolon, + STATE(777), 1, sym_comment, - ACTIONS(1589), 58, + ACTIONS(934), 56, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [22819] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(778), 1, + sym_comment, + ACTIONS(1555), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -79346,17 +79148,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22993] = 5, + [22889] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1735), 1, - ts_builtin_sym_end, - STATE(780), 1, + STATE(779), 1, sym_comment, - ACTIONS(1609), 57, + ACTIONS(1551), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -79364,7 +79165,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79379,6 +79179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -79413,17 +79214,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23065] = 5, + [22959] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1737), 1, - ts_builtin_sym_end, - STATE(781), 1, + STATE(780), 1, sym_comment, - ACTIONS(1613), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -79431,7 +79231,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79446,6 +79245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -79480,14 +79280,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23137] = 4, + [23029] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(782), 1, + STATE(781), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(952), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -79546,17 +79346,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23207] = 5, + [23099] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1739), 1, - ts_builtin_sym_end, - STATE(783), 1, + STATE(782), 1, sym_comment, - ACTIONS(1661), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -79564,7 +79363,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79579,6 +79377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -79613,16 +79412,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23279] = 4, + [23169] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(784), 1, + ACTIONS(1723), 1, + ts_builtin_sym_end, + STATE(783), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1627), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -79630,6 +79430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79644,7 +79445,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -79679,17 +79479,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23349] = 5, + [23241] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1741), 1, - ts_builtin_sym_end, - STATE(785), 1, + STATE(784), 1, sym_comment, - ACTIONS(1629), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -79697,7 +79496,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79712,6 +79510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -79746,14 +79545,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23421] = 4, + [23311] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(786), 1, + STATE(785), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1541), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -79812,14 +79611,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23491] = 4, + [23381] = 14, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1384), 1, + sym_identifier, + ACTIONS(1386), 1, + anon_sym_LBRACE, + ACTIONS(1388), 1, + anon_sym_LBRACK, + STATE(786), 1, + sym_comment, + STATE(1850), 1, + sym__destructuring_pattern, + STATE(1998), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1828), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 32, + anon_sym_STAR, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [23471] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(787), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1541), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -79878,17 +79753,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23561] = 5, + [23541] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, - ts_builtin_sym_end, STATE(788), 1, sym_comment, - ACTIONS(1643), 57, + ACTIONS(1597), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -79896,7 +79770,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79911,6 +79784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -79945,14 +79819,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23633] = 4, + [23611] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(789), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1633), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -80011,14 +79885,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23703] = 4, + [23681] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(790), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1645), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -80077,14 +79951,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23773] = 4, + [23751] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(791), 1, sym_comment, - ACTIONS(1745), 58, + ACTIONS(1541), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -80143,14 +80017,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23843] = 4, + [23821] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(792), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1641), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -80209,14 +80083,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23913] = 4, + [23891] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(793), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1599), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -80275,16 +80149,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23983] = 4, + [23961] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1717), 1, + ts_builtin_sym_end, STATE(794), 1, sym_comment, - ACTIONS(1571), 58, + ACTIONS(1597), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -80292,6 +80167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80306,7 +80182,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -80341,14 +80216,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24053] = 4, + [24033] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(795), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1651), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -80407,16 +80282,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24123] = 4, + [24103] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1717), 1, + ts_builtin_sym_end, STATE(796), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1597), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -80424,6 +80300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80438,7 +80315,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -80473,16 +80349,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24193] = 4, + [24175] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1717), 1, + ts_builtin_sym_end, STATE(797), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1597), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -80490,6 +80367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80504,7 +80382,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -80539,16 +80416,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24263] = 5, + [24247] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, + ACTIONS(1717), 1, ts_builtin_sym_end, STATE(798), 1, sym_comment, - ACTIONS(1643), 57, + ACTIONS(1597), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -80606,16 +80483,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24335] = 5, + [24319] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1747), 1, - ts_builtin_sym_end, STATE(799), 1, sym_comment, - ACTIONS(1657), 57, + ACTIONS(932), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(930), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -80624,7 +80502,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80673,16 +80550,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24407] = 5, + [24391] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, + ACTIONS(1725), 1, ts_builtin_sym_end, STATE(800), 1, sym_comment, - ACTIONS(1643), 57, + ACTIONS(1551), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -80740,81 +80617,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24479] = 5, + [24463] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1749), 1, - ts_builtin_sym_end, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1384), 1, + sym_identifier, + ACTIONS(1386), 1, + anon_sym_LBRACE, + ACTIONS(1388), 1, + anon_sym_LBRACK, STATE(801), 1, sym_comment, - ACTIONS(1571), 57, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_else, - anon_sym_if, - anon_sym_switch, - anon_sym_for, + STATE(1850), 1, + sym__destructuring_pattern, + STATE(1999), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1828), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 32, + anon_sym_STAR, anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, + anon_sym_in, anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [24551] = 4, + [24553] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(802), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1587), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -80873,17 +80759,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24621] = 5, + [24623] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1751), 1, - ts_builtin_sym_end, STATE(803), 1, sym_comment, - ACTIONS(1589), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -80891,7 +80776,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80906,6 +80790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -80940,16 +80825,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24693] = 4, + [24693] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1727), 1, + ts_builtin_sym_end, STATE(804), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1581), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -80957,6 +80843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80971,7 +80858,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81006,16 +80892,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24763] = 4, + [24765] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1727), 1, + ts_builtin_sym_end, STATE(805), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1581), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81023,6 +80910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81037,7 +80925,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81072,16 +80959,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24833] = 4, + [24837] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(954), 1, + ts_builtin_sym_end, STATE(806), 1, sym_comment, - ACTIONS(1605), 58, + ACTIONS(952), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81089,6 +80977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81103,7 +80992,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81138,16 +81026,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24903] = 4, + [24909] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1729), 1, + ts_builtin_sym_end, STATE(807), 1, sym_comment, - ACTIONS(1647), 58, + ACTIONS(1569), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81155,6 +81044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81169,7 +81059,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81204,14 +81093,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24973] = 4, + [24981] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(808), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1657), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -81270,16 +81159,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25043] = 4, + [25051] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1731), 1, + ts_builtin_sym_end, STATE(809), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1619), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81287,6 +81177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81301,7 +81192,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81336,16 +81226,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25113] = 4, + [25123] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(954), 1, + ts_builtin_sym_end, STATE(810), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(952), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81367,7 +81258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81402,14 +81293,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25183] = 4, + [25195] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(811), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1541), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -81468,18 +81359,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25253] = 6, + [25265] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1007), 1, + ACTIONS(1733), 1, ts_builtin_sym_end, - ACTIONS(1095), 1, - sym__automatic_semicolon, STATE(812), 1, sym_comment, - ACTIONS(974), 56, + ACTIONS(1563), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -81488,6 +81377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81536,19 +81426,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25327] = 6, + [25337] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1003), 1, - ts_builtin_sym_end, - ACTIONS(1085), 1, - sym__automatic_semicolon, STATE(813), 1, sym_comment, - ACTIONS(966), 56, + ACTIONS(1597), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81570,6 +81457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81604,18 +81492,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25401] = 6, + [25407] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(999), 1, + ACTIONS(1027), 1, ts_builtin_sym_end, - ACTIONS(1073), 1, + ACTIONS(1081), 1, sym__automatic_semicolon, STATE(814), 1, sym_comment, - ACTIONS(948), 56, + ACTIONS(882), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -81672,16 +81560,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25475] = 4, + [25481] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1031), 1, + ts_builtin_sym_end, + ACTIONS(1087), 1, + sym__automatic_semicolon, STATE(815), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(968), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81703,7 +81594,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81738,16 +81628,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25545] = 4, + [25555] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1039), 1, + ts_builtin_sym_end, + ACTIONS(1063), 1, + sym__automatic_semicolon, STATE(816), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(958), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81769,7 +81662,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81804,16 +81696,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25615] = 4, + [25629] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1735), 1, + ts_builtin_sym_end, STATE(817), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1553), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81821,6 +81714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81835,7 +81729,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81870,16 +81763,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25685] = 4, + [25701] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(818), 1, sym_comment, - ACTIONS(1541), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81887,6 +81781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81901,7 +81796,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -81936,16 +81830,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25755] = 4, + [25773] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(819), 1, sym_comment, - ACTIONS(1583), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -81953,6 +81848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81967,7 +81863,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82002,14 +81897,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25825] = 4, + [25845] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(820), 1, sym_comment, - ACTIONS(1537), 58, + ACTIONS(1539), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -82068,16 +81963,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25895] = 4, + [25915] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(821), 1, sym_comment, - ACTIONS(1545), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -82085,6 +81981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82099,7 +81996,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82134,16 +82030,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25965] = 4, + [25987] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(822), 1, sym_comment, - ACTIONS(874), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -82151,6 +82048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82165,7 +82063,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82200,16 +82097,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26035] = 5, + [26059] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1753), 1, - ts_builtin_sym_end, STATE(823), 1, sym_comment, - ACTIONS(1647), 57, + ACTIONS(954), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(952), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -82218,7 +82116,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82267,16 +82164,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26107] = 4, + [26131] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(824), 1, sym_comment, - ACTIONS(1573), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -82284,6 +82182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82298,7 +82197,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82333,16 +82231,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26177] = 4, + [26203] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(825), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -82350,6 +82249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82364,7 +82264,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82399,16 +82298,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26247] = 4, + [26275] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(826), 1, sym_comment, - ACTIONS(878), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -82416,6 +82316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82430,7 +82331,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82465,16 +82365,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26317] = 4, + [26347] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(827), 1, sym_comment, - ACTIONS(1555), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -82482,6 +82383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82496,7 +82398,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82531,16 +82432,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26387] = 4, + [26419] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(828), 1, sym_comment, - ACTIONS(1567), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -82548,6 +82450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82562,7 +82465,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82597,14 +82499,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26457] = 4, + [26491] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(829), 1, sym_comment, - ACTIONS(1575), 58, + ACTIONS(1597), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -82663,16 +82565,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26527] = 4, + [26561] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(830), 1, sym_comment, - ACTIONS(1567), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -82680,6 +82583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82694,7 +82598,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82729,16 +82632,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26597] = 4, + [26633] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(831), 1, sym_comment, - ACTIONS(1643), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -82746,6 +82650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82760,7 +82665,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82795,16 +82699,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26667] = 5, + [26705] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1755), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(832), 1, sym_comment, - ACTIONS(1631), 57, + ACTIONS(1541), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -82862,16 +82766,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26739] = 5, + [26777] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1757), 1, - ts_builtin_sym_end, STATE(833), 1, sym_comment, - ACTIONS(1531), 57, + ACTIONS(938), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(934), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -82880,7 +82785,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82929,16 +82833,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26811] = 4, + [26849] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(834), 1, sym_comment, - ACTIONS(1643), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -82946,6 +82851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82960,7 +82866,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -82995,16 +82900,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26881] = 4, + [26921] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(835), 1, sym_comment, - ACTIONS(1643), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83012,6 +82918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83026,7 +82933,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83061,16 +82967,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26951] = 4, + [26993] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(836), 1, sym_comment, - ACTIONS(1643), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83078,6 +82985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83092,7 +83000,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83127,16 +83034,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27021] = 5, + [27065] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1735), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(837), 1, sym_comment, - ACTIONS(1609), 57, + ACTIONS(1541), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -83194,16 +83101,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27093] = 4, + [27137] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(838), 1, sym_comment, - ACTIONS(1657), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83211,6 +83119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83225,7 +83134,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83260,16 +83168,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27163] = 4, + [27209] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(839), 1, sym_comment, - ACTIONS(1643), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83277,6 +83186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83291,7 +83201,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83326,16 +83235,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27233] = 4, + [27281] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(840), 1, sym_comment, - ACTIONS(1643), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83343,6 +83253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83357,7 +83268,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83392,16 +83302,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27303] = 4, + [27353] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1737), 1, + ts_builtin_sym_end, STATE(841), 1, sym_comment, - ACTIONS(1661), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83409,6 +83320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83423,7 +83335,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83458,17 +83369,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27373] = 5, + [27425] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, - ts_builtin_sym_end, STATE(842), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83476,7 +83386,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83491,6 +83400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83525,17 +83435,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27445] = 5, + [27495] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, - ts_builtin_sym_end, STATE(843), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1533), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83543,7 +83452,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83558,6 +83466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83592,16 +83501,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27517] = 5, + [27565] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1739), 1, ts_builtin_sym_end, STATE(844), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1535), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -83659,16 +83568,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27589] = 5, + [27637] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1741), 1, ts_builtin_sym_end, STATE(845), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1561), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -83726,17 +83635,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27661] = 5, + [27709] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, - ts_builtin_sym_end, STATE(846), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1619), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83744,7 +83652,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83759,6 +83666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83793,14 +83701,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27733] = 4, + [27779] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(847), 1, sym_comment, - ACTIONS(1531), 58, + ACTIONS(1589), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -83859,16 +83767,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27803] = 4, + [27849] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1743), 1, + ts_builtin_sym_end, STATE(848), 1, sym_comment, - ACTIONS(1631), 58, + ACTIONS(1567), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83876,6 +83785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83890,7 +83800,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83925,17 +83834,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27873] = 5, + [27921] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, STATE(849), 1, sym_comment, - ACTIONS(878), 57, + ACTIONS(1621), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -83943,7 +83851,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -83958,6 +83865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -83992,17 +83900,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27945] = 5, + [27991] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, - ts_builtin_sym_end, STATE(850), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1665), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -84010,7 +83917,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -84025,6 +83931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -84059,17 +83966,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28017] = 5, + [28061] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, - ts_builtin_sym_end, STATE(851), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1593), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -84077,7 +83983,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -84092,6 +83997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -84126,17 +84032,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28089] = 5, + [28131] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, STATE(852), 1, sym_comment, - ACTIONS(1539), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -84144,7 +84049,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -84159,6 +84063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -84193,16 +84098,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28161] = 4, + [28201] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1745), 1, + ts_builtin_sym_end, STATE(853), 1, sym_comment, - ACTIONS(1633), 58, + ACTIONS(1609), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -84210,6 +84116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -84224,7 +84131,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -84259,16 +84165,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28231] = 5, + [28273] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(938), 1, ts_builtin_sym_end, STATE(854), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(934), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -84326,18 +84232,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28303] = 5, + [28345] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(855), 1, sym_comment, - ACTIONS(912), 2, - sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(910), 56, + ACTIONS(1593), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -84359,6 +84263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -84393,16 +84298,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28375] = 5, + [28415] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(999), 1, ts_builtin_sym_end, + ACTIONS(1083), 1, + sym__automatic_semicolon, STATE(856), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(991), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -84411,7 +84318,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -84460,16 +84366,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28447] = 4, + [28489] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1747), 1, + ts_builtin_sym_end, STATE(857), 1, sym_comment, - ACTIONS(1609), 58, + ACTIONS(1649), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -84477,6 +84384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -84491,7 +84399,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -84526,17 +84433,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28517] = 5, + [28561] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, - ts_builtin_sym_end, STATE(858), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -84544,7 +84450,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -84559,6 +84464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -84593,16 +84499,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28589] = 5, + [28631] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, - ts_builtin_sym_end, STATE(859), 1, sym_comment, - ACTIONS(1643), 57, + ACTIONS(1517), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(1515), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -84611,7 +84518,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -84660,16 +84566,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28661] = 5, + [28703] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1747), 1, ts_builtin_sym_end, STATE(860), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1649), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -84727,18 +84633,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28733] = 6, + [28775] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, + ACTIONS(1749), 1, ts_builtin_sym_end, - ACTIONS(1761), 1, - sym__automatic_semicolon, STATE(861), 1, sym_comment, - ACTIONS(878), 56, + ACTIONS(1647), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -84747,6 +84651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -84795,16 +84700,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28807] = 5, + [28847] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1763), 1, + ACTIONS(938), 1, ts_builtin_sym_end, + ACTIONS(1751), 1, + sym__automatic_semicolon, STATE(862), 1, sym_comment, - ACTIONS(1619), 57, + ACTIONS(934), 56, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [28921] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1753), 1, + ts_builtin_sym_end, + STATE(863), 1, + sym_comment, + ACTIONS(1663), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -84862,7 +84835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28879] = 14, + [28993] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -84871,22 +84844,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, ACTIONS(1290), 1, anon_sym_EQ_GT, - ACTIONS(1406), 1, + ACTIONS(1384), 1, sym_identifier, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - STATE(863), 1, + STATE(864), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(1974), 1, + STATE(1976), 1, sym_variable_declarator, ACTIONS(1211), 2, sym__automatic_semicolon, sym__ternary_qmark, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, ACTIONS(1292), 15, @@ -84938,16 +84911,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [28969] = 5, + [29083] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1755), 1, ts_builtin_sym_end, - STATE(864), 1, + STATE(865), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1607), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -85005,16 +84978,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29041] = 4, + [29155] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(865), 1, + ACTIONS(1757), 1, + ts_builtin_sym_end, + STATE(866), 1, sym_comment, - ACTIONS(1651), 58, + ACTIONS(1605), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -85022,6 +84996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -85036,7 +85011,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -85071,18 +85045,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29111] = 5, + [29227] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(866), 1, + STATE(867), 1, sym_comment, - ACTIONS(876), 2, - sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(874), 56, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -85104,6 +85076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -85138,14 +85111,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29183] = 5, + [29297] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(1759), 1, ts_builtin_sym_end, - STATE(867), 1, + STATE(868), 1, sym_comment, ACTIONS(1529), 57, anon_sym_export, @@ -85205,16 +85178,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29255] = 5, + [29369] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(948), 1, ts_builtin_sym_end, - STATE(868), 1, + ACTIONS(1761), 1, + sym__automatic_semicolon, + STATE(869), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(856), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -85223,7 +85198,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -85272,18 +85246,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29327] = 6, + [29443] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1037), 1, + STATE(870), 1, + sym_comment, + ACTIONS(1763), 58, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [29513] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1057), 1, ts_builtin_sym_end, - ACTIONS(1067), 1, + ACTIONS(1075), 1, sym__automatic_semicolon, - STATE(869), 1, + STATE(871), 1, sym_comment, - ACTIONS(914), 56, + ACTIONS(940), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -85340,16 +85380,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29401] = 4, + [29587] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(870), 1, + ACTIONS(1765), 1, + ts_builtin_sym_end, + STATE(872), 1, sym_comment, - ACTIONS(1637), 58, + ACTIONS(1593), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -85357,6 +85398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -85371,7 +85413,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -85406,16 +85447,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29471] = 5, + [29659] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, + ACTIONS(1765), 1, ts_builtin_sym_end, - STATE(871), 1, + STATE(873), 1, sym_comment, - ACTIONS(1643), 57, + ACTIONS(1593), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -85473,16 +85514,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29543] = 5, + [29731] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, ts_builtin_sym_end, - STATE(872), 1, + STATE(874), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1589), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -85540,16 +85581,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29615] = 4, + [29803] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(873), 1, + ACTIONS(1769), 1, + ts_builtin_sym_end, + STATE(875), 1, sym_comment, - ACTIONS(1639), 58, + ACTIONS(1587), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -85557,6 +85599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -85571,7 +85614,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -85606,14 +85648,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29685] = 4, + [29875] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(874), 1, + STATE(876), 1, sym_comment, - ACTIONS(1641), 58, + ACTIONS(1605), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -85672,16 +85714,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29755] = 5, + [29945] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, + ACTIONS(948), 1, ts_builtin_sym_end, - STATE(875), 1, + ACTIONS(1025), 1, + sym__automatic_semicolon, + STATE(877), 1, sym_comment, - ACTIONS(1643), 57, + ACTIONS(856), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -85690,7 +85734,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -85739,18 +85782,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29827] = 5, + [30019] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(876), 1, + STATE(878), 1, sym_comment, - ACTIONS(882), 2, - sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(878), 56, + ACTIONS(1607), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -85772,6 +85813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -85806,18 +85848,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29899] = 6, + [30089] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(902), 1, + ACTIONS(1771), 1, ts_builtin_sym_end, - ACTIONS(1047), 1, - sym__automatic_semicolon, - STATE(877), 1, + STATE(879), 1, sym_comment, - ACTIONS(864), 56, + ACTIONS(1585), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -85826,6 +85866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -85874,16 +85915,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29973] = 5, + [30161] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1765), 1, + ACTIONS(1773), 1, ts_builtin_sym_end, - STATE(878), 1, + STATE(880), 1, sym_comment, - ACTIONS(1665), 57, + ACTIONS(1583), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -85941,168 +85982,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30045] = 14, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1257), 1, - anon_sym_EQ, - ACTIONS(1290), 1, - anon_sym_EQ_GT, - ACTIONS(1406), 1, - sym_identifier, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - STATE(879), 1, - sym_comment, - STATE(1874), 1, - sym__destructuring_pattern, - STATE(1930), 1, - sym_variable_declarator, - ACTIONS(1211), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 32, - anon_sym_STAR, - anon_sym_LPAREN, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [30135] = 14, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1257), 1, - anon_sym_EQ, - ACTIONS(1290), 1, - anon_sym_EQ_GT, - ACTIONS(1406), 1, - sym_identifier, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - STATE(880), 1, - sym_comment, - STATE(1874), 1, - sym__destructuring_pattern, - STATE(1950), 1, - sym_variable_declarator, - ACTIONS(1211), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 32, - anon_sym_STAR, - anon_sym_LPAREN, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [30225] = 5, + [30233] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1775), 1, ts_builtin_sym_end, STATE(881), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1571), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -86160,16 +86049,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30297] = 5, + [30305] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1777), 1, ts_builtin_sym_end, STATE(882), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1559), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -86227,83 +86116,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30369] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(883), 1, - sym_comment, - ACTIONS(908), 2, - sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(906), 56, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [30441] = 5, + [30377] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(876), 1, + ACTIONS(1779), 1, ts_builtin_sym_end, - STATE(884), 1, + STATE(883), 1, sym_comment, - ACTIONS(874), 57, + ACTIONS(1555), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -86361,17 +86183,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30513] = 5, + [30449] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, - ts_builtin_sym_end, - STATE(885), 1, + STATE(884), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1663), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -86379,7 +86200,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -86394,6 +86214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -86428,17 +86249,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30585] = 5, + [30519] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, - ts_builtin_sym_end, - STATE(886), 1, + STATE(885), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1627), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -86446,7 +86266,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -86461,6 +86280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -86495,17 +86315,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30657] = 5, + [30589] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, - ts_builtin_sym_end, - STATE(887), 1, + STATE(886), 1, sym_comment, - ACTIONS(1529), 57, + ACTIONS(1647), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -86513,7 +86332,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -86528,6 +86346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -86562,17 +86381,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30729] = 5, + [30659] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1767), 1, - ts_builtin_sym_end, - STATE(888), 1, + STATE(887), 1, sym_comment, - ACTIONS(1567), 57, + ACTIONS(1623), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -86580,7 +86398,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -86595,6 +86412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -86629,17 +86447,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30801] = 5, + [30729] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1769), 1, - ts_builtin_sym_end, - STATE(889), 1, + STATE(888), 1, sym_comment, - ACTIONS(1541), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -86647,7 +86464,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -86662,6 +86478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -86696,17 +86513,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30873] = 5, + [30799] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1767), 1, - ts_builtin_sym_end, - STATE(890), 1, + STATE(889), 1, sym_comment, - ACTIONS(1567), 57, + ACTIONS(1649), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -86714,7 +86530,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -86729,6 +86544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -86763,14 +86579,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30945] = 4, + [30869] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(891), 1, + STATE(890), 1, sym_comment, - ACTIONS(1579), 58, + ACTIONS(1649), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -86829,17 +86645,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31015] = 5, + [30939] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - STATE(892), 1, + STATE(891), 1, sym_comment, - ACTIONS(878), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -86861,7 +86676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -86896,16 +86711,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31087] = 5, + [31009] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1771), 1, + ACTIONS(938), 1, ts_builtin_sym_end, - STATE(893), 1, + STATE(892), 1, sym_comment, - ACTIONS(1555), 57, + ACTIONS(934), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -86914,7 +86729,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -86929,6 +86743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -86963,74 +86778,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31159] = 5, + [31081] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1773), 1, - ts_builtin_sym_end, - STATE(894), 1, - sym_comment, - ACTIONS(1545), 57, - anon_sym_export, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1384), 1, + sym_identifier, + ACTIONS(1386), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_else, - anon_sym_if, - anon_sym_switch, - anon_sym_for, + ACTIONS(1388), 1, + anon_sym_LBRACK, + STATE(893), 1, + sym_comment, + STATE(1850), 1, + sym__destructuring_pattern, + STATE(1919), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1828), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 32, + anon_sym_STAR, anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, + anon_sym_in, anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [31231] = 14, + [31171] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -87039,22 +86863,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, ACTIONS(1290), 1, anon_sym_EQ_GT, - ACTIONS(1406), 1, + ACTIONS(1384), 1, sym_identifier, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - STATE(895), 1, + STATE(894), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(1990), 1, + STATE(1916), 1, sym_variable_declarator, ACTIONS(1211), 2, sym__automatic_semicolon, sym__ternary_qmark, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, ACTIONS(1292), 15, @@ -87106,17 +86930,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [31321] = 5, + [31261] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1649), 1, - ts_builtin_sym_end, - STATE(896), 1, + STATE(895), 1, sym_comment, - ACTIONS(1521), 57, + ACTIONS(1613), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -87138,7 +86961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -87173,14 +86996,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31393] = 4, + [31331] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(897), 1, + STATE(896), 1, sym_comment, - ACTIONS(1577), 58, + ACTIONS(1611), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -87239,19 +87062,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31463] = 6, + [31401] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(902), 1, - ts_builtin_sym_end, - ACTIONS(1775), 1, - sym__automatic_semicolon, - STATE(898), 1, + STATE(897), 1, sym_comment, - ACTIONS(864), 56, + ACTIONS(1615), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -87273,6 +87093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -87307,16 +87128,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31537] = 4, + [31471] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(899), 1, + ACTIONS(1625), 1, + ts_builtin_sym_end, + STATE(898), 1, sym_comment, - ACTIONS(1529), 58, + ACTIONS(1519), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -87338,7 +87160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -87373,17 +87195,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31607] = 5, + [31543] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1777), 1, - ts_builtin_sym_end, - STATE(900), 1, + STATE(899), 1, sym_comment, - ACTIONS(1659), 57, + ACTIONS(1531), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -87391,7 +87212,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -87406,6 +87226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -87440,17 +87261,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31679] = 5, + [31613] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(876), 1, - ts_builtin_sym_end, - STATE(901), 1, + STATE(900), 1, sym_comment, - ACTIONS(874), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -87472,7 +87292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -87507,17 +87327,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31751] = 5, + [31683] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1779), 1, - ts_builtin_sym_end, - STATE(902), 1, + STATE(901), 1, sym_comment, - ACTIONS(1573), 57, + ACTIONS(1561), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -87525,7 +87344,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -87540,6 +87358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -87574,14 +87393,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31823] = 4, + [31753] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(903), 1, + STATE(902), 1, sym_comment, - ACTIONS(1603), 58, + ACTIONS(1535), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, @@ -87640,17 +87459,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31893] = 5, + [31823] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, - ts_builtin_sym_end, - STATE(904), 1, + STATE(903), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1603), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, @@ -87672,6 +87490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_throw, anon_sym_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, @@ -87706,16 +87525,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31964] = 5, + [31893] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, - STATE(905), 1, + STATE(904), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -87772,16 +87591,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32035] = 5, + [31964] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1679), 1, + ACTIONS(1749), 1, ts_builtin_sym_end, - STATE(906), 1, + STATE(905), 1, sym_comment, - ACTIONS(1591), 56, + ACTIONS(1647), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -87838,16 +87657,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32106] = 5, + [32035] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, - STATE(907), 1, + STATE(906), 1, sym_comment, - ACTIONS(1643), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -87904,7 +87723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32177] = 13, + [32106] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1224), 1, @@ -87919,12 +87738,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, ACTIONS(1790), 1, anon_sym_EQ_GT, - STATE(908), 1, + STATE(907), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, + STATE(2158), 1, + aux_sym_object_repeat1, ACTIONS(1783), 15, sym__automatic_semicolon, sym__ternary_qmark, @@ -87978,16 +87797,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, + [32193] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1681), 1, + ts_builtin_sym_end, + STATE(908), 1, + sym_comment, + ACTIONS(1565), 56, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, [32264] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, + ACTIONS(1695), 1, ts_builtin_sym_end, STATE(909), 1, sym_comment, - ACTIONS(1643), 56, + ACTIONS(1591), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88049,11 +87934,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1747), 1, + ACTIONS(1697), 1, ts_builtin_sym_end, STATE(910), 1, sym_comment, - ACTIONS(1657), 56, + ACTIONS(1595), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88110,90 +87995,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32406] = 13, + [32406] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1213), 1, - anon_sym_RBRACE, - ACTIONS(1224), 1, - anon_sym_COLON, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1785), 1, - anon_sym_LPAREN, - ACTIONS(1788), 1, - anon_sym_EQ, - ACTIONS(1790), 1, - anon_sym_EQ_GT, + ACTIONS(1715), 1, + ts_builtin_sym_end, STATE(911), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1783), 15, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, + ACTIONS(1665), 56, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, anon_sym_SEMI, + anon_sym_yield, anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(1792), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1781), 20, - anon_sym_STAR, - anon_sym_in, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [32493] = 5, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [32477] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1717), 1, ts_builtin_sym_end, STATE(912), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1597), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88250,16 +88127,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32564] = 5, + [32548] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(913), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88316,16 +88193,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32635] = 5, + [32619] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1777), 1, ts_builtin_sym_end, STATE(914), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1559), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88382,16 +88259,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32706] = 5, + [32690] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1717), 1, ts_builtin_sym_end, STATE(915), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1597), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88448,16 +88325,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32777] = 5, + [32761] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1699), 1, ts_builtin_sym_end, STATE(916), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1657), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88514,16 +88391,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32848] = 5, + [32832] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1717), 1, ts_builtin_sym_end, STATE(917), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1597), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88580,16 +88457,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32919] = 5, + [32903] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1767), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(918), 1, sym_comment, - ACTIONS(1567), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88646,16 +88523,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32990] = 5, + [32974] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1717), 1, ts_builtin_sym_end, STATE(919), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1597), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88712,16 +88589,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33061] = 5, + [33045] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1691), 1, + ACTIONS(1775), 1, ts_builtin_sym_end, STATE(920), 1, sym_comment, - ACTIONS(1639), 56, + ACTIONS(1571), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88778,16 +88655,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33132] = 5, + [33116] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1767), 1, + ACTIONS(1773), 1, ts_builtin_sym_end, STATE(921), 1, sym_comment, - ACTIONS(1567), 56, + ACTIONS(1583), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88844,7 +88721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33203] = 5, + [33187] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -88853,7 +88730,7 @@ static const uint16_t ts_small_parse_table[] = { ts_builtin_sym_end, STATE(922), 1, sym_comment, - ACTIONS(1555), 56, + ACTIONS(1585), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88910,16 +88787,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33274] = 5, + [33258] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(923), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -88976,16 +88853,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33345] = 5, + [33329] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(924), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89042,16 +88919,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33416] = 5, + [33400] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1717), 1, ts_builtin_sym_end, STATE(925), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1597), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89108,16 +88985,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33487] = 5, + [33471] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1699), 1, + ACTIONS(1769), 1, ts_builtin_sym_end, STATE(926), 1, sym_comment, - ACTIONS(1593), 56, + ACTIONS(1587), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89174,16 +89051,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33558] = 5, + [33542] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1717), 1, ts_builtin_sym_end, STATE(927), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1597), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89240,16 +89117,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33629] = 5, + [33613] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1794), 1, ts_builtin_sym_end, STATE(928), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1763), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89306,16 +89183,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33700] = 5, + [33684] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1749), 1, + ACTIONS(1719), 1, ts_builtin_sym_end, STATE(929), 1, sym_comment, - ACTIONS(1571), 56, + ACTIONS(1623), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89372,16 +89249,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33771] = 5, + [33755] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1701), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(930), 1, sym_comment, - ACTIONS(1607), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89438,16 +89315,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33842] = 5, + [33826] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1729), 1, + ACTIONS(1713), 1, ts_builtin_sym_end, STATE(931), 1, sym_comment, - ACTIONS(1575), 56, + ACTIONS(1611), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89504,16 +89381,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33913] = 5, + [33897] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1779), 1, + ACTIONS(1711), 1, ts_builtin_sym_end, STATE(932), 1, sym_comment, - ACTIONS(1573), 56, + ACTIONS(1531), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89570,16 +89447,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33984] = 5, + [33968] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(954), 1, ts_builtin_sym_end, STATE(933), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(952), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89636,16 +89513,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34055] = 5, + [34039] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1773), 1, + ACTIONS(1705), 1, ts_builtin_sym_end, STATE(934), 1, sym_comment, - ACTIONS(1545), 56, + ACTIONS(1603), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89702,16 +89579,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34126] = 5, + [34110] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1769), 1, + ACTIONS(1703), 1, ts_builtin_sym_end, STATE(935), 1, sym_comment, - ACTIONS(1541), 56, + ACTIONS(1599), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89768,16 +89645,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34197] = 5, + [34181] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1739), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(936), 1, sym_comment, - ACTIONS(1661), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89834,16 +89711,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34268] = 5, + [34252] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1713), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(937), 1, sym_comment, - ACTIONS(1583), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89900,16 +89777,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34339] = 5, + [34323] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(938), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -89966,16 +89843,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34410] = 5, + [34394] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1741), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(939), 1, sym_comment, - ACTIONS(1629), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90032,16 +89909,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34481] = 5, + [34465] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1683), 1, ts_builtin_sym_end, STATE(940), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1637), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90098,16 +89975,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34552] = 5, + [34536] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1687), 1, + ACTIONS(1727), 1, ts_builtin_sym_end, STATE(941), 1, sym_comment, - ACTIONS(1597), 56, + ACTIONS(1581), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90164,16 +90041,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34623] = 5, + [34607] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1683), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(942), 1, sym_comment, - ACTIONS(1599), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90230,16 +90107,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34694] = 5, + [34678] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1669), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(943), 1, sym_comment, - ACTIONS(1601), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90296,16 +90173,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34765] = 5, + [34749] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(944), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90362,16 +90239,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34836] = 5, + [34820] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1753), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(945), 1, sym_comment, - ACTIONS(1647), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90428,16 +90305,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34907] = 5, + [34891] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1705), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(946), 1, sym_comment, - ACTIONS(1615), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90494,16 +90371,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34978] = 5, + [34962] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(947), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90560,16 +90437,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35049] = 5, + [35033] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(948), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90626,16 +90503,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35120] = 5, + [35104] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1755), 1, + ACTIONS(1767), 1, ts_builtin_sym_end, STATE(949), 1, sym_comment, - ACTIONS(1631), 56, + ACTIONS(1589), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90692,16 +90569,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35191] = 5, + [35175] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1765), 1, ts_builtin_sym_end, STATE(950), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1593), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90758,16 +90635,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35262] = 5, + [35246] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1727), 1, ts_builtin_sym_end, STATE(951), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1581), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90824,16 +90701,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35333] = 5, + [35317] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1733), 1, + ACTIONS(1765), 1, ts_builtin_sym_end, STATE(952), 1, sym_comment, - ACTIONS(1627), 56, + ACTIONS(1593), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90890,16 +90767,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35404] = 5, + [35388] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1675), 1, + ACTIONS(1729), 1, ts_builtin_sym_end, STATE(953), 1, sym_comment, - ACTIONS(1645), 56, + ACTIONS(1569), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -90956,16 +90833,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35475] = 5, + [35459] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1675), 1, + ACTIONS(1731), 1, ts_builtin_sym_end, STATE(954), 1, sym_comment, - ACTIONS(1645), 56, + ACTIONS(1619), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91022,16 +90899,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35546] = 5, + [35530] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, + ACTIONS(1667), 1, ts_builtin_sym_end, STATE(955), 1, sym_comment, - ACTIONS(1643), 56, + ACTIONS(1621), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91088,16 +90965,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35617] = 5, + [35601] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1709), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(956), 1, sym_comment, - ACTIONS(1603), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91154,16 +91031,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35688] = 5, + [35672] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1757), 1, + ACTIONS(1685), 1, ts_builtin_sym_end, STATE(957), 1, sym_comment, - ACTIONS(1531), 56, + ACTIONS(1615), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91220,16 +91097,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35759] = 5, + [35743] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1794), 1, + ACTIONS(1759), 1, ts_builtin_sym_end, STATE(958), 1, sym_comment, - ACTIONS(1745), 56, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91286,16 +91163,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35830] = 5, + [35814] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1689), 1, + ACTIONS(1757), 1, ts_builtin_sym_end, STATE(959), 1, sym_comment, - ACTIONS(1537), 56, + ACTIONS(1605), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91352,16 +91229,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35901] = 5, + [35885] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1755), 1, ts_builtin_sym_end, STATE(960), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1607), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91418,16 +91295,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35972] = 5, + [35956] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1777), 1, + ACTIONS(1687), 1, ts_builtin_sym_end, STATE(961), 1, sym_comment, - ACTIONS(1659), 56, + ACTIONS(1613), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91484,16 +91361,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36043] = 5, + [36027] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1679), 1, ts_builtin_sym_end, STATE(962), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1537), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91550,16 +91427,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36114] = 5, + [36098] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1721), 1, + ACTIONS(1681), 1, ts_builtin_sym_end, STATE(963), 1, sym_comment, - ACTIONS(1625), 56, + ACTIONS(1565), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91616,16 +91493,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36185] = 5, + [36169] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1733), 1, ts_builtin_sym_end, STATE(964), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1563), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91682,16 +91559,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36256] = 5, + [36240] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1753), 1, ts_builtin_sym_end, STATE(965), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1663), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91748,16 +91625,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36327] = 5, + [36311] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, + ACTIONS(1779), 1, ts_builtin_sym_end, STATE(966), 1, sym_comment, - ACTIONS(1643), 56, + ACTIONS(1555), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91814,16 +91691,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36398] = 5, + [36382] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1673), 1, + ACTIONS(1677), 1, ts_builtin_sym_end, STATE(967), 1, sym_comment, - ACTIONS(1635), 56, + ACTIONS(1633), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91880,16 +91757,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36469] = 5, + [36453] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1719), 1, + ACTIONS(1675), 1, ts_builtin_sym_end, STATE(968), 1, sym_comment, - ACTIONS(1623), 56, + ACTIONS(1645), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -91946,16 +91823,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36540] = 5, + [36524] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(876), 1, + ACTIONS(1747), 1, ts_builtin_sym_end, STATE(969), 1, sym_comment, - ACTIONS(874), 56, + ACTIONS(1649), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92012,16 +91889,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36611] = 5, + [36595] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1689), 1, ts_builtin_sym_end, STATE(970), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1643), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92078,16 +91955,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36682] = 5, + [36666] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1681), 1, + ACTIONS(1747), 1, ts_builtin_sym_end, STATE(971), 1, sym_comment, - ACTIONS(1577), 56, + ACTIONS(1649), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92144,16 +92021,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36753] = 5, + [36737] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1673), 1, ts_builtin_sym_end, STATE(972), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1639), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92210,16 +92087,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36824] = 5, + [36808] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(882), 1, + ACTIONS(1691), 1, ts_builtin_sym_end, STATE(973), 1, sym_comment, - ACTIONS(878), 56, + ACTIONS(1533), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92276,16 +92153,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36895] = 5, + [36879] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1685), 1, + ACTIONS(1671), 1, ts_builtin_sym_end, STATE(974), 1, sym_comment, - ACTIONS(1579), 56, + ACTIONS(1641), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92342,16 +92219,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36966] = 5, + [36950] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1669), 1, ts_builtin_sym_end, STATE(975), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1651), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92408,16 +92285,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [37037] = 5, + [37021] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1717), 1, + ACTIONS(1725), 1, ts_builtin_sym_end, STATE(976), 1, sym_comment, - ACTIONS(1621), 56, + ACTIONS(1551), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92474,16 +92351,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [37108] = 5, + [37092] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(977), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92540,7 +92417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [37179] = 13, + [37163] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1224), 1, @@ -92557,10 +92434,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, STATE(978), 1, sym_comment, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - STATE(2118), 1, + STATE(2115), 1, aux_sym_object_repeat1, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, ACTIONS(1783), 15, sym__automatic_semicolon, sym__ternary_qmark, @@ -92614,16 +92491,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [37266] = 5, + [37250] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1715), 1, + ACTIONS(1735), 1, ts_builtin_sym_end, STATE(979), 1, sym_comment, - ACTIONS(1617), 56, + ACTIONS(1553), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92680,16 +92557,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [37337] = 5, + [37321] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1745), 1, ts_builtin_sym_end, STATE(980), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1609), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92746,16 +92623,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [37408] = 5, + [37392] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1677), 1, + ACTIONS(1723), 1, ts_builtin_sym_end, STATE(981), 1, sym_comment, - ACTIONS(1633), 56, + ACTIONS(1627), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92812,16 +92689,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [37479] = 5, + [37463] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1743), 1, ts_builtin_sym_end, STATE(982), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1567), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -92878,82 +92755,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [37550] = 5, + [37534] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1701), 1, ts_builtin_sym_end, STATE(983), 1, sym_comment, - ACTIONS(1529), 56, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [37621] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1693), 1, - ts_builtin_sym_end, - STATE(984), 1, - sym_comment, - ACTIONS(1581), 56, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93010,16 +92821,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, + [37605] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1213), 1, + anon_sym_RBRACE, + ACTIONS(1224), 1, + anon_sym_COLON, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1785), 1, + anon_sym_LPAREN, + ACTIONS(1788), 1, + anon_sym_EQ, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + STATE(984), 1, + sym_comment, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + STATE(2158), 1, + aux_sym_object_repeat1, + ACTIONS(1783), 15, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1792), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1781), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, [37692] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1671), 1, + ACTIONS(938), 1, ts_builtin_sym_end, STATE(985), 1, sym_comment, - ACTIONS(1651), 56, + ACTIONS(934), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93081,11 +92966,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1697), 1, + ACTIONS(1741), 1, ts_builtin_sym_end, STATE(986), 1, sym_comment, - ACTIONS(1637), 56, + ACTIONS(1561), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93147,11 +93032,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1739), 1, ts_builtin_sym_end, STATE(987), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1535), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93213,11 +93098,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1695), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(988), 1, sym_comment, - ACTIONS(1587), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93279,11 +93164,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(989), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93345,11 +93230,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1703), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(990), 1, sym_comment, - ACTIONS(1611), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93411,11 +93296,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1707), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(991), 1, sym_comment, - ACTIONS(1641), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93477,11 +93362,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1731), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(992), 1, sym_comment, - ACTIONS(1663), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93543,11 +93428,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(993), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93609,11 +93494,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1751), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(994), 1, sym_comment, - ACTIONS(1589), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93675,11 +93560,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(995), 1, sym_comment, - ACTIONS(1643), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93741,11 +93626,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(996), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93807,11 +93692,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(997), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93873,11 +93758,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1727), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(998), 1, sym_comment, - ACTIONS(1605), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -93939,11 +93824,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1735), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(999), 1, sym_comment, - ACTIONS(1609), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -94005,11 +93890,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1735), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(1000), 1, sym_comment, - ACTIONS(1609), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -94071,11 +93956,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1759), 1, + ACTIONS(1693), 1, ts_builtin_sym_end, STATE(1001), 1, sym_comment, - ACTIONS(1529), 56, + ACTIONS(1557), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -94141,7 +94026,7 @@ static const uint16_t ts_small_parse_table[] = { ts_builtin_sym_end, STATE(1002), 1, sym_comment, - ACTIONS(1613), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -94203,11 +94088,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1763), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(1003), 1, sym_comment, - ACTIONS(1619), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -94269,11 +94154,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1743), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(1004), 1, sym_comment, - ACTIONS(1643), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -94335,11 +94220,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1765), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(1005), 1, sym_comment, - ACTIONS(1665), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -94401,11 +94286,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1667), 1, + ACTIONS(1737), 1, ts_builtin_sym_end, STATE(1006), 1, sym_comment, - ACTIONS(1539), 56, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, @@ -94527,16 +94412,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [39324] = 7, + [39324] = 15, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1211), 1, + sym__ternary_qmark, + ACTIONS(1368), 1, anon_sym_EQ, + ACTIONS(1414), 1, + anon_sym_EQ_GT, + ACTIONS(1422), 1, + anon_sym_in, + ACTIONS(1425), 1, + anon_sym_of, + ACTIONS(1800), 1, + sym_identifier, + ACTIONS(1802), 1, + anon_sym_LBRACE, + ACTIONS(1804), 1, + anon_sym_LBRACK, STATE(1008), 1, sym_comment, - ACTIONS(1792), 15, + STATE(2352), 1, + sym__destructuring_pattern, + STATE(1747), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -94552,11 +94456,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1781), 20, + ACTIONS(1222), 30, anon_sym_STAR, - anon_sym_in, + anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -94570,38 +94476,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(1783), 20, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, anon_sym_LT_EQ, + anon_sym_EQ_EQ, anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [39398] = 5, + [39414] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1009), 1, sym_comment, - ACTIONS(1802), 21, + ACTIONS(1515), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -94623,7 +94516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(1804), 35, + ACTIONS(1517), 35, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94659,14 +94552,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [39468] = 5, + [39484] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(1807), 1, + anon_sym_EQ, STATE(1010), 1, sym_comment, - ACTIONS(1806), 21, + ACTIONS(1792), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1781), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + ACTIONS(1783), 20, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [39558] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1011), 1, + sym_comment, + ACTIONS(1809), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -94688,7 +94648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(1808), 35, + ACTIONS(1811), 35, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94724,81 +94684,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [39538] = 15, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1211), 1, - sym__ternary_qmark, - ACTIONS(1368), 1, - anon_sym_EQ, - ACTIONS(1390), 1, - anon_sym_EQ_GT, - ACTIONS(1439), 1, - anon_sym_in, - ACTIONS(1442), 1, - anon_sym_of, - ACTIONS(1810), 1, - sym_identifier, - ACTIONS(1812), 1, - anon_sym_LBRACE, - ACTIONS(1814), 1, - anon_sym_LBRACK, - STATE(1011), 1, - sym_comment, - STATE(2255), 1, - sym__destructuring_pattern, - STATE(1746), 2, - sym_object_pattern, - sym_array_pattern, - ACTIONS(1292), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 30, - anon_sym_STAR, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, [39628] = 5, ACTIONS(5), 1, sym_html_comment, @@ -94806,7 +94691,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1012), 1, sym_comment, - ACTIONS(1509), 21, + ACTIONS(1813), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -94828,7 +94713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(1511), 35, + ACTIONS(1815), 35, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -95122,81 +95007,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [39975] = 8, + [39975] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1374), 1, - anon_sym_EQ, - ACTIONS(1831), 1, - anon_sym_EQ_GT, STATE(1017), 1, sym_comment, - ACTIONS(1237), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1211), 18, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1515), 55, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(1222), 20, - anon_sym_STAR, - anon_sym_in, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [40050] = 4, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [40042] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1018), 1, sym_comment, - ACTIONS(1833), 55, + ACTIONS(1831), 55, anon_sym_export, anon_sym_LBRACE, anon_sym_import, @@ -95252,14 +95133,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [40117] = 8, + [40109] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1835), 1, + ACTIONS(1833), 1, anon_sym_EQ, - ACTIONS(1837), 1, + ACTIONS(1835), 1, anon_sym_EQ_GT, STATE(1019), 1, sym_comment, @@ -95319,14 +95200,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [40192] = 8, + [40184] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1368), 1, anon_sym_EQ, - ACTIONS(1831), 1, + ACTIONS(1837), 1, anon_sym_EQ_GT, STATE(1020), 1, sym_comment, @@ -95386,77 +95267,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [40267] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [40259] = 8, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1374), 1, + anon_sym_EQ, + ACTIONS(1837), 1, + anon_sym_EQ_GT, STATE(1021), 1, sym_comment, - ACTIONS(1509), 55, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_import, - anon_sym_with, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, + ACTIONS(1237), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1211), 18, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_await, - anon_sym_while, - anon_sym_do, - anon_sym_try, - anon_sym_break, - anon_sym_continue, - anon_sym_debugger, - anon_sym_return, - anon_sym_throw, - anon_sym_SEMI, - anon_sym_yield, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, + anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1222), 20, + anon_sym_STAR, + anon_sym_in, anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, + anon_sym_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, [40334] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1807), 1, anon_sym_EQ, - ACTIONS(1837), 1, + ACTIONS(1835), 1, anon_sym_EQ_GT, STATE(1022), 1, sym_comment, @@ -95838,7 +95723,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(1790), 1, anon_sym_EQ_GT, - ACTIONS(1800), 1, + ACTIONS(1807), 1, anon_sym_EQ, STATE(1028), 1, sym_comment, @@ -95897,37 +95782,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [40818] = 9, + [40818] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1403), 1, + ACTIONS(1807), 1, anon_sym_EQ, - ACTIONS(1831), 1, - anon_sym_EQ_GT, STATE(1029), 1, sym_comment, - ACTIONS(1843), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1211), 13, - sym__ternary_qmark, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(1237), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -95943,7 +95807,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 20, + ACTIONS(1783), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -95964,16 +95847,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [40894] = 7, + [40890] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1835), 1, + ACTIONS(1416), 1, anon_sym_EQ, + ACTIONS(1843), 1, + anon_sym_EQ_GT, STATE(1030), 1, sym_comment, - ACTIONS(1792), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -95989,15 +95874,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1783), 18, + ACTIONS(1211), 17, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, @@ -96008,7 +95892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1781), 20, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96029,14 +95913,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [40966] = 5, + [40964] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1031), 1, sym_comment, - ACTIONS(1825), 21, + ACTIONS(1817), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -96058,7 +95942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(1827), 33, + ACTIONS(1819), 33, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -96092,55 +95976,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [41034] = 9, + [41032] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1324), 1, - anon_sym_COLON, - ACTIONS(1790), 1, - anon_sym_EQ_GT, - ACTIONS(1846), 1, - anon_sym_EQ, STATE(1032), 1, sym_comment, - ACTIONS(1792), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1783), 16, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(1781), 20, + ACTIONS(1515), 21, anon_sym_STAR, anon_sym_in, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -96159,28 +96005,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41110] = 9, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1850), 1, - anon_sym_EQ, - ACTIONS(1853), 1, - anon_sym_EQ_GT, - STATE(1033), 1, - sym_comment, - ACTIONS(1848), 4, + ACTIONS(1517), 33, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1783), 13, - sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, @@ -96189,7 +96039,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1792), 15, + [41100] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1235), 1, + anon_sym_EQ_GT, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1368), 1, + anon_sym_EQ, + STATE(1033), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -96205,7 +96066,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1781), 20, + ACTIONS(1211), 17, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96226,7 +96105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41186] = 9, + [41174] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -96235,7 +96114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(1790), 1, anon_sym_EQ_GT, - ACTIONS(1846), 1, + ACTIONS(1845), 1, anon_sym_EQ, STATE(1034), 1, sym_comment, @@ -96293,7 +96172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41262] = 9, + [41250] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1235), 1, @@ -96360,7 +96239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41338] = 9, + [41326] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1235), 1, @@ -96427,20 +96306,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41414] = 9, + [41402] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1255), 1, - anon_sym_COLON, - ACTIONS(1790), 1, - anon_sym_EQ_GT, - ACTIONS(1846), 1, + ACTIONS(1368), 1, anon_sym_EQ, + ACTIONS(1843), 1, + anon_sym_EQ_GT, STATE(1037), 1, sym_comment, - ACTIONS(1792), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -96456,11 +96333,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1783), 16, + ACTIONS(1211), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -96473,7 +96351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1781), 20, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96494,40 +96372,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41490] = 8, + [41476] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1429), 1, + ACTIONS(1435), 1, anon_sym_EQ, - ACTIONS(1855), 1, + ACTIONS(1849), 1, anon_sym_EQ_GT, STATE(1038), 1, sym_comment, - ACTIONS(1237), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1211), 17, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(1847), 4, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1211), 13, + sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -96539,40 +96402,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1222), 20, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [41564] = 9, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1235), 1, - anon_sym_EQ_GT, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1255), 1, - anon_sym_COLON, - ACTIONS(1257), 1, - anon_sym_EQ, - STATE(1039), 1, - sym_comment, ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -96589,23 +96418,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1211), 16, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, @@ -96627,18 +96439,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41640] = 9, + [41552] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1344), 1, + ACTIONS(1322), 1, anon_sym_COLON, ACTIONS(1790), 1, anon_sym_EQ_GT, - ACTIONS(1846), 1, + ACTIONS(1845), 1, anon_sym_EQ, - STATE(1040), 1, + STATE(1039), 1, sym_comment, ACTIONS(1792), 15, anon_sym_PLUS_EQ, @@ -96694,18 +96506,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41716] = 8, + [41628] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1368), 1, - anon_sym_EQ, - ACTIONS(1855), 1, + ACTIONS(1344), 1, + anon_sym_COLON, + ACTIONS(1790), 1, anon_sym_EQ_GT, - STATE(1041), 1, + ACTIONS(1845), 1, + anon_sym_EQ, + STATE(1040), 1, sym_comment, - ACTIONS(1237), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -96721,12 +96535,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1211), 17, + ACTIONS(1783), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -96739,7 +96552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1222), 20, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96760,28 +96573,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41790] = 9, + [41704] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1426), 1, - anon_sym_EQ, - ACTIONS(1859), 1, - anon_sym_EQ_GT, - STATE(1042), 1, + STATE(1041), 1, sym_comment, - ACTIONS(1857), 4, + ACTIONS(1813), 21, + anon_sym_STAR, + anon_sym_in, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + ACTIONS(1815), 33, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1211), 13, - sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, @@ -96790,7 +96636,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1237), 15, + [41772] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1807), 1, + anon_sym_EQ, + ACTIONS(1851), 1, + anon_sym_EQ_GT, + STATE(1042), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -96806,7 +96663,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 20, + ACTIONS(1783), 17, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96827,18 +96702,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41866] = 9, + [41846] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1807), 1, anon_sym_EQ, - ACTIONS(1853), 1, + ACTIONS(1855), 1, anon_sym_EQ_GT, STATE(1043), 1, sym_comment, - ACTIONS(1861), 4, + ACTIONS(1853), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -96894,18 +96769,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [41942] = 8, + [41922] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1368), 1, anon_sym_EQ, - ACTIONS(1863), 1, + ACTIONS(1849), 1, anon_sym_EQ_GT, STATE(1044), 1, sym_comment, - ACTIONS(1792), 15, + ACTIONS(1857), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1211), 13, + sym__ternary_qmark, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -96921,25 +96815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1783), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(1781), 20, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96960,7 +96836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [42016] = 9, + [41998] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1235), 1, @@ -96969,7 +96845,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(1257), 1, anon_sym_EQ, - ACTIONS(1324), 1, + ACTIONS(1322), 1, anon_sym_COLON, STATE(1045), 1, sym_comment, @@ -97027,18 +96903,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [42092] = 8, + [42074] = 8, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1235), 1, - anon_sym_EQ_GT, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1368), 1, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + ACTIONS(1845), 1, anon_sym_EQ, STATE(1046), 1, sym_comment, - ACTIONS(1237), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -97054,7 +96930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1211), 17, + ACTIONS(1783), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -97072,7 +96948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1222), 20, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97093,14 +96969,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [42166] = 8, + [42148] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1790), 1, - anon_sym_EQ_GT, - ACTIONS(1846), 1, + ACTIONS(1833), 1, anon_sym_EQ, STATE(1047), 1, sym_comment, @@ -97120,14 +96994,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1783), 17, - sym__automatic_semicolon, + ACTIONS(1783), 18, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, @@ -97159,86 +97034,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [42240] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1048), 1, - sym_comment, - ACTIONS(1509), 21, - anon_sym_STAR, - anon_sym_in, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(1511), 33, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [42308] = 9, + [42220] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1368), 1, - anon_sym_EQ, - ACTIONS(1859), 1, + ACTIONS(1855), 1, anon_sym_EQ_GT, - STATE(1049), 1, + ACTIONS(1861), 1, + anon_sym_EQ, + STATE(1048), 1, sym_comment, - ACTIONS(1865), 4, + ACTIONS(1859), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(1211), 13, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -97252,7 +97064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1237), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -97268,7 +97080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 20, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97289,16 +97101,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [42384] = 7, + [42296] = 9, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1235), 1, + anon_sym_EQ_GT, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1255), 1, + anon_sym_COLON, + ACTIONS(1257), 1, anon_sym_EQ, - STATE(1050), 1, + STATE(1049), 1, sym_comment, - ACTIONS(1792), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -97314,13 +97130,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1783), 18, + ACTIONS(1211), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -97333,7 +97147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1781), 20, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97354,14 +97168,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [42456] = 5, + [42372] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1051), 1, + STATE(1050), 1, sym_comment, - ACTIONS(1806), 21, + ACTIONS(1796), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -97383,7 +97197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(1808), 33, + ACTIONS(1798), 33, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -97417,46 +97231,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42524] = 5, + [42440] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1052), 1, - sym_comment, - ACTIONS(1796), 21, - anon_sym_STAR, - anon_sym_in, + ACTIONS(1306), 1, + anon_sym_COLON, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + ACTIONS(1845), 1, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(1798), 33, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, + STATE(1051), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -97472,6 +97260,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, + ACTIONS(1783), 16, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, @@ -97480,12 +97277,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42592] = 5, + ACTIONS(1781), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [42516] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1053), 1, + STATE(1052), 1, sym_comment, ACTIONS(1821), 21, anon_sym_STAR, @@ -97543,22 +97361,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42660] = 10, + [42584] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1790), 1, - anon_sym_EQ_GT, - ACTIONS(1846), 1, + ACTIONS(1430), 1, anon_sym_EQ, - ACTIONS(1867), 1, + ACTIONS(1837), 1, + anon_sym_EQ_GT, + STATE(1053), 1, + sym_comment, + ACTIONS(1864), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1211), 13, + sym__ternary_qmark, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1237), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 20, + anon_sym_STAR, anon_sym_in, - ACTIONS(1870), 1, - anon_sym_of, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [42660] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1235), 1, + anon_sym_EQ_GT, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1306), 1, + anon_sym_COLON, STATE(1054), 1, sym_comment, - ACTIONS(1792), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -97574,7 +97457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1783), 16, + ACTIONS(1211), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -97591,8 +97474,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1781), 19, + ACTIONS(1222), 20, anon_sym_STAR, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -97611,18 +97495,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [42738] = 9, + [42736] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1837), 1, + ACTIONS(1835), 1, anon_sym_EQ_GT, - ACTIONS(1875), 1, + ACTIONS(1870), 1, anon_sym_EQ, STATE(1055), 1, sym_comment, - ACTIONS(1872), 4, + ACTIONS(1867), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -97678,20 +97562,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [42814] = 9, + [42812] = 8, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1235), 1, - anon_sym_EQ_GT, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1257), 1, + ACTIONS(1851), 1, + anon_sym_EQ_GT, + ACTIONS(1873), 1, anon_sym_EQ, - ACTIONS(1306), 1, - anon_sym_COLON, STATE(1056), 1, sym_comment, - ACTIONS(1237), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -97707,11 +97589,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1211), 16, + ACTIONS(1783), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -97724,7 +97607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1222), 20, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97745,7 +97628,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [42890] = 8, + [42886] = 10, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + ACTIONS(1845), 1, + anon_sym_EQ, + ACTIONS(1875), 1, + anon_sym_in, + ACTIONS(1878), 1, + anon_sym_of, + STATE(1057), 1, + sym_comment, + ACTIONS(1792), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1783), 16, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1781), 19, + anon_sym_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [42964] = 10, ACTIONS(5), 1, sym_html_comment, ACTIONS(1235), 1, @@ -97754,7 +97705,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(1257), 1, anon_sym_EQ, - STATE(1057), 1, + ACTIONS(1422), 1, + anon_sym_in, + ACTIONS(1880), 1, + anon_sym_of, + STATE(1058), 1, sym_comment, ACTIONS(1237), 15, anon_sym_PLUS_EQ, @@ -97772,11 +97727,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1211), 17, + ACTIONS(1211), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -97790,9 +97744,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1222), 20, + ACTIONS(1222), 19, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -97811,14 +97764,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [42964] = 5, + [43042] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1058), 1, + STATE(1059), 1, sym_comment, - ACTIONS(1802), 21, + ACTIONS(1825), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -97840,7 +97793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(1804), 33, + ACTIONS(1827), 33, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -97874,18 +97827,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [43032] = 8, + [43110] = 8, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1235), 1, + anon_sym_EQ_GT, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1863), 1, - anon_sym_EQ_GT, - ACTIONS(1878), 1, + ACTIONS(1257), 1, anon_sym_EQ, - STATE(1059), 1, + STATE(1060), 1, sym_comment, - ACTIONS(1792), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -97901,12 +97854,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1783), 17, + ACTIONS(1211), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -97919,7 +97872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1781), 20, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97940,18 +97893,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [43106] = 9, + [43184] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1306), 1, + ACTIONS(1255), 1, anon_sym_COLON, ACTIONS(1790), 1, anon_sym_EQ_GT, - ACTIONS(1846), 1, + ACTIONS(1845), 1, anon_sym_EQ, - STATE(1060), 1, + STATE(1061), 1, sym_comment, ACTIONS(1792), 15, anon_sym_PLUS_EQ, @@ -98007,14 +97960,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [43182] = 5, + [43260] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1061), 1, + STATE(1062), 1, sym_comment, - ACTIONS(1817), 21, + ACTIONS(1809), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -98036,7 +97989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(1819), 33, + ACTIONS(1811), 33, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -98070,22 +98023,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [43250] = 10, + [43328] = 8, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1235), 1, - anon_sym_EQ_GT, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1257), 1, + ACTIONS(1870), 1, anon_sym_EQ, - ACTIONS(1439), 1, - anon_sym_in, - ACTIONS(1880), 1, - anon_sym_of, - STATE(1062), 1, + STATE(1063), 1, sym_comment, - ACTIONS(1237), 15, + ACTIONS(1867), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1783), 13, + sym__ternary_qmark, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -98101,25 +98067,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1211), 16, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(1222), 19, + ACTIONS(1781), 20, anon_sym_STAR, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -98138,16 +98088,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [43328] = 9, + [43401] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1374), 1, anon_sym_EQ, - ACTIONS(1831), 1, + ACTIONS(1837), 1, anon_sym_EQ_GT, - STATE(1063), 1, + STATE(1064), 1, sym_comment, ACTIONS(1882), 3, anon_sym_COMMA, @@ -98204,16 +98154,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [43403] = 9, + [43476] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1835), 1, + ACTIONS(1833), 1, anon_sym_EQ, - ACTIONS(1837), 1, + ACTIONS(1835), 1, anon_sym_EQ_GT, - STATE(1064), 1, + STATE(1065), 1, sym_comment, ACTIONS(1885), 3, anon_sym_COMMA, @@ -98270,82 +98220,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [43478] = 9, + [43551] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1846), 1, - anon_sym_EQ, - ACTIONS(1867), 1, - anon_sym_in, - ACTIONS(1870), 1, - anon_sym_of, - STATE(1065), 1, - sym_comment, - ACTIONS(1792), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1783), 16, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(1781), 19, - anon_sym_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [43553] = 8, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1807), 1, anon_sym_EQ, STATE(1066), 1, sym_comment, - ACTIONS(1861), 4, + ACTIONS(1853), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -98401,34 +98285,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [43626] = 8, + [43624] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1850), 1, + ACTIONS(1845), 1, anon_sym_EQ, STATE(1067), 1, sym_comment, - ACTIONS(1848), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1783), 13, - sym__ternary_qmark, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -98445,6 +98310,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, + ACTIONS(1783), 17, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, @@ -98466,13 +98349,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [43699] = 7, + [43695] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1846), 1, + ACTIONS(1845), 1, anon_sym_EQ, + ACTIONS(1875), 1, + anon_sym_in, + ACTIONS(1878), 1, + anon_sym_of, STATE(1068), 1, sym_comment, ACTIONS(1792), 15, @@ -98491,11 +98378,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1783), 17, + ACTIONS(1783), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -98509,9 +98395,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1781), 20, + ACTIONS(1781), 19, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -98535,11 +98420,11 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1875), 1, + ACTIONS(1861), 1, anon_sym_EQ, STATE(1069), 1, sym_comment, - ACTIONS(1872), 4, + ACTIONS(1859), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -98600,7 +98485,7 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1878), 1, + ACTIONS(1873), 1, anon_sym_EQ, STATE(1070), 1, sym_comment, @@ -98664,17 +98549,17 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(1430), 1, + anon_sym_EQ, ACTIONS(1837), 1, anon_sym_EQ_GT, - ACTIONS(1848), 1, + ACTIONS(1847), 1, anon_sym_COMMA, - ACTIONS(1872), 1, + ACTIONS(1864), 1, anon_sym_RBRACK, - ACTIONS(1875), 1, - anon_sym_EQ, STATE(1071), 1, sym_comment, - ACTIONS(1783), 13, + ACTIONS(1211), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -98688,7 +98573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1792), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -98704,7 +98589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1781), 20, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98725,22 +98610,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [43990] = 10, + [43990] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1403), 1, + ACTIONS(1833), 1, anon_sym_EQ, - ACTIONS(1831), 1, - anon_sym_EQ_GT, - ACTIONS(1843), 1, - anon_sym_RBRACK, - ACTIONS(1857), 1, - anon_sym_COMMA, STATE(1072), 1, sym_comment, - ACTIONS(1211), 13, + ACTIONS(1885), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -98754,7 +98637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1237), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -98770,7 +98653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 20, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98791,14 +98674,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [44066] = 8, + [44062] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1368), 1, anon_sym_EQ, - ACTIONS(1859), 1, + ACTIONS(1849), 1, anon_sym_EQ_GT, STATE(1073), 1, sym_comment, @@ -98855,19 +98738,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [44138] = 8, + [44134] = 10, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1835), 1, + anon_sym_EQ_GT, + ACTIONS(1859), 1, + anon_sym_COMMA, + ACTIONS(1867), 1, + anon_sym_RBRACK, + ACTIONS(1870), 1, anon_sym_EQ, STATE(1074), 1, sym_comment, - ACTIONS(1885), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, @@ -98924,9 +98809,9 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1807), 1, anon_sym_EQ, - ACTIONS(1853), 1, + ACTIONS(1855), 1, anon_sym_EQ_GT, STATE(1075), 1, sym_comment, @@ -98983,22 +98868,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [44282] = 9, + [44282] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1848), 1, - anon_sym_COMMA, - ACTIONS(1872), 1, - anon_sym_RBRACK, - ACTIONS(1875), 1, + ACTIONS(1368), 1, anon_sym_EQ, + ACTIONS(1888), 1, + anon_sym_EQ_GT, STATE(1076), 1, sym_comment, - ACTIONS(1783), 13, + ACTIONS(1211), 14, sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -99010,7 +98894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1792), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -99026,7 +98910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1781), 20, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99047,21 +98931,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [44355] = 8, + [44353] = 10, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1888), 1, + ACTIONS(1807), 1, anon_sym_EQ, - ACTIONS(1890), 1, + ACTIONS(1855), 1, anon_sym_EQ_GT, + ACTIONS(1875), 1, + anon_sym_in, + ACTIONS(1878), 1, + anon_sym_of, STATE(1077), 1, sym_comment, - ACTIONS(1783), 14, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -99089,9 +98976,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1781), 20, + ACTIONS(1781), 19, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -99110,24 +98996,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [44426] = 10, + [44428] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1890), 1, anon_sym_EQ, - ACTIONS(1853), 1, + ACTIONS(1892), 1, anon_sym_EQ_GT, - ACTIONS(1867), 1, - anon_sym_in, - ACTIONS(1870), 1, - anon_sym_of, STATE(1078), 1, sym_comment, - ACTIONS(1783), 13, + ACTIONS(1783), 14, sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -99155,8 +99038,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1781), 19, + ACTIONS(1781), 20, anon_sym_STAR, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -99175,14 +99059,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [44501] = 8, + [44499] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1368), 1, + ACTIONS(1527), 1, anon_sym_EQ, - ACTIONS(1892), 1, + ACTIONS(1888), 1, anon_sym_EQ_GT, STATE(1079), 1, sym_comment, @@ -99238,24 +99122,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [44572] = 10, + [44570] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1368), 1, + ACTIONS(1807), 1, anon_sym_EQ, - ACTIONS(1439), 1, - anon_sym_in, - ACTIONS(1859), 1, + ACTIONS(1892), 1, anon_sym_EQ_GT, - ACTIONS(1880), 1, - anon_sym_of, STATE(1080), 1, sym_comment, - ACTIONS(1211), 13, + ACTIONS(1783), 14, sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -99267,7 +99148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1237), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -99283,8 +99164,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 19, + ACTIONS(1781), 20, anon_sym_STAR, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -99303,21 +99185,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [44647] = 8, + [44641] = 10, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1368), 1, anon_sym_EQ, - ACTIONS(1890), 1, + ACTIONS(1422), 1, + anon_sym_in, + ACTIONS(1849), 1, anon_sym_EQ_GT, + ACTIONS(1880), 1, + anon_sym_of, STATE(1081), 1, sym_comment, - ACTIONS(1783), 14, + ACTIONS(1211), 13, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -99329,7 +99214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1792), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -99345,9 +99230,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1781), 20, + ACTIONS(1222), 19, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -99366,21 +99250,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [44718] = 8, + [44716] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1519), 1, + ACTIONS(1859), 1, + anon_sym_COMMA, + ACTIONS(1867), 1, + anon_sym_RBRACK, + ACTIONS(1870), 1, anon_sym_EQ, - ACTIONS(1892), 1, - anon_sym_EQ_GT, STATE(1082), 1, sym_comment, - ACTIONS(1211), 14, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -99392,7 +99277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1237), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -99408,7 +99293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1222), 20, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99434,7 +99319,7 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1888), 1, + ACTIONS(1890), 1, anon_sym_EQ, STATE(1083), 1, sym_comment, @@ -99495,11 +99380,11 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1807), 1, anon_sym_EQ, - ACTIONS(1867), 1, + ACTIONS(1875), 1, anon_sym_in, - ACTIONS(1870), 1, + ACTIONS(1878), 1, anon_sym_of, STATE(1084), 1, sym_comment, @@ -99553,18 +99438,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [44929] = 7, + [44929] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1085), 1, + sym_comment, + ACTIONS(1539), 42, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_import, + anon_sym_let, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_await, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [44983] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1086), 1, + sym_comment, + ACTIONS(1551), 42, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_import, + anon_sym_let, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_await, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [45037] = 12, ACTIONS(5), 1, sym_html_comment, - ACTIONS(868), 1, - anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1894), 1, - sym__automatic_semicolon, - STATE(1085), 1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + STATE(1087), 1, sym_comment, - ACTIONS(864), 12, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1894), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99577,19 +99574,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(902), 28, + ACTIONS(1896), 21, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -99603,33 +99596,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [44989] = 12, + [45107] = 12, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - STATE(1086), 1, + STATE(1088), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1896), 12, + ACTIONS(1910), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99642,7 +99632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1898), 21, + ACTIONS(1912), 21, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -99664,27 +99654,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [45059] = 11, + [45177] = 11, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - STATE(1087), 1, + STATE(1089), 1, sym_comment, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1912), 12, + ACTIONS(1914), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99697,7 +99687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1914), 23, + ACTIONS(1916), 23, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -99721,30 +99711,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - [45127] = 12, + [45245] = 7, ACTIONS(5), 1, sym_html_comment, + ACTIONS(860), 1, + anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - anon_sym_DOT, - ACTIONS(1906), 1, - sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - STATE(1088), 1, + ACTIONS(1918), 1, + sym__automatic_semicolon, + STATE(1090), 1, sym_comment, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1916), 12, + ACTIONS(856), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99757,15 +99735,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1918), 21, + ACTIONS(948), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -99779,116 +99761,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [45197] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1089), 1, - sym_comment, - ACTIONS(1589), 42, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_import, - anon_sym_let, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_await, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [45251] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1090), 1, - sym_comment, - ACTIONS(1583), 42, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_import, - anon_sym_let, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_await, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, [45305] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, STATE(1091), 1, sym_comment, - STATE(1103), 1, + STATE(1144), 1, sym_arguments, ACTIONS(1920), 12, anon_sym_STAR, @@ -99931,70 +99816,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [45364] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [45364] = 6, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1807), 1, + anon_sym_EQ, STATE(1092), 1, sym_comment, - ACTIONS(1577), 41, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_import, - anon_sym_let, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, + ACTIONS(1781), 12, + anon_sym_STAR, + anon_sym_in, anon_sym_LT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1783), 28, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [45417] = 7, + [45421] = 10, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1931), 1, - anon_sym_EQ, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1924), 1, + sym_optional_chain, STATE(1093), 1, sym_comment, - ACTIONS(1928), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1924), 12, + STATE(1144), 1, + sym_arguments, + ACTIONS(1920), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100007,15 +99897,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1926), 24, + ACTIONS(1922), 24, sym__ternary_qmark, anon_sym_LBRACE, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, + anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -100032,21 +99922,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [45476] = 7, + [45486] = 7, ACTIONS(5), 1, sym_html_comment, - ACTIONS(868), 1, - anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(1933), 1, + anon_sym_EQ, STATE(1094), 1, sym_comment, - ACTIONS(1933), 4, + ACTIONS(1930), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(866), 12, + ACTIONS(1926), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100059,7 +99949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(872), 24, + ACTIONS(1928), 24, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_LPAREN, @@ -100084,14 +99974,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [45535] = 4, + [45545] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1095), 1, sym_comment, - ACTIONS(1573), 41, + ACTIONS(1615), 41, anon_sym_export, anon_sym_LBRACE, anon_sym_import, @@ -100133,69 +100023,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [45588] = 10, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - anon_sym_DOT, - ACTIONS(1936), 1, - sym_optional_chain, - STATE(1096), 1, - sym_comment, - STATE(1103), 1, - sym_arguments, - ACTIONS(1920), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1922), 24, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [45653] = 4, + [45598] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1097), 1, + STATE(1096), 1, sym_comment, - ACTIONS(1575), 41, + ACTIONS(1613), 41, anon_sym_export, anon_sym_LBRACE, anon_sym_import, @@ -100237,21 +100072,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [45706] = 7, + [45651] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1945), 1, - anon_sym_EQ, - STATE(1098), 1, + ACTIONS(1918), 1, + sym__automatic_semicolon, + STATE(1097), 1, sym_comment, - ACTIONS(1942), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1938), 12, + ACTIONS(856), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100264,13 +100094,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 24, + ACTIONS(948), 28, sym__ternary_qmark, anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -100289,16 +100123,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [45765] = 6, + [45708] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1942), 1, anon_sym_EQ, - STATE(1099), 1, + STATE(1098), 1, sym_comment, - ACTIONS(1781), 12, + ACTIONS(1939), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1935), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100311,17 +100150,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1783), 28, + ACTIONS(1937), 24, sym__ternary_qmark, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -100340,14 +100175,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [45822] = 4, + [45767] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1100), 1, + STATE(1099), 1, sym_comment, - ACTIONS(1579), 41, + ACTIONS(1619), 41, anon_sym_export, anon_sym_LBRACE, anon_sym_import, @@ -100389,16 +100224,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [45875] = 6, + [45820] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1894), 1, + ACTIONS(1944), 1, sym__automatic_semicolon, - STATE(1101), 1, + STATE(1100), 1, sym_comment, - ACTIONS(864), 12, + ACTIONS(934), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100411,7 +100246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(902), 28, + ACTIONS(938), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -100440,16 +100275,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [45932] = 6, + [45877] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1101), 1, + sym_comment, + ACTIONS(1621), 41, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_import, + anon_sym_let, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [45930] = 7, ACTIONS(5), 1, sym_html_comment, + ACTIONS(860), 1, + anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1947), 1, - sym__automatic_semicolon, STATE(1102), 1, sym_comment, - ACTIONS(878), 12, + ACTIONS(1946), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(858), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100462,17 +100351,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(882), 28, + ACTIONS(864), 24, sym__ternary_qmark, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -100547,7 +100432,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1104), 1, sym_comment, - ACTIONS(1953), 12, + ACTIONS(930), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100560,7 +100445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1955), 28, + ACTIONS(932), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -100596,7 +100481,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1105), 1, sym_comment, - ACTIONS(1957), 12, + ACTIONS(1953), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100609,7 +100494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1959), 28, + ACTIONS(1955), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -100638,112 +100523,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46151] = 5, + [46151] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1106), 1, - sym_comment, - ACTIONS(1961), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1963), 28, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + ACTIONS(1900), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1902), 1, anon_sym_DOT, + ACTIONS(1904), 1, sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, anon_sym_AMP_AMP, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, anon_sym_PERCENT, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(1991), 1, + sym__ternary_qmark, + STATE(1106), 1, + sym_comment, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [46205] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1107), 1, - sym_comment, - ACTIONS(1965), 12, + ACTIONS(1957), 2, anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1967), 28, - sym__ternary_qmark, - anon_sym_LBRACE, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(1959), 5, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [46259] = 5, + [46251] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1108), 1, + STATE(1107), 1, sym_comment, - ACTIONS(1969), 12, + ACTIONS(1993), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100756,7 +100615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1971), 28, + ACTIONS(1995), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -100785,86 +100644,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46313] = 28, + [46305] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - anon_sym_DOT, - ACTIONS(1906), 1, - sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, - anon_sym_AMP_AMP, - ACTIONS(1981), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, - anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, - anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - STATE(1109), 1, - sym_comment, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1975), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [46413] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1110), 1, + STATE(1108), 1, sym_comment, - ACTIONS(2009), 12, + ACTIONS(1997), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100877,7 +100664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2011), 28, + ACTIONS(1999), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -100906,86 +100693,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46467] = 28, + [46359] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - STATE(1111), 1, + STATE(1109), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2011), 5, + ACTIONS(2001), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [46567] = 5, + [46459] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1112), 1, + STATE(1110), 1, sym_comment, - ACTIONS(2013), 12, + ACTIONS(2003), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100998,7 +100785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2015), 28, + ACTIONS(2005), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -101027,86 +100814,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46621] = 28, + [46513] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - STATE(1113), 1, + STATE(1111), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2017), 5, + ACTIONS(2005), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [46721] = 5, + [46613] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1114), 1, + STATE(1112), 1, sym_comment, - ACTIONS(2019), 12, + ACTIONS(2007), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101119,7 +100906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2021), 28, + ACTIONS(2009), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -101148,14 +100935,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46775] = 5, + [46667] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1115), 1, + STATE(1113), 1, sym_comment, - ACTIONS(2023), 12, + ACTIONS(934), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101168,17 +100955,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2025), 28, + ACTIONS(938), 28, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_else, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_while, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -101197,133 +100984,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46829] = 5, + [46721] = 26, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1116), 1, - sym_comment, - ACTIONS(960), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, + anon_sym_AMP_AMP, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, anon_sym_GT_GT, + ACTIONS(1971), 1, anon_sym_AMP, + ACTIONS(1973), 1, + anon_sym_CARET, + ACTIONS(1975), 1, anon_sym_PIPE, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + STATE(1114), 1, + sym_comment, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(964), 28, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2011), 7, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [46883] = 26, + [46817] = 20, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, - anon_sym_AMP_AMP, - ACTIONS(1981), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, - anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - STATE(1117), 1, + STATE(1115), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 7, + ACTIONS(2013), 4, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2011), 12, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, - [46979] = 5, + [46901] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1118), 1, + STATE(1116), 1, sym_comment, - ACTIONS(2029), 12, + ACTIONS(918), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101336,7 +101138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2031), 28, + ACTIONS(922), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -101365,96 +101167,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47033] = 20, + [46955] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - anon_sym_DOT, - ACTIONS(1906), 1, - sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1995), 1, - anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - STATE(1119), 1, + STATE(1117), 1, sym_comment, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(2015), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2033), 4, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 12, + ACTIONS(2017), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - [47117] = 13, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [47009] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - STATE(1120), 1, + STATE(1118), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 12, + ACTIONS(2013), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101467,7 +101254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 18, + ACTIONS(2011), 18, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -101486,37 +101273,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [47187] = 15, + [47079] = 15, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - STATE(1121), 1, + STATE(1119), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 10, + ACTIONS(2013), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -101527,7 +101314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 17, + ACTIONS(2011), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -101545,30 +101332,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [47261] = 12, + [47153] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, - ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, - anon_sym_BQUOTE, - STATE(1122), 1, + STATE(1120), 1, sym_comment, - ACTIONS(2043), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1312), 2, - sym_template_string, - sym_arguments, - ACTIONS(1896), 12, + ACTIONS(2019), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101581,13 +101352,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1898), 19, - sym__automatic_semicolon, + ACTIONS(2021), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -101601,65 +101378,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [47329] = 24, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [47207] = 24, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2033), 1, + ACTIONS(2013), 1, anon_sym_PIPE, - STATE(1123), 1, + STATE(1121), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 9, + ACTIONS(2011), 9, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -101669,14 +101449,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - [47421] = 5, + [47299] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1124), 1, + STATE(1122), 1, sym_comment, - ACTIONS(942), 12, + ACTIONS(2023), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101689,7 +101469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(946), 28, + ACTIONS(2025), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -101718,14 +101498,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47475] = 5, + [47353] = 12, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1125), 1, + ACTIONS(2027), 1, + anon_sym_LPAREN, + ACTIONS(2029), 1, + anon_sym_LBRACK, + ACTIONS(2031), 1, + anon_sym_DOT, + ACTIONS(2033), 1, + sym_optional_chain, + ACTIONS(2037), 1, + anon_sym_BQUOTE, + STATE(1123), 1, sym_comment, - ACTIONS(906), 12, + ACTIONS(2035), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(1910), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101738,19 +101534,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(908), 28, + ACTIONS(1912), 19, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_else, - anon_sym_LPAREN, anon_sym_of, - anon_sym_while, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -101764,66 +101554,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [47529] = 23, + [47421] = 23, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2033), 1, + ACTIONS(2013), 1, anon_sym_PIPE, - STATE(1126), 1, + STATE(1124), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 10, + ACTIONS(2011), 10, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -101834,14 +101621,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, - [47619] = 5, + [47511] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1127), 1, + STATE(1125), 1, sym_comment, - ACTIONS(2047), 12, + ACTIONS(930), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101854,17 +101641,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2049), 28, + ACTIONS(932), 28, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_else, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_while, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -101883,69 +101670,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47673] = 5, + [47565] = 22, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1128), 1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + STATE(1126), 1, sym_comment, - ACTIONS(926), 12, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(930), 28, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2013), 2, + anon_sym_AMP, + anon_sym_PIPE, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2011), 10, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [47727] = 8, + [47653] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1936), 1, + ACTIONS(1924), 1, sym_optional_chain, - STATE(1129), 1, + STATE(1127), 1, sym_comment, - ACTIONS(2047), 12, + ACTIONS(2023), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101958,7 +101762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2049), 25, + ACTIONS(2025), 25, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -101984,106 +101788,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47787] = 22, + [47713] = 16, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - anon_sym_DOT, - ACTIONS(1906), 1, - sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1995), 1, - anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - STATE(1130), 1, - sym_comment, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2033), 2, - anon_sym_AMP, - anon_sym_PIPE, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2027), 10, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - [47875] = 16, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - STATE(1131), 1, + STATE(1128), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 8, + ACTIONS(2013), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -102092,7 +101830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 17, + ACTIONS(2011), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -102110,67 +101848,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [47951] = 25, + [47789] = 25, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - STATE(1132), 1, + STATE(1129), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 8, + ACTIONS(2011), 8, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -102179,65 +101917,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - [48045] = 24, + [47883] = 24, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - STATE(1133), 1, + STATE(1130), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 9, + ACTIONS(2011), 9, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -102247,153 +101985,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - [48137] = 5, + [47975] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1134), 1, - sym_comment, - ACTIONS(1781), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1783), 28, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [48191] = 28, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - STATE(1135), 1, + STATE(1131), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2051), 5, + ACTIONS(2039), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [48291] = 13, + [48075] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - STATE(1136), 1, + STATE(1132), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 12, + ACTIONS(2013), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -102406,7 +102095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 18, + ACTIONS(2011), 18, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -102425,14 +102114,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [48361] = 5, + [48145] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1137), 1, + STATE(1133), 1, sym_comment, - ACTIONS(916), 12, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -102445,7 +102134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(920), 28, + ACTIONS(1783), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -102474,14 +102163,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [48415] = 5, + [48199] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1138), 1, + STATE(1134), 1, sym_comment, - ACTIONS(2053), 12, + ACTIONS(2041), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -102494,7 +102183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2055), 28, + ACTIONS(2043), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -102523,14 +102212,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [48469] = 5, + [48253] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1139), 1, + STATE(1135), 1, sym_comment, - ACTIONS(2057), 12, + ACTIONS(2045), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -102543,7 +102232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2059), 28, + ACTIONS(2047), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -102572,76 +102261,318 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [48523] = 18, + [48307] = 18, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + STATE(1136), 1, + sym_comment, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(2013), 7, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2011), 15, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + [48387] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1137), 1, + sym_comment, + ACTIONS(942), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(946), 28, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [48441] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1983), 1, + ACTIONS(1963), 1, + anon_sym_AMP_AMP, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1995), 1, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, + anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - STATE(1140), 1, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + STATE(1138), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1104), 2, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 7, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2049), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [48541] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1139), 1, + sym_comment, + ACTIONS(2051), 12, + anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 15, + ACTIONS(2049), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [48603] = 5, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [48595] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, + anon_sym_AMP_AMP, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, + anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + STATE(1140), 1, + sym_comment, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2053), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [48695] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1141), 1, sym_comment, - ACTIONS(874), 12, + ACTIONS(2055), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -102654,7 +102585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(876), 28, + ACTIONS(2057), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -102683,86 +102614,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [48657] = 28, + [48749] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + STATE(1142), 1, + sym_comment, + ACTIONS(952), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(954), 28, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1902), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(1904), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - STATE(1142), 1, - sym_comment, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(2061), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [48757] = 5, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [48803] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(2063), 1, + sym_regex_flags, STATE(1143), 1, sym_comment, - ACTIONS(2063), 12, + ACTIONS(2059), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -102775,14 +102685,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2061), 28, + anon_sym_instanceof, + ACTIONS(2061), 26, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -102800,90 +102710,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [48811] = 28, + [48859] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + STATE(1144), 1, + sym_comment, + ACTIONS(2065), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2067), 28, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1902), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(1904), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - STATE(1144), 1, - sym_comment, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(2065), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [48911] = 5, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [48913] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1145), 1, sym_comment, - ACTIONS(2067), 12, + ACTIONS(2069), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -102896,7 +102782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2069), 28, + ACTIONS(2071), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -102925,16 +102811,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [48965] = 6, + [48967] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2075), 1, - sym_regex_flags, STATE(1146), 1, sym_comment, - ACTIONS(2071), 13, + ACTIONS(2073), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -102947,14 +102831,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - ACTIONS(2073), 26, + ACTIONS(2075), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -102972,6 +102856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, @@ -102982,7 +102867,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1147), 1, sym_comment, - ACTIONS(878), 12, + ACTIONS(2077), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -102995,7 +102880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(882), 28, + ACTIONS(2079), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103031,7 +102916,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1148), 1, sym_comment, - ACTIONS(2077), 12, + ACTIONS(934), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103044,7 +102929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2079), 28, + ACTIONS(938), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103080,7 +102965,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1149), 1, sym_comment, - ACTIONS(2081), 12, + ACTIONS(892), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103093,7 +102978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2083), 28, + ACTIONS(896), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103129,7 +103014,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1150), 1, sym_comment, - ACTIONS(2085), 12, + ACTIONS(2081), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103142,7 +103027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2087), 28, + ACTIONS(2083), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103178,7 +103063,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1151), 1, sym_comment, - ACTIONS(2089), 12, + ACTIONS(926), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103191,17 +103076,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2091), 28, + ACTIONS(928), 28, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_else, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_while, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -103227,7 +103112,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1152), 1, sym_comment, - ACTIONS(906), 12, + ACTIONS(876), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103240,7 +103125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(908), 28, + ACTIONS(880), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103276,7 +103161,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1153), 1, sym_comment, - ACTIONS(910), 12, + ACTIONS(2085), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103289,17 +103174,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(912), 28, - sym__automatic_semicolon, + ACTIONS(2087), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_else, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_while, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -103323,11 +103208,11 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2093), 1, + ACTIONS(2089), 1, sym__automatic_semicolon, STATE(1154), 1, sym_comment, - ACTIONS(864), 12, + ACTIONS(934), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103340,7 +103225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(902), 27, + ACTIONS(938), 27, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -103368,14 +103253,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [49455] = 5, + [49455] = 12, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(2027), 1, + anon_sym_LPAREN, + ACTIONS(2029), 1, + anon_sym_LBRACK, + ACTIONS(2031), 1, + anon_sym_DOT, + ACTIONS(2033), 1, + sym_optional_chain, + ACTIONS(2037), 1, + anon_sym_BQUOTE, STATE(1155), 1, sym_comment, - ACTIONS(2095), 12, + ACTIONS(2035), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(1894), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103388,19 +103289,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2097), 28, + ACTIONS(1896), 19, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -103414,33 +103309,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [49509] = 12, + [49523] = 11, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, STATE(1156), 1, sym_comment, - ACTIONS(2043), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1916), 12, + ACTIONS(1914), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103453,7 +103342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1918), 19, + ACTIONS(1916), 21, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -103473,27 +103362,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [49577] = 11, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + [49589] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, - ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, - anon_sym_BQUOTE, STATE(1157), 1, sym_comment, - STATE(1312), 2, - sym_template_string, - sym_arguments, - ACTIONS(1912), 12, + ACTIONS(993), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103506,13 +103384,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1914), 21, - sym__automatic_semicolon, + ACTIONS(997), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -103528,6 +103412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, [49643] = 5, ACTIONS(5), 1, sym_html_comment, @@ -103535,7 +103420,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1158), 1, sym_comment, - ACTIONS(2099), 12, + ACTIONS(2091), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103548,7 +103433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2101), 28, + ACTIONS(2093), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103584,7 +103469,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1159), 1, sym_comment, - ACTIONS(2103), 12, + ACTIONS(2095), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103597,7 +103482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2105), 28, + ACTIONS(2097), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103633,7 +103518,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1160), 1, sym_comment, - ACTIONS(934), 12, + ACTIONS(2099), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103646,7 +103531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(938), 28, + ACTIONS(2101), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103682,7 +103567,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1161), 1, sym_comment, - ACTIONS(2107), 12, + ACTIONS(2099), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103695,7 +103580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2109), 28, + ACTIONS(2101), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103731,7 +103616,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1162), 1, sym_comment, - ACTIONS(2107), 12, + ACTIONS(2099), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103744,7 +103629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2109), 28, + ACTIONS(2101), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103780,7 +103665,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1163), 1, sym_comment, - ACTIONS(2107), 12, + ACTIONS(2099), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103793,7 +103678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2109), 28, + ACTIONS(2101), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103829,7 +103714,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1164), 1, sym_comment, - ACTIONS(2107), 12, + ACTIONS(926), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103842,7 +103727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2109), 28, + ACTIONS(928), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103878,7 +103763,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1165), 1, sym_comment, - ACTIONS(910), 12, + ACTIONS(2103), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103891,7 +103776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(912), 28, + ACTIONS(2105), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -103920,135 +103805,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50075] = 5, + [50075] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1166), 1, - sym_comment, - ACTIONS(2111), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2113), 28, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [50129] = 28, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - STATE(1167), 1, + STATE(1166), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2113), 5, + ACTIONS(2105), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [50229] = 5, + [50175] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1168), 1, + STATE(1167), 1, sym_comment, - ACTIONS(2115), 12, + ACTIONS(2107), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104061,7 +103897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2117), 28, + ACTIONS(2109), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104090,14 +103926,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50283] = 5, + [50229] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1169), 1, + STATE(1168), 1, sym_comment, - ACTIONS(2119), 12, + ACTIONS(2111), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104110,7 +103946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2121), 28, + ACTIONS(2113), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104139,86 +103975,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50337] = 28, + [50283] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - STATE(1170), 1, + STATE(1169), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2121), 5, + ACTIONS(2113), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [50437] = 5, + [50383] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1171), 1, + STATE(1170), 1, sym_comment, - ACTIONS(2123), 12, + ACTIONS(2115), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104231,7 +104067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2125), 28, + ACTIONS(2117), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104260,86 +104096,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50491] = 28, + [50437] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - STATE(1172), 1, + STATE(1171), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2125), 5, + ACTIONS(2117), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [50591] = 5, + [50537] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1173), 1, + STATE(1172), 1, sym_comment, - ACTIONS(2127), 12, + ACTIONS(2119), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104352,7 +104188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2129), 28, + ACTIONS(2121), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104381,14 +104217,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50645] = 5, + [50591] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1174), 1, + STATE(1173), 1, sym_comment, - ACTIONS(2131), 12, + ACTIONS(2123), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104401,7 +104237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2133), 28, + ACTIONS(2125), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104430,14 +104266,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50699] = 5, + [50645] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1175), 1, + STATE(1174), 1, sym_comment, - ACTIONS(2135), 12, + ACTIONS(2127), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104450,7 +104286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2137), 28, + ACTIONS(2129), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104479,14 +104315,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50753] = 5, + [50699] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1176), 1, + STATE(1175), 1, sym_comment, - ACTIONS(2139), 12, + ACTIONS(2131), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104499,7 +104335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2141), 28, + ACTIONS(2133), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104528,14 +104364,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50807] = 5, + [50753] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1177), 1, + STATE(1176), 1, sym_comment, - ACTIONS(2143), 12, + ACTIONS(2135), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104548,7 +104384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2145), 28, + ACTIONS(2137), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104577,14 +104413,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50861] = 5, + [50807] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1178), 1, + STATE(1177), 1, sym_comment, - ACTIONS(2147), 12, + ACTIONS(2139), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104597,7 +104433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2149), 28, + ACTIONS(2141), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104626,135 +104462,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50915] = 5, + [50861] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1179), 1, - sym_comment, - ACTIONS(2151), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2153), 28, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [50969] = 28, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - STATE(1180), 1, + STATE(1178), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2155), 5, + ACTIONS(2143), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [51069] = 5, + [50961] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1181), 1, + STATE(1179), 1, sym_comment, - ACTIONS(950), 12, + ACTIONS(960), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104767,7 +104554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(954), 28, + ACTIONS(964), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104796,14 +104583,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51123] = 5, + [51015] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1182), 1, + STATE(1180), 1, sym_comment, - ACTIONS(968), 12, + ACTIONS(970), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104816,7 +104603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(972), 28, + ACTIONS(974), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104845,14 +104632,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51177] = 5, + [51069] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1183), 1, + STATE(1181), 1, sym_comment, - ACTIONS(976), 12, + ACTIONS(884), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104865,7 +104652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(980), 28, + ACTIONS(888), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104894,14 +104681,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51231] = 5, + [51123] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1184), 1, + STATE(1182), 1, sym_comment, - ACTIONS(2157), 12, + ACTIONS(2145), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104914,7 +104701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2159), 28, + ACTIONS(2147), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104943,14 +104730,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51285] = 5, + [51177] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1185), 1, + STATE(1183), 1, sym_comment, - ACTIONS(2161), 12, + ACTIONS(2149), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104963,7 +104750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 28, + ACTIONS(2151), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -104992,14 +104779,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51339] = 5, + [51231] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1186), 1, + STATE(1184), 1, sym_comment, - ACTIONS(2165), 12, + ACTIONS(2153), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105012,7 +104799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2167), 28, + ACTIONS(2155), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -105041,14 +104828,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51393] = 5, + [51285] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1187), 1, + STATE(1185), 1, sym_comment, - ACTIONS(2169), 12, + ACTIONS(2157), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105061,7 +104848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 28, + ACTIONS(2159), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -105090,158 +104877,184 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51447] = 28, + [51339] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + STATE(1186), 1, + sym_comment, + ACTIONS(2161), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2163), 28, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1902), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(1904), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - STATE(1188), 1, - sym_comment, - ACTIONS(1908), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + anon_sym_BQUOTE, + [51393] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1187), 1, + sym_comment, + ACTIONS(2165), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2173), 5, + ACTIONS(2167), 28, + sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, - [51547] = 28, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [51447] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - STATE(1189), 1, + STATE(1188), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2175), 5, + ACTIONS(2169), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [51647] = 5, + [51547] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1190), 1, + STATE(1189), 1, sym_comment, - ACTIONS(2177), 12, + ACTIONS(2171), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105254,7 +105067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2179), 28, + ACTIONS(2173), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -105283,86 +105096,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51701] = 28, + [51601] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - STATE(1191), 1, + STATE(1190), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2179), 5, + ACTIONS(2175), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [51801] = 5, + [51701] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1192), 1, + STATE(1191), 1, sym_comment, - ACTIONS(878), 12, + ACTIONS(2177), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105375,17 +105188,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(882), 28, - sym__automatic_semicolon, + ACTIONS(2179), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_else, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_while, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -105404,16 +105217,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51855] = 6, + [51755] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, + anon_sym_AMP_AMP, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, + anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + STATE(1192), 1, + sym_comment, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2179), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [51855] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2181), 1, - sym__automatic_semicolon, STATE(1193), 1, sym_comment, - ACTIONS(878), 12, + ACTIONS(2181), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105426,16 +105309,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(882), 27, + ACTIONS(2183), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_else, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_while, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -105454,14 +105338,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51911] = 5, + [51909] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1194), 1, sym_comment, - ACTIONS(874), 12, + ACTIONS(952), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105474,7 +105358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(876), 28, + ACTIONS(954), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -105503,14 +105387,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51965] = 5, + [51963] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1195), 1, sym_comment, - ACTIONS(2183), 12, + ACTIONS(2185), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105523,7 +105407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2185), 28, + ACTIONS(2187), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -105552,14 +105436,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [52019] = 5, + [52017] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(2189), 1, + sym__automatic_semicolon, STATE(1196), 1, sym_comment, - ACTIONS(2187), 12, + ACTIONS(856), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105572,17 +105458,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2189), 28, + ACTIONS(948), 27, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_else, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_while, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -105601,33 +105486,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [52073] = 13, + [52073] = 15, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, STATE(1197), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 12, - anon_sym_STAR, + ACTIONS(2013), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -105636,10 +105525,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 17, + ACTIONS(2011), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -105650,60 +105538,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, - anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [52142] = 28, + [52146] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, STATE(1198), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -105715,7 +105602,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -105728,119 +105615,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [52241] = 28, + [52245] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2229), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, + anon_sym_STAR_STAR, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2231), 1, + ACTIONS(2201), 1, anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2207), 1, anon_sym_AMP, - ACTIONS(2239), 1, + ACTIONS(2209), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, - ACTIONS(2255), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2257), 1, + ACTIONS(2223), 1, sym__ternary_qmark, STATE(1199), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2225), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2227), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1975), 4, + ACTIONS(2175), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [52340] = 15, + [52344] = 23, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2013), 1, + anon_sym_PIPE, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2245), 1, + ACTIONS(2229), 1, + anon_sym_GT_GT, + ACTIONS(2233), 1, + anon_sym_AMP, + ACTIONS(2237), 1, anon_sym_PERCENT, - ACTIONS(2247), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, STATE(1200), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2231), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2235), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2245), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 10, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2027), 16, + ACTIONS(2241), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2011), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -105848,125 +105750,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [52413] = 24, + [52433] = 22, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2033), 1, - anon_sym_PIPE, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2233), 1, - anon_sym_GT_GT, - ACTIONS(2237), 1, - anon_sym_AMP, - ACTIONS(2239), 1, - anon_sym_CARET, - ACTIONS(2245), 1, + ACTIONS(2193), 1, anon_sym_PERCENT, - ACTIONS(2247), 1, + ACTIONS(2195), 1, anon_sym_STAR_STAR, + ACTIONS(2203), 1, + anon_sym_GT_GT, STATE(1201), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2013), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2225), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2227), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 8, + ACTIONS(2011), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_QMARK_QMARK, - [52504] = 23, + [52520] = 22, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2033), 1, - anon_sym_PIPE, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2233), 1, + ACTIONS(2229), 1, anon_sym_GT_GT, ACTIONS(2237), 1, - anon_sym_AMP, - ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2247), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, STATE(1202), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2013), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, @@ -105976,11 +105868,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 9, + ACTIONS(2011), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -105990,113 +105882,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, - [52593] = 22, + [52607] = 16, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2201), 1, - anon_sym_GT_GT, - ACTIONS(2213), 1, + ACTIONS(2237), 1, anon_sym_PERCENT, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, STATE(1203), 1, sym_comment, - ACTIONS(2033), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2217), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2219), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2013), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2027), 9, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2011), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - [52680] = 22, + anon_sym_instanceof, + [52682] = 25, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2233), 1, + ACTIONS(2229), 1, anon_sym_GT_GT, - ACTIONS(2245), 1, + ACTIONS(2233), 1, + anon_sym_AMP, + ACTIONS(2237), 1, anon_sym_PERCENT, - ACTIONS(2247), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, + anon_sym_CARET, + ACTIONS(2251), 1, + anon_sym_PIPE, STATE(1204), 1, sym_comment, - ACTIONS(2033), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, @@ -106106,136 +105997,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 9, + ACTIONS(2011), 7, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_CARET, anon_sym_QMARK_QMARK, - [52767] = 30, + [52775] = 24, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, - ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2201), 1, + ACTIONS(2229), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, + ACTIONS(2233), 1, anon_sym_AMP, - ACTIONS(2207), 1, + ACTIONS(2237), 1, + anon_sym_PERCENT, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2209), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - ACTIONS(2221), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2223), 1, - sym__ternary_qmark, - ACTIONS(2259), 1, - anon_sym_COMMA, STATE(1205), 1, sym_comment, - STATE(1952), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2217), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2219), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2261), 2, - sym__automatic_semicolon, - anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [52870] = 16, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, - ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, - anon_sym_BQUOTE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, - STATE(1206), 1, - sym_comment, - ACTIONS(2043), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(2225), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2243), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1312), 2, - sym_template_string, - sym_arguments, - ACTIONS(2033), 8, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2027), 16, + ACTIONS(2011), 8, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106243,399 +106075,305 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [52945] = 25, + [52866] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2229), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(2233), 1, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(2239), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(2245), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(2247), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - STATE(1207), 1, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + STATE(1206), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2225), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1312), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2227), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 7, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(2253), 4, anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - [53038] = 24, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + [52965] = 24, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2233), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, + anon_sym_STAR_STAR, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2207), 1, anon_sym_AMP, - ACTIONS(2239), 1, + ACTIONS(2209), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, - STATE(1208), 1, + STATE(1207), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2225), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2227), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 8, + ACTIONS(2011), 8, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - [53129] = 16, + [53056] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2213), 1, - anon_sym_PERCENT, - STATE(1209), 1, + STATE(1208), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2211), 2, - anon_sym_PLUS, - anon_sym_DASH, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 8, + ACTIONS(2013), 12, + anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 16, + ACTIONS(2011), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, + anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [53204] = 25, + [53125] = 26, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, - ACTIONS(2201), 1, + ACTIONS(2229), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, + ACTIONS(2233), 1, anon_sym_AMP, - ACTIONS(2207), 1, + ACTIONS(2237), 1, + anon_sym_PERCENT, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2209), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - STATE(1210), 1, + ACTIONS(2255), 1, + anon_sym_PIPE_PIPE, + STATE(1209), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2217), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2219), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 7, + ACTIONS(2011), 6, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - [53297] = 28, + [53220] = 20, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, - anon_sym_AMP_AMP, - ACTIONS(1981), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, - anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, - anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - STATE(1211), 1, - sym_comment, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2263), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [53396] = 26, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, - anon_sym_AMP_AMP, - ACTIONS(2231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, anon_sym_GT_GT, ACTIONS(2237), 1, - anon_sym_AMP, - ACTIONS(2239), 1, - anon_sym_CARET, - ACTIONS(2241), 1, - anon_sym_PIPE, - ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2247), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - STATE(1212), 1, + STATE(1210), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2253), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, @@ -106643,183 +106381,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 6, + ACTIONS(2013), 4, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2011), 11, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, - [53491] = 13, + [53303] = 16, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2247), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - STATE(1213), 1, + STATE(1211), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2213), 2, + anon_sym_PLUS, + anon_sym_DASH, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 12, - anon_sym_STAR, + ACTIONS(2013), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 17, + ACTIONS(2011), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, - anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [53560] = 28, + [53378] = 24, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(2013), 1, + anon_sym_PIPE, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, - anon_sym_AMP_AMP, - ACTIONS(1981), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, + anon_sym_STAR_STAR, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(2207), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(2209), 1, anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, - anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - STATE(1214), 1, + STATE(1212), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2265), 4, + ACTIONS(2011), 8, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [53659] = 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [53469] = 18, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2233), 1, + ACTIONS(2229), 1, anon_sym_GT_GT, - ACTIONS(2245), 1, + ACTIONS(2237), 1, anon_sym_PERCENT, - ACTIONS(2247), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - STATE(1215), 1, + STATE(1213), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 7, + ACTIONS(2013), 7, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -106827,7 +106574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 14, + ACTIONS(2011), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106842,59 +106589,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [53738] = 28, + [53548] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, - anon_sym_AMP_AMP, - ACTIONS(2231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2233), 1, anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, ACTIONS(2255), 1, - anon_sym_QMARK_QMARK, + anon_sym_PIPE_PIPE, ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, sym__ternary_qmark, - STATE(1216), 1, + STATE(1214), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, @@ -106904,68 +106651,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2061), 4, + ACTIONS(2049), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [53837] = 28, + [53647] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, - anon_sym_AMP_AMP, - ACTIONS(2231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2233), 1, anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, ACTIONS(2255), 1, - anon_sym_QMARK_QMARK, + anon_sym_PIPE_PIPE, ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, sym__ternary_qmark, - STATE(1217), 1, + STATE(1215), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, @@ -106975,139 +106722,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2065), 4, + ACTIONS(2053), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [53936] = 30, + [53746] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2197), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(2199), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(2201), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(2207), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(2209), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(2213), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(2221), 1, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2223), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2259), 1, - anon_sym_COMMA, - STATE(1218), 1, + STATE(1216), 1, sym_comment, - STATE(1952), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2217), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2219), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2267), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1312), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [54039] = 30, + ACTIONS(2261), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + [53845] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2259), 1, + ACTIONS(2263), 1, anon_sym_COMMA, - STATE(1219), 1, + STATE(1217), 1, sym_comment, - STATE(1952), 1, + STATE(1939), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -107116,13 +106861,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2269), 2, + ACTIONS(2265), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -107130,32 +106875,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [54142] = 13, + [53948] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - STATE(1220), 1, + STATE(1218), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 12, + ACTIONS(2013), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107168,7 +106913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 17, + ACTIONS(2011), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107186,112 +106931,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [54211] = 24, + [54017] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2033), 1, - anon_sym_PIPE, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, - anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2201), 1, - anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, - ACTIONS(2207), 1, - anon_sym_CARET, - ACTIONS(2213), 1, - anon_sym_PERCENT, - STATE(1221), 1, - sym_comment, - ACTIONS(2043), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(2193), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2203), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2211), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2217), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2219), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1312), 2, - sym_template_string, - sym_arguments, - ACTIONS(2195), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2215), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2027), 8, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - [54302] = 24, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - STATE(1222), 1, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + ACTIONS(2263), 1, + anon_sym_COMMA, + STATE(1219), 1, sym_comment, - ACTIONS(2043), 2, + STATE(1939), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -107300,10 +106990,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2267), 2, + sym__automatic_semicolon, + anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -107311,88 +107004,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 8, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - [54393] = 20, + [54120] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2233), 1, - anon_sym_GT_GT, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - STATE(1223), 1, + STATE(1220), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2225), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2235), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2243), 2, - anon_sym_PLUS, - anon_sym_DASH, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2227), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2249), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2033), 4, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2027), 11, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_QMARK_QMARK, - [54476] = 6, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1931), 1, - anon_sym_EQ, - STATE(1224), 1, - sym_comment, - ACTIONS(1924), 12, + ACTIONS(2013), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107405,279 +107042,287 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1926), 26, + ACTIONS(2011), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [54531] = 13, + [54189] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2247), 1, + ACTIONS(2229), 1, + anon_sym_GT_GT, + ACTIONS(2233), 1, + anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - STATE(1225), 1, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, + anon_sym_CARET, + ACTIONS(2251), 1, + anon_sym_PIPE, + ACTIONS(2255), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, + sym__ternary_qmark, + STATE(1221), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2231), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2235), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2245), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 12, - anon_sym_STAR, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2027), 17, + ACTIONS(2241), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2001), 4, sym__automatic_semicolon, - sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [54600] = 23, + [54288] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2033), 1, - anon_sym_PIPE, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2201), 1, + ACTIONS(2229), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, + ACTIONS(2233), 1, anon_sym_AMP, - ACTIONS(2213), 1, + ACTIONS(2237), 1, anon_sym_PERCENT, - STATE(1226), 1, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, + anon_sym_CARET, + ACTIONS(2251), 1, + anon_sym_PIPE, + ACTIONS(2255), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, + sym__ternary_qmark, + STATE(1222), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2217), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2219), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 9, + ACTIONS(2143), 4, sym__automatic_semicolon, - sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - [54689] = 28, + [54387] = 25, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2229), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, + anon_sym_STAR_STAR, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2207), 1, anon_sym_AMP, - ACTIONS(2239), 1, + ACTIONS(2209), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, - ACTIONS(2255), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2257), 1, - sym__ternary_qmark, - STATE(1227), 1, + STATE(1223), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2225), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2227), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2011), 4, + ACTIONS(2011), 7, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [54788] = 28, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [54480] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, - anon_sym_AMP_AMP, - ACTIONS(2231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2233), 1, anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, ACTIONS(2255), 1, - anon_sym_QMARK_QMARK, + anon_sym_PIPE_PIPE, ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, sym__ternary_qmark, - STATE(1228), 1, + STATE(1224), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, @@ -107687,62 +107332,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2155), 4, + ACTIONS(2005), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [54887] = 28, + [54579] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1229), 1, + ACTIONS(2263), 1, + anon_sym_COMMA, + STATE(1225), 1, sym_comment, - ACTIONS(2043), 2, + STATE(1939), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -107751,10 +107400,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2269), 2, + sym__automatic_semicolon, + anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -107762,62 +107414,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2175), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [54986] = 30, + [54682] = 23, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2013), 1, + anon_sym_PIPE, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, - ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2201), 1, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, - ACTIONS(2209), 1, - anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - ACTIONS(2221), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2223), 1, - sym__ternary_qmark, - ACTIONS(2259), 1, - anon_sym_COMMA, - STATE(1230), 1, + anon_sym_AMP, + STATE(1226), 1, sym_comment, - STATE(1952), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -107826,13 +107459,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2271), 2, - sym__automatic_semicolon, - anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -107840,37 +107470,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [55089] = 15, + ACTIONS(2011), 9, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + [54771] = 15, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2213), 1, + ACTIONS(2237), 1, anon_sym_PERCENT, - STATE(1231), 1, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + STATE(1227), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 10, + ACTIONS(2013), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -107881,11 +107521,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 16, + ACTIONS(2011), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -107898,16 +107538,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [55162] = 6, + [54844] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(868), 1, - anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1232), 1, + ACTIONS(1933), 1, + anon_sym_EQ, + STATE(1228), 1, sym_comment, - ACTIONS(866), 12, + ACTIONS(1926), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107920,15 +107560,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(872), 26, + ACTIONS(1928), 26, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -107947,16 +107587,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55217] = 6, + [54899] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2013), 1, + anon_sym_PIPE, + ACTIONS(2027), 1, + anon_sym_LPAREN, + ACTIONS(2029), 1, + anon_sym_LBRACK, + ACTIONS(2031), 1, + anon_sym_DOT, + ACTIONS(2033), 1, + sym_optional_chain, + ACTIONS(2037), 1, + anon_sym_BQUOTE, + ACTIONS(2229), 1, + anon_sym_GT_GT, + ACTIONS(2233), 1, + anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2249), 1, + anon_sym_CARET, + STATE(1229), 1, + sym_comment, + ACTIONS(2035), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2231), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2235), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2245), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2227), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2241), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2011), 8, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [54990] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1945), 1, + ACTIONS(1833), 1, anon_sym_EQ, - STATE(1233), 1, + STATE(1230), 1, sym_comment, - ACTIONS(1938), 12, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107969,7 +107676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 26, + ACTIONS(1783), 26, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -107996,197 +107703,173 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55272] = 28, + [55045] = 6, ACTIONS(5), 1, sym_html_comment, + ACTIONS(860), 1, + anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + STATE(1231), 1, + sym_comment, + ACTIONS(858), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(864), 26, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(2037), 1, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(2039), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(2045), 1, - anon_sym_BQUOTE, - ACTIONS(2229), 1, anon_sym_AMP_AMP, - ACTIONS(2231), 1, anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, - anon_sym_GT_GT, - ACTIONS(2237), 1, - anon_sym_AMP, - ACTIONS(2239), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2241), 1, - anon_sym_PIPE, - ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2255), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2257), 1, - sym__ternary_qmark, - STATE(1234), 1, - sym_comment, - ACTIONS(2043), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(2225), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2235), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2253), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1312), 2, - sym_template_string, - sym_arguments, - ACTIONS(2227), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2249), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(2017), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [55371] = 30, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [55100] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, - ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2201), 1, + ACTIONS(2229), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, + ACTIONS(2233), 1, anon_sym_AMP, - ACTIONS(2207), 1, + ACTIONS(2237), 1, + anon_sym_PERCENT, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2209), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - ACTIONS(2221), 1, + ACTIONS(2255), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2257), 1, anon_sym_QMARK_QMARK, - ACTIONS(2223), 1, - sym__ternary_qmark, ACTIONS(2259), 1, - anon_sym_COMMA, - STATE(1235), 1, + sym__ternary_qmark, + STATE(1232), 1, sym_comment, - STATE(1952), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2217), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2219), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2273), 2, - sym__automatic_semicolon, - anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [55474] = 28, + ACTIONS(1959), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [55199] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1236), 1, + STATE(1233), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -108198,7 +107881,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -108206,62 +107889,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2113), 4, + ACTIONS(2105), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [55573] = 30, + [55298] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2259), 1, + ACTIONS(2263), 1, anon_sym_COMMA, - STATE(1237), 1, + STATE(1234), 1, sym_comment, - STATE(1952), 1, + STATE(1939), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -108270,13 +107953,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2275), 2, + ACTIONS(2271), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -108284,16 +107967,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [55676] = 7, + [55401] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - STATE(1238), 1, + STATE(1235), 1, sym_comment, - STATE(1285), 1, + STATE(1284), 1, sym_arguments, ACTIONS(1920), 12, anon_sym_STAR, @@ -108334,22 +108017,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55733] = 10, + [55458] = 10, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2277), 1, + ACTIONS(2273), 1, sym_optional_chain, - STATE(1239), 1, + STATE(1236), 1, sym_comment, - STATE(1285), 1, + STATE(1284), 1, sym_arguments, ACTIONS(1920), 12, anon_sym_STAR, @@ -108387,57 +108070,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55796] = 30, + [55521] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2259), 1, + ACTIONS(2263), 1, anon_sym_COMMA, - STATE(1240), 1, + STATE(1237), 1, sym_comment, - STATE(1952), 1, + STATE(1939), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -108446,13 +108129,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2279), 2, + ACTIONS(2275), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -108460,118 +108143,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [55899] = 30, + [55624] = 18, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, - ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2201), 1, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, - ACTIONS(2207), 1, - anon_sym_CARET, - ACTIONS(2209), 1, - anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - ACTIONS(2221), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2223), 1, - sym__ternary_qmark, - ACTIONS(2259), 1, - anon_sym_COMMA, - STATE(1241), 1, + STATE(1238), 1, sym_comment, - STATE(1952), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2217), 2, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2013), 7, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2219), 2, + ACTIONS(2011), 14, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2281), 2, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + [55703] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2027), 1, + anon_sym_LPAREN, + ACTIONS(2029), 1, + anon_sym_LBRACK, + ACTIONS(2031), 1, + anon_sym_DOT, + ACTIONS(2033), 1, + sym_optional_chain, + ACTIONS(2037), 1, + anon_sym_BQUOTE, + ACTIONS(2195), 1, + anon_sym_STAR_STAR, + STATE(1239), 1, + sym_comment, + ACTIONS(2035), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2013), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2011), 17, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - STATE(1312), 2, - sym_template_string, - sym_arguments, - ACTIONS(2195), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2215), 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [56002] = 20, + [55772] = 20, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2201), 1, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2213), 1, - anon_sym_PERCENT, - STATE(1242), 1, + STATE(1240), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -108579,12 +108306,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2033), 4, + ACTIONS(2013), 4, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 11, + ACTIONS(2011), 11, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -108596,114 +108323,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, - [56085] = 18, + [55855] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, - ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, - anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2201), 1, - anon_sym_GT_GT, - ACTIONS(2213), 1, - anon_sym_PERCENT, - STATE(1243), 1, + STATE(1241), 1, sym_comment, - ACTIONS(2043), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2185), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2203), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2211), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1312), 2, - sym_template_string, - sym_arguments, - ACTIONS(2033), 7, anon_sym_in, anon_sym_LT, anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 14, + ACTIONS(2187), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [56164] = 28, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [55908] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1244), 1, + ACTIONS(2263), 1, + anon_sym_COMMA, + STATE(1242), 1, sym_comment, - ACTIONS(2043), 2, + STATE(1939), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -108712,10 +108430,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2277), 2, + sym__automatic_semicolon, + anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -108723,62 +108444,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2155), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [56263] = 30, + [56011] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2259), 1, + ACTIONS(2263), 1, anon_sym_COMMA, - STATE(1245), 1, + STATE(1243), 1, sym_comment, - STATE(1952), 1, + STATE(1939), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -108787,13 +108503,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2283), 2, + ACTIONS(2279), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -108801,57 +108517,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [56366] = 30, + [56114] = 26, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - ACTIONS(2221), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2223), 1, - sym__ternary_qmark, - ACTIONS(2259), 1, - anon_sym_COMMA, - STATE(1246), 1, + STATE(1244), 1, sym_comment, - STATE(1952), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -108860,13 +108568,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2285), 2, - sym__automatic_semicolon, - anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -108874,53 +108579,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [56469] = 28, + ACTIONS(2011), 6, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_QMARK_QMARK, + [56209] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1247), 1, + ACTIONS(2263), 1, + anon_sym_COMMA, + STATE(1245), 1, sym_comment, - ACTIONS(2043), 2, + STATE(1939), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -108929,10 +108645,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2281), 2, + sym__automatic_semicolon, + anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -108940,54 +108659,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2121), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [56568] = 26, + [56312] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - STATE(1248), 1, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + STATE(1246), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -108999,7 +108717,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -109007,60 +108725,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 6, + ACTIONS(2143), 4, sym__automatic_semicolon, - sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_QMARK_QMARK, - [56663] = 28, + [56411] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1249), 1, + ACTIONS(2263), 1, + anon_sym_COMMA, + STATE(1247), 1, sym_comment, - ACTIONS(2043), 2, + STATE(1939), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -109069,10 +108789,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2283), 2, + sym__automatic_semicolon, + anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -109080,110 +108803,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2125), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [56762] = 5, + [56514] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1250), 1, - sym_comment, - ACTIONS(2019), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2021), 27, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(2027), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_COLON, + ACTIONS(2029), 1, anon_sym_LBRACK, + ACTIONS(2031), 1, anon_sym_DOT, + ACTIONS(2033), 1, sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [56815] = 30, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2259), 1, - anon_sym_COMMA, - STATE(1251), 1, + STATE(1248), 1, sym_comment, - STATE(1952), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -109192,13 +108858,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2287), 2, - sym__automatic_semicolon, - anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -109206,57 +108869,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [56918] = 30, + ACTIONS(2113), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [56613] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2259), 1, + ACTIONS(2263), 1, anon_sym_COMMA, - STATE(1252), 1, + STATE(1249), 1, sym_comment, - STATE(1952), 1, + STATE(1939), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -109265,13 +108933,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2289), 2, + ACTIONS(2285), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -109279,124 +108947,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57021] = 28, + [56716] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2229), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, + anon_sym_STAR_STAR, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2231), 1, + ACTIONS(2201), 1, anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2207), 1, anon_sym_AMP, - ACTIONS(2239), 1, + ACTIONS(2209), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, - ACTIONS(2255), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2257), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1253), 1, + ACTIONS(2263), 1, + anon_sym_COMMA, + STATE(1250), 1, sym_comment, - ACTIONS(2043), 2, + STATE(1939), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2225), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2287), 2, + sym__automatic_semicolon, + anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2227), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2173), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [57120] = 28, + [56819] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1254), 1, + STATE(1251), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -109408,7 +109078,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -109416,204 +109086,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1975), 4, + ACTIONS(2117), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [57219] = 6, + [56918] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1945), 1, - anon_sym_EQ, - STATE(1255), 1, - sym_comment, - ACTIONS(1938), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1940), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(2027), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(2029), 1, anon_sym_LBRACK, + ACTIONS(2031), 1, anon_sym_DOT, + ACTIONS(2033), 1, sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + ACTIONS(2037), 1, + anon_sym_BQUOTE, + ACTIONS(2229), 1, + anon_sym_GT_GT, + ACTIONS(2233), 1, + anon_sym_AMP, + ACTIONS(2237), 1, anon_sym_PERCENT, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, + anon_sym_CARET, + ACTIONS(2251), 1, + anon_sym_PIPE, + ACTIONS(2255), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2257), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(2259), 1, + sym__ternary_qmark, + STATE(1252), 1, + sym_comment, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [57274] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1256), 1, - sym_comment, - ACTIONS(2183), 12, + ACTIONS(2225), 2, anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_SLASH, + ACTIONS(2231), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2185), 27, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [57327] = 6, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1835), 1, - anon_sym_EQ, - STATE(1257), 1, - sym_comment, - ACTIONS(1781), 12, - anon_sym_STAR, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1783), 26, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + ACTIONS(2241), 3, anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [57382] = 28, + ACTIONS(2169), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [57017] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1258), 1, + STATE(1253), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -109625,7 +109220,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -109633,58 +109228,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2061), 4, + ACTIONS(2169), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [57481] = 28, + [57116] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1259), 1, + STATE(1254), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -109696,7 +109291,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -109704,58 +109299,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2173), 4, + ACTIONS(2001), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [57580] = 28, + [57215] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(1942), 1, + anon_sym_EQ, + STATE(1255), 1, + sym_comment, + ACTIONS(1935), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1937), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(2037), 1, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [57270] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2027), 1, + anon_sym_LPAREN, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1260), 1, + ACTIONS(2263), 1, + anon_sym_COMMA, + STATE(1256), 1, sym_comment, - ACTIONS(2043), 2, + STATE(1939), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -109764,10 +109412,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2289), 2, + sym__automatic_semicolon, + anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -109775,62 +109426,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2017), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [57679] = 30, + [57373] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2259), 1, - anon_sym_COMMA, - STATE(1261), 1, + STATE(1257), 1, sym_comment, - STATE(1952), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -109839,13 +109481,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2291), 2, - sym__automatic_semicolon, - anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -109853,57 +109492,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57782] = 30, + ACTIONS(1959), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [57472] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1258), 1, + sym_comment, + ACTIONS(2171), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2173), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [57525] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2259), 1, + ACTIONS(2263), 1, anon_sym_COMMA, - STATE(1262), 1, + STATE(1259), 1, sym_comment, - STATE(1952), 1, + STATE(1939), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -109912,13 +109604,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2293), 2, + ACTIONS(2291), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -109926,46 +109618,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57885] = 29, + [57628] = 29, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, - anon_sym_AMP_AMP, - ACTIONS(2231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2233), 1, anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, ACTIONS(2255), 1, - anon_sym_QMARK_QMARK, + anon_sym_PIPE_PIPE, ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, sym__ternary_qmark, - ACTIONS(2297), 1, + ACTIONS(2295), 1, anon_sym_in, - STATE(1263), 1, + STATE(1260), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, @@ -109974,77 +109666,77 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2227), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2249), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2295), 4, + ACTIONS(2293), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [57986] = 28, + [57729] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1264), 1, + STATE(1261), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -110056,7 +109748,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -110064,107 +109756,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2065), 4, + ACTIONS(2049), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [58085] = 6, + [57828] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1931), 1, - anon_sym_EQ, - STATE(1265), 1, - sym_comment, - ACTIONS(1924), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1926), 26, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(2027), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + ACTIONS(2029), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(2031), 1, anon_sym_DOT, + ACTIONS(2033), 1, sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [58140] = 28, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1266), 1, + ACTIONS(2263), 1, + anon_sym_COMMA, + STATE(1262), 1, sym_comment, - ACTIONS(2043), 2, + STATE(1939), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -110173,10 +109820,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2298), 2, + sym__automatic_semicolon, + anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -110184,62 +109834,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2011), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [58239] = 30, + [57931] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2259), 1, - anon_sym_COMMA, - STATE(1267), 1, + STATE(1263), 1, sym_comment, - STATE(1952), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -110248,13 +109889,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2300), 2, - sym__automatic_semicolon, - anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -110262,18 +109900,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [58342] = 7, + ACTIONS(2005), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [58030] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(868), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1933), 1, anon_sym_EQ, + STATE(1264), 1, + sym_comment, + ACTIONS(1926), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1928), 26, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [58085] = 6, + ACTIONS(5), 1, + sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2093), 1, - sym__automatic_semicolon, - STATE(1268), 1, + ACTIONS(1807), 1, + anon_sym_EQ, + STATE(1265), 1, sym_comment, - ACTIONS(864), 12, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -110286,7 +109976,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(902), 25, + ACTIONS(1783), 26, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -110312,21 +110003,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58399] = 8, + [58140] = 8, ACTIONS(5), 1, sym_html_comment, - ACTIONS(868), 1, + ACTIONS(860), 1, anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2302), 1, + ACTIONS(2300), 1, sym__automatic_semicolon, - STATE(1269), 1, + STATE(1266), 1, sym_comment, - ACTIONS(902), 2, + ACTIONS(948), 2, anon_sym_else, anon_sym_while, - ACTIONS(866), 12, + ACTIONS(858), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -110339,7 +110030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(872), 23, + ACTIONS(864), 23, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, @@ -110363,87 +110054,233 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58458] = 28, + [58199] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, + anon_sym_GT_GT, + ACTIONS(2233), 1, + anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, anon_sym_AMP_AMP, - ACTIONS(2231), 1, + ACTIONS(2249), 1, + anon_sym_CARET, + ACTIONS(2251), 1, + anon_sym_PIPE, + ACTIONS(2255), 1, anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, + ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, + sym__ternary_qmark, + STATE(1267), 1, + sym_comment, + ACTIONS(2035), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2231), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2235), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2245), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2227), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2241), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2179), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [58298] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2027), 1, + anon_sym_LPAREN, + ACTIONS(2029), 1, + anon_sym_LBRACK, + ACTIONS(2031), 1, + anon_sym_DOT, + ACTIONS(2033), 1, + sym_optional_chain, + ACTIONS(2037), 1, + anon_sym_BQUOTE, + ACTIONS(2229), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2233), 1, anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2245), 1, + ACTIONS(2255), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, + sym__ternary_qmark, + STATE(1268), 1, + sym_comment, + ACTIONS(2035), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2231), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2235), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2245), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2227), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2241), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2175), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [58397] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2027), 1, + anon_sym_LPAREN, + ACTIONS(2029), 1, + anon_sym_LBRACK, + ACTIONS(2031), 1, + anon_sym_DOT, + ACTIONS(2033), 1, + sym_optional_chain, + ACTIONS(2037), 1, + anon_sym_BQUOTE, + ACTIONS(2193), 1, anon_sym_PERCENT, - ACTIONS(2247), 1, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2255), 1, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, + anon_sym_GT_GT, + ACTIONS(2207), 1, + anon_sym_AMP, + ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, + anon_sym_PIPE, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2257), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1270), 1, + ACTIONS(2302), 1, + anon_sym_COMMA, + ACTIONS(2305), 1, + anon_sym_RBRACE, + STATE(1269), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2225), 2, + ACTIONS(2053), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2227), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2179), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [58557] = 6, + [58500] = 7, ACTIONS(5), 1, sym_html_comment, + ACTIONS(860), 1, + anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, - anon_sym_EQ, - STATE(1271), 1, + ACTIONS(2189), 1, + sym__automatic_semicolon, + STATE(1270), 1, sym_comment, - ACTIONS(1781), 12, + ACTIONS(856), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -110456,8 +110293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1783), 26, - sym__automatic_semicolon, + ACTIONS(948), 25, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -110483,131 +110319,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58612] = 28, + [58557] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2229), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, + anon_sym_STAR_STAR, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2231), 1, + ACTIONS(2201), 1, anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2207), 1, anon_sym_AMP, - ACTIONS(2239), 1, + ACTIONS(2209), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, - ACTIONS(2255), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2257), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1272), 1, + STATE(1271), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2225), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2227), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2175), 4, + ACTIONS(2053), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [58711] = 30, + [58656] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2304), 1, - anon_sym_COMMA, ACTIONS(2307), 1, + anon_sym_COMMA, + ACTIONS(2310), 1, anon_sym_RBRACE, - STATE(1273), 1, + STATE(1272), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2065), 2, + ACTIONS(2053), 2, sym__automatic_semicolon, anon_sym_SEMI, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -110619,7 +110455,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -110627,59 +110463,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [58814] = 28, + [58759] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, - anon_sym_AMP_AMP, - ACTIONS(2231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2233), 1, anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, ACTIONS(2255), 1, - anon_sym_QMARK_QMARK, + anon_sym_PIPE_PIPE, ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, sym__ternary_qmark, - STATE(1274), 1, + STATE(1273), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, @@ -110689,68 +110525,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2113), 4, + ACTIONS(2105), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [58913] = 28, + [58858] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, - anon_sym_AMP_AMP, - ACTIONS(2231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2233), 1, anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, ACTIONS(2255), 1, - anon_sym_QMARK_QMARK, + anon_sym_PIPE_PIPE, ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, sym__ternary_qmark, - STATE(1275), 1, + STATE(1274), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, @@ -110760,68 +110596,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2121), 4, + ACTIONS(2113), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [58957] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(860), 1, + anon_sym_EQ, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1275), 1, + sym_comment, + ACTIONS(858), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(864), 26, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, [59012] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, - anon_sym_AMP_AMP, - ACTIONS(2231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2237), 1, + ACTIONS(2233), 1, anon_sym_AMP, + ACTIONS(2237), 1, + anon_sym_PERCENT, ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_AMP_AMP, + ACTIONS(2249), 1, anon_sym_CARET, - ACTIONS(2241), 1, + ACTIONS(2251), 1, anon_sym_PIPE, - ACTIONS(2245), 1, - anon_sym_PERCENT, - ACTIONS(2247), 1, - anon_sym_STAR_STAR, ACTIONS(2255), 1, - anon_sym_QMARK_QMARK, + anon_sym_PIPE_PIPE, ACTIONS(2257), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2259), 1, sym__ternary_qmark, STATE(1276), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2235), 2, + ACTIONS(2231), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2243), 2, + ACTIONS(2235), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2251), 2, + ACTIONS(2243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2253), 2, + ACTIONS(2245), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, @@ -110831,118 +110716,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 3, + ACTIONS(2241), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2125), 4, + ACTIONS(2117), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [59111] = 6, + [59111] = 30, ACTIONS(5), 1, sym_html_comment, - ACTIONS(868), 1, - anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1277), 1, - sym_comment, - ACTIONS(866), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(872), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(2027), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(2029), 1, anon_sym_LBRACK, + ACTIONS(2031), 1, anon_sym_DOT, + ACTIONS(2033), 1, sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [59166] = 30, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2309), 1, - anon_sym_COMMA, - ACTIONS(2312), 1, + ACTIONS(2310), 1, anon_sym_RBRACE, - STATE(1278), 1, + ACTIONS(2312), 1, + anon_sym_COMMA, + STATE(1277), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2065), 2, + ACTIONS(2175), 2, sym__automatic_semicolon, anon_sym_SEMI, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -110954,7 +110790,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -110962,60 +110798,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59269] = 30, + [59214] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2312), 1, - anon_sym_RBRACE, - ACTIONS(2314), 1, + ACTIONS(2263), 1, anon_sym_COMMA, - STATE(1279), 1, + STATE(1278), 1, sym_comment, - ACTIONS(2043), 2, + STATE(1939), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2175), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -111024,10 +110857,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2315), 2, + sym__automatic_semicolon, + anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -111035,57 +110871,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, + [59317] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1942), 1, + anon_sym_EQ, + STATE(1279), 1, + sym_comment, + ACTIONS(1935), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1937), 26, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, [59372] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2259), 1, + ACTIONS(2263), 1, anon_sym_COMMA, STATE(1280), 1, sym_comment, - STATE(1952), 1, + STATE(1939), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -111100,7 +110985,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -111108,19 +110993,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59475] = 7, + [59475] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2319), 1, - sym__automatic_semicolon, STATE(1281), 1, sym_comment, - ACTIONS(1037), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(916), 12, + ACTIONS(970), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -111133,10 +111013,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(920), 23, + ACTIONS(974), 26, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -111157,14 +111040,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [59531] = 5, + [59527] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1282), 1, sym_comment, - ACTIONS(2053), 12, + ACTIONS(993), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -111177,7 +111060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2055), 26, + ACTIONS(997), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -111204,158 +111087,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [59583] = 30, + [59579] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2323), 1, + ACTIONS(2321), 1, anon_sym_RPAREN, STATE(1283), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59685] = 30, + [59681] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + STATE(1284), 1, + sym_comment, + ACTIONS(2065), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2067), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1902), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2325), 1, - anon_sym_RPAREN, - STATE(1284), 1, - sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [59787] = 5, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [59733] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(1845), 1, + anon_sym_EQ, STATE(1285), 1, sym_comment, - ACTIONS(1949), 12, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -111368,13 +111228,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1951), 26, + ACTIONS(1783), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -111390,93 +111249,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [59787] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, + anon_sym_AMP_AMP, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, + anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + ACTIONS(2319), 1, + anon_sym_COMMA, + ACTIONS(2323), 1, + anon_sym_COLON, + STATE(1286), 1, + sym_comment, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [59839] = 30, + [59889] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2327), 1, - anon_sym_COLON, - STATE(1286), 1, + ACTIONS(2325), 1, + anon_sym_RPAREN, + STATE(1287), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59941] = 6, + [59991] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1846), 1, - anon_sym_EQ, - STATE(1287), 1, + ACTIONS(2029), 1, + anon_sym_LBRACK, + ACTIONS(2031), 1, + anon_sym_DOT, + ACTIONS(2273), 1, + sym_optional_chain, + STATE(1288), 1, sym_comment, - ACTIONS(1781), 12, + ACTIONS(2023), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -111489,16 +111424,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1783), 25, + ACTIONS(2025), 23, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -111515,20 +111448,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [59995] = 8, + [60049] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2277), 1, - sym_optional_chain, - STATE(1288), 1, + ACTIONS(1933), 1, + anon_sym_EQ, + STATE(1289), 1, sym_comment, - ACTIONS(2047), 12, + ACTIONS(2327), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1926), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -111541,14 +111475,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2049), 23, - sym__automatic_semicolon, + ACTIONS(1928), 21, sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -111565,93 +111497,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60053] = 30, + [60105] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1807), 1, + anon_sym_EQ, + STATE(1290), 1, + sym_comment, + ACTIONS(1853), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1781), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1783), 21, + sym__ternary_qmark, anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2329), 1, - anon_sym_RPAREN, - STATE(1289), 1, - sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [60155] = 7, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [60161] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1931), 1, - anon_sym_EQ, - STATE(1290), 1, + STATE(1291), 1, sym_comment, - ACTIONS(2331), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1924), 12, + ACTIONS(2023), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -111664,9 +111566,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1926), 21, + ACTIONS(2025), 26, + sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -111686,135 +111593,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60211] = 30, + [60213] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(2335), 1, + ACTIONS(2331), 1, anon_sym_RPAREN, - STATE(1291), 1, + STATE(1292), 1, sym_comment, - STATE(2077), 1, + STATE(2145), 1, aux_sym_array_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [60313] = 7, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1800), 1, - anon_sym_EQ, - STATE(1292), 1, - sym_comment, - ACTIONS(1861), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1781), 12, - anon_sym_STAR, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1783), 21, - sym__ternary_qmark, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + ACTIONS(1983), 3, anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [60369] = 5, + [60315] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1293), 1, sym_comment, - ACTIONS(2047), 12, + ACTIONS(2077), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -111827,7 +111685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2049), 26, + ACTIONS(2079), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -111854,14 +111712,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60421] = 5, + [60367] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1294), 1, sym_comment, - ACTIONS(2023), 12, + ACTIONS(2015), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -111874,7 +111732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2025), 26, + ACTIONS(2017), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -111901,14 +111759,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60473] = 5, + [60419] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1295), 1, sym_comment, - ACTIONS(2089), 12, + ACTIONS(1949), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -111921,7 +111779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2091), 26, + ACTIONS(1951), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -111948,20 +111806,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60525] = 8, + [60471] = 8, ACTIONS(5), 1, sym_html_comment, - ACTIONS(868), 1, + ACTIONS(860), 1, anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2337), 1, + ACTIONS(2333), 1, anon_sym_in, - ACTIONS(2340), 1, + ACTIONS(2336), 1, anon_sym_of, STATE(1296), 1, sym_comment, - ACTIONS(866), 11, + ACTIONS(858), 11, anon_sym_STAR, anon_sym_LT, anon_sym_GT, @@ -111973,7 +111831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(872), 24, + ACTIONS(864), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -111998,19 +111856,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60583] = 7, + [60529] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2342), 1, - sym__automatic_semicolon, + ACTIONS(1870), 1, + anon_sym_EQ, STATE(1297), 1, sym_comment, - ACTIONS(1051), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(934), 12, + ACTIONS(1867), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -112023,11 +111883,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(938), 23, + ACTIONS(1783), 21, sym__ternary_qmark, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -112047,21 +111905,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60639] = 7, + [60585] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1875), 1, - anon_sym_EQ, + ACTIONS(2338), 1, + sym__automatic_semicolon, STATE(1298), 1, sym_comment, - ACTIONS(1872), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1781), 12, + ACTIONS(999), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(993), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -112074,9 +111930,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1783), 21, + ACTIONS(997), 23, sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -112096,86 +111954,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60695] = 30, + [60641] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2344), 1, + ACTIONS(2340), 1, anon_sym_RPAREN, STATE(1299), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [60797] = 5, + [60743] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1300), 1, sym_comment, - ACTIONS(2029), 12, + ACTIONS(2019), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -112188,7 +112046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2031), 26, + ACTIONS(2021), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -112215,16 +112073,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60849] = 7, + [60795] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1850), 1, + ACTIONS(1861), 1, anon_sym_EQ, STATE(1301), 1, sym_comment, - ACTIONS(1848), 4, + ACTIONS(1859), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -112264,376 +112122,255 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60905] = 30, + [60851] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2346), 1, + ACTIONS(2342), 1, anon_sym_RPAREN, STATE(1302), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [61007] = 8, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1931), 1, - anon_sym_EQ, - ACTIONS(2331), 1, - anon_sym_of, - ACTIONS(2348), 1, - anon_sym_in, - STATE(1303), 1, - sym_comment, - ACTIONS(1924), 11, - anon_sym_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1926), 24, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [61065] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1304), 1, - sym_comment, - ACTIONS(2081), 12, - anon_sym_STAR, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2083), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + ACTIONS(1983), 3, anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [61117] = 5, + [60953] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1305), 1, - sym_comment, - ACTIONS(2077), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2079), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [61169] = 30, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(2351), 1, + ACTIONS(2344), 1, anon_sym_RPAREN, - STATE(1306), 1, + STATE(1303), 1, sym_comment, - STATE(2128), 1, + STATE(2174), 1, aux_sym_array_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61271] = 30, + [61055] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + STATE(1304), 1, + sym_comment, + ACTIONS(2007), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2009), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1902), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2353), 1, - anon_sym_RPAREN, - STATE(1307), 1, - sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + anon_sym_BQUOTE, + [61107] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1933), 1, + anon_sym_EQ, + ACTIONS(2327), 1, + anon_sym_of, + ACTIONS(2346), 1, + anon_sym_in, + STATE(1305), 1, + sym_comment, + ACTIONS(1926), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1928), 24, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [61373] = 6, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [61165] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2355), 1, - sym_regex_flags, - STATE(1308), 1, + STATE(1306), 1, sym_comment, - ACTIONS(2071), 13, + ACTIONS(2069), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -112646,13 +112383,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - ACTIONS(2073), 24, + ACTIONS(2071), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -112669,89 +112406,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [61427] = 30, + [61217] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2357), 1, - anon_sym_RBRACE, - STATE(1309), 1, + ACTIONS(2349), 1, + anon_sym_RPAREN, + STATE(1307), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61529] = 5, + [61319] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1310), 1, + ACTIONS(2351), 1, + sym_regex_flags, + STATE(1308), 1, sym_comment, - ACTIONS(2067), 12, + ACTIONS(2059), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -112764,13 +112504,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2069), 26, + anon_sym_instanceof, + ACTIONS(2061), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -112787,90 +112527,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [61581] = 30, + [61373] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2333), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2359), 1, - anon_sym_RBRACK, - STATE(1311), 1, + ACTIONS(2353), 1, + anon_sym_RBRACE, + STATE(1309), 1, sym_comment, - STATE(2062), 1, - aux_sym_array_repeat1, - ACTIONS(1908), 2, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61683] = 5, + [61475] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1312), 1, + STATE(1310), 1, sym_comment, - ACTIONS(1953), 12, + ACTIONS(2055), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -112883,7 +112622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1955), 26, + ACTIONS(2057), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -112910,86 +112649,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [61735] = 30, + [61527] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + STATE(1311), 1, + sym_comment, + ACTIONS(2165), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1902), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2361), 1, - anon_sym_RPAREN, - STATE(1313), 1, - sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [61837] = 5, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [61579] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1314), 1, + STATE(1312), 1, sym_comment, - ACTIONS(2009), 12, + ACTIONS(2091), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -113002,7 +112716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2011), 26, + ACTIONS(2093), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -113029,21 +112743,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [61889] = 8, + [61631] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1945), 1, - anon_sym_EQ, - ACTIONS(2363), 1, - anon_sym_in, - ACTIONS(2366), 1, - anon_sym_of, - STATE(1315), 1, + STATE(1313), 1, sym_comment, - ACTIONS(1938), 11, + ACTIONS(2003), 12, anon_sym_STAR, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -113054,11 +112763,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 24, + ACTIONS(2005), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -113079,86 +112790,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [61947] = 30, + [61683] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2368), 1, + ACTIONS(2355), 1, anon_sym_RPAREN, - STATE(1316), 1, + STATE(1314), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [61785] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, + anon_sym_AMP_AMP, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, + anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + ACTIONS(2319), 1, + anon_sym_COMMA, + ACTIONS(2357), 1, + anon_sym_RPAREN, + STATE(1315), 1, + sym_comment, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62049] = 5, + [61887] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1317), 1, + STATE(1316), 1, sym_comment, - ACTIONS(1969), 12, + ACTIONS(1997), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -113171,7 +112954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1971), 26, + ACTIONS(1999), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -113198,14 +112981,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [62101] = 5, + [61939] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1318), 1, + STATE(1317), 1, sym_comment, - ACTIONS(2063), 12, + ACTIONS(2051), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -113218,7 +113001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2061), 26, + ACTIONS(2049), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -113245,86 +113028,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [62153] = 30, + [61991] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1942), 1, + anon_sym_EQ, + ACTIONS(2359), 1, + anon_sym_in, + ACTIONS(2362), 1, + anon_sym_of, + STATE(1318), 1, + sym_comment, + ACTIONS(1935), 11, + anon_sym_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1937), 24, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(1902), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [62049] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(2370), 1, - anon_sym_RPAREN, + ACTIONS(2364), 1, + anon_sym_RBRACK, STATE(1319), 1, sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + STATE(2137), 1, + aux_sym_array_repeat1, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62255] = 5, + [62151] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1320), 1, sym_comment, - ACTIONS(2165), 12, + ACTIONS(2153), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -113337,7 +113170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2167), 26, + ACTIONS(2155), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -113364,61 +113197,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [62307] = 5, + [62203] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1321), 1, - sym_comment, - ACTIONS(1961), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, + anon_sym_AMP_AMP, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, anon_sym_GT_GT, + ACTIONS(1971), 1, anon_sym_AMP, + ACTIONS(1973), 1, + anon_sym_CARET, + ACTIONS(1975), 1, anon_sym_PIPE, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + ACTIONS(2319), 1, + anon_sym_COMMA, + ACTIONS(2366), 1, + anon_sym_RPAREN, + STATE(1321), 1, + sym_comment, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1963), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [62305] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(1900), 1, anon_sym_LBRACK, + ACTIONS(1902), 1, anon_sym_DOT, + ACTIONS(1904), 1, sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, anon_sym_AMP_AMP, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, anon_sym_PERCENT, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + ACTIONS(2319), 1, + anon_sym_COMMA, + ACTIONS(2368), 1, + anon_sym_RPAREN, + STATE(1322), 1, + sym_comment, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [62359] = 5, + [62407] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1322), 1, + STATE(1323), 1, sym_comment, - ACTIONS(1965), 12, + ACTIONS(1993), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -113431,7 +113361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1967), 26, + ACTIONS(1995), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -113458,14 +113388,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [62411] = 5, + [62459] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1323), 1, + ACTIONS(1942), 1, + anon_sym_EQ, + STATE(1324), 1, sym_comment, - ACTIONS(2169), 12, + ACTIONS(2362), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1935), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -113478,14 +113415,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 26, - sym__automatic_semicolon, + ACTIONS(1937), 21, sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -113505,14 +113437,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [62463] = 5, + [62515] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1324), 1, + STATE(1325), 1, sym_comment, - ACTIONS(2147), 12, + ACTIONS(2139), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -113525,7 +113457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2149), 26, + ACTIONS(2141), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -113552,86 +113484,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [62515] = 30, + [62567] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, + anon_sym_STAR_STAR, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(2201), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(2207), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(2209), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(1995), 1, - anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2372), 1, - anon_sym_RBRACE, - STATE(1325), 1, + STATE(1326), 1, sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62617] = 5, + ACTIONS(2293), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [62665] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1326), 1, + STATE(1327), 1, sym_comment, - ACTIONS(2139), 12, + ACTIONS(2131), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -113644,7 +113574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2141), 26, + ACTIONS(2133), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -113671,158 +113601,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [62669] = 30, + [62717] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2374), 1, + ACTIONS(2370), 1, anon_sym_RBRACK, - STATE(1327), 1, + STATE(1328), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62771] = 30, + [62819] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2376), 1, - anon_sym_RPAREN, - STATE(1328), 1, + ACTIONS(2372), 1, + anon_sym_RBRACE, + STATE(1329), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62873] = 5, + [62921] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1329), 1, + STATE(1330), 1, sym_comment, - ACTIONS(1957), 12, + ACTIONS(2127), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -113835,7 +113765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1959), 26, + ACTIONS(2129), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -113862,61 +113792,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [62925] = 5, + [62973] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1330), 1, - sym_comment, - ACTIONS(2135), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2137), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(1900), 1, anon_sym_LBRACK, + ACTIONS(1902), 1, anon_sym_DOT, + ACTIONS(1904), 1, sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, anon_sym_AMP_AMP, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, anon_sym_PERCENT, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + ACTIONS(2319), 1, + anon_sym_COMMA, + ACTIONS(2374), 1, + anon_sym_RPAREN, + STATE(1331), 1, + sym_comment, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [62977] = 6, + [63075] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1878), 1, + ACTIONS(1873), 1, anon_sym_EQ, - STATE(1331), 1, + STATE(1332), 1, sym_comment, ACTIONS(1781), 12, anon_sym_STAR, @@ -113957,86 +113912,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63031] = 30, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - anon_sym_DOT, - ACTIONS(1906), 1, - sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, - anon_sym_AMP_AMP, - ACTIONS(1981), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, - anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, - anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2378), 1, - anon_sym_RPAREN, - STATE(1332), 1, - sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [63133] = 5, + [63129] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1333), 1, sym_comment, - ACTIONS(2131), 12, + ACTIONS(2123), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114049,7 +113932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2133), 26, + ACTIONS(2125), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -114076,14 +113959,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63185] = 5, + [63181] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1334), 1, sym_comment, - ACTIONS(2127), 12, + ACTIONS(2119), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114096,7 +113979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2129), 26, + ACTIONS(2121), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -114123,14 +114006,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63237] = 5, + [63233] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1335), 1, sym_comment, - ACTIONS(2103), 12, + ACTIONS(2085), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114143,7 +114026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2105), 26, + ACTIONS(2087), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -114170,14 +114053,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63289] = 5, + [63285] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1336), 1, sym_comment, - ACTIONS(2151), 12, + ACTIONS(2135), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114190,7 +114073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2153), 26, + ACTIONS(2137), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -114217,14 +114100,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63341] = 5, + [63337] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1337), 1, sym_comment, - ACTIONS(2123), 12, + ACTIONS(2115), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114237,7 +114120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2125), 26, + ACTIONS(2117), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -114264,14 +114147,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63393] = 5, + [63389] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1338), 1, sym_comment, - ACTIONS(916), 12, + ACTIONS(942), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114284,7 +114167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(920), 26, + ACTIONS(946), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -114311,14 +114194,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63445] = 5, + [63441] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1339), 1, sym_comment, - ACTIONS(2119), 12, + ACTIONS(2111), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114331,7 +114214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2121), 26, + ACTIONS(2113), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -114358,14 +114241,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63497] = 5, + [63493] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1340), 1, sym_comment, - ACTIONS(2115), 12, + ACTIONS(2107), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114378,7 +114261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2117), 26, + ACTIONS(2109), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -114405,21 +114288,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63549] = 7, + [63545] = 7, ACTIONS(5), 1, sym_html_comment, - ACTIONS(868), 1, + ACTIONS(860), 1, anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1341), 1, sym_comment, - ACTIONS(2340), 4, + ACTIONS(2336), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(866), 12, + ACTIONS(858), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114432,7 +114315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(872), 21, + ACTIONS(864), 21, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -114454,207 +114337,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63605] = 28, + [63601] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, STATE(1342), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2380), 3, + ACTIONS(2376), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [63703] = 7, + [63699] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1945), 1, - anon_sym_EQ, - STATE(1343), 1, - sym_comment, - ACTIONS(2366), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1938), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1940), 21, - sym__ternary_qmark, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [63759] = 30, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(2382), 1, + ACTIONS(2378), 1, anon_sym_RBRACK, - STATE(1344), 1, + STATE(1343), 1, sym_comment, - STATE(2062), 1, + STATE(2137), 1, aux_sym_array_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [63861] = 5, + [63801] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1345), 1, + ACTIONS(1845), 1, + anon_sym_EQ, + ACTIONS(1875), 1, + anon_sym_in, + ACTIONS(1878), 1, + anon_sym_of, + STATE(1344), 1, sym_comment, - ACTIONS(2111), 12, + ACTIONS(1781), 11, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -114665,13 +114504,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2113), 26, + ACTIONS(1783), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -114692,91 +114529,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [63913] = 28, + [63859] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + STATE(1345), 1, + sym_comment, + ACTIONS(2103), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2105), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(2037), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(2045), 1, - anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2201), 1, - anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, - ACTIONS(2207), 1, - anon_sym_CARET, - ACTIONS(2209), 1, - anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - ACTIONS(2221), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2223), 1, - sym__ternary_qmark, - STATE(1346), 1, - sym_comment, - ACTIONS(2043), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(2193), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2217), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2219), 2, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1312), 2, - sym_template_string, - sym_arguments, - ACTIONS(2195), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2215), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(2295), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [64011] = 8, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [63911] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1846), 1, - anon_sym_EQ, - ACTIONS(1867), 1, - anon_sym_in, - ACTIONS(1870), 1, - anon_sym_of, - STATE(1347), 1, + STATE(1346), 1, sym_comment, - ACTIONS(1781), 11, + ACTIONS(1953), 12, anon_sym_STAR, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -114787,11 +114596,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1783), 24, + ACTIONS(1955), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -114812,86 +114623,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [64069] = 30, + [63963] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(2380), 1, + sym__automatic_semicolon, + STATE(1347), 1, + sym_comment, + ACTIONS(1057), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(942), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(946), 23, + sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(1902), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2384), 1, - anon_sym_RPAREN, - STATE(1348), 1, - sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [64171] = 5, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [64019] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1349), 1, + STATE(1348), 1, sym_comment, - ACTIONS(2057), 12, + ACTIONS(2045), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114904,7 +114692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2059), 26, + ACTIONS(2047), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -114931,86 +114719,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [64223] = 30, + [64071] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(2386), 1, + ACTIONS(2382), 1, anon_sym_RPAREN, - STATE(1350), 1, + STATE(1349), 1, sym_comment, - STATE(2195), 1, + STATE(2175), 1, aux_sym_array_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [64325] = 5, + [64173] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1351), 1, + STATE(1350), 1, sym_comment, - ACTIONS(2085), 12, + ACTIONS(960), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -115023,7 +114811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2087), 26, + ACTIONS(964), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -115050,14 +114838,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [64377] = 5, + [64225] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, + anon_sym_AMP_AMP, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, + anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + ACTIONS(2319), 1, + anon_sym_COMMA, + ACTIONS(2384), 1, + anon_sym_RPAREN, + STATE(1351), 1, + sym_comment, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [64327] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1352), 1, sym_comment, - ACTIONS(2013), 12, + ACTIONS(884), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -115070,7 +114930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2015), 26, + ACTIONS(888), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -115097,53 +114957,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [64429] = 5, + [64379] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1353), 1, - sym_comment, - ACTIONS(2107), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2109), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(1900), 1, anon_sym_LBRACK, + ACTIONS(1902), 1, anon_sym_DOT, + ACTIONS(1904), 1, sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, anon_sym_AMP_AMP, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, anon_sym_PERCENT, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + ACTIONS(2319), 1, + anon_sym_COMMA, + ACTIONS(2386), 1, + anon_sym_RPAREN, + STATE(1353), 1, + sym_comment, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, [64481] = 5, ACTIONS(5), 1, sym_html_comment, @@ -115151,7 +115036,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1354), 1, sym_comment, - ACTIONS(2107), 12, + ACTIONS(2099), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -115164,7 +115049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2109), 26, + ACTIONS(2101), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -115198,7 +115083,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1355), 1, sym_comment, - ACTIONS(2107), 12, + ACTIONS(2099), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -115211,7 +115096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2109), 26, + ACTIONS(2101), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -115245,7 +115130,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1356), 1, sym_comment, - ACTIONS(950), 12, + ACTIONS(2099), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -115258,7 +115143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(954), 26, + ACTIONS(2101), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -115292,7 +115177,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1357), 1, sym_comment, - ACTIONS(2107), 12, + ACTIONS(2081), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -115305,7 +115190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2109), 26, + ACTIONS(2083), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -115339,7 +115224,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1358), 1, sym_comment, - ACTIONS(968), 12, + ACTIONS(2099), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -115352,7 +115237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(972), 26, + ACTIONS(2101), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -115379,277 +115264,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [64741] = 5, + [64741] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1359), 1, - sym_comment, - ACTIONS(976), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(980), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [64793] = 30, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, - anon_sym_DOT, - ACTIONS(1906), 1, - sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, - anon_sym_AMP_AMP, - ACTIONS(1981), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, - anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, - anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2388), 1, - anon_sym_RBRACK, - STATE(1360), 1, - sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [64895] = 30, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1900), 1, - anon_sym_LPAREN, ACTIONS(1902), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2390), 1, + ACTIONS(2388), 1, anon_sym_RPAREN, - STATE(1361), 1, + STATE(1359), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [64997] = 30, + [64843] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(2392), 1, + ACTIONS(2390), 1, anon_sym_RPAREN, - STATE(1362), 1, + STATE(1360), 1, sym_comment, - STATE(2097), 1, + STATE(2124), 1, aux_sym_array_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65099] = 5, + [64945] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1363), 1, + STATE(1361), 1, sym_comment, - ACTIONS(2099), 12, + ACTIONS(2041), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -115662,7 +115428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2101), 26, + ACTIONS(2043), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -115689,138 +115455,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [65151] = 5, + [64997] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1364), 1, - sym_comment, - ACTIONS(934), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(938), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(1900), 1, anon_sym_LBRACK, + ACTIONS(1902), 1, anon_sym_DOT, + ACTIONS(1904), 1, sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, anon_sym_AMP_AMP, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, anon_sym_PERCENT, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + ACTIONS(2319), 1, + anon_sym_COMMA, + ACTIONS(2392), 1, + anon_sym_RPAREN, + STATE(1362), 1, + sym_comment, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [65203] = 30, + [65099] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, ACTIONS(2394), 1, - anon_sym_RPAREN, - STATE(1365), 1, + anon_sym_RBRACK, + STATE(1363), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65305] = 6, + [65201] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2355), 1, - sym_regex_flags, - STATE(1366), 1, + STATE(1364), 1, sym_comment, - ACTIONS(2071), 14, + ACTIONS(2095), 12, anon_sym_STAR, anon_sym_in, - anon_sym_of, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -115831,12 +115619,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - ACTIONS(2073), 23, + ACTIONS(2097), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -115853,380 +115642,285 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [65359] = 30, + [65253] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, + anon_sym_STAR_STAR, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(2201), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(2207), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(2209), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(1995), 1, - anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2396), 1, - anon_sym_RBRACE, - STATE(1367), 1, + STATE(1365), 1, sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(2039), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65461] = 30, + [65351] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2398), 1, - anon_sym_RBRACK, - STATE(1368), 1, + ACTIONS(2396), 1, + anon_sym_RBRACE, + STATE(1366), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65563] = 30, + [65453] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - ACTIONS(2400), 1, - anon_sym_RPAREN, - STATE(1369), 1, + ACTIONS(2398), 1, + anon_sym_RBRACK, + STATE(1367), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65665] = 28, + [65555] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, - ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, - anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, - ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2201), 1, + ACTIONS(2351), 1, + sym_regex_flags, + STATE(1368), 1, + sym_comment, + ACTIONS(2059), 14, + anon_sym_STAR, + anon_sym_in, + anon_sym_of, + anon_sym_LT, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2207), 1, - anon_sym_CARET, - ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - ACTIONS(2221), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2223), 1, - sym__ternary_qmark, - STATE(1370), 1, - sym_comment, - ACTIONS(2043), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(2193), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2203), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2217), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2219), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1312), 2, - sym_template_string, - sym_arguments, - ACTIONS(2051), 3, + anon_sym_instanceof, + ACTIONS(2061), 23, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(2195), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2215), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [65763] = 30, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, - anon_sym_GT_GT, - ACTIONS(1987), 1, - anon_sym_AMP, - ACTIONS(1989), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1991), 1, - anon_sym_PIPE, - ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, - sym__ternary_qmark, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(2402), 1, - anon_sym_RPAREN, - STATE(1371), 1, - sym_comment, - STATE(2095), 1, - aux_sym_array_repeat1, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1973), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1985), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1993), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2001), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2003), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(1977), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1999), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - [65865] = 7, + anon_sym_QMARK_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [65609] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2404), 1, + ACTIONS(2400), 1, sym__automatic_semicolon, - STATE(1372), 1, + STATE(1369), 1, sym_comment, - ACTIONS(999), 2, + ACTIONS(1039), 2, anon_sym_else, anon_sym_while, - ACTIONS(950), 12, + ACTIONS(960), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -116239,7 +115933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(954), 23, + ACTIONS(964), 23, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, @@ -116263,138 +115957,282 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [65921] = 5, + [65665] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1373), 1, - sym_comment, - ACTIONS(2187), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, + anon_sym_AMP_AMP, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, anon_sym_GT_GT, + ACTIONS(1971), 1, anon_sym_AMP, + ACTIONS(1973), 1, + anon_sym_CARET, + ACTIONS(1975), 1, anon_sym_PIPE, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + ACTIONS(2319), 1, + anon_sym_COMMA, + ACTIONS(2402), 1, + anon_sym_RPAREN, + STATE(1370), 1, + sym_comment, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2189), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [65767] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(1900), 1, anon_sym_LBRACK, + ACTIONS(1902), 1, anon_sym_DOT, + ACTIONS(1904), 1, sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(1963), 1, anon_sym_AMP_AMP, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, + anon_sym_AMP, + ACTIONS(1973), 1, anon_sym_CARET, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1979), 1, anon_sym_PERCENT, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(1989), 1, + anon_sym_QMARK_QMARK, + ACTIONS(1991), 1, + sym__ternary_qmark, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(2404), 1, + anon_sym_RPAREN, + STATE(1371), 1, + sym_comment, + STATE(2097), 1, + aux_sym_array_repeat1, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1957), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1969), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [65973] = 30, + [65869] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2333), 1, + ACTIONS(2319), 1, anon_sym_COMMA, ACTIONS(2406), 1, anon_sym_RBRACK, - STATE(1374), 1, + STATE(1372), 1, sym_comment, - STATE(2051), 1, - aux_sym_array_repeat1, - ACTIONS(1908), 2, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [66075] = 7, + [65971] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1373), 1, + sym_comment, + ACTIONS(2181), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [66023] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(2408), 1, sym__automatic_semicolon, - STATE(1375), 1, + STATE(1374), 1, sym_comment, - ACTIONS(1003), 2, + ACTIONS(1031), 2, anon_sym_else, anon_sym_while, - ACTIONS(968), 12, + ACTIONS(970), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -116407,7 +116245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(972), 23, + ACTIONS(974), 23, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, @@ -116431,19 +116269,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [66131] = 7, + [66079] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(2410), 1, sym__automatic_semicolon, - STATE(1376), 1, + STATE(1375), 1, sym_comment, - ACTIONS(1007), 2, + ACTIONS(1027), 2, anon_sym_else, anon_sym_while, - ACTIONS(976), 12, + ACTIONS(884), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -116456,7 +116294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(980), 23, + ACTIONS(888), 23, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, @@ -116480,86 +116318,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [66187] = 30, + [66135] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2329), 1, anon_sym_COMMA, ACTIONS(2412), 1, - anon_sym_RPAREN, - STATE(1377), 1, + anon_sym_RBRACK, + STATE(1376), 1, sym_comment, - STATE(1779), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + STATE(2053), 1, + aux_sym_array_repeat1, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [66289] = 5, + [66237] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1378), 1, + STATE(1377), 1, sym_comment, - ACTIONS(926), 12, + ACTIONS(918), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -116572,7 +116410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(930), 26, + ACTIONS(922), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -116599,14 +116437,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [66341] = 5, + [66289] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1379), 1, + STATE(1378), 1, sym_comment, - ACTIONS(942), 12, + ACTIONS(892), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -116619,7 +116457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(946), 26, + ACTIONS(896), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -116646,14 +116484,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [66393] = 5, + [66341] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1380), 1, + STATE(1379), 1, sym_comment, - ACTIONS(960), 12, + ACTIONS(876), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -116666,7 +116504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(964), 26, + ACTIONS(880), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -116693,230 +116531,235 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [66445] = 30, + [66393] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, ACTIONS(2414), 1, anon_sym_RPAREN, - STATE(1381), 1, + STATE(1380), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [66547] = 30, + [66495] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, ACTIONS(2416), 1, anon_sym_RPAREN, - STATE(1382), 1, + STATE(1381), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [66649] = 30, + [66597] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, ACTIONS(2418), 1, - anon_sym_RBRACK, - STATE(1383), 1, + anon_sym_RPAREN, + STATE(1382), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [66751] = 5, + [66699] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1384), 1, + ACTIONS(2420), 1, + sym__automatic_semicolon, + STATE(1383), 1, sym_comment, - ACTIONS(1781), 12, + ACTIONS(1019), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(918), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -116929,13 +116772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1783), 26, - sym__automatic_semicolon, + ACTIONS(922), 23, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -116956,19 +116796,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [66803] = 7, + [66755] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2420), 1, - sym__automatic_semicolon, - STATE(1385), 1, + STATE(1384), 1, sym_comment, - ACTIONS(1015), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(926), 12, + ACTIONS(2177), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -116981,10 +116816,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(930), 23, + ACTIONS(2179), 26, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -117005,14 +116843,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [66859] = 5, + [66807] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1386), 1, + STATE(1385), 1, sym_comment, - ACTIONS(2177), 12, + ACTIONS(2073), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -117025,7 +116863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2179), 26, + ACTIONS(2075), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -117052,86 +116890,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [66911] = 30, + [66859] = 30, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2321), 1, + ACTIONS(2319), 1, anon_sym_COMMA, ACTIONS(2422), 1, anon_sym_RPAREN, - STATE(1387), 1, + STATE(1386), 1, sym_comment, - STATE(1779), 1, + STATE(1785), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67013] = 5, + [66961] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1388), 1, + ACTIONS(2424), 1, + sym__automatic_semicolon, + STATE(1387), 1, sym_comment, - ACTIONS(2095), 12, + ACTIONS(1053), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(892), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -117144,13 +116987,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2097), 26, - sym__automatic_semicolon, + ACTIONS(896), 23, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -117171,14 +117011,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [67065] = 5, + [67017] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1389), 1, + STATE(1388), 1, sym_comment, - ACTIONS(2161), 12, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -117191,7 +117031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 26, + ACTIONS(1783), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -117218,19 +117058,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [67117] = 7, + [67069] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2424), 1, + ACTIONS(2426), 1, sym__automatic_semicolon, - STATE(1390), 1, + STATE(1389), 1, sym_comment, - ACTIONS(1021), 2, + ACTIONS(1005), 2, anon_sym_else, anon_sym_while, - ACTIONS(942), 12, + ACTIONS(876), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -117243,7 +117083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(946), 23, + ACTIONS(880), 23, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, @@ -117267,7 +117107,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [67173] = 5, + [67125] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1390), 1, + sym_comment, + ACTIONS(2161), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2163), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [67177] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -117314,19 +117201,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [67225] = 7, + [67229] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2426), 1, - sym__automatic_semicolon, STATE(1392), 1, sym_comment, - ACTIONS(1029), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(960), 12, + ACTIONS(2149), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -117339,10 +117221,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(964), 23, + ACTIONS(2151), 26, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -117370,7 +117255,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(1393), 1, sym_comment, - ACTIONS(2143), 12, + ACTIONS(2145), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -117383,7 +117268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2145), 26, + ACTIONS(2147), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -117415,48 +117300,48 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, STATE(1394), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -117471,7 +117356,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -117484,48 +117369,48 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, STATE(1395), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -117540,7 +117425,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -117548,77 +117433,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67527] = 24, + [67527] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, - anon_sym_GT_GT, - ACTIONS(2440), 1, - anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_CARET, - ACTIONS(2444), 1, - anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_PERCENT, - ACTIONS(2450), 1, + ACTIONS(2432), 1, anon_sym_STAR_STAR, STATE(1396), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2438), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2446), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2454), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2456), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2013), 12, + anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2027), 6, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2011), 15, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - [67616] = 7, + anon_sym_instanceof, + [67594] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1835), 1, + ACTIONS(1833), 1, anon_sym_EQ, STATE(1397), 1, sym_comment, @@ -117661,57 +117535,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [67671] = 29, + [67649] = 29, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2458), 1, + ACTIONS(2434), 1, anon_sym_SEMI, - ACTIONS(2460), 1, + ACTIONS(2436), 1, sym__automatic_semicolon, STATE(1398), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -117723,7 +117597,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -117731,53 +117605,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67770] = 28, + [67748] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, STATE(1399), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -117786,13 +117660,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2462), 2, + ACTIONS(2438), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -117800,126 +117674,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67867] = 28, + [67845] = 29, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, - anon_sym_BQUOTE, - ACTIONS(2191), 1, - anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, - ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2201), 1, - anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, - ACTIONS(2207), 1, - anon_sym_CARET, - ACTIONS(2209), 1, - anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, - ACTIONS(2221), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2223), 1, - sym__ternary_qmark, - STATE(1400), 1, - sym_comment, - ACTIONS(2043), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(2193), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2203), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2211), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2217), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2219), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2464), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1312), 2, - sym_template_string, - sym_arguments, - ACTIONS(2195), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2215), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [67964] = 29, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, ACTIONS(2037), 1, - anon_sym_LBRACK, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2041), 1, - sym_optional_chain, - ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2466), 1, + ACTIONS(2440), 1, anon_sym_SEMI, - ACTIONS(2468), 1, + ACTIONS(2442), 1, sym__automatic_semicolon, - STATE(1401), 1, + STATE(1400), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -117931,7 +117736,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -117939,53 +117744,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68063] = 28, + [67944] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - STATE(1402), 1, + STATE(1401), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -117994,13 +117799,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2470), 2, + ACTIONS(2444), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -118008,57 +117813,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68160] = 29, + [68041] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + STATE(1402), 1, + sym_comment, + ACTIONS(2035), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2205), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2213), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2217), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2219), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2446), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2197), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2215), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [68138] = 29, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2027), 1, + anon_sym_LPAREN, + ACTIONS(2029), 1, + anon_sym_LBRACK, + ACTIONS(2031), 1, + anon_sym_DOT, + ACTIONS(2033), 1, + sym_optional_chain, + ACTIONS(2037), 1, + anon_sym_BQUOTE, + ACTIONS(2193), 1, anon_sym_PERCENT, + ACTIONS(2195), 1, + anon_sym_STAR_STAR, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, + anon_sym_GT_GT, + ACTIONS(2207), 1, + anon_sym_AMP, + ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, + anon_sym_PIPE, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2472), 1, + ACTIONS(2448), 1, anon_sym_SEMI, - ACTIONS(2474), 1, + ACTIONS(2450), 1, sym__automatic_semicolon, STATE(1403), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -118070,7 +117944,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -118078,57 +117952,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68259] = 29, + [68237] = 29, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2193), 1, + anon_sym_PERCENT, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, - anon_sym_AMP_AMP, ACTIONS(2199), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(2201), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2203), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, - anon_sym_AMP, ACTIONS(2207), 1, - anon_sym_CARET, + anon_sym_AMP, ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_PERCENT, ACTIONS(2221), 1, anon_sym_QMARK_QMARK, ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2476), 1, + ACTIONS(2452), 1, anon_sym_SEMI, - ACTIONS(2478), 1, + ACTIONS(2454), 1, sym__automatic_semicolon, STATE(1404), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2217), 2, @@ -118140,7 +118014,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -118148,1230 +118022,1230 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68358] = 28, + [68336] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, STATE(1405), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2312), 2, + ACTIONS(2310), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68455] = 28, + [68433] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(1991), 1, sym__ternary_qmark, STATE(1406), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2307), 2, + ACTIONS(2305), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68552] = 28, + [68530] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, STATE(1407), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2175), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68649] = 28, + [68627] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, STATE(1408), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2179), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68746] = 28, + [68724] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, STATE(1409), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2155), 2, + ACTIONS(2143), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68843] = 28, + [68821] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, STATE(1410), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2065), 2, + ACTIONS(2053), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68940] = 28, + [68918] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, STATE(1411), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2061), 2, + ACTIONS(2049), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69037] = 28, + [69015] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, STATE(1412), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2173), 2, + ACTIONS(2169), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69134] = 28, + [69112] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, + ACTIONS(2476), 1, + anon_sym_PERCENT, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, STATE(1413), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2125), 2, + ACTIONS(2117), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69231] = 28, + [69209] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, STATE(1414), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2121), 2, + ACTIONS(2113), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69328] = 29, + [69306] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2191), 1, + ACTIONS(2432), 1, anon_sym_STAR_STAR, - ACTIONS(2197), 1, + ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2199), 1, + ACTIONS(2462), 1, anon_sym_PIPE_PIPE, - ACTIONS(2201), 1, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2205), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2207), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2209), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2213), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2221), 1, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2223), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2488), 1, - anon_sym_SEMI, - ACTIONS(2490), 1, - sym__automatic_semicolon, STATE(1415), 1, sym_comment, - ACTIONS(2043), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2193), 2, + ACTIONS(2105), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2203), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2211), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2217), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2219), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1312), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2195), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69427] = 28, + [69403] = 29, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, - anon_sym_GT_GT, - ACTIONS(2440), 1, - anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_CARET, - ACTIONS(2444), 1, - anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2193), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, + ACTIONS(2195), 1, anon_sym_STAR_STAR, - ACTIONS(2480), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2482), 1, + ACTIONS(2201), 1, anon_sym_PIPE_PIPE, - ACTIONS(2484), 1, + ACTIONS(2203), 1, + anon_sym_GT_GT, + ACTIONS(2207), 1, + anon_sym_AMP, + ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2211), 1, + anon_sym_PIPE, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2486), 1, + ACTIONS(2223), 1, sym__ternary_qmark, + ACTIONS(2488), 1, + anon_sym_SEMI, + ACTIONS(2490), 1, + sym__automatic_semicolon, STATE(1416), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(2035), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2113), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2205), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2197), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69524] = 28, + [69502] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, STATE(1417), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2017), 2, + ACTIONS(2005), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69621] = 28, + [69599] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, STATE(1418), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2011), 2, + ACTIONS(1959), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69718] = 28, + [69696] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(2462), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(2486), 1, sym__ternary_qmark, STATE(1419), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(2001), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2492), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69815] = 28, + [69793] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(1963), 1, + anon_sym_AMP_AMP, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(1979), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, + ACTIONS(1981), 1, anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2484), 1, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2486), 1, + ACTIONS(1991), 1, sym__ternary_qmark, STATE(1420), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1975), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2432), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + ACTIONS(2492), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69912] = 26, + [69890] = 26, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, STATE(1421), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 4, + ACTIONS(2011), 4, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_QMARK_QMARK, - [70005] = 20, + [69983] = 20, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, STATE(1422), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2033), 4, + ACTIONS(2013), 4, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 9, + ACTIONS(2011), 9, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, @@ -119381,32 +119255,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, - [70086] = 13, + [70064] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2450), 1, + ACTIONS(2432), 1, anon_sym_STAR_STAR, STATE(1423), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 12, + ACTIONS(2013), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -119419,7 +119293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 15, + ACTIONS(2011), 15, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, @@ -119435,85 +119309,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [70153] = 7, + [70131] = 15, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2494), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(2497), 1, - anon_sym_COLON, - STATE(1424), 1, - sym_comment, - ACTIONS(1781), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1783), 23, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [70208] = 15, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2448), 1, - anon_sym_PERCENT, - ACTIONS(2450), 1, + ACTIONS(2432), 1, anon_sym_STAR_STAR, - STATE(1425), 1, + ACTIONS(2476), 1, + anon_sym_PERCENT, + STATE(1424), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 10, + ACTIONS(2013), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -119524,7 +119350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 14, + ACTIONS(2011), 14, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, @@ -119539,18 +119365,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [70279] = 7, + [70202] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2499), 1, + ACTIONS(2494), 1, anon_sym_LPAREN, - ACTIONS(2502), 1, + ACTIONS(2497), 1, anon_sym_COLON, - STATE(1426), 1, + STATE(1425), 1, sym_comment, - ACTIONS(2151), 12, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -119563,7 +119389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2153), 23, + ACTIONS(1783), 23, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -119587,128 +119413,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [70334] = 24, + [70257] = 24, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2033), 1, + ACTIONS(2013), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - STATE(1427), 1, + STATE(1426), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 6, + ACTIONS(2011), 6, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - [70423] = 23, + [70346] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(2499), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(2502), 1, + anon_sym_COLON, + STATE(1427), 1, + sym_comment, + ACTIONS(2135), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2137), 23, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [70401] = 23, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2033), 1, + ACTIONS(2013), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, STATE(1428), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 7, + ACTIONS(2011), 7, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, @@ -119716,62 +119590,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, - [70510] = 22, + [70488] = 22, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, STATE(1429), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2033), 2, + ACTIONS(2013), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 7, + ACTIONS(2011), 7, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, @@ -119779,45 +119653,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, - [70595] = 13, + [70573] = 16, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2450), 1, + ACTIONS(2432), 1, anon_sym_STAR_STAR, + ACTIONS(2476), 1, + anon_sym_PERCENT, STATE(1430), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1104), 2, + ACTIONS(2456), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2474), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 12, - anon_sym_STAR, + ACTIONS(2013), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 15, + ACTIONS(2011), 14, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, @@ -119826,52 +119704,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, - anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [70662] = 18, + [70646] = 18, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, STATE(1431), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 7, + ACTIONS(2013), 7, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -119879,7 +119756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 12, + ACTIONS(2011), 12, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, @@ -119892,322 +119769,301 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [70739] = 16, + [70723] = 25, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2448), 1, - anon_sym_PERCENT, - ACTIONS(2450), 1, + ACTIONS(2432), 1, anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2464), 1, + anon_sym_GT_GT, + ACTIONS(2468), 1, + anon_sym_AMP, + ACTIONS(2470), 1, + anon_sym_CARET, + ACTIONS(2472), 1, + anon_sym_PIPE, + ACTIONS(2476), 1, + anon_sym_PERCENT, STATE(1432), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2446), 2, + ACTIONS(2466), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1104), 2, + ACTIONS(2480), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2482), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 8, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2027), 14, + ACTIONS(2478), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2011), 5, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [70812] = 25, + [70814] = 24, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, STATE(1433), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 5, + ACTIONS(2011), 6, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - [70903] = 22, + [70903] = 25, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, ACTIONS(2514), 1, - anon_sym_PERCENT, + anon_sym_AMP, ACTIONS(2516), 1, + anon_sym_CARET, + ACTIONS(2518), 1, + anon_sym_PIPE, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, anon_sym_STAR_STAR, STATE(1434), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2033), 2, - anon_sym_AMP, - anon_sym_PIPE, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 6, + ACTIONS(2011), 4, sym__ternary_qmark, anon_sym_of, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_CARET, anon_sym_QMARK_QMARK, - [70987] = 28, + [70993] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2017), 1, + ACTIONS(2049), 1, anon_sym_of, ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, - ACTIONS(2524), 1, - anon_sym_AMP_AMP, - ACTIONS(2526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2518), 1, anon_sym_PIPE, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, + anon_sym_STAR_STAR, + ACTIONS(2532), 1, + anon_sym_PIPE_PIPE, ACTIONS(2534), 1, anon_sym_QMARK_QMARK, ACTIONS(2536), 1, sym__ternary_qmark, STATE(1435), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [71083] = 8, + [71089] = 15, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1848), 1, - anon_sym_COMMA, - ACTIONS(1872), 1, - anon_sym_RBRACK, - ACTIONS(1875), 1, - anon_sym_EQ, - STATE(1436), 1, - sym_comment, - ACTIONS(1781), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1783), 21, - sym__ternary_qmark, + ACTIONS(1898), 1, anon_sym_LPAREN, + ACTIONS(1900), 1, anon_sym_LBRACK, + ACTIONS(1902), 1, anon_sym_DOT, + ACTIONS(1904), 1, sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(2522), 1, anon_sym_PERCENT, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, + STATE(1436), 1, + sym_comment, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [71139] = 8, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(868), 1, - anon_sym_EQ, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1933), 1, - anon_sym_RBRACK, - ACTIONS(2340), 1, - anon_sym_COMMA, - STATE(1437), 1, - sym_comment, - ACTIONS(866), 12, + ACTIONS(2504), 2, anon_sym_STAR, + anon_sym_SLASH, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(2013), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -120216,181 +120072,217 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(872), 21, + ACTIONS(2011), 13, sym__ternary_qmark, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, + anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [71195] = 28, + [71159] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, + ACTIONS(2462), 1, anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, - anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(2486), 1, sym__ternary_qmark, ACTIONS(2538), 1, - anon_sym_RBRACK, - STATE(1438), 1, + anon_sym_COLON, + STATE(1437), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [71291] = 28, + [71255] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2155), 1, - anon_sym_of, - ACTIONS(2508), 1, - anon_sym_GT_GT, - ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, ACTIONS(2524), 1, + anon_sym_STAR_STAR, + STATE(1438), 1, + sym_comment, + ACTIONS(1906), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(2013), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2011), 14, + sym__ternary_qmark, + anon_sym_of, anon_sym_AMP_AMP, - ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, - anon_sym_AMP, - ACTIONS(2530), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2532), 1, - anon_sym_PIPE, - ACTIONS(2534), 1, + anon_sym_PERCENT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2536), 1, - sym__ternary_qmark, + anon_sym_instanceof, + [71321] = 20, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1900), 1, + anon_sym_LBRACK, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1904), 1, + sym_optional_chain, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(2510), 1, + anon_sym_GT_GT, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, + anon_sym_STAR_STAR, STATE(1439), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2522), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [71387] = 8, + ACTIONS(2013), 4, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2011), 8, + sym__ternary_qmark, + anon_sym_of, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_QMARK_QMARK, + [71401] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1928), 1, + ACTIONS(1859), 1, + anon_sym_COMMA, + ACTIONS(1867), 1, anon_sym_RBRACK, - ACTIONS(1931), 1, + ACTIONS(1870), 1, anon_sym_EQ, - ACTIONS(2331), 1, - anon_sym_COMMA, STATE(1440), 1, sym_comment, - ACTIONS(1924), 12, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -120403,7 +120295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1926), 21, + ACTIONS(1783), 21, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -120425,1444 +120317,1428 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [71443] = 28, + [71457] = 26, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2514), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2518), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2522), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, + ACTIONS(2532), 1, anon_sym_PIPE_PIPE, - ACTIONS(2484), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2486), 1, - sym__ternary_qmark, - ACTIONS(2540), 1, - anon_sym_COLON, STATE(1441), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2011), 3, + sym__ternary_qmark, + anon_sym_of, + anon_sym_QMARK_QMARK, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [71539] = 28, + [71549] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2001), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2514), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2518), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2522), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, + ACTIONS(2532), 1, anon_sym_PIPE_PIPE, - ACTIONS(2484), 1, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(2486), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2542), 1, - anon_sym_COLON, STATE(1442), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [71635] = 28, + [71645] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1979), 1, + ACTIONS(1959), 1, + anon_sym_of, + ACTIONS(2508), 1, anon_sym_AMP_AMP, - ACTIONS(1981), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1983), 1, + ACTIONS(2510), 1, anon_sym_GT_GT, - ACTIONS(1987), 1, + ACTIONS(2514), 1, anon_sym_AMP, - ACTIONS(1989), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(1991), 1, + ACTIONS(2518), 1, anon_sym_PIPE, - ACTIONS(1995), 1, + ACTIONS(2522), 1, anon_sym_PERCENT, - ACTIONS(1997), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - ACTIONS(2005), 1, + ACTIONS(2532), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(2007), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2544), 1, - anon_sym_RBRACK, STATE(1443), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1973), 2, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1985), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1993), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2001), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(1977), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1999), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [71731] = 28, + [71741] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2113), 1, + ACTIONS(2005), 1, anon_sym_of, ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, - ACTIONS(2524), 1, - anon_sym_AMP_AMP, - ACTIONS(2526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2518), 1, anon_sym_PIPE, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, + anon_sym_STAR_STAR, + ACTIONS(2532), 1, + anon_sym_PIPE_PIPE, ACTIONS(2534), 1, anon_sym_QMARK_QMARK, ACTIONS(2536), 1, sym__ternary_qmark, STATE(1444), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [71827] = 28, + [71837] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2121), 1, - anon_sym_of, - ACTIONS(2508), 1, - anon_sym_GT_GT, - ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, + ACTIONS(2432), 1, anon_sym_STAR_STAR, - ACTIONS(2524), 1, + ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2526), 1, + ACTIONS(2462), 1, anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, + ACTIONS(2464), 1, + anon_sym_GT_GT, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2534), 1, + ACTIONS(2476), 1, + anon_sym_PERCENT, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2536), 1, + ACTIONS(2486), 1, sym__ternary_qmark, + ACTIONS(2540), 1, + anon_sym_COLON, STATE(1445), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2504), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2506), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [71923] = 28, + [71933] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2011), 1, - anon_sym_of, - ACTIONS(2508), 1, - anon_sym_GT_GT, - ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, - ACTIONS(2524), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(2526), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(2534), 1, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2536), 1, + ACTIONS(1991), 1, sym__ternary_qmark, + ACTIONS(2542), 1, + anon_sym_RBRACK, STATE(1446), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2504), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(1977), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(1985), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(1987), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2506), 3, + ACTIONS(1961), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(1983), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [72019] = 29, + [72029] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, - anon_sym_of, - ACTIONS(2508), 1, - anon_sym_GT_GT, - ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, - ACTIONS(2524), 1, + ACTIONS(1963), 1, anon_sym_AMP_AMP, - ACTIONS(2526), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, + ACTIONS(1967), 1, + anon_sym_GT_GT, + ACTIONS(1971), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(1973), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(1975), 1, anon_sym_PIPE, - ACTIONS(2534), 1, + ACTIONS(1979), 1, + anon_sym_PERCENT, + ACTIONS(1981), 1, + anon_sym_STAR_STAR, + ACTIONS(1989), 1, anon_sym_QMARK_QMARK, - ACTIONS(2536), 1, + ACTIONS(1991), 1, sym__ternary_qmark, - ACTIONS(2546), 1, - anon_sym_in, + ACTIONS(2544), 1, + anon_sym_RBRACK, STATE(1447), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2504), 2, + ACTIONS(1957), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2510), 2, + ACTIONS(1969), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(1977), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1985), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1987), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(1961), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1983), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [72125] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(860), 1, + anon_sym_EQ, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1946), 1, + anon_sym_RBRACK, + ACTIONS(2336), 1, + anon_sym_COMMA, + STATE(1448), 1, + sym_comment, + ACTIONS(858), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(864), 21, + sym__ternary_qmark, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(2518), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [72117] = 28, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [72181] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(1975), 1, - anon_sym_of, - ACTIONS(2508), 1, - anon_sym_GT_GT, - ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, + ACTIONS(2432), 1, anon_sym_STAR_STAR, - ACTIONS(2524), 1, + ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2526), 1, + ACTIONS(2462), 1, anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, + ACTIONS(2464), 1, + anon_sym_GT_GT, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2534), 1, + ACTIONS(2476), 1, + anon_sym_PERCENT, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2536), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - STATE(1448), 1, + ACTIONS(2546), 1, + anon_sym_COLON, + STATE(1449), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2504), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2506), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [72213] = 26, + [72277] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, + ACTIONS(2179), 1, + anon_sym_of, ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, - ACTIONS(2524), 1, - anon_sym_AMP_AMP, - ACTIONS(2526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2518), 1, anon_sym_PIPE, - STATE(1449), 1, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, + anon_sym_STAR_STAR, + ACTIONS(2532), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2534), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2536), 1, + sym__ternary_qmark, + STATE(1450), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2027), 3, - sym__ternary_qmark, - anon_sym_of, - anon_sym_QMARK_QMARK, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [72305] = 28, + [72373] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2549), 1, + ACTIONS(2548), 1, anon_sym_COLON, - STATE(1450), 1, + STATE(1451), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [72401] = 28, + [72469] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1930), 1, + anon_sym_RBRACK, + ACTIONS(1933), 1, + anon_sym_EQ, + ACTIONS(2327), 1, + anon_sym_COMMA, + STATE(1452), 1, + sym_comment, + ACTIONS(1926), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1928), 21, + sym__ternary_qmark, anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(2125), 1, - anon_sym_of, - ACTIONS(2508), 1, - anon_sym_GT_GT, - ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, - ACTIONS(2524), 1, anon_sym_AMP_AMP, - ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, - anon_sym_AMP, - ACTIONS(2530), 1, - anon_sym_CARET, - ACTIONS(2532), 1, - anon_sym_PIPE, - ACTIONS(2534), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2536), 1, - sym__ternary_qmark, - STATE(1451), 1, - sym_comment, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(2504), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2520), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2522), 2, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(2506), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2518), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [72497] = 28, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [72525] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2175), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2514), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2518), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2522), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, + ACTIONS(2532), 1, anon_sym_PIPE_PIPE, - ACTIONS(2484), 1, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(2486), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2551), 1, - anon_sym_LBRACE, - STATE(1452), 1, + STATE(1453), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [72593] = 28, + [72621] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2173), 1, - anon_sym_of, - ACTIONS(2508), 1, - anon_sym_GT_GT, - ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, + ACTIONS(2432), 1, anon_sym_STAR_STAR, - ACTIONS(2524), 1, + ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2526), 1, + ACTIONS(2462), 1, anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, + ACTIONS(2464), 1, + anon_sym_GT_GT, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2534), 1, + ACTIONS(2476), 1, + anon_sym_PERCENT, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2536), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - STATE(1453), 1, + ACTIONS(2550), 1, + anon_sym_COLON, + STATE(1454), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2504), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2506), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [72689] = 28, + [72717] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2179), 1, + ACTIONS(2169), 1, anon_sym_of, ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, - ACTIONS(2524), 1, - anon_sym_AMP_AMP, - ACTIONS(2526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2518), 1, anon_sym_PIPE, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, + anon_sym_STAR_STAR, + ACTIONS(2532), 1, + anon_sym_PIPE_PIPE, ACTIONS(2534), 1, anon_sym_QMARK_QMARK, ACTIONS(2536), 1, sym__ternary_qmark, - STATE(1454), 1, + STATE(1455), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [72785] = 28, + [72813] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2175), 1, - anon_sym_of, - ACTIONS(2508), 1, - anon_sym_GT_GT, - ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, + ACTIONS(2432), 1, anon_sym_STAR_STAR, - ACTIONS(2524), 1, + ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2526), 1, + ACTIONS(2462), 1, anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, + ACTIONS(2464), 1, + anon_sym_GT_GT, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2534), 1, + ACTIONS(2476), 1, + anon_sym_PERCENT, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2536), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - STATE(1455), 1, + ACTIONS(2552), 1, + anon_sym_LBRACE, + STATE(1456), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2504), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2506), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [72881] = 20, + [72909] = 24, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2508), 1, + ACTIONS(2013), 1, + anon_sym_PIPE, + ACTIONS(2510), 1, anon_sym_GT_GT, ACTIONS(2514), 1, - anon_sym_PERCENT, + anon_sym_AMP, ACTIONS(2516), 1, + anon_sym_CARET, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - STATE(1456), 1, + STATE(1457), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1104), 2, + ACTIONS(2528), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2530), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1158), 2, sym_template_string, sym_arguments, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2033), 4, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2027), 8, + ACTIONS(2011), 5, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, - [72961] = 28, + [72997] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2065), 1, + ACTIONS(2143), 1, anon_sym_of, ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, - ACTIONS(2524), 1, - anon_sym_AMP_AMP, - ACTIONS(2526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2518), 1, anon_sym_PIPE, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, + anon_sym_STAR_STAR, + ACTIONS(2532), 1, + anon_sym_PIPE_PIPE, ACTIONS(2534), 1, anon_sym_QMARK_QMARK, ACTIONS(2536), 1, sym__ternary_qmark, - STATE(1457), 1, + STATE(1458), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [73057] = 8, + [73093] = 29, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1942), 1, - anon_sym_RBRACK, - ACTIONS(1945), 1, - anon_sym_EQ, - ACTIONS(2366), 1, - anon_sym_COMMA, - STATE(1458), 1, - sym_comment, - ACTIONS(1938), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1940), 21, - sym__ternary_qmark, + ACTIONS(1898), 1, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [73113] = 28, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2061), 1, + ACTIONS(2293), 1, anon_sym_of, ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, - ACTIONS(2524), 1, - anon_sym_AMP_AMP, - ACTIONS(2526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2518), 1, anon_sym_PIPE, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, + anon_sym_STAR_STAR, + ACTIONS(2532), 1, + anon_sym_PIPE_PIPE, ACTIONS(2534), 1, anon_sym_QMARK_QMARK, ACTIONS(2536), 1, sym__ternary_qmark, + ACTIONS(2554), 1, + anon_sym_in, STATE(1459), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2506), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2506), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [73209] = 28, + [73191] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2053), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2514), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2518), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2522), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, + ACTIONS(2532), 1, anon_sym_PIPE_PIPE, - ACTIONS(2484), 1, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(2486), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2553), 1, - anon_sym_COLON, STATE(1460), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [73305] = 28, + [73287] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2105), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2514), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2518), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2522), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, + ACTIONS(2532), 1, anon_sym_PIPE_PIPE, - ACTIONS(2484), 1, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(2486), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2555), 1, - anon_sym_COLON, STATE(1461), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [73401] = 18, + [73383] = 18, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2508), 1, + ACTIONS(2510), 1, anon_sym_GT_GT, - ACTIONS(2514), 1, + ACTIONS(2522), 1, anon_sym_PERCENT, - ACTIONS(2516), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, STATE(1462), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 7, + ACTIONS(2013), 7, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -121870,7 +121746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 11, + ACTIONS(2011), 11, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, @@ -121882,32 +121758,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [73477] = 13, + [73459] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1902), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - anon_sym_DOT, - ACTIONS(1906), 1, - sym_optional_chain, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, + ACTIONS(1939), 1, + anon_sym_RBRACK, + ACTIONS(1942), 1, + anon_sym_EQ, + ACTIONS(2362), 1, + anon_sym_COMMA, STATE(1463), 1, sym_comment, - ACTIONS(1908), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(2033), 12, + ACTIONS(1935), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -121920,184 +121784,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 14, + ACTIONS(1937), 21, sym__ternary_qmark, - anon_sym_of, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [73543] = 24, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [73515] = 13, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2508), 1, - anon_sym_GT_GT, - ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - ACTIONS(2528), 1, - anon_sym_AMP, - ACTIONS(2530), 1, - anon_sym_CARET, - ACTIONS(2532), 1, - anon_sym_PIPE, STATE(1464), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2504), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2510), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2512), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2520), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2522), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2506), 3, + ACTIONS(2013), 12, + anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2027), 5, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2011), 14, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - [73631] = 25, + anon_sym_instanceof, + [73581] = 24, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2508), 1, + ACTIONS(2510), 1, anon_sym_GT_GT, ACTIONS(2514), 1, - anon_sym_PERCENT, - ACTIONS(2516), 1, - anon_sym_STAR_STAR, - ACTIONS(2524), 1, - anon_sym_AMP_AMP, - ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2530), 1, + ACTIONS(2516), 1, anon_sym_CARET, - ACTIONS(2532), 1, + ACTIONS(2518), 1, anon_sym_PIPE, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, + anon_sym_STAR_STAR, STATE(1465), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 4, + ACTIONS(2011), 5, sym__ternary_qmark, anon_sym_of, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - [73721] = 16, + [73669] = 16, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2514), 1, + ACTIONS(2522), 1, anon_sym_PERCENT, - ACTIONS(2516), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, STATE(1466), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2033), 8, + ACTIONS(2013), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -122106,7 +121965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 13, + ACTIONS(2011), 13, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, @@ -122120,240 +121979,266 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [73793] = 23, + [73741] = 22, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2033), 1, - anon_sym_PIPE, - ACTIONS(2508), 1, + ACTIONS(2510), 1, anon_sym_GT_GT, - ACTIONS(2514), 1, + ACTIONS(2522), 1, anon_sym_PERCENT, - ACTIONS(2516), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - ACTIONS(2528), 1, - anon_sym_AMP, STATE(1467), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(2013), 2, + anon_sym_AMP, + anon_sym_PIPE, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 6, + ACTIONS(2011), 6, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, - [73879] = 24, + [73825] = 23, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2033), 1, + ACTIONS(2013), 1, anon_sym_PIPE, - ACTIONS(2508), 1, + ACTIONS(2510), 1, anon_sym_GT_GT, ACTIONS(2514), 1, + anon_sym_AMP, + ACTIONS(2522), 1, anon_sym_PERCENT, - ACTIONS(2516), 1, + ACTIONS(2524), 1, anon_sym_STAR_STAR, - ACTIONS(2528), 1, - anon_sym_AMP, - ACTIONS(2530), 1, - anon_sym_CARET, STATE(1468), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2510), 2, + ACTIONS(2512), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2512), 2, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2520), 2, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2518), 3, + ACTIONS(2526), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2027), 5, + ACTIONS(2011), 6, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_QMARK_QMARK, - [73967] = 15, + [73911] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, + ACTIONS(2117), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, + anon_sym_GT_GT, ACTIONS(2514), 1, - anon_sym_PERCENT, + anon_sym_AMP, ACTIONS(2516), 1, + anon_sym_CARET, + ACTIONS(2518), 1, + anon_sym_PIPE, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, anon_sym_STAR_STAR, + ACTIONS(2532), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2534), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2536), 1, + sym__ternary_qmark, STATE(1469), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(2033), 10, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(2512), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 13, - sym__ternary_qmark, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_LT_EQ, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(2506), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2526), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - [74037] = 13, + [74007] = 28, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, + ACTIONS(2113), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_AMP_AMP, + ACTIONS(2510), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_AMP, ACTIONS(2516), 1, + anon_sym_CARET, + ACTIONS(2518), 1, + anon_sym_PIPE, + ACTIONS(2522), 1, + anon_sym_PERCENT, + ACTIONS(2524), 1, anon_sym_STAR_STAR, + ACTIONS(2532), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2534), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2536), 1, + sym__ternary_qmark, STATE(1470), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1104), 2, - sym_template_string, - sym_arguments, - ACTIONS(2033), 12, + ACTIONS(2504), 2, anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_SLASH, + ACTIONS(2512), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2520), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2528), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2027), 14, - sym__ternary_qmark, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_EQ, + ACTIONS(2530), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1158), 2, + sym_template_string, + sym_arguments, + ACTIONS(2506), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2526), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, [74103] = 28, ACTIONS(3), 1, @@ -122372,7 +122257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, ACTIONS(2559), 1, anon_sym_RBRACE, @@ -122386,17 +122271,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, STATE(1471), 1, sym_comment, - STATE(1547), 1, + STATE(1548), 1, aux_sym_export_statement_repeat1, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(2119), 1, + STATE(2081), 1, sym__property_name, - STATE(2132), 1, - aux_sym_object_repeat1, - STATE(2150), 1, + STATE(2086), 1, aux_sym_object_pattern_repeat1, - STATE(2780), 1, + STATE(2166), 1, + aux_sym_object_repeat1, + STATE(2778), 1, sym__destructuring_pattern, ACTIONS(1294), 2, sym_number, @@ -122404,21 +122289,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2569), 2, anon_sym_get, anon_sym_set, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2557), 3, anon_sym_export, anon_sym_let, sym_identifier, - STATE(2094), 3, + STATE(2077), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2142), 3, + STATE(2165), 3, sym_spread_element, sym_method_definition, sym_pair, @@ -122439,7 +122324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, ACTIONS(2561), 1, anon_sym_LBRACK, @@ -122453,17 +122338,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, STATE(1472), 1, sym_comment, - STATE(1547), 1, + STATE(1548), 1, aux_sym_export_statement_repeat1, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(2119), 1, + STATE(2081), 1, sym__property_name, - STATE(2132), 1, - aux_sym_object_repeat1, - STATE(2150), 1, + STATE(2086), 1, aux_sym_object_pattern_repeat1, - STATE(2780), 1, + STATE(2166), 1, + aux_sym_object_repeat1, + STATE(2778), 1, sym__destructuring_pattern, ACTIONS(1294), 2, sym_number, @@ -122471,21 +122356,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2579), 2, anon_sym_get, anon_sym_set, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2571), 3, anon_sym_export, anon_sym_let, sym_identifier, - STATE(2094), 3, + STATE(2077), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2142), 3, + STATE(2165), 3, sym_spread_element, sym_method_definition, sym_pair, @@ -122494,11 +122379,11 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2075), 1, + ACTIONS(2063), 1, sym_regex_flags, STATE(1473), 1, sym_comment, - ACTIONS(2071), 14, + ACTIONS(2059), 14, anon_sym_STAR, anon_sym_in, anon_sym_of, @@ -122513,7 +122398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_instanceof, - ACTIONS(2073), 20, + ACTIONS(2061), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -122534,84 +122419,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [74344] = 27, + [74344] = 28, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, + anon_sym_STAR, + ACTIONS(99), 1, + anon_sym_COMMA, + ACTIONS(109), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(119), 1, + aux_sym_method_definition_token1, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(1802), 1, + anon_sym_LBRACE, + ACTIONS(2561), 1, + anon_sym_LBRACK, + ACTIONS(2565), 1, + anon_sym_AT, + ACTIONS(2583), 1, + anon_sym_RBRACE, + ACTIONS(2585), 1, + anon_sym_async, + ACTIONS(2587), 1, + anon_sym_static, + STATE(1474), 1, + sym_comment, + STATE(1548), 1, + aux_sym_export_statement_repeat1, + STATE(1657), 1, + sym_decorator, + STATE(2081), 1, + sym__property_name, + STATE(2086), 1, + aux_sym_object_pattern_repeat1, + STATE(2166), 1, + aux_sym_object_repeat1, + STATE(2778), 1, + sym__destructuring_pattern, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2589), 2, + anon_sym_get, + anon_sym_set, + STATE(1747), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2581), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2077), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(2165), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + [74439] = 27, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1900), 1, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, + ACTIONS(1900), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1902), 1, anon_sym_DOT, - ACTIONS(1906), 1, + ACTIONS(1904), 1, sym_optional_chain, - ACTIONS(1910), 1, + ACTIONS(1908), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, - STATE(1474), 1, + STATE(1475), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1104), 2, + STATE(1158), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [74437] = 8, + [74532] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1800), 1, + ACTIONS(1807), 1, anon_sym_EQ, - ACTIONS(1867), 1, + ACTIONS(1875), 1, anon_sym_in, - ACTIONS(1870), 1, + ACTIONS(1878), 1, anon_sym_of, - STATE(1475), 1, + STATE(1476), 1, sym_comment, ACTIONS(1781), 11, anon_sym_STAR, @@ -122647,20 +122599,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [74492] = 8, + [74587] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1945), 1, + ACTIONS(1942), 1, anon_sym_EQ, - ACTIONS(2363), 1, + ACTIONS(2359), 1, anon_sym_in, - ACTIONS(2366), 1, + ACTIONS(2362), 1, anon_sym_of, - STATE(1476), 1, + STATE(1477), 1, sym_comment, - ACTIONS(1938), 11, + ACTIONS(1935), 11, anon_sym_STAR, anon_sym_LT, anon_sym_GT, @@ -122672,7 +122624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 21, + ACTIONS(1937), 21, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -122694,87 +122646,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [74547] = 27, + [74642] = 28, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, + anon_sym_STAR, + ACTIONS(99), 1, + anon_sym_COMMA, + ACTIONS(109), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(119), 1, + aux_sym_method_definition_token1, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(1802), 1, + anon_sym_LBRACE, + ACTIONS(2561), 1, + anon_sym_LBRACK, + ACTIONS(2565), 1, + anon_sym_AT, + ACTIONS(2593), 1, + anon_sym_RBRACE, + ACTIONS(2595), 1, + anon_sym_async, + ACTIONS(2597), 1, + anon_sym_static, + STATE(1478), 1, + sym_comment, + STATE(1548), 1, + aux_sym_export_statement_repeat1, + STATE(1657), 1, + sym_decorator, + STATE(2081), 1, + sym__property_name, + STATE(2086), 1, + aux_sym_object_pattern_repeat1, + STATE(2166), 1, + aux_sym_object_repeat1, + STATE(2778), 1, + sym__destructuring_pattern, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2599), 2, + anon_sym_get, + anon_sym_set, + STATE(1747), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2591), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2077), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(2165), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + [74737] = 27, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, + ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2037), 1, + ACTIONS(2029), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(2031), 1, anon_sym_DOT, - ACTIONS(2041), 1, + ACTIONS(2033), 1, sym_optional_chain, - ACTIONS(2045), 1, + ACTIONS(2037), 1, anon_sym_BQUOTE, - ACTIONS(2436), 1, + ACTIONS(2432), 1, + anon_sym_STAR_STAR, + ACTIONS(2460), 1, + anon_sym_AMP_AMP, + ACTIONS(2462), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2464), 1, anon_sym_GT_GT, - ACTIONS(2440), 1, + ACTIONS(2468), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2470), 1, anon_sym_CARET, - ACTIONS(2444), 1, + ACTIONS(2472), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2476), 1, anon_sym_PERCENT, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2480), 1, - anon_sym_AMP_AMP, - ACTIONS(2482), 1, - anon_sym_PIPE_PIPE, ACTIONS(2484), 1, anon_sym_QMARK_QMARK, ACTIONS(2486), 1, sym__ternary_qmark, - STATE(1477), 1, + STATE(1479), 1, sym_comment, - ACTIONS(1908), 2, + ACTIONS(1906), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(2432), 2, + ACTIONS(2456), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2466), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2446), 2, + ACTIONS(2474), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2454), 2, + ACTIONS(2480), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2456), 2, + ACTIONS(2482), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2434), 3, + ACTIONS(2458), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2452), 3, + ACTIONS(2478), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [74640] = 8, + [74830] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1931), 1, + ACTIONS(1890), 1, anon_sym_EQ, - ACTIONS(2331), 1, - anon_sym_of, - ACTIONS(2348), 1, - anon_sym_in, - STATE(1478), 1, + STATE(1480), 1, sym_comment, - ACTIONS(1924), 11, + ACTIONS(1781), 12, anon_sym_STAR, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -122785,9 +122801,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1926), 21, + ACTIONS(1783), 22, sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -122807,20 +122824,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [74695] = 8, + [74881] = 8, ACTIONS(5), 1, sym_html_comment, - ACTIONS(868), 1, - anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2337), 1, - anon_sym_in, - ACTIONS(2340), 1, + ACTIONS(1933), 1, + anon_sym_EQ, + ACTIONS(2327), 1, anon_sym_of, - STATE(1479), 1, + ACTIONS(2346), 1, + anon_sym_in, + STATE(1481), 1, sym_comment, - ACTIONS(866), 11, + ACTIONS(1926), 11, anon_sym_STAR, anon_sym_LT, anon_sym_GT, @@ -122832,7 +122849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(872), 21, + ACTIONS(1928), 21, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -122854,18 +122871,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [74750] = 6, + [74936] = 8, ACTIONS(5), 1, sym_html_comment, + ACTIONS(860), 1, + anon_sym_EQ, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1888), 1, - anon_sym_EQ, - STATE(1480), 1, + ACTIONS(2333), 1, + anon_sym_in, + ACTIONS(2336), 1, + anon_sym_of, + STATE(1482), 1, sym_comment, - ACTIONS(1781), 12, + ACTIONS(858), 11, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -122876,10 +122896,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1783), 22, + ACTIONS(864), 21, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -122899,140 +122918,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [74801] = 28, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(97), 1, - anon_sym_STAR, - ACTIONS(99), 1, - anon_sym_COMMA, - ACTIONS(109), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(119), 1, - aux_sym_method_definition_token1, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(1812), 1, - anon_sym_LBRACE, - ACTIONS(2561), 1, - anon_sym_LBRACK, - ACTIONS(2565), 1, - anon_sym_AT, - ACTIONS(2583), 1, - anon_sym_RBRACE, - ACTIONS(2585), 1, - anon_sym_async, - ACTIONS(2587), 1, - anon_sym_static, - STATE(1481), 1, - sym_comment, - STATE(1547), 1, - aux_sym_export_statement_repeat1, - STATE(1679), 1, - sym_decorator, - STATE(2119), 1, - sym__property_name, - STATE(2147), 1, - aux_sym_object_repeat1, - STATE(2150), 1, - aux_sym_object_pattern_repeat1, - STATE(2780), 1, - sym__destructuring_pattern, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2589), 2, - anon_sym_get, - anon_sym_set, - STATE(1746), 2, - sym_object_pattern, - sym_array_pattern, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(2581), 3, - anon_sym_export, - anon_sym_let, - sym_identifier, - STATE(2094), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(2096), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - [74896] = 28, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(97), 1, - anon_sym_STAR, - ACTIONS(99), 1, - anon_sym_COMMA, - ACTIONS(109), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(119), 1, - aux_sym_method_definition_token1, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(1812), 1, - anon_sym_LBRACE, - ACTIONS(2561), 1, - anon_sym_LBRACK, - ACTIONS(2565), 1, - anon_sym_AT, - ACTIONS(2593), 1, - anon_sym_RBRACE, - ACTIONS(2595), 1, - anon_sym_async, - ACTIONS(2597), 1, - anon_sym_static, - STATE(1482), 1, - sym_comment, - STATE(1547), 1, - aux_sym_export_statement_repeat1, - STATE(1679), 1, - sym_decorator, - STATE(2119), 1, - sym__property_name, - STATE(2147), 1, - aux_sym_object_repeat1, - STATE(2150), 1, - aux_sym_object_pattern_repeat1, - STATE(2780), 1, - sym__destructuring_pattern, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2599), 2, - anon_sym_get, - anon_sym_set, - STATE(1746), 2, - sym_object_pattern, - sym_array_pattern, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(2591), 3, - anon_sym_export, - anon_sym_let, - sym_identifier, - STATE(2094), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(2096), 3, - sym_spread_element, - sym_method_definition, - sym_pair, [74991] = 28, ACTIONS(3), 1, aux_sym_comment_token1, @@ -123050,7 +122935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, ACTIONS(2561), 1, anon_sym_LBRACK, @@ -123064,17 +122949,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, STATE(1483), 1, sym_comment, - STATE(1547), 1, + STATE(1548), 1, aux_sym_export_statement_repeat1, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(2119), 1, + STATE(2081), 1, sym__property_name, - STATE(2132), 1, + STATE(2085), 1, aux_sym_object_repeat1, - STATE(2150), 1, + STATE(2086), 1, aux_sym_object_pattern_repeat1, - STATE(2780), 1, + STATE(2778), 1, sym__destructuring_pattern, ACTIONS(1294), 2, sym_number, @@ -123082,21 +122967,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2609), 2, anon_sym_get, anon_sym_set, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2601), 3, anon_sym_export, anon_sym_let, sym_identifier, - STATE(2094), 3, + STATE(2077), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2142), 3, + STATE(2078), 3, sym_spread_element, sym_method_definition, sym_pair, @@ -123117,7 +123002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, ACTIONS(2561), 1, anon_sym_LBRACK, @@ -123131,17 +123016,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, STATE(1484), 1, sym_comment, - STATE(1547), 1, + STATE(1548), 1, aux_sym_export_statement_repeat1, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(2119), 1, + STATE(2081), 1, sym__property_name, - STATE(2132), 1, - aux_sym_object_repeat1, - STATE(2150), 1, + STATE(2086), 1, aux_sym_object_pattern_repeat1, - STATE(2780), 1, + STATE(2166), 1, + aux_sym_object_repeat1, + STATE(2778), 1, sym__destructuring_pattern, ACTIONS(1294), 2, sym_number, @@ -123149,21 +123034,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2619), 2, anon_sym_get, anon_sym_set, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2611), 3, anon_sym_export, anon_sym_let, sym_identifier, - STATE(2094), 3, + STATE(2077), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2142), 3, + STATE(2165), 3, sym_spread_element, sym_method_definition, sym_pair, @@ -123184,7 +123069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, ACTIONS(2561), 1, anon_sym_LBRACK, @@ -123198,17 +123083,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, STATE(1485), 1, sym_comment, - STATE(1547), 1, + STATE(1548), 1, aux_sym_export_statement_repeat1, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(2119), 1, + STATE(2081), 1, sym__property_name, - STATE(2132), 1, + STATE(2085), 1, aux_sym_object_repeat1, - STATE(2150), 1, + STATE(2086), 1, aux_sym_object_pattern_repeat1, - STATE(2780), 1, + STATE(2778), 1, sym__destructuring_pattern, ACTIONS(1294), 2, sym_number, @@ -123216,21 +123101,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2629), 2, anon_sym_get, anon_sym_set, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2621), 3, anon_sym_export, anon_sym_let, sym_identifier, - STATE(2094), 3, + STATE(2077), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2142), 3, + STATE(2078), 3, sym_spread_element, sym_method_definition, sym_pair, @@ -123249,7 +123134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, ACTIONS(2561), 1, anon_sym_LBRACK, @@ -123261,13 +123146,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, STATE(1486), 1, sym_comment, - STATE(1547), 1, + STATE(1548), 1, aux_sym_export_statement_repeat1, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(2119), 1, + STATE(2081), 1, sym__property_name, - STATE(2780), 1, + STATE(2778), 1, sym__destructuring_pattern, ACTIONS(1294), 2, sym_number, @@ -123278,21 +123163,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2640), 2, anon_sym_get, anon_sym_set, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2631), 3, anon_sym_export, anon_sym_let, sym_identifier, - STATE(2573), 3, + STATE(2575), 3, sym_spread_element, sym_method_definition, sym_pair, - STATE(2576), 3, + STATE(2578), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, @@ -123327,21 +123212,21 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123383,25 +123268,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, ACTIONS(2666), 1, anon_sym_RBRACE, - STATE(1487), 1, - aux_sym_class_body_repeat1, STATE(1488), 1, sym_comment, - STATE(1552), 1, + STATE(1504), 1, + aux_sym_class_body_repeat1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123445,23 +123330,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1489), 1, sym_comment, - STATE(1508), 1, + STATE(1504), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123505,23 +123390,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1490), 1, sym_comment, - STATE(1502), 1, + STATE(1504), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123565,23 +123450,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1491), 1, sym_comment, - STATE(1499), 1, + STATE(1509), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123625,23 +123510,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1492), 1, sym_comment, - STATE(1508), 1, + STATE(1495), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123685,23 +123570,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1493), 1, sym_comment, - STATE(1498), 1, + STATE(1504), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123743,25 +123628,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, ACTIONS(2678), 1, anon_sym_RBRACE, - STATE(1492), 1, + STATE(1490), 1, aux_sym_class_body_repeat1, STATE(1494), 1, sym_comment, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123805,23 +123690,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1495), 1, sym_comment, - STATE(1497), 1, + STATE(1504), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123865,23 +123750,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1496), 1, sym_comment, - STATE(1509), 1, + STATE(1498), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123923,25 +123808,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, ACTIONS(2684), 1, anon_sym_RBRACE, + STATE(1493), 1, + aux_sym_class_body_repeat1, STATE(1497), 1, sym_comment, - STATE(1508), 1, - aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -123985,23 +123870,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1498), 1, sym_comment, - STATE(1508), 1, + STATE(1504), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -124043,25 +123928,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, ACTIONS(2688), 1, anon_sym_RBRACE, + STATE(1488), 1, + aux_sym_class_body_repeat1, STATE(1499), 1, sym_comment, - STATE(1508), 1, - aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -124103,25 +123988,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, ACTIONS(2690), 1, anon_sym_RBRACE, - STATE(1489), 1, - aux_sym_class_body_repeat1, STATE(1500), 1, sym_comment, - STATE(1552), 1, + STATE(1503), 1, + aux_sym_class_body_repeat1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -124165,23 +124050,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1501), 1, sym_comment, - STATE(1508), 1, + STATE(1502), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -124225,23 +124110,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1502), 1, sym_comment, - STATE(1508), 1, + STATE(1504), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -124285,23 +124170,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1503), 1, sym_comment, - STATE(1508), 1, + STATE(1504), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -124316,67 +124201,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_export, anon_sym_let, sym_identifier, - [76842] = 27, + [76842] = 26, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(59), 1, - anon_sym_LTtemplate_GT, - ACTIONS(2565), 1, - anon_sym_AT, - ACTIONS(2644), 1, + ACTIONS(2701), 1, anon_sym_STAR, - ACTIONS(2648), 1, + ACTIONS(2704), 1, + anon_sym_RBRACE, + ACTIONS(2706), 1, anon_sym_SEMI, - ACTIONS(2650), 1, + ACTIONS(2709), 1, anon_sym_LBRACK, - ACTIONS(2652), 1, + ACTIONS(2712), 1, + anon_sym_LTtemplate_GT, + ACTIONS(2715), 1, anon_sym_DQUOTE, - ACTIONS(2654), 1, + ACTIONS(2718), 1, anon_sym_SQUOTE, - ACTIONS(2656), 1, + ACTIONS(2721), 1, anon_sym_async, - ACTIONS(2660), 1, + ACTIONS(2727), 1, + anon_sym_AT, + ACTIONS(2730), 1, anon_sym_static, - ACTIONS(2662), 1, + ACTIONS(2733), 1, aux_sym_method_definition_token1, - ACTIONS(2698), 1, - anon_sym_RBRACE, - STATE(1501), 1, - aux_sym_class_body_repeat1, - STATE(1504), 1, - sym_comment, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, - ACTIONS(2658), 2, + ACTIONS(2724), 2, sym_number, sym_private_property_identifier, - ACTIONS(2664), 2, + ACTIONS(2736), 2, anon_sym_get, anon_sym_set, + STATE(1504), 2, + sym_comment, + aux_sym_class_body_repeat1, STATE(1947), 2, sym_string, sym_computed_property_name, - ACTIONS(2642), 3, + ACTIONS(2698), 3, anon_sym_export, anon_sym_let, sym_identifier, - [76929] = 27, + [76927] = 27, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -124401,27 +124285,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2700), 1, + ACTIONS(2739), 1, anon_sym_RBRACE, - STATE(1503), 1, + STATE(1489), 1, aux_sym_class_body_repeat1, STATE(1505), 1, sym_comment, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -124436,7 +124320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_export, anon_sym_let, sym_identifier, - [77016] = 27, + [77014] = 27, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -124461,27 +124345,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2702), 1, + ACTIONS(2741), 1, anon_sym_RBRACE, STATE(1506), 1, sym_comment, - STATE(1508), 1, + STATE(1507), 1, aux_sym_class_body_repeat1, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -124496,7 +124380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_export, anon_sym_let, sym_identifier, - [77103] = 27, + [77101] = 27, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -124521,27 +124405,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2704), 1, + ACTIONS(2743), 1, anon_sym_RBRACE, - STATE(1506), 1, + STATE(1504), 1, aux_sym_class_body_repeat1, STATE(1507), 1, sym_comment, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -124556,62 +124440,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_export, anon_sym_let, sym_identifier, - [77190] = 26, + [77188] = 27, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2709), 1, + ACTIONS(59), 1, + anon_sym_LTtemplate_GT, + ACTIONS(2565), 1, + anon_sym_AT, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2712), 1, - anon_sym_RBRACE, - ACTIONS(2714), 1, + ACTIONS(2648), 1, anon_sym_SEMI, - ACTIONS(2717), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2720), 1, - anon_sym_LTtemplate_GT, - ACTIONS(2723), 1, + ACTIONS(2652), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(2729), 1, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2735), 1, - anon_sym_AT, - ACTIONS(2738), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2741), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - STATE(1552), 1, + ACTIONS(2745), 1, + anon_sym_RBRACE, + STATE(1504), 1, + aux_sym_class_body_repeat1, + STATE(1508), 1, + sym_comment, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, - ACTIONS(2732), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2744), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1508), 2, - sym_comment, - aux_sym_class_body_repeat1, STATE(1947), 2, sym_string, sym_computed_property_name, - ACTIONS(2706), 3, + ACTIONS(2642), 3, anon_sym_export, anon_sym_let, sym_identifier, @@ -124642,25 +124527,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, ACTIONS(2747), 1, anon_sym_RBRACE, - STATE(1508), 1, + STATE(1504), 1, aux_sym_class_body_repeat1, STATE(1509), 1, sym_comment, - STATE(1552), 1, + STATE(1551), 1, aux_sym_export_statement_repeat1, - STATE(1573), 1, + STATE(1571), 1, sym_glimmer_template, - STATE(1574), 1, + STATE(1572), 1, sym_class_static_block, - STATE(1575), 1, + STATE(1574), 1, sym_method_definition, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1827), 1, + STATE(1805), 1, sym__property_name, - STATE(1913), 1, + STATE(2012), 1, sym_glimmer_opening_tag, - STATE(2444), 1, + STATE(2446), 1, sym_field_definition, ACTIONS(2658), 2, sym_number, @@ -124684,7 +124569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(119), 1, aux_sym_method_definition_token1, - ACTIONS(1065), 1, + ACTIONS(1069), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1284), 1, anon_sym_DQUOTE, @@ -124704,13 +124589,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, STATE(1510), 1, sym_comment, - STATE(1547), 1, + STATE(1548), 1, aux_sym_export_statement_repeat1, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(2125), 1, + STATE(2171), 1, sym__property_name, - STATE(2175), 1, + STATE(2192), 1, aux_sym_object_repeat1, ACTIONS(1294), 2, sym_number, @@ -124718,14 +124603,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2761), 2, anon_sym_get, anon_sym_set, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2749), 3, anon_sym_export, anon_sym_let, sym_identifier, - STATE(2178), 3, + STATE(2193), 3, sym_spread_element, sym_method_definition, sym_pair, @@ -124734,13 +124619,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(898), 1, + ACTIONS(912), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1284), 1, anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, ACTIONS(2561), 1, anon_sym_LBRACK, @@ -124750,22 +124635,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1511), 1, sym_comment, - STATE(2131), 1, + STATE(2168), 1, aux_sym_object_pattern_repeat1, - STATE(2780), 1, + STATE(2778), 1, sym__destructuring_pattern, - STATE(2795), 1, + STATE(2787), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - STATE(2143), 3, + STATE(2164), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, @@ -124786,7 +124671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(119), 1, aux_sym_method_definition_token1, - ACTIONS(1065), 1, + ACTIONS(1069), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1284), 1, anon_sym_DQUOTE, @@ -124802,11 +124687,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, STATE(1512), 1, sym_comment, - STATE(1547), 1, + STATE(1548), 1, aux_sym_export_statement_repeat1, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(2125), 1, + STATE(2171), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -124817,14 +124702,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2777), 2, anon_sym_get, anon_sym_set, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2769), 3, anon_sym_export, anon_sym_let, sym_identifier, - STATE(2573), 3, + STATE(2575), 3, sym_spread_element, sym_method_definition, sym_pair, @@ -124833,13 +124718,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(898), 1, + ACTIONS(912), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1284), 1, anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, ACTIONS(2561), 1, anon_sym_LBRACK, @@ -124849,22 +124734,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1513), 1, sym_comment, - STATE(2150), 1, + STATE(2086), 1, aux_sym_object_pattern_repeat1, - STATE(2780), 1, + STATE(2778), 1, sym__destructuring_pattern, - STATE(2795), 1, + STATE(2787), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - STATE(2094), 3, + STATE(2077), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, @@ -124881,21 +124766,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(898), 1, + ACTIONS(912), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1284), 1, anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, ACTIONS(2561), 1, anon_sym_LBRACK, STATE(1514), 1, sym_comment, - STATE(2780), 1, + STATE(2778), 1, sym__destructuring_pattern, - STATE(2795), 1, + STATE(2787), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -124903,13 +124788,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2785), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - STATE(2576), 3, + STATE(2578), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, @@ -124944,11 +124829,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, STATE(1515), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -124959,7 +124844,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 4, @@ -124967,7 +124852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [77769] = 18, + [77769] = 19, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -124978,21 +124863,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1314), 1, - anon_sym_RBRACE, + ACTIONS(1357), 1, + anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, ACTIONS(2793), 1, anon_sym_EQ, + ACTIONS(2795), 1, + anon_sym_RBRACE, STATE(1516), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125003,41 +124890,42 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 5, + ACTIONS(1352), 4, anon_sym_export, anon_sym_let, - anon_sym_async, sym_identifier, anon_sym_static, - [77832] = 18, + [77834] = 19, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(99), 1, anon_sym_COMMA, + ACTIONS(1272), 1, + anon_sym_RBRACE, ACTIONS(1284), 1, anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(1357), 1, + anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2795), 1, - anon_sym_RBRACE, STATE(1517), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125048,16 +124936,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 5, + ACTIONS(1352), 4, anon_sym_export, anon_sym_let, - anon_sym_async, sym_identifier, anon_sym_static, - [77895] = 19, + [77899] = 18, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125068,8 +124955,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1357), 1, - anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2787), 1, @@ -125080,11 +124965,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1518), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125095,15 +124980,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 4, + ACTIONS(1352), 5, anon_sym_export, anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - [77960] = 19, + [77962] = 18, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125114,23 +125000,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1334), 1, - anon_sym_RBRACE, - ACTIONS(1357), 1, - anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, ACTIONS(2793), 1, anon_sym_EQ, + ACTIONS(2797), 1, + anon_sym_RBRACE, STATE(1519), 1, sym_comment, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - STATE(2118), 1, + STATE(2115), 1, aux_sym_object_repeat1, - STATE(2578), 1, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125141,42 +125025,41 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 4, + ACTIONS(1352), 5, anon_sym_export, anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - [78025] = 19, + [78025] = 18, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1272), 1, - anon_sym_RBRACE, ACTIONS(1284), 1, anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1357), 1, - anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, + ACTIONS(2789), 1, + anon_sym_RBRACE, ACTIONS(2793), 1, anon_sym_EQ, STATE(1520), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125187,15 +125070,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 4, + ACTIONS(1352), 5, anon_sym_export, anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - [78090] = 18, + [78088] = 18, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125216,11 +125100,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, STATE(1521), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125231,7 +125115,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 5, @@ -125240,7 +125124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [78153] = 19, + [78151] = 19, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125251,8 +125135,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1314), 1, - anon_sym_RBRACE, ACTIONS(1357), 1, anon_sym_async, ACTIONS(2755), 1, @@ -125261,13 +125143,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(2793), 1, anon_sym_EQ, + ACTIONS(2797), 1, + anon_sym_RBRACE, STATE(1522), 1, sym_comment, - STATE(2078), 1, + STATE(2115), 1, aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2580), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(1359), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(2791), 2, + anon_sym_LPAREN, + anon_sym_COLON, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 4, + anon_sym_export, + anon_sym_let, + sym_identifier, + anon_sym_static, + [78216] = 19, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, + anon_sym_COMMA, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(1357), 1, + anon_sym_async, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2787), 1, + anon_sym_STAR, + ACTIONS(2793), 1, + anon_sym_EQ, + ACTIONS(2799), 1, + anon_sym_RBRACE, + STATE(1523), 1, + sym_comment, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125278,7 +125208,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 4, @@ -125286,7 +125216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [78218] = 19, + [78281] = 18, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125297,67 +125227,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1357), 1, - anon_sym_async, - ACTIONS(2755), 1, - anon_sym_LBRACK, - ACTIONS(2787), 1, - anon_sym_STAR, - ACTIONS(2793), 1, - anon_sym_EQ, - ACTIONS(2797), 1, + ACTIONS(1334), 1, anon_sym_RBRACE, - STATE(1523), 1, - sym_comment, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - STATE(2118), 1, - aux_sym_object_repeat1, - STATE(2578), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(1359), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(2791), 2, - anon_sym_LPAREN, - anon_sym_COLON, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(1352), 4, - anon_sym_export, - anon_sym_let, - sym_identifier, - anon_sym_static, - [78283] = 18, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(99), 1, - anon_sym_COMMA, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2797), 1, - anon_sym_RBRACE, STATE(1524), 1, sym_comment, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - STATE(2118), 1, + STATE(2115), 1, aux_sym_object_repeat1, - STATE(2578), 1, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125368,7 +125252,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 5, @@ -125377,7 +125261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [78346] = 19, + [78344] = 19, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125388,6 +125272,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(1334), 1, + anon_sym_RBRACE, ACTIONS(1357), 1, anon_sym_async, ACTIONS(2755), 1, @@ -125396,15 +125282,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2799), 1, - anon_sym_RBRACE, STATE(1525), 1, sym_comment, - STATE(2078), 1, + STATE(2115), 1, aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125415,7 +125299,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 4, @@ -125423,7 +125307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [78411] = 18, + [78409] = 18, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125444,11 +125328,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1526), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125459,7 +125343,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 5, @@ -125468,7 +125352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [78474] = 18, + [78472] = 18, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125479,7 +125363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1334), 1, + ACTIONS(1330), 1, anon_sym_RBRACE, ACTIONS(2755), 1, anon_sym_LBRACK, @@ -125489,11 +125373,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, STATE(1527), 1, sym_comment, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2118), 1, + STATE(2158), 1, aux_sym_object_repeat1, - STATE(2578), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125504,7 +125388,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 5, @@ -125513,7 +125397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [78537] = 18, + [78535] = 19, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125524,21 +125408,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(1330), 1, + anon_sym_RBRACE, + ACTIONS(1357), 1, + anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2789), 1, - anon_sym_RBRACE, ACTIONS(2793), 1, anon_sym_EQ, STATE(1528), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125549,13 +125435,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 5, + ACTIONS(1352), 4, anon_sym_export, anon_sym_let, - anon_sym_async, sym_identifier, anon_sym_static, [78600] = 16, @@ -125565,8 +125450,6 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1272), 1, - anon_sym_RBRACE, ACTIONS(1284), 1, anon_sym_DQUOTE, ACTIONS(1286), 1, @@ -125575,13 +125458,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2793), 1, anon_sym_EQ, + ACTIONS(2797), 1, + anon_sym_RBRACE, STATE(1529), 1, sym_comment, - STATE(2078), 1, + STATE(2115), 1, aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125589,7 +125474,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -125611,19 +125496,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(1334), 1, + anon_sym_RBRACE, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2797), 1, - anon_sym_RBRACE, STATE(1530), 1, sym_comment, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - STATE(2118), 1, + STATE(2115), 1, aux_sym_object_repeat1, - STATE(2578), 1, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125631,7 +125516,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -125661,11 +125546,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, STATE(1531), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125673,7 +125558,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -125695,19 +125580,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1314), 1, - anon_sym_RBRACE, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2793), 1, anon_sym_EQ, + ACTIONS(2795), 1, + anon_sym_RBRACE, STATE(1532), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125715,7 +125600,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -125726,7 +125611,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [78832] = 16, + [78832] = 18, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2650), 1, + anon_sym_LBRACK, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2801), 1, + anon_sym_STAR, + ACTIONS(2803), 1, + anon_sym_LBRACE, + ACTIONS(2805), 1, + anon_sym_SEMI, + ACTIONS(2808), 1, + anon_sym_async, + ACTIONS(2812), 1, + sym__automatic_semicolon, + STATE(1533), 1, + sym_comment, + STATE(1585), 1, + sym_statement_block, + STATE(1818), 1, + sym__property_name, + ACTIONS(2658), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2791), 2, + anon_sym_LPAREN, + anon_sym_EQ, + ACTIONS(2810), 2, + anon_sym_get, + anon_sym_set, + STATE(1947), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2642), 4, + anon_sym_export, + anon_sym_let, + sym_identifier, + anon_sym_static, + [78894] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125737,19 +125666,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(1330), 1, + anon_sym_RBRACE, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2799), 1, - anon_sym_RBRACE, - STATE(1533), 1, + STATE(1534), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125757,7 +125686,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -125768,7 +125697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [78890] = 16, + [78952] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125779,19 +125708,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1334), 1, - anon_sym_RBRACE, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2793), 1, anon_sym_EQ, - STATE(1534), 1, + ACTIONS(2799), 1, + anon_sym_RBRACE, + STATE(1535), 1, sym_comment, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2118), 1, + STATE(2158), 1, aux_sym_object_repeat1, - STATE(2578), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125799,7 +125728,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -125810,13 +125739,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [78948] = 16, + [79010] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(99), 1, anon_sym_COMMA, + ACTIONS(1272), 1, + anon_sym_RBRACE, ACTIONS(1284), 1, anon_sym_DQUOTE, ACTIONS(1286), 1, @@ -125825,15 +125756,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2795), 1, - anon_sym_RBRACE, - STATE(1535), 1, + STATE(1536), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2578), 1, + STATE(2158), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125841,7 +125770,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -125852,50 +125781,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [79006] = 17, + [79068] = 21, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2650), 1, - anon_sym_LBRACK, - ACTIONS(2652), 1, + ACTIONS(115), 1, + anon_sym_AT, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(2654), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2801), 1, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2815), 1, + anon_sym_export, + ACTIONS(2817), 1, anon_sym_STAR, - ACTIONS(2803), 1, - anon_sym_LBRACE, - ACTIONS(2805), 1, + ACTIONS(2819), 1, + anon_sym_class, + ACTIONS(2821), 1, + anon_sym_async, + ACTIONS(2823), 1, + anon_sym_static, + ACTIONS(2825), 1, + aux_sym_method_definition_token1, + ACTIONS(2827), 1, + anon_sym_get, + ACTIONS(2829), 1, + anon_sym_set, + STATE(1537), 1, + sym_comment, + STATE(1588), 1, + aux_sym_export_statement_repeat1, + STATE(1625), 1, + sym_decorator, + STATE(2568), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(1352), 2, + anon_sym_let, + sym_identifier, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + [79135] = 16, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(1357), 1, anon_sym_async, - ACTIONS(2809), 1, - sym__automatic_semicolon, - STATE(1536), 1, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2787), 1, + anon_sym_STAR, + ACTIONS(2793), 1, + anon_sym_EQ, + STATE(1538), 1, sym_comment, - STATE(1601), 1, - sym_statement_block, - STATE(1790), 1, + STATE(2580), 1, sym__property_name, - ACTIONS(2658), 2, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2807), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - STATE(1947), 2, + ACTIONS(2791), 2, + anon_sym_LPAREN, + anon_sym_COLON, + ACTIONS(2831), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(2791), 3, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(2642), 4, + ACTIONS(1352), 4, anon_sym_export, anon_sym_let, sym_identifier, anon_sym_static, - [79066] = 16, + [79192] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125904,19 +125877,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2751), 1, - anon_sym_COMMA, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2811), 1, - anon_sym_RBRACE, - STATE(1537), 1, + ACTIONS(2793), 1, + anon_sym_EQ, + STATE(1539), 1, sym_comment, - STATE(2146), 1, - aux_sym_object_repeat1, - STATE(2578), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125927,7 +125896,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + ACTIONS(2831), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 5, @@ -125936,7 +125908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79123] = 15, + [79247] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125945,15 +125917,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2751), 1, + anon_sym_COMMA, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2793), 1, - anon_sym_EQ, - STATE(1538), 1, + ACTIONS(2834), 1, + anon_sym_RBRACE, + STATE(1540), 1, sym_comment, - STATE(2578), 1, + STATE(2184), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -125964,10 +125940,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2813), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 5, @@ -125976,7 +125949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79178] = 17, + [79304] = 17, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -125993,13 +125966,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2811), 1, + ACTIONS(2834), 1, anon_sym_RBRACE, - STATE(1539), 1, + STATE(1541), 1, sym_comment, - STATE(2146), 1, + STATE(2184), 1, aux_sym_object_repeat1, - STATE(2578), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -126010,7 +125983,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 4, @@ -126018,53 +125991,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [79237] = 21, + [79363] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(115), 1, - anon_sym_AT, ACTIONS(1284), 1, anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2816), 1, - anon_sym_export, - ACTIONS(2818), 1, - anon_sym_STAR, - ACTIONS(2820), 1, - anon_sym_class, - ACTIONS(2822), 1, - anon_sym_async, - ACTIONS(2824), 1, - anon_sym_static, - ACTIONS(2826), 1, - aux_sym_method_definition_token1, - ACTIONS(2828), 1, - anon_sym_get, - ACTIONS(2830), 1, - anon_sym_set, - STATE(1540), 1, + ACTIONS(2793), 1, + anon_sym_EQ, + STATE(1542), 1, sym_comment, - STATE(1579), 1, - aux_sym_export_statement_repeat1, - STATE(1643), 1, - sym_decorator, - STATE(2566), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1352), 2, - anon_sym_let, - sym_identifier, - STATE(2581), 2, + ACTIONS(2791), 2, + anon_sym_LPAREN, + anon_sym_COLON, + ACTIONS(2831), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(2576), 2, sym_string, sym_computed_property_name, - [79304] = 16, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [79413] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126073,39 +126037,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1357), 1, - anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2787), 1, + ACTIONS(2801), 1, anon_sym_STAR, - ACTIONS(2793), 1, - anon_sym_EQ, - STATE(1541), 1, + ACTIONS(2838), 1, + sym__automatic_semicolon, + STATE(1543), 1, sym_comment, - STATE(2578), 1, + STATE(2659), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1359), 2, + ACTIONS(2836), 2, anon_sym_get, anon_sym_set, - ACTIONS(2791), 2, - anon_sym_LPAREN, - anon_sym_COLON, - ACTIONS(2813), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 4, + ACTIONS(2791), 3, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + ACTIONS(1352), 5, anon_sym_export, anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - [79361] = 14, + [79465] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126114,36 +126075,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2751), 1, - anon_sym_COMMA, + ACTIONS(1357), 1, + anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2811), 1, - anon_sym_RBRACE, - STATE(1542), 1, + ACTIONS(2787), 1, + anon_sym_STAR, + STATE(1544), 1, sym_comment, - STATE(2146), 1, - aux_sym_object_repeat1, - STATE(2578), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, + ACTIONS(1359), 2, + anon_sym_get, + anon_sym_set, ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2581), 2, + ACTIONS(2840), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 7, + ACTIONS(1352), 4, anon_sym_export, anon_sym_let, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, - [79413] = 15, + [79519] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126154,22 +126116,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2809), 1, + ACTIONS(2838), 1, sym__automatic_semicolon, - ACTIONS(2832), 1, + ACTIONS(2842), 1, anon_sym_STAR, - ACTIONS(2834), 1, + ACTIONS(2844), 1, anon_sym_get, - ACTIONS(2836), 1, + ACTIONS(2846), 1, anon_sym_set, - STATE(1543), 1, + STATE(1545), 1, sym_comment, - STATE(2684), 1, + STATE(2672), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2791), 3, @@ -126182,7 +126144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79467] = 14, + [79573] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126193,21 +126155,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2801), 1, - anon_sym_STAR, - ACTIONS(2809), 1, + ACTIONS(2838), 1, sym__automatic_semicolon, - STATE(1544), 1, + ACTIONS(2848), 1, + anon_sym_STAR, + STATE(1546), 1, sym_comment, - STATE(2657), 1, + STATE(2670), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2838), 2, + ACTIONS(2850), 2, anon_sym_get, anon_sym_set, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2791), 3, @@ -126220,7 +126182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79519] = 15, + [79625] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126229,15 +126191,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1357), 1, - anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, ACTIONS(2787), 1, anon_sym_STAR, - STATE(1545), 1, + STATE(1547), 1, sym_comment, - STATE(2578), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, @@ -126251,15 +126211,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2840), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 4, + ACTIONS(1352), 5, anon_sym_export, anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - [79573] = 13, + [79677] = 19, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126268,78 +126229,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2565), 1, + anon_sym_AT, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2793), 1, - anon_sym_EQ, - STATE(1546), 1, + ACTIONS(2817), 1, + anon_sym_STAR, + ACTIONS(2821), 1, + anon_sym_async, + ACTIONS(2823), 1, + anon_sym_static, + ACTIONS(2825), 1, + aux_sym_method_definition_token1, + ACTIONS(2827), 1, + anon_sym_get, + ACTIONS(2829), 1, + anon_sym_set, + STATE(1548), 1, sym_comment, - STATE(2578), 1, + STATE(1613), 1, + aux_sym_export_statement_repeat1, + STATE(1657), 1, + sym_decorator, + STATE(2568), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2791), 2, - anon_sym_LPAREN, - anon_sym_COLON, - ACTIONS(2813), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 7, + ACTIONS(1352), 3, anon_sym_export, anon_sym_let, - anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [79623] = 19, + [79739] = 16, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1284), 1, + ACTIONS(2650), 1, + anon_sym_LBRACK, + ACTIONS(2652), 1, anon_sym_DQUOTE, - ACTIONS(1286), 1, + ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(2565), 1, - anon_sym_AT, - ACTIONS(2755), 1, - anon_sym_LBRACK, - ACTIONS(2818), 1, + ACTIONS(2838), 1, + sym__automatic_semicolon, + ACTIONS(2852), 1, anon_sym_STAR, - ACTIONS(2822), 1, + ACTIONS(2854), 1, anon_sym_async, - ACTIONS(2824), 1, - anon_sym_static, - ACTIONS(2826), 1, - aux_sym_method_definition_token1, - ACTIONS(2828), 1, + ACTIONS(2856), 1, anon_sym_get, - ACTIONS(2830), 1, + ACTIONS(2858), 1, anon_sym_set, - STATE(1547), 1, + STATE(1549), 1, sym_comment, - STATE(1611), 1, - aux_sym_export_statement_repeat1, - STATE(1679), 1, - sym_decorator, - STATE(2566), 1, + STATE(1801), 1, sym__property_name, - ACTIONS(1294), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(1947), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 3, + ACTIONS(2791), 3, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + ACTIONS(2642), 4, anon_sym_export, anon_sym_let, sym_identifier, - [79685] = 15, + anon_sym_static, + [79795] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126350,22 +126314,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2809), 1, + ACTIONS(2838), 1, sym__automatic_semicolon, - ACTIONS(2842), 1, + ACTIONS(2860), 1, anon_sym_STAR, - ACTIONS(2844), 1, + ACTIONS(2862), 1, anon_sym_get, - ACTIONS(2846), 1, + ACTIONS(2864), 1, anon_sym_set, - STATE(1548), 1, + STATE(1550), 1, sym_comment, - STATE(2670), 1, + STATE(2686), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2791), 3, @@ -126378,30 +126342,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [79739] = 16, + [79849] = 19, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(2565), 1, + anon_sym_AT, ACTIONS(2650), 1, anon_sym_LBRACK, ACTIONS(2652), 1, anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(2809), 1, - sym__automatic_semicolon, - ACTIONS(2848), 1, + ACTIONS(2866), 1, anon_sym_STAR, - ACTIONS(2850), 1, + ACTIONS(2868), 1, anon_sym_async, - ACTIONS(2852), 1, + ACTIONS(2870), 1, + anon_sym_static, + ACTIONS(2872), 1, + aux_sym_method_definition_token1, + ACTIONS(2874), 1, anon_sym_get, - ACTIONS(2854), 1, + ACTIONS(2876), 1, anon_sym_set, - STATE(1549), 1, + STATE(1551), 1, sym_comment, - STATE(1807), 1, + STATE(1613), 1, + aux_sym_export_statement_repeat1, + STATE(1657), 1, + sym_decorator, + STATE(1817), 1, sym__property_name, ACTIONS(2658), 2, sym_number, @@ -126409,16 +126381,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1947), 2, sym_string, sym_computed_property_name, - ACTIONS(2791), 3, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(2642), 4, + ACTIONS(2642), 3, anon_sym_export, anon_sym_let, sym_identifier, - anon_sym_static, - [79795] = 14, + [79911] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126427,36 +126394,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2751), 1, + anon_sym_COMMA, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2809), 1, - sym__automatic_semicolon, - ACTIONS(2856), 1, - anon_sym_STAR, - STATE(1550), 1, + ACTIONS(2834), 1, + anon_sym_RBRACE, + STATE(1552), 1, sym_comment, - STATE(2668), 1, + STATE(2184), 1, + aux_sym_object_repeat1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2858), 2, - anon_sym_get, - anon_sym_set, - STATE(2581), 2, + ACTIONS(2791), 2, + anon_sym_LPAREN, + anon_sym_COLON, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(2791), 3, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(1352), 5, + ACTIONS(1352), 7, anon_sym_export, anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [79847] = 14, + anon_sym_get, + anon_sym_set, + [79963] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126467,77 +126434,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2787), 1, - anon_sym_STAR, - STATE(1551), 1, + STATE(1553), 1, sym_comment, - STATE(2578), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1359), 2, - anon_sym_get, - anon_sym_set, ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(2840), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 5, + ACTIONS(1352), 7, anon_sym_export, anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [79899] = 19, + anon_sym_get, + anon_sym_set, + [80010] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2565), 1, - anon_sym_AT, - ACTIONS(2650), 1, - anon_sym_LBRACK, - ACTIONS(2652), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(2654), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2860), 1, - anon_sym_STAR, - ACTIONS(2862), 1, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2838), 1, + sym__automatic_semicolon, + STATE(1554), 1, + sym_comment, + STATE(2674), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, anon_sym_async, - ACTIONS(2864), 1, + sym_identifier, anon_sym_static, - ACTIONS(2866), 1, - aux_sym_method_definition_token1, - ACTIONS(2868), 1, anon_sym_get, - ACTIONS(2870), 1, anon_sym_set, - STATE(1552), 1, + [80057] = 12, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2838), 1, + sym__automatic_semicolon, + STATE(1555), 1, sym_comment, - STATE(1611), 1, - aux_sym_export_statement_repeat1, - STATE(1679), 1, - sym_decorator, - STATE(1788), 1, + STATE(2687), 1, sym__property_name, - ACTIONS(2658), 2, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(1947), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(2642), 3, + ACTIONS(2791), 3, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + ACTIONS(1352), 7, anon_sym_export, anon_sym_let, + anon_sym_async, sym_identifier, - [79961] = 12, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [80104] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126548,22 +126539,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1553), 1, + ACTIONS(2838), 1, + sym__automatic_semicolon, + STATE(1556), 1, sym_comment, - STATE(2578), 1, + STATE(2688), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2791), 2, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, - anon_sym_COLON, - ACTIONS(2840), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(2581), 2, + anon_sym_SEMI, + anon_sym_EQ, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [80151] = 12, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2838), 1, + sym__automatic_semicolon, + STATE(1557), 1, + sym_comment, + STATE(2670), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + STATE(2576), 2, sym_string, sym_computed_property_name, + ACTIONS(2791), 3, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, ACTIONS(1352), 7, anon_sym_export, anon_sym_let, @@ -126572,7 +126598,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [80008] = 12, + [80198] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2878), 1, + sym__automatic_semicolon, + STATE(1558), 1, + sym_comment, + ACTIONS(934), 18, + anon_sym_export, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [80231] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2880), 1, + sym__automatic_semicolon, + STATE(1559), 1, + sym_comment, + ACTIONS(856), 18, + anon_sym_export, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [80264] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2884), 1, + anon_sym_LPAREN, + ACTIONS(2886), 1, + anon_sym_DOT, + STATE(1560), 1, + sym_comment, + STATE(1624), 1, + sym_arguments, + ACTIONS(2882), 16, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [80301] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126583,16 +126695,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2809), 1, + ACTIONS(2838), 1, sym__automatic_semicolon, - STATE(1554), 1, + STATE(1561), 1, sym_comment, - STATE(2673), 1, + STATE(2659), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2791), 3, @@ -126607,7 +126719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [80055] = 12, + [80348] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -126618,242 +126730,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2809), 1, - sym__automatic_semicolon, - STATE(1555), 1, - sym_comment, - STATE(2672), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(2791), 3, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(1352), 7, - anon_sym_export, - anon_sym_let, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [80102] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(2874), 1, - anon_sym_LPAREN, - ACTIONS(2876), 1, - anon_sym_DOT, - STATE(1556), 1, - sym_comment, - STATE(1623), 1, - sym_arguments, - ACTIONS(2872), 16, - anon_sym_export, - anon_sym_STAR, - anon_sym_let, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - sym_number, - sym_identifier, - sym_private_property_identifier, - anon_sym_AT, - anon_sym_static, - aux_sym_method_definition_token1, - anon_sym_get, - anon_sym_set, - [80139] = 12, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(2755), 1, - anon_sym_LBRACK, - ACTIONS(2809), 1, - sym__automatic_semicolon, - STATE(1557), 1, - sym_comment, - STATE(2657), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(2791), 3, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(1352), 7, - anon_sym_export, - anon_sym_let, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [80186] = 12, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(2755), 1, - anon_sym_LBRACK, - ACTIONS(2809), 1, - sym__automatic_semicolon, - STATE(1558), 1, - sym_comment, - STATE(2668), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(2791), 3, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(1352), 7, - anon_sym_export, - anon_sym_let, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [80233] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(2878), 1, - sym__automatic_semicolon, - STATE(1559), 1, - sym_comment, - ACTIONS(864), 18, - anon_sym_export, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_let, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_async, - sym_number, - sym_identifier, - sym_private_property_identifier, - anon_sym_AT, - anon_sym_static, - aux_sym_method_definition_token1, - anon_sym_get, - anon_sym_set, - [80266] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(2880), 1, - sym__automatic_semicolon, - STATE(1560), 1, - sym_comment, - ACTIONS(878), 18, - anon_sym_export, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_let, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_async, - sym_number, - sym_identifier, - sym_private_property_identifier, - anon_sym_AT, - anon_sym_static, - aux_sym_method_definition_token1, - anon_sym_get, - anon_sym_set, - [80299] = 12, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(2755), 1, - anon_sym_LBRACK, - ACTIONS(2809), 1, - sym__automatic_semicolon, - STATE(1561), 1, - sym_comment, - STATE(2686), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(2791), 3, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(1352), 7, - anon_sym_export, - anon_sym_let, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [80346] = 12, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(2755), 1, - anon_sym_LBRACK, - ACTIONS(2809), 1, + ACTIONS(2838), 1, sym__automatic_semicolon, STATE(1562), 1, sym_comment, - STATE(2685), 1, + STATE(2675), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(2791), 3, @@ -126868,14 +126754,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [80393] = 4, + [80395] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1563), 1, sym_comment, - ACTIONS(1957), 18, + ACTIONS(2888), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126894,14 +126780,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80423] = 4, + [80425] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1564), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126920,14 +126806,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80453] = 4, + [80455] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1565), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126946,14 +126832,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80483] = 4, + [80485] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1566), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -126972,23 +126858,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80513] = 4, + [80515] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1567), 1, sym_comment, - ACTIONS(2884), 18, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, + anon_sym_RBRACE, anon_sym_let, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, + anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, - anon_sym_class, anon_sym_async, sym_number, sym_identifier, @@ -126998,14 +126884,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80543] = 4, + [80545] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1568), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127024,14 +126910,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80573] = 4, + [80575] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1569), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2892), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127050,14 +126936,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80603] = 4, + [80605] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1570), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2894), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127076,14 +126962,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80633] = 4, + [80635] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1571), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2896), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127102,14 +126988,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80663] = 4, + [80665] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1572), 1, sym_comment, - ACTIONS(2886), 18, + ACTIONS(2898), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127128,14 +127014,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80693] = 4, + [80695] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1573), 1, sym_comment, - ACTIONS(2888), 18, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127154,19 +127040,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80723] = 4, + [80725] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(2900), 1, + anon_sym_SEMI, STATE(1574), 1, sym_comment, - ACTIONS(2890), 18, + ACTIONS(2898), 17, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, anon_sym_let, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, @@ -127180,20 +127067,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80753] = 5, + [80757] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2892), 1, - anon_sym_SEMI, STATE(1575), 1, sym_comment, - ACTIONS(2890), 17, + ACTIONS(2903), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, anon_sym_let, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, @@ -127207,14 +127093,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80785] = 4, + [80787] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1576), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127233,14 +127119,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80815] = 4, + [80817] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1577), 1, sym_comment, - ACTIONS(2895), 18, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127259,20 +127145,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80845] = 7, + [80847] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2897), 1, + ACTIONS(2905), 1, anon_sym_LPAREN, - ACTIONS(2899), 1, + ACTIONS(2907), 1, anon_sym_DOT, STATE(1578), 1, sym_comment, - STATE(1681), 1, + STATE(1676), 1, sym_arguments, - ACTIONS(2872), 15, + ACTIONS(2882), 15, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -127288,42 +127174,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80881] = 6, + [80883] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2903), 1, - anon_sym_AT, - STATE(1643), 1, - sym_decorator, - STATE(1579), 2, + STATE(1579), 1, sym_comment, - aux_sym_export_statement_repeat1, - ACTIONS(2901), 15, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, + anon_sym_RBRACE, anon_sym_let, + anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, - anon_sym_class, anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, + anon_sym_AT, anon_sym_static, aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80915] = 4, + [80913] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1580), 1, sym_comment, - ACTIONS(2143), 18, + ACTIONS(2888), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127342,14 +127226,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80945] = 4, + [80943] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1581), 1, sym_comment, - ACTIONS(2906), 18, + ACTIONS(2909), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127368,14 +127252,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [80975] = 4, + [80973] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1582), 1, sym_comment, - ACTIONS(2908), 18, + ACTIONS(2911), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127394,14 +127278,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81005] = 4, + [81003] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1583), 1, sym_comment, - ACTIONS(2910), 18, + ACTIONS(2913), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127420,14 +127304,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81035] = 4, + [81033] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1584), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127446,14 +127330,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81065] = 4, + [81063] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1585), 1, sym_comment, - ACTIONS(2157), 18, + ACTIONS(2915), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127472,14 +127356,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81095] = 4, + [81093] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1586), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2888), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127498,23 +127382,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81125] = 4, + [81123] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1587), 1, sym_comment, - ACTIONS(2912), 18, + ACTIONS(2917), 18, anon_sym_export, anon_sym_STAR, - anon_sym_RBRACE, anon_sym_let, - anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, + anon_sym_DOT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, anon_sym_async, sym_number, sym_identifier, @@ -127524,40 +127408,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81155] = 4, + [81153] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1588), 1, + ACTIONS(2921), 1, + anon_sym_AT, + STATE(1625), 1, + sym_decorator, + STATE(1588), 2, sym_comment, - ACTIONS(874), 18, + aux_sym_export_statement_repeat1, + ACTIONS(2919), 15, anon_sym_export, anon_sym_STAR, - anon_sym_RBRACE, anon_sym_let, - anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, - anon_sym_AT, anon_sym_static, aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81185] = 4, + [81187] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1589), 1, sym_comment, - ACTIONS(2912), 18, + ACTIONS(2888), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127576,14 +127462,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81215] = 4, + [81217] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1590), 1, sym_comment, - ACTIONS(2906), 18, + ACTIONS(2909), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127602,14 +127488,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81245] = 4, + [81247] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1591), 1, sym_comment, - ACTIONS(2912), 18, + ACTIONS(1953), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127628,14 +127514,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81275] = 4, + [81277] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1592), 1, sym_comment, - ACTIONS(2882), 18, + ACTIONS(2149), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127654,14 +127540,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81305] = 4, + [81307] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1593), 1, sym_comment, - ACTIONS(2912), 18, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127680,14 +127566,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81335] = 4, + [81337] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1594), 1, sym_comment, - ACTIONS(878), 18, + ACTIONS(2924), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127706,14 +127592,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81365] = 4, + [81367] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1595), 1, sym_comment, - ACTIONS(2914), 18, + ACTIONS(2909), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127732,14 +127618,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81395] = 4, + [81397] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1596), 1, sym_comment, - ACTIONS(2912), 18, + ACTIONS(2909), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127758,14 +127644,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81425] = 4, + [81427] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1597), 1, sym_comment, - ACTIONS(2916), 18, + ACTIONS(2909), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127784,14 +127670,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81455] = 4, + [81457] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1598), 1, sym_comment, - ACTIONS(2906), 18, + ACTIONS(2909), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127810,14 +127696,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81485] = 4, + [81487] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1599), 1, sym_comment, - ACTIONS(2906), 18, + ACTIONS(2926), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127836,14 +127722,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81515] = 4, + [81517] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1600), 1, sym_comment, - ACTIONS(2912), 18, + ACTIONS(2157), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127862,14 +127748,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81545] = 4, + [81547] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1601), 1, sym_comment, - ACTIONS(2918), 18, + ACTIONS(2888), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127888,14 +127774,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81575] = 4, + [81577] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1602), 1, sym_comment, - ACTIONS(2920), 18, + ACTIONS(934), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127914,14 +127800,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81605] = 4, + [81607] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1603), 1, sym_comment, - ACTIONS(2906), 18, + ACTIONS(952), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127940,14 +127826,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81635] = 4, + [81637] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1604), 1, sym_comment, - ACTIONS(2906), 18, + ACTIONS(2888), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, @@ -127966,20 +127852,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81665] = 4, + [81667] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1605), 1, sym_comment, - ACTIONS(2884), 17, + ACTIONS(2928), 18, anon_sym_export, anon_sym_STAR, + anon_sym_RBRACE, anon_sym_let, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, + anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_async, @@ -127991,7 +127878,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81694] = 14, + [81697] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128004,65 +127891,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2922), 1, - anon_sym_STAR, - ACTIONS(2924), 1, - anon_sym_get, - ACTIONS(2926), 1, - anon_sym_set, + ACTIONS(2930), 1, + anon_sym_EQ_GT, STATE(1606), 1, sym_comment, - STATE(2207), 1, + STATE(2359), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 5, + ACTIONS(1352), 7, anon_sym_export, anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [81743] = 15, + anon_sym_get, + anon_sym_set, + [81742] = 13, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1215), 1, - anon_sym_var, - ACTIONS(1229), 1, - anon_sym_class, - ACTIONS(1231), 1, - anon_sym_async, - ACTIONS(1233), 1, - anon_sym_function, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(2809), 1, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2928), 1, - anon_sym_default, - STATE(936), 1, - sym_declaration, + ACTIONS(2932), 1, + anon_sym_STAR, STATE(1607), 1, sym_comment, - STATE(2018), 1, - aux_sym_export_statement_repeat1, - STATE(2054), 1, - sym_decorator, - ACTIONS(1217), 2, + STATE(2359), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2934), 2, + anon_sym_get, + anon_sym_set, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 5, + anon_sym_export, anon_sym_let, - anon_sym_const, - STATE(939), 5, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - [81794] = 13, + anon_sym_async, + sym_identifier, + anon_sym_static, + [81789] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128075,19 +127958,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2930), 1, + ACTIONS(2936), 1, anon_sym_STAR, + ACTIONS(2938), 1, + anon_sym_get, + ACTIONS(2940), 1, + anon_sym_set, STATE(1608), 1, sym_comment, - STATE(2357), 1, + STATE(2204), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2932), 2, - anon_sym_get, - anon_sym_set, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 5, @@ -128096,7 +127980,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [81841] = 12, + [81838] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1609), 1, + sym_comment, + ACTIONS(2917), 17, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [81867] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128109,27 +128018,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2934), 1, - anon_sym_EQ_GT, - STATE(1609), 1, + ACTIONS(2848), 1, + anon_sym_STAR, + STATE(1610), 1, sym_comment, - STATE(2357), 1, + STATE(2670), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + ACTIONS(2850), 2, + anon_sym_get, + anon_sym_set, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 7, + ACTIONS(1352), 5, anon_sym_export, anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, - [81886] = 14, + [81914] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128142,20 +128052,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2942), 1, anon_sym_STAR, - ACTIONS(2938), 1, + ACTIONS(2944), 1, anon_sym_get, - ACTIONS(2940), 1, + ACTIONS(2946), 1, anon_sym_set, - STATE(1610), 1, + STATE(1611), 1, sym_comment, - STATE(2340), 1, + STATE(2258), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 5, @@ -128164,19 +128074,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [81935] = 6, + [81963] = 15, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1215), 1, + anon_sym_var, + ACTIONS(1229), 1, + anon_sym_class, + ACTIONS(1231), 1, + anon_sym_async, + ACTIONS(1233), 1, + anon_sym_function, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(2838), 1, + anon_sym_LPAREN, + ACTIONS(2948), 1, + anon_sym_default, + STATE(911), 1, + sym_declaration, + STATE(1612), 1, + sym_comment, + STATE(2015), 1, + aux_sym_export_statement_repeat1, + STATE(2071), 1, + sym_decorator, + ACTIONS(1217), 2, + anon_sym_let, + anon_sym_const, + STATE(981), 5, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + [82014] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2942), 1, + ACTIONS(2950), 1, anon_sym_AT, - STATE(1679), 1, + STATE(1657), 1, sym_decorator, - STATE(1611), 2, + STATE(1613), 2, sym_comment, aux_sym_export_statement_repeat1, - ACTIONS(2901), 14, + ACTIONS(2919), 14, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -128191,7 +128137,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [81968] = 14, + [82047] = 15, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128204,29 +128150,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2945), 1, + ACTIONS(2953), 1, anon_sym_STAR, - ACTIONS(2947), 1, + ACTIONS(2955), 1, + anon_sym_async, + ACTIONS(2957), 1, anon_sym_get, - ACTIONS(2949), 1, + ACTIONS(2959), 1, anon_sym_set, - STATE(1612), 1, + STATE(1614), 1, sym_comment, - STATE(2688), 1, + STATE(2341), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 5, + ACTIONS(1352), 4, anon_sym_export, anon_sym_let, - anon_sym_async, sym_identifier, anon_sym_static, - [82017] = 13, + [82098] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128239,19 +128186,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2856), 1, + ACTIONS(2961), 1, anon_sym_STAR, - STATE(1613), 1, + ACTIONS(2963), 1, + anon_sym_get, + ACTIONS(2965), 1, + anon_sym_set, + STATE(1615), 1, sym_comment, - STATE(2668), 1, + STATE(2342), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2858), 2, - anon_sym_get, - anon_sym_set, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 5, @@ -128260,7 +128208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [82064] = 14, + [82147] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128273,20 +128221,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2951), 1, + ACTIONS(2967), 1, anon_sym_STAR, - ACTIONS(2953), 1, + ACTIONS(2969), 1, anon_sym_get, - ACTIONS(2955), 1, + ACTIONS(2971), 1, anon_sym_set, - STATE(1614), 1, + STATE(1616), 1, sym_comment, - STATE(2202), 1, + STATE(2690), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 5, @@ -128295,7 +128243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, sym_identifier, anon_sym_static, - [82113] = 15, + [82196] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128308,30 +128256,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2957), 1, - anon_sym_STAR, - ACTIONS(2959), 1, - anon_sym_async, - ACTIONS(2961), 1, - anon_sym_get, - ACTIONS(2963), 1, - anon_sym_set, - STATE(1615), 1, + STATE(1617), 1, sym_comment, - STATE(2339), 1, + STATE(2261), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 4, + ACTIONS(1352), 7, anon_sym_export, anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - [82164] = 11, + anon_sym_get, + anon_sym_set, + [82238] = 14, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(1251), 1, + anon_sym_var, + ACTIONS(1259), 1, + anon_sym_class, + ACTIONS(1261), 1, + anon_sym_async, + ACTIONS(1263), 1, + anon_sym_function, + ACTIONS(2973), 1, + anon_sym_default, + STATE(672), 1, + sym_declaration, + STATE(1618), 1, + sym_comment, + STATE(2043), 1, + aux_sym_export_statement_repeat1, + STATE(2071), 1, + sym_decorator, + ACTIONS(1253), 2, + anon_sym_let, + anon_sym_const, + STATE(629), 5, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + [82286] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128340,29 +128317,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(1357), 1, + anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2791), 1, - anon_sym_LPAREN, - STATE(1616), 1, + ACTIONS(2787), 1, + anon_sym_STAR, + STATE(1619), 1, sym_comment, - STATE(2430), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + ACTIONS(1359), 2, + anon_sym_get, + anon_sym_set, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 7, + ACTIONS(1352), 4, anon_sym_export, anon_sym_let, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, - [82206] = 11, + [82332] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128375,14 +128354,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1617), 1, + STATE(1620), 1, sym_comment, - STATE(2682), 1, + STATE(2211), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -128393,38 +128372,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82248] = 11, + [82374] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(2755), 1, - anon_sym_LBRACK, - ACTIONS(2791), 1, - anon_sym_LPAREN, - STATE(1618), 1, + STATE(1621), 1, sym_comment, - STATE(2325), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(1352), 7, + ACTIONS(2882), 16, anon_sym_export, + anon_sym_STAR, anon_sym_let, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [82290] = 11, + [82402] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128437,14 +128409,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1619), 1, + STATE(1622), 1, sym_comment, - STATE(2329), 1, + STATE(2697), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -128455,7 +128427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82332] = 14, + [82444] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128466,102 +128438,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2965), 1, - anon_sym_STAR, - ACTIONS(2967), 1, - anon_sym_async, - ACTIONS(2969), 1, - anon_sym_get, - ACTIONS(2971), 1, - anon_sym_set, - STATE(1620), 1, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1623), 1, sym_comment, - STATE(2334), 1, + STATE(2696), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 4, + ACTIONS(1352), 7, anon_sym_export, anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - [82380] = 14, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(1340), 1, - anon_sym_var, - ACTIONS(1346), 1, - anon_sym_class, - ACTIONS(1348), 1, - anon_sym_async, - ACTIONS(1350), 1, - anon_sym_function, - ACTIONS(2973), 1, - anon_sym_default, - STATE(841), 1, - sym_declaration, - STATE(1621), 1, - sym_comment, - STATE(1953), 1, - aux_sym_export_statement_repeat1, - STATE(2054), 1, - sym_decorator, - ACTIONS(1342), 2, - anon_sym_let, - anon_sym_const, - STATE(706), 5, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - [82428] = 11, + anon_sym_get, + anon_sym_set, + [82486] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(2755), 1, - anon_sym_LBRACK, - ACTIONS(2791), 1, - anon_sym_LPAREN, - STATE(1622), 1, + STATE(1624), 1, sym_comment, - STATE(2681), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(1352), 7, + ACTIONS(2975), 16, anon_sym_export, + anon_sym_STAR, anon_sym_let, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [82470] = 4, + [82514] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1623), 1, + STATE(1625), 1, sym_comment, - ACTIONS(2975), 16, + ACTIONS(2977), 16, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -128578,7 +128506,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [82498] = 11, + [82542] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128591,14 +128519,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1624), 1, + STATE(1626), 1, sym_comment, - STATE(2538), 1, + STATE(2692), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -128609,7 +128537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82540] = 11, + [82584] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128622,14 +128550,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1625), 1, + STATE(1627), 1, sym_comment, - STATE(2668), 1, + STATE(2691), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -128640,7 +128568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82582] = 11, + [82626] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128653,14 +128581,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1626), 1, + STATE(1628), 1, sym_comment, - STATE(2210), 1, + STATE(2327), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -128671,7 +128599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82624] = 11, + [82668] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128684,14 +128612,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1627), 1, + STATE(1629), 1, sym_comment, - STATE(2697), 1, + STATE(2331), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -128702,7 +128630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82666] = 11, + [82710] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128713,27 +128641,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2791), 1, - anon_sym_LPAREN, - STATE(1628), 1, + ACTIONS(2979), 1, + anon_sym_STAR, + ACTIONS(2981), 1, + anon_sym_async, + ACTIONS(2983), 1, + anon_sym_get, + ACTIONS(2985), 1, + anon_sym_set, + STATE(1630), 1, sym_comment, - STATE(2206), 1, + STATE(2336), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 7, + ACTIONS(1352), 4, anon_sym_export, anon_sym_let, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, - [82708] = 11, + [82758] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128746,14 +128677,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1629), 1, + STATE(1631), 1, sym_comment, - STATE(2357), 1, + STATE(2538), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -128764,7 +128695,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82750] = 11, + [82800] = 14, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(1302), 1, + anon_sym_var, + ACTIONS(1308), 1, + anon_sym_class, + ACTIONS(1310), 1, + anon_sym_async, + ACTIONS(1312), 1, + anon_sym_function, + ACTIONS(2987), 1, + anon_sym_default, + STATE(773), 1, + sym_declaration, + STATE(1632), 1, + sym_comment, + STATE(2030), 1, + aux_sym_export_statement_repeat1, + STATE(2071), 1, + sym_decorator, + ACTIONS(1304), 2, + anon_sym_let, + anon_sym_const, + STATE(783), 5, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + [82848] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128777,14 +128742,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1630), 1, + STATE(1633), 1, sym_comment, - STATE(2214), 1, + STATE(2203), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -128795,7 +128760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82792] = 13, + [82890] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128804,31 +128769,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1357), 1, - anon_sym_async, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2787), 1, - anon_sym_STAR, - STATE(1631), 1, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1634), 1, sym_comment, - STATE(2578), 1, + STATE(2464), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1359), 2, - anon_sym_get, - anon_sym_set, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 4, + ACTIONS(1352), 7, anon_sym_export, anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - [82838] = 13, + anon_sym_get, + anon_sym_set, + [82932] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128839,29 +128802,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2801), 1, - anon_sym_STAR, - ACTIONS(2977), 1, - anon_sym_async, - STATE(1632), 1, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1635), 1, sym_comment, - STATE(2657), 1, + STATE(2468), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2838), 2, - anon_sym_get, - anon_sym_set, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 4, + ACTIONS(1352), 7, anon_sym_export, anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - [82884] = 11, + anon_sym_get, + anon_sym_set, + [82974] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128874,14 +128835,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1633), 1, + STATE(1636), 1, sym_comment, - STATE(2294), 1, + STATE(2359), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -128892,7 +128853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [82926] = 14, + [83016] = 13, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128903,22 +128864,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2979), 1, + ACTIONS(2801), 1, anon_sym_STAR, - ACTIONS(2981), 1, + ACTIONS(2989), 1, anon_sym_async, - ACTIONS(2983), 1, - anon_sym_get, - ACTIONS(2985), 1, - anon_sym_set, - STATE(1634), 1, + STATE(1637), 1, sym_comment, - STATE(2671), 1, + STATE(2659), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + ACTIONS(2836), 2, + anon_sym_get, + anon_sym_set, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 4, @@ -128926,65 +128886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_let, sym_identifier, anon_sym_static, - [82974] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1635), 1, - sym_comment, - ACTIONS(2872), 16, - anon_sym_export, - anon_sym_STAR, - anon_sym_let, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, - anon_sym_async, - sym_number, - sym_identifier, - sym_private_property_identifier, - anon_sym_AT, - anon_sym_static, - aux_sym_method_definition_token1, - anon_sym_get, - anon_sym_set, - [83002] = 14, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(1302), 1, - anon_sym_var, - ACTIONS(1308), 1, - anon_sym_class, - ACTIONS(1310), 1, - anon_sym_async, - ACTIONS(1312), 1, - anon_sym_function, - ACTIONS(2987), 1, - anon_sym_default, - STATE(783), 1, - sym_declaration, - STATE(1636), 1, - sym_comment, - STATE(1980), 1, - aux_sym_export_statement_repeat1, - STATE(2054), 1, - sym_decorator, - ACTIONS(1304), 2, - anon_sym_let, - anon_sym_const, - STATE(785), 5, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - [83050] = 11, + [83062] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -128997,14 +128899,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1637), 1, + STATE(1638), 1, sym_comment, - STATE(2296), 1, + STATE(2700), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129015,7 +128917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83092] = 11, + [83104] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129028,14 +128930,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1638), 1, + STATE(1639), 1, sym_comment, - STATE(2689), 1, + STATE(2207), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129046,31 +128948,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83134] = 4, + [83146] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1639), 1, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1640), 1, sym_comment, - ACTIONS(2135), 16, + STATE(2684), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, anon_sym_export, - anon_sym_STAR, anon_sym_let, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_class, anon_sym_async, - sym_number, sym_identifier, - sym_private_property_identifier, - anon_sym_AT, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [83162] = 11, + [83188] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129083,14 +128992,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1640), 1, + STATE(1641), 1, sym_comment, - STATE(2698), 1, + STATE(2683), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129101,7 +129010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83204] = 11, + [83230] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129114,14 +129023,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1641), 1, + STATE(1642), 1, sym_comment, - STATE(2690), 1, + STATE(2208), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129132,7 +129041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83246] = 11, + [83272] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129145,14 +129054,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1642), 1, + STATE(1643), 1, sym_comment, - STATE(2413), 1, + STATE(2260), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129163,31 +129072,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83288] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [83314] = 14, ACTIONS(5), 1, sym_html_comment, - STATE(1643), 1, - sym_comment, - ACTIONS(2989), 16, - anon_sym_export, - anon_sym_STAR, - anon_sym_let, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, + ACTIONS(1215), 1, + anon_sym_var, + ACTIONS(1229), 1, anon_sym_class, + ACTIONS(1231), 1, anon_sym_async, - sym_number, - sym_identifier, - sym_private_property_identifier, + ACTIONS(1233), 1, + anon_sym_function, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - anon_sym_static, - aux_sym_method_definition_token1, - anon_sym_get, - anon_sym_set, - [83316] = 11, + ACTIONS(2948), 1, + anon_sym_default, + STATE(911), 1, + sym_declaration, + STATE(1644), 1, + sym_comment, + STATE(2015), 1, + aux_sym_export_statement_repeat1, + STATE(2071), 1, + sym_decorator, + ACTIONS(1217), 2, + anon_sym_let, + anon_sym_const, + STATE(981), 5, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + [83362] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129200,14 +129119,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1644), 1, + STATE(1645), 1, sym_comment, - STATE(2694), 1, + STATE(2739), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129218,7 +129137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83358] = 11, + [83404] = 14, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129229,61 +129148,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2791), 1, - anon_sym_LPAREN, - STATE(1645), 1, + ACTIONS(2991), 1, + anon_sym_STAR, + ACTIONS(2993), 1, + anon_sym_async, + ACTIONS(2995), 1, + anon_sym_get, + ACTIONS(2997), 1, + anon_sym_set, + STATE(1646), 1, sym_comment, - STATE(2695), 1, + STATE(2673), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, - ACTIONS(1352), 7, + ACTIONS(1352), 4, anon_sym_export, anon_sym_let, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, - [83400] = 14, + [83452] = 14, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(1320), 1, + ACTIONS(1318), 1, anon_sym_var, - ACTIONS(1326), 1, + ACTIONS(1324), 1, anon_sym_class, - ACTIONS(1328), 1, + ACTIONS(1326), 1, anon_sym_async, - ACTIONS(1330), 1, + ACTIONS(1328), 1, anon_sym_function, - ACTIONS(2991), 1, + ACTIONS(2999), 1, anon_sym_default, - STATE(1646), 1, + STATE(1647), 1, sym_comment, - STATE(2013), 1, + STATE(2014), 1, aux_sym_export_statement_repeat1, - STATE(2054), 1, + STATE(2071), 1, sym_decorator, - STATE(2736), 1, + STATE(2605), 1, sym_declaration, - ACTIONS(1322), 2, + ACTIONS(1320), 2, anon_sym_let, anon_sym_const, - STATE(2609), 5, + STATE(2409), 5, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, - [83448] = 11, + [83500] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1648), 1, + sym_comment, + ACTIONS(2165), 16, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [83528] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129296,14 +129242,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1647), 1, + STATE(1649), 1, sym_comment, - STATE(2205), 1, + STATE(2670), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129314,14 +129260,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83490] = 4, + [83570] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1648), 1, + STATE(1650), 1, sym_comment, - ACTIONS(2057), 16, + ACTIONS(2127), 16, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -129338,14 +129284,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [83518] = 4, + [83598] = 14, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(1340), 1, + anon_sym_var, + ACTIONS(1346), 1, + anon_sym_class, + ACTIONS(1348), 1, + anon_sym_async, + ACTIONS(1350), 1, + anon_sym_function, + ACTIONS(3001), 1, + anon_sym_default, + STATE(850), 1, + sym_declaration, + STATE(1651), 1, + sym_comment, + STATE(2034), 1, + aux_sym_export_statement_repeat1, + STATE(2071), 1, + sym_decorator, + ACTIONS(1342), 2, + anon_sym_let, + anon_sym_const, + STATE(885), 5, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + [83646] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1649), 1, + STATE(1652), 1, sym_comment, - ACTIONS(2169), 16, + ACTIONS(2045), 16, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -129362,7 +129342,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [83546] = 11, + [83674] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129375,14 +129355,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1650), 1, + STATE(1653), 1, sym_comment, - STATE(2232), 1, + STATE(2699), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129393,41 +129373,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83588] = 14, + [83716] = 11, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1215), 1, - anon_sym_var, - ACTIONS(1229), 1, - anon_sym_class, - ACTIONS(1231), 1, - anon_sym_async, - ACTIONS(1233), 1, - anon_sym_function, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(2928), 1, - anon_sym_default, - STATE(936), 1, - sym_declaration, - STATE(1651), 1, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1654), 1, sym_comment, - STATE(2018), 1, - aux_sym_export_statement_repeat1, - STATE(2054), 1, - sym_decorator, - ACTIONS(1217), 2, + STATE(2589), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, + anon_sym_export, anon_sym_let, - anon_sym_const, - STATE(939), 5, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - [83636] = 11, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [83758] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129440,14 +129417,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2791), 1, anon_sym_LPAREN, - STATE(1652), 1, + STATE(1655), 1, sym_comment, - STATE(2679), 1, + STATE(2681), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129458,41 +129435,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83678] = 14, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(1251), 1, - anon_sym_var, - ACTIONS(1259), 1, - anon_sym_class, - ACTIONS(1261), 1, - anon_sym_async, - ACTIONS(1263), 1, - anon_sym_function, - ACTIONS(2993), 1, - anon_sym_default, - STATE(675), 1, - sym_declaration, - STATE(1653), 1, - sym_comment, - STATE(1919), 1, - aux_sym_export_statement_repeat1, - STATE(2054), 1, - sym_decorator, - ACTIONS(1253), 2, - anon_sym_let, - anon_sym_const, - STATE(640), 5, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - [83726] = 11, + [83800] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129503,16 +129446,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2791), 1, - anon_sym_LPAREN, - STATE(1654), 1, + STATE(1656), 1, sym_comment, - STATE(2211), 1, + STATE(2257), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129523,7 +129464,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83768] = 10, + [83839] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1657), 1, + sym_comment, + ACTIONS(2977), 15, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [83866] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129534,14 +129498,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1655), 1, + STATE(1658), 1, sym_comment, - STATE(2683), 1, + STATE(2659), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129552,14 +129516,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83807] = 4, + [83905] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1656), 1, + STATE(1659), 1, sym_comment, - ACTIONS(2995), 15, + ACTIONS(3003), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129575,14 +129539,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [83834] = 4, + [83932] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1657), 1, + STATE(1660), 1, sym_comment, - ACTIONS(2057), 15, + ACTIONS(2045), 15, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -129598,7 +129562,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [83861] = 10, + [83959] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129609,14 +129573,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1658), 1, + STATE(1661), 1, sym_comment, - STATE(2679), 1, + STATE(2580), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129627,7 +129591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83900] = 10, + [83998] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129638,14 +129602,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1659), 1, + STATE(1662), 1, sym_comment, - STATE(2669), 1, + STATE(2681), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129656,7 +129620,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83939] = 10, + [84037] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1663), 1, + sym_comment, + ACTIONS(2165), 15, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [84064] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129667,14 +129654,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1660), 1, + STATE(1664), 1, sym_comment, - STATE(2696), 1, + STATE(2698), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129685,7 +129672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [83978] = 10, + [84103] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129696,14 +129683,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1661), 1, + STATE(1665), 1, sym_comment, - STATE(2687), 1, + STATE(2685), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129714,14 +129701,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84017] = 4, + [84142] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1662), 1, + STATE(1666), 1, sym_comment, - ACTIONS(2997), 15, + ACTIONS(3005), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129737,30 +129724,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [84044] = 4, + [84169] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1663), 1, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + STATE(1667), 1, sym_comment, - ACTIONS(2135), 15, + STATE(2211), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, anon_sym_export, - anon_sym_STAR, anon_sym_let, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_async, - sym_number, sym_identifier, - sym_private_property_identifier, - anon_sym_AT, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [84071] = 10, + [84208] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129771,14 +129764,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1664), 1, + STATE(1668), 1, sym_comment, - STATE(2668), 1, + STATE(2682), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129789,37 +129782,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84110] = 4, + [84247] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1665), 1, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + STATE(1669), 1, sym_comment, - ACTIONS(2872), 15, + STATE(2695), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, anon_sym_export, - anon_sym_STAR, anon_sym_let, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_async, - sym_number, sym_identifier, - sym_private_property_identifier, - anon_sym_AT, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [84137] = 4, + [84286] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1666), 1, + STATE(1670), 1, sym_comment, - ACTIONS(2999), 15, + ACTIONS(3007), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129835,14 +129834,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [84164] = 4, + [84313] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1667), 1, + STATE(1671), 1, sym_comment, - ACTIONS(3001), 15, + ACTIONS(3009), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129858,7 +129857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [84191] = 10, + [84340] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -129869,14 +129868,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1668), 1, + STATE(1672), 1, sym_comment, - STATE(2680), 1, + STATE(2343), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -129887,130 +129886,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84230] = 10, + [84379] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(2755), 1, - anon_sym_LBRACK, - STATE(1669), 1, + STATE(1673), 1, sym_comment, - STATE(2596), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(1352), 7, + ACTIONS(2882), 15, anon_sym_export, + anon_sym_STAR, anon_sym_let, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [84269] = 10, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1284), 1, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2755), 1, - anon_sym_LBRACK, - STATE(1670), 1, - sym_comment, - STATE(2203), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(1352), 7, - anon_sym_export, - anon_sym_let, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [84308] = 10, - ACTIONS(3), 1, - aux_sym_comment_token1, + [84406] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(2755), 1, - anon_sym_LBRACK, - STATE(1671), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1674), 1, sym_comment, - STATE(2293), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(1352), 7, - anon_sym_export, - anon_sym_let, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [84347] = 10, + ACTIONS(3011), 15, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + [84433] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(2755), 1, - anon_sym_LBRACK, - STATE(1672), 1, + STATE(1675), 1, sym_comment, - STATE(2657), 1, - sym__property_name, - ACTIONS(1294), 2, - sym_number, - sym_private_property_identifier, - STATE(2581), 2, - sym_string, - sym_computed_property_name, - ACTIONS(1352), 7, + ACTIONS(2127), 15, anon_sym_export, + anon_sym_STAR, anon_sym_let, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [84386] = 4, + [84460] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1673), 1, + STATE(1676), 1, sym_comment, - ACTIONS(2169), 15, + ACTIONS(2975), 15, anon_sym_export, anon_sym_STAR, anon_sym_let, @@ -130026,7 +129978,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [84413] = 10, + [84487] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130037,14 +129989,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1674), 1, + STATE(1677), 1, sym_comment, - STATE(2357), 1, + STATE(2663), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -130055,7 +130007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84452] = 10, + [84526] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130066,14 +130018,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1675), 1, + STATE(1678), 1, sym_comment, - STATE(2212), 1, + STATE(2209), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -130084,7 +130036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84491] = 10, + [84565] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130095,14 +130047,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1676), 1, + STATE(1679), 1, sym_comment, - STATE(2693), 1, + STATE(2205), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -130113,7 +130065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84530] = 10, + [84604] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130124,14 +130076,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1677), 1, + STATE(1680), 1, sym_comment, - STATE(2578), 1, + STATE(2463), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -130142,7 +130094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84569] = 10, + [84643] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130153,14 +130105,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1678), 1, + STATE(1681), 1, sym_comment, - STATE(2214), 1, + STATE(2359), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -130171,76 +130123,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84608] = 4, + [84682] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1679), 1, - sym_comment, - ACTIONS(2989), 15, - anon_sym_export, - anon_sym_STAR, - anon_sym_let, - anon_sym_LBRACK, + ACTIONS(1284), 1, anon_sym_DQUOTE, + ACTIONS(1286), 1, anon_sym_SQUOTE, - anon_sym_async, + ACTIONS(2755), 1, + anon_sym_LBRACK, + STATE(1682), 1, + sym_comment, + STATE(2689), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, - sym_identifier, sym_private_property_identifier, - anon_sym_AT, - anon_sym_static, - aux_sym_method_definition_token1, - anon_sym_get, - anon_sym_set, - [84635] = 4, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1680), 1, - sym_comment, - ACTIONS(3003), 15, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - [84662] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1681), 1, - sym_comment, - ACTIONS(2975), 15, + STATE(2576), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, anon_sym_export, - anon_sym_STAR, anon_sym_let, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_async, - sym_number, sym_identifier, - sym_private_property_identifier, - anon_sym_AT, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [84689] = 10, + [84721] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130251,14 +130163,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1682), 1, + STATE(1683), 1, sym_comment, - STATE(2341), 1, + STATE(2671), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -130269,7 +130181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84728] = 10, + [84760] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130280,14 +130192,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2755), 1, anon_sym_LBRACK, - STATE(1683), 1, + STATE(1684), 1, sym_comment, - STATE(2208), 1, + STATE(2670), 1, sym__property_name, ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2581), 2, + STATE(2576), 2, sym_string, sym_computed_property_name, ACTIONS(1352), 7, @@ -130298,7 +130210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [84767] = 12, + [84799] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130307,56 +130219,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(3005), 1, + ACTIONS(3013), 1, sym_identifier, - ACTIONS(3007), 1, + ACTIONS(3015), 1, anon_sym_STAR, - ACTIONS(3009), 1, + ACTIONS(3017), 1, anon_sym_LBRACE, - STATE(1684), 1, + STATE(1685), 1, sym_comment, - STATE(1925), 1, + STATE(2001), 1, sym_string, - STATE(2717), 1, + STATE(2719), 1, sym_import_clause, - STATE(2752), 2, + STATE(2754), 2, sym_namespace_import, sym_named_imports, - ACTIONS(3011), 4, + ACTIONS(3019), 4, anon_sym_LPAREN, anon_sym_DOT, sym_optional_chain, anon_sym_BQUOTE, - [84808] = 12, + [84840] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(2652), 1, - anon_sym_DQUOTE, - ACTIONS(2654), 1, - anon_sym_SQUOTE, - ACTIONS(3005), 1, - sym_identifier, - ACTIONS(3007), 1, - anon_sym_STAR, - ACTIONS(3009), 1, + ACTIONS(3021), 1, anon_sym_LBRACE, - STATE(1685), 1, + ACTIONS(3025), 1, + sym_html_character_reference, + ACTIONS(3027), 1, + anon_sym_LT, + ACTIONS(3029), 1, + anon_sym_LT_SLASH, + STATE(1390), 1, + sym_jsx_closing_element, + STATE(1686), 1, sym_comment, - STATE(1970), 1, - sym_string, - STATE(2642), 1, - sym_import_clause, - STATE(2752), 2, - sym_namespace_import, - sym_named_imports, - ACTIONS(3011), 4, - anon_sym_LPAREN, - anon_sym_DOT, - sym_optional_chain, - anon_sym_BQUOTE, - [84849] = 12, + STATE(1687), 1, + sym_jsx_opening_element, + STATE(1695), 1, + aux_sym_jsx_element_repeat1, + ACTIONS(3023), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(1802), 4, + sym_jsx_element, + sym_jsx_text, + sym_jsx_expression, + sym_jsx_self_closing_element, + [84881] = 11, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3021), 1, + anon_sym_LBRACE, + ACTIONS(3025), 1, + sym_html_character_reference, + ACTIONS(3027), 1, + anon_sym_LT, + ACTIONS(3031), 1, + anon_sym_LT_SLASH, + STATE(1692), 1, + aux_sym_jsx_element_repeat1, + STATE(1798), 1, + sym_jsx_closing_element, + ACTIONS(3023), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(1687), 2, + sym_jsx_opening_element, + sym_comment, + STATE(1802), 4, + sym_jsx_element, + sym_jsx_text, + sym_jsx_expression, + sym_jsx_self_closing_element, + [84920] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130365,287 +130305,259 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(3005), 1, + ACTIONS(3013), 1, sym_identifier, - ACTIONS(3007), 1, + ACTIONS(3015), 1, anon_sym_STAR, - ACTIONS(3009), 1, + ACTIONS(3017), 1, anon_sym_LBRACE, - STATE(1686), 1, + STATE(1688), 1, sym_comment, - STATE(2044), 1, + STATE(1972), 1, sym_string, - STATE(2582), 1, + STATE(2644), 1, sym_import_clause, - STATE(2752), 2, + STATE(2754), 2, sym_namespace_import, sym_named_imports, - ACTIONS(3011), 4, + ACTIONS(3019), 4, anon_sym_LPAREN, anon_sym_DOT, sym_optional_chain, anon_sym_BQUOTE, - [84890] = 12, + [84961] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3013), 1, + ACTIONS(3021), 1, anon_sym_LBRACE, - ACTIONS(3017), 1, + ACTIONS(3025), 1, sym_html_character_reference, - ACTIONS(3019), 1, + ACTIONS(3027), 1, anon_sym_LT, - ACTIONS(3021), 1, + ACTIONS(3033), 1, anon_sym_LT_SLASH, - STATE(1389), 1, - sym_jsx_closing_element, STATE(1687), 1, - sym_comment, - STATE(1689), 1, sym_jsx_opening_element, - STATE(1691), 1, + STATE(1689), 1, + sym_comment, + STATE(1698), 1, aux_sym_jsx_element_repeat1, - ACTIONS(3015), 2, + STATE(1893), 1, + sym_jsx_closing_element, + ACTIONS(3023), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1820), 4, + STATE(1802), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [84931] = 12, + [85002] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, ACTIONS(3013), 1, - anon_sym_LBRACE, + sym_identifier, + ACTIONS(3015), 1, + anon_sym_STAR, ACTIONS(3017), 1, - sym_html_character_reference, - ACTIONS(3019), 1, - anon_sym_LT, - ACTIONS(3023), 1, - anon_sym_LT_SLASH, - STATE(1688), 1, + anon_sym_LBRACE, + STATE(1690), 1, sym_comment, - STATE(1689), 1, - sym_jsx_opening_element, - STATE(1697), 1, - aux_sym_jsx_element_repeat1, - STATE(1791), 1, - sym_jsx_closing_element, - ACTIONS(3015), 2, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - STATE(1820), 4, - sym_jsx_element, - sym_jsx_text, - sym_jsx_expression, - sym_jsx_self_closing_element, - [84972] = 11, + STATE(1924), 1, + sym_string, + STATE(2577), 1, + sym_import_clause, + STATE(2754), 2, + sym_namespace_import, + sym_named_imports, + ACTIONS(3019), 4, + anon_sym_LPAREN, + anon_sym_DOT, + sym_optional_chain, + anon_sym_BQUOTE, + [85043] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, ACTIONS(3013), 1, - anon_sym_LBRACE, + sym_identifier, + ACTIONS(3015), 1, + anon_sym_STAR, ACTIONS(3017), 1, - sym_html_character_reference, - ACTIONS(3019), 1, - anon_sym_LT, - ACTIONS(3023), 1, - anon_sym_LT_SLASH, - STATE(1688), 1, - aux_sym_jsx_element_repeat1, - STATE(1797), 1, - sym_jsx_closing_element, - ACTIONS(3015), 2, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - STATE(1689), 2, - sym_jsx_opening_element, + anon_sym_LBRACE, + STATE(1691), 1, sym_comment, - STATE(1820), 4, - sym_jsx_element, - sym_jsx_text, - sym_jsx_expression, - sym_jsx_self_closing_element, - [85011] = 12, + STATE(1963), 1, + sym_string, + STATE(2714), 1, + sym_import_clause, + STATE(2754), 2, + sym_namespace_import, + sym_named_imports, + ACTIONS(3019), 4, + anon_sym_LPAREN, + anon_sym_DOT, + sym_optional_chain, + anon_sym_BQUOTE, + [85084] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3013), 1, + ACTIONS(3021), 1, anon_sym_LBRACE, - ACTIONS(3017), 1, + ACTIONS(3025), 1, sym_html_character_reference, - ACTIONS(3019), 1, + ACTIONS(3027), 1, anon_sym_LT, - ACTIONS(3025), 1, + ACTIONS(3031), 1, anon_sym_LT_SLASH, - STATE(1185), 1, - sym_jsx_closing_element, - STATE(1689), 1, + STATE(1687), 1, sym_jsx_opening_element, - STATE(1690), 1, + STATE(1692), 1, sym_comment, - STATE(1694), 1, + STATE(1698), 1, aux_sym_jsx_element_repeat1, - ACTIONS(3015), 2, + STATE(1792), 1, + sym_jsx_closing_element, + ACTIONS(3023), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1820), 4, + STATE(1802), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85052] = 12, + [85125] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3013), 1, + ACTIONS(3021), 1, anon_sym_LBRACE, - ACTIONS(3017), 1, + ACTIONS(3025), 1, sym_html_character_reference, - ACTIONS(3019), 1, + ACTIONS(3027), 1, anon_sym_LT, - ACTIONS(3021), 1, + ACTIONS(3035), 1, anon_sym_LT_SLASH, - STATE(1317), 1, + STATE(1108), 1, sym_jsx_closing_element, - STATE(1689), 1, + STATE(1687), 1, sym_jsx_opening_element, - STATE(1691), 1, + STATE(1693), 1, sym_comment, - STATE(1697), 1, + STATE(1698), 1, aux_sym_jsx_element_repeat1, - ACTIONS(3015), 2, + ACTIONS(3023), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1820), 4, + STATE(1802), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85093] = 12, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(2652), 1, - anon_sym_DQUOTE, - ACTIONS(2654), 1, - anon_sym_SQUOTE, - ACTIONS(3005), 1, - sym_identifier, - ACTIONS(3007), 1, - anon_sym_STAR, - ACTIONS(3009), 1, - anon_sym_LBRACE, - STATE(1692), 1, - sym_comment, - STATE(1981), 1, - sym_string, - STATE(2704), 1, - sym_import_clause, - STATE(2752), 2, - sym_namespace_import, - sym_named_imports, - ACTIONS(3011), 4, - anon_sym_LPAREN, - anon_sym_DOT, - sym_optional_chain, - anon_sym_BQUOTE, - [85134] = 12, + [85166] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3013), 1, + ACTIONS(3021), 1, anon_sym_LBRACE, - ACTIONS(3017), 1, + ACTIONS(3025), 1, sym_html_character_reference, - ACTIONS(3019), 1, - anon_sym_LT, ACTIONS(3027), 1, + anon_sym_LT, + ACTIONS(3035), 1, anon_sym_LT_SLASH, - STATE(1689), 1, + STATE(1186), 1, + sym_jsx_closing_element, + STATE(1687), 1, sym_jsx_opening_element, STATE(1693), 1, - sym_comment, - STATE(1697), 1, aux_sym_jsx_element_repeat1, - STATE(1882), 1, - sym_jsx_closing_element, - ACTIONS(3015), 2, + STATE(1694), 1, + sym_comment, + ACTIONS(3023), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1820), 4, + STATE(1802), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85175] = 12, + [85207] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3013), 1, + ACTIONS(3021), 1, anon_sym_LBRACE, - ACTIONS(3017), 1, + ACTIONS(3025), 1, sym_html_character_reference, - ACTIONS(3019), 1, + ACTIONS(3027), 1, anon_sym_LT, - ACTIONS(3025), 1, + ACTIONS(3029), 1, anon_sym_LT_SLASH, - STATE(1108), 1, + STATE(1316), 1, sym_jsx_closing_element, - STATE(1689), 1, + STATE(1687), 1, sym_jsx_opening_element, - STATE(1694), 1, + STATE(1695), 1, sym_comment, - STATE(1697), 1, + STATE(1698), 1, aux_sym_jsx_element_repeat1, - ACTIONS(3015), 2, + ACTIONS(3023), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1820), 4, + STATE(1802), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85216] = 12, + [85248] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3013), 1, + ACTIONS(3021), 1, anon_sym_LBRACE, - ACTIONS(3017), 1, + ACTIONS(3025), 1, sym_html_character_reference, - ACTIONS(3019), 1, - anon_sym_LT, ACTIONS(3027), 1, + anon_sym_LT, + ACTIONS(3033), 1, anon_sym_LT_SLASH, - STATE(1689), 1, + STATE(1687), 1, sym_jsx_opening_element, - STATE(1693), 1, + STATE(1689), 1, aux_sym_jsx_element_repeat1, - STATE(1695), 1, + STATE(1696), 1, sym_comment, - STATE(1880), 1, + STATE(1891), 1, sym_jsx_closing_element, - ACTIONS(3015), 2, + ACTIONS(3023), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1820), 4, + STATE(1802), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85257] = 12, + [85289] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -130654,886 +130566,886 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(3005), 1, + ACTIONS(3013), 1, sym_identifier, - ACTIONS(3007), 1, + ACTIONS(3015), 1, anon_sym_STAR, - ACTIONS(3009), 1, + ACTIONS(3017), 1, anon_sym_LBRACE, - STATE(1696), 1, + STATE(1697), 1, sym_comment, - STATE(1956), 1, + STATE(2005), 1, sym_string, - STATE(2636), 1, + STATE(2650), 1, sym_import_clause, - STATE(2752), 2, + STATE(2754), 2, sym_namespace_import, sym_named_imports, - ACTIONS(3011), 4, + ACTIONS(3019), 4, anon_sym_LPAREN, anon_sym_DOT, sym_optional_chain, anon_sym_BQUOTE, - [85298] = 10, + [85330] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3029), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - ACTIONS(3035), 1, + ACTIONS(3043), 1, sym_html_character_reference, - ACTIONS(3038), 1, + ACTIONS(3046), 1, anon_sym_LT, - ACTIONS(3041), 1, + ACTIONS(3049), 1, anon_sym_LT_SLASH, - STATE(1689), 1, + STATE(1687), 1, sym_jsx_opening_element, - ACTIONS(3032), 2, + ACTIONS(3040), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1697), 2, + STATE(1698), 2, sym_comment, aux_sym_jsx_element_repeat1, - STATE(1820), 4, + STATE(1802), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - [85334] = 12, + [85366] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3047), 1, + ACTIONS(3055), 1, anon_sym_COLON, - ACTIONS(3049), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3051), 1, + ACTIONS(3059), 1, anon_sym_DOT, - ACTIONS(3053), 1, + ACTIONS(3061), 1, anon_sym_SLASH_GT, - STATE(1698), 1, + STATE(1699), 1, sym_comment, - STATE(1715), 1, + STATE(1729), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85373] = 12, + [85405] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3047), 1, + ACTIONS(3055), 1, anon_sym_COLON, - ACTIONS(3049), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3051), 1, + ACTIONS(3059), 1, anon_sym_DOT, - ACTIONS(3055), 1, + ACTIONS(3063), 1, anon_sym_SLASH_GT, - STATE(1699), 1, + STATE(1700), 1, sym_comment, - STATE(1726), 1, + STATE(1720), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85412] = 12, + [85444] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3047), 1, + ACTIONS(3055), 1, anon_sym_COLON, - ACTIONS(3049), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3051), 1, + ACTIONS(3059), 1, anon_sym_DOT, - ACTIONS(3057), 1, + ACTIONS(3065), 1, anon_sym_SLASH_GT, - STATE(1700), 1, + STATE(1701), 1, sym_comment, STATE(1731), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85451] = 12, + [85483] = 12, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3047), 1, + ACTIONS(3055), 1, anon_sym_COLON, - ACTIONS(3049), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3051), 1, - anon_sym_DOT, ACTIONS(3059), 1, + anon_sym_DOT, + ACTIONS(3067), 1, anon_sym_SLASH_GT, - STATE(1701), 1, + STATE(1702), 1, sym_comment, - STATE(1722), 1, + STATE(1714), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85490] = 11, + [85522] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3051), 1, + ACTIONS(3059), 1, anon_sym_DOT, - ACTIONS(3053), 1, + ACTIONS(3061), 1, anon_sym_SLASH_GT, - STATE(1702), 1, + STATE(1703), 1, sym_comment, - STATE(1714), 1, + STATE(1727), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85526] = 11, + [85558] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3055), 1, + anon_sym_COLON, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3051), 1, - anon_sym_DOT, - ACTIONS(3059), 1, + ACTIONS(3061), 1, anon_sym_SLASH_GT, - STATE(1703), 1, + STATE(1704), 1, sym_comment, - STATE(1724), 1, + STATE(1711), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85562] = 11, + [85594] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3047), 1, + ACTIONS(3055), 1, anon_sym_COLON, - ACTIONS(3049), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3055), 1, + ACTIONS(3063), 1, anon_sym_SLASH_GT, - STATE(1704), 1, + STATE(1705), 1, sym_comment, - STATE(1723), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85598] = 11, + [85630] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3047), 1, - anon_sym_COLON, - ACTIONS(3049), 1, + ACTIONS(3057), 1, anon_sym_GT, ACTIONS(3059), 1, + anon_sym_DOT, + ACTIONS(3065), 1, anon_sym_SLASH_GT, - STATE(1705), 1, + STATE(1706), 1, sym_comment, - STATE(1710), 1, + STATE(1732), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85634] = 11, + [85666] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3047), 1, - anon_sym_COLON, - ACTIONS(3049), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3053), 1, + ACTIONS(3059), 1, + anon_sym_DOT, + ACTIONS(3063), 1, anon_sym_SLASH_GT, - STATE(1706), 1, + STATE(1707), 1, sym_comment, - STATE(1717), 1, + STATE(1718), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85670] = 11, + [85702] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3047), 1, + ACTIONS(3055), 1, anon_sym_COLON, - ACTIONS(3049), 1, - anon_sym_GT, ACTIONS(3057), 1, + anon_sym_GT, + ACTIONS(3067), 1, anon_sym_SLASH_GT, - STATE(1707), 1, + STATE(1708), 1, sym_comment, - STATE(1732), 1, + STATE(1733), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85706] = 11, + [85738] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3051), 1, + ACTIONS(3059), 1, anon_sym_DOT, - ACTIONS(3057), 1, + ACTIONS(3067), 1, anon_sym_SLASH_GT, - STATE(1708), 1, + STATE(1709), 1, sym_comment, - STATE(1730), 1, + STATE(1716), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85742] = 11, + [85774] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, - anon_sym_GT, - ACTIONS(3051), 1, - anon_sym_DOT, ACTIONS(3055), 1, + anon_sym_COLON, + ACTIONS(3057), 1, + anon_sym_GT, + ACTIONS(3065), 1, anon_sym_SLASH_GT, - STATE(1709), 1, + STATE(1710), 1, sym_comment, - STATE(1727), 1, + STATE(1730), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85778] = 10, + [85810] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3061), 1, + ACTIONS(3069), 1, anon_sym_GT, - ACTIONS(3063), 1, + ACTIONS(3071), 1, anon_sym_SLASH_GT, - STATE(1710), 1, + STATE(1711), 1, sym_comment, - STATE(1721), 1, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85811] = 9, + [85843] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3065), 1, + ACTIONS(3073), 1, anon_sym_LBRACE, - ACTIONS(3067), 1, + ACTIONS(3075), 1, anon_sym_LT, - ACTIONS(3069), 1, + ACTIONS(3077), 1, anon_sym_DQUOTE, - ACTIONS(3071), 1, + ACTIONS(3079), 1, anon_sym_SQUOTE, - STATE(1695), 1, + STATE(1696), 1, sym_jsx_opening_element, - STATE(1711), 1, + STATE(1712), 1, sym_comment, - STATE(1872), 4, + STATE(1875), 4, sym_jsx_element, sym_jsx_expression, sym_jsx_self_closing_element, sym__jsx_string, - [85842] = 10, + [85874] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3073), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3075), 1, + ACTIONS(3065), 1, anon_sym_SLASH_GT, - STATE(1712), 1, + STATE(1713), 1, sym_comment, - STATE(1721), 1, + STATE(1724), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85875] = 10, + [85907] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3081), 1, anon_sym_GT, - ACTIONS(3057), 1, + ACTIONS(3083), 1, anon_sym_SLASH_GT, - STATE(1713), 1, + STATE(1714), 1, sym_comment, - STATE(1729), 1, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85908] = 10, + [85940] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3077), 1, + ACTIONS(3085), 1, anon_sym_GT, - ACTIONS(3079), 1, + ACTIONS(3087), 1, anon_sym_SLASH_GT, - STATE(1714), 1, + STATE(1715), 1, sym_comment, - STATE(1721), 1, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85941] = 10, + [85973] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, + ACTIONS(3089), 1, anon_sym_GT, - ACTIONS(3083), 1, + ACTIONS(3091), 1, anon_sym_SLASH_GT, - STATE(1715), 1, + STATE(1716), 1, sym_comment, - STATE(1721), 1, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [85974] = 10, + [86006] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3085), 1, anon_sym_GT, - ACTIONS(3055), 1, + ACTIONS(3093), 1, anon_sym_SLASH_GT, - STATE(1716), 1, + STATE(1717), 1, sym_comment, STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86007] = 10, + [86039] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3061), 1, + ACTIONS(3089), 1, anon_sym_GT, - ACTIONS(3085), 1, + ACTIONS(3095), 1, anon_sym_SLASH_GT, - STATE(1717), 1, + STATE(1718), 1, sym_comment, - STATE(1721), 1, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86040] = 10, + [86072] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3085), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3097), 1, anon_sym_SLASH_GT, - STATE(1718), 1, + STATE(1719), 1, sym_comment, - STATE(1725), 1, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86073] = 10, + [86105] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3049), 1, + ACTIONS(3081), 1, anon_sym_GT, - ACTIONS(3053), 1, + ACTIONS(3099), 1, anon_sym_SLASH_GT, - STATE(1712), 1, - aux_sym_jsx_opening_element_repeat1, - STATE(1719), 1, + STATE(1720), 1, sym_comment, - STATE(1831), 1, + STATE(1728), 1, + aux_sym_jsx_opening_element_repeat1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86106] = 9, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3065), 1, - anon_sym_LBRACE, - ACTIONS(3067), 1, - anon_sym_LT, - ACTIONS(3069), 1, - anon_sym_DQUOTE, - ACTIONS(3071), 1, - anon_sym_SQUOTE, - STATE(1695), 1, - sym_jsx_opening_element, - STATE(1720), 1, - sym_comment, - STATE(1868), 4, - sym_jsx_element, - sym_jsx_expression, - sym_jsx_self_closing_element, - sym__jsx_string, - [86137] = 8, + [86138] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3090), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - STATE(1831), 1, - sym_jsx_namespace_name, - ACTIONS(3087), 2, - sym_jsx_identifier, - sym_identifier, - ACTIONS(3093), 2, + ACTIONS(3069), 1, anon_sym_GT, + ACTIONS(3101), 1, anon_sym_SLASH_GT, - STATE(1721), 2, + STATE(1721), 1, sym_comment, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1845), 2, + STATE(1790), 1, + sym_jsx_namespace_name, + ACTIONS(3051), 2, + sym_jsx_identifier, + sym_identifier, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86166] = 10, + [86171] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3095), 1, + ACTIONS(3067), 1, anon_sym_SLASH_GT, - STATE(1721), 1, + STATE(1719), 1, aux_sym_jsx_opening_element_repeat1, STATE(1722), 1, sym_comment, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86199] = 10, + [86204] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3061), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3097), 1, + ACTIONS(3063), 1, anon_sym_SLASH_GT, - STATE(1721), 1, + STATE(1715), 1, aux_sym_jsx_opening_element_repeat1, STATE(1723), 1, sym_comment, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86232] = 10, + [86237] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3077), 1, + ACTIONS(3085), 1, anon_sym_GT, - ACTIONS(3099), 1, + ACTIONS(3103), 1, anon_sym_SLASH_GT, - STATE(1721), 1, - aux_sym_jsx_opening_element_repeat1, STATE(1724), 1, sym_comment, - STATE(1831), 1, + STATE(1728), 1, + aux_sym_jsx_opening_element_repeat1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86265] = 10, + [86270] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3073), 1, + ACTIONS(3057), 1, anon_sym_GT, - ACTIONS(3101), 1, + ACTIONS(3061), 1, anon_sym_SLASH_GT, - STATE(1721), 1, + STATE(1717), 1, aux_sym_jsx_opening_element_repeat1, STATE(1725), 1, sym_comment, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86298] = 10, - ACTIONS(3), 1, - aux_sym_comment_token1, + [86303] = 9, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3073), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, - anon_sym_GT, - ACTIONS(3103), 1, - anon_sym_SLASH_GT, - STATE(1721), 1, - aux_sym_jsx_opening_element_repeat1, + ACTIONS(3075), 1, + anon_sym_LT, + ACTIONS(3077), 1, + anon_sym_DQUOTE, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + STATE(1696), 1, + sym_jsx_opening_element, STATE(1726), 1, sym_comment, - STATE(1831), 1, - sym_jsx_namespace_name, - ACTIONS(3043), 2, - sym_jsx_identifier, - sym_identifier, - STATE(1845), 2, + STATE(1876), 4, + sym_jsx_element, sym_jsx_expression, - sym_jsx_attribute, - [86331] = 10, + sym_jsx_self_closing_element, + sym__jsx_string, + [86334] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3077), 1, + ACTIONS(3089), 1, anon_sym_GT, ACTIONS(3105), 1, anon_sym_SLASH_GT, - STATE(1721), 1, - aux_sym_jsx_opening_element_repeat1, STATE(1727), 1, sym_comment, - STATE(1831), 1, + STATE(1728), 1, + aux_sym_jsx_opening_element_repeat1, + STATE(1790), 1, + sym_jsx_namespace_name, + ACTIONS(3051), 2, + sym_jsx_identifier, + sym_identifier, + STATE(1888), 2, + sym_jsx_expression, + sym_jsx_attribute, + [86367] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3110), 1, + anon_sym_LBRACE, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3107), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + ACTIONS(3113), 2, + anon_sym_GT, + anon_sym_SLASH_GT, + STATE(1728), 2, + sym_comment, + aux_sym_jsx_opening_element_repeat1, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86364] = 10, + [86396] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3073), 1, + ACTIONS(3081), 1, anon_sym_GT, - ACTIONS(3107), 1, + ACTIONS(3115), 1, anon_sym_SLASH_GT, - STATE(1721), 1, - aux_sym_jsx_opening_element_repeat1, STATE(1728), 1, + aux_sym_jsx_opening_element_repeat1, + STATE(1729), 1, sym_comment, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86397] = 10, + [86429] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3073), 1, + ACTIONS(3069), 1, anon_sym_GT, - ACTIONS(3109), 1, + ACTIONS(3117), 1, anon_sym_SLASH_GT, - STATE(1721), 1, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1729), 1, + STATE(1730), 1, sym_comment, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86430] = 10, + [86462] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3077), 1, + ACTIONS(3081), 1, anon_sym_GT, - ACTIONS(3111), 1, + ACTIONS(3119), 1, anon_sym_SLASH_GT, - STATE(1721), 1, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1730), 1, + STATE(1731), 1, sym_comment, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86463] = 10, + [86495] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, + ACTIONS(3089), 1, anon_sym_GT, - ACTIONS(3113), 1, + ACTIONS(3121), 1, anon_sym_SLASH_GT, - STATE(1721), 1, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1731), 1, + STATE(1732), 1, sym_comment, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86496] = 10, + [86528] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3045), 1, + ACTIONS(3053), 1, anon_sym_LBRACE, - ACTIONS(3061), 1, + ACTIONS(3069), 1, anon_sym_GT, - ACTIONS(3115), 1, + ACTIONS(3123), 1, anon_sym_SLASH_GT, - STATE(1721), 1, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1732), 1, + STATE(1733), 1, sym_comment, - STATE(1831), 1, + STATE(1790), 1, sym_jsx_namespace_name, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_jsx_identifier, sym_identifier, - STATE(1845), 2, + STATE(1888), 2, sym_jsx_expression, sym_jsx_attribute, - [86529] = 11, + [86561] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131542,21 +131454,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3117), 1, + ACTIONS(3125), 1, sym_identifier, - ACTIONS(3119), 1, + ACTIONS(3127), 1, anon_sym_COMMA, - ACTIONS(3121), 1, + ACTIONS(3129), 1, anon_sym_RBRACE, - STATE(1733), 1, + STATE(1734), 1, sym_comment, - STATE(1972), 1, + STATE(1932), 1, sym_string, - STATE(2046), 1, + STATE(2111), 1, sym_export_specifier, - STATE(2121), 1, + STATE(2112), 1, sym__module_export_name, - [86563] = 11, + [86595] = 11, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131565,68 +131477,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3123), 1, + ACTIONS(3131), 1, sym_identifier, - ACTIONS(3125), 1, + ACTIONS(3133), 1, anon_sym_COMMA, - ACTIONS(3127), 1, + ACTIONS(3135), 1, anon_sym_RBRACE, - STATE(1734), 1, + STATE(1735), 1, sym_comment, - STATE(1972), 1, + STATE(1932), 1, sym_string, - STATE(2099), 1, + STATE(2123), 1, sym_import_specifier, - STATE(2786), 1, + STATE(2784), 1, sym__module_export_name, - [86597] = 9, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1243), 1, - anon_sym_RBRACE, - ACTIONS(3129), 1, - anon_sym_COMMA, - ACTIONS(3131), 1, - anon_sym_EQ, - STATE(1735), 1, - sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(2809), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [86626] = 9, + [86629] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3133), 1, + ACTIONS(3137), 1, sym_identifier, STATE(1736), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(2042), 1, + STATE(1973), 1, sym_variable_declarator, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [86655] = 4, + [86658] = 10, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3125), 1, + sym_identifier, + ACTIONS(3139), 1, + anon_sym_RBRACE, + STATE(1737), 1, + sym_comment, + STATE(1932), 1, + sym_string, + STATE(2112), 1, + sym__module_export_name, + STATE(2221), 1, + sym_export_specifier, + [86689] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1737), 1, + STATE(1738), 1, sym_comment, - ACTIONS(3135), 7, + ACTIONS(3141), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -131634,99 +131547,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [86674] = 6, + [86708] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3047), 1, - anon_sym_COLON, - ACTIONS(3139), 1, - anon_sym_EQ, - STATE(1738), 1, - sym_comment, - ACTIONS(3137), 5, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [86697] = 9, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3129), 1, - anon_sym_COMMA, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, ACTIONS(3131), 1, - anon_sym_EQ, - ACTIONS(3141), 1, - anon_sym_RBRACE, - STATE(1739), 1, - sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(2809), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [86726] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - ACTIONS(3133), 1, sym_identifier, - STATE(1740), 1, - sym_comment, - STATE(1874), 1, - sym__destructuring_pattern, - STATE(2139), 1, - sym_variable_declarator, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - [86755] = 9, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3129), 1, - anon_sym_COMMA, - ACTIONS(3131), 1, - anon_sym_EQ, ACTIONS(3143), 1, anon_sym_RBRACE, - STATE(1741), 1, - sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(2809), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [86784] = 4, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1742), 1, + STATE(1739), 1, sym_comment, - ACTIONS(3145), 7, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_EQ, - anon_sym_RBRACK, - [86803] = 10, + STATE(1932), 1, + sym_string, + STATE(2302), 1, + sym_import_specifier, + STATE(2784), 1, + sym__module_export_name, + [86739] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131735,66 +131577,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3123), 1, + ACTIONS(3131), 1, sym_identifier, - ACTIONS(3147), 1, + ACTIONS(3145), 1, anon_sym_RBRACE, - STATE(1743), 1, + STATE(1740), 1, sym_comment, - STATE(1972), 1, + STATE(1932), 1, sym_string, - STATE(2246), 1, + STATE(2302), 1, sym_import_specifier, - STATE(2786), 1, + STATE(2784), 1, sym__module_export_name, - [86834] = 9, + [86770] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3133), 1, + ACTIONS(3137), 1, sym_identifier, - STATE(1744), 1, + STATE(1741), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(1990), 1, + STATE(2000), 1, sym_variable_declarator, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [86863] = 9, + [86799] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3133), 1, + ACTIONS(3137), 1, sym_identifier, - STATE(1745), 1, + STATE(1742), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(1991), 1, + STATE(1975), 1, sym_variable_declarator, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [86892] = 4, + [86828] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1746), 1, + ACTIONS(1243), 1, + anon_sym_RBRACE, + ACTIONS(3147), 1, + anon_sym_COMMA, + ACTIONS(3149), 1, + anon_sym_EQ, + STATE(1743), 1, + sym_comment, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + STATE(2158), 1, + aux_sym_object_repeat1, + ACTIONS(2838), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [86857] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1744), 1, sym_comment, - ACTIONS(3149), 7, + ACTIONS(3151), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -131802,95 +131664,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [86911] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - ACTIONS(3151), 1, - sym_identifier, - STATE(1747), 1, - sym_comment, - STATE(1758), 1, - sym__destructuring_pattern, - STATE(1985), 1, - sym_variable_declarator, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - [86940] = 9, + [86876] = 9, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1213), 1, + anon_sym_RBRACE, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1245), 1, - anon_sym_RBRACE, - ACTIONS(3129), 1, + ACTIONS(3147), 1, anon_sym_COMMA, - ACTIONS(3131), 1, + ACTIONS(3149), 1, anon_sym_EQ, - STATE(1748), 1, + STATE(1745), 1, sym_comment, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - STATE(2118), 1, + STATE(2158), 1, aux_sym_object_repeat1, - ACTIONS(2809), 2, + ACTIONS(2838), 2, anon_sym_LPAREN, anon_sym_COLON, - [86969] = 10, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(3117), 1, - sym_identifier, - ACTIONS(3153), 1, - anon_sym_RBRACE, - STATE(1749), 1, - sym_comment, - STATE(1972), 1, - sym_string, - STATE(2121), 1, - sym__module_export_name, - STATE(2227), 1, - sym_export_specifier, - [87000] = 9, + [86905] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3129), 1, + ACTIONS(3147), 1, anon_sym_COMMA, - ACTIONS(3131), 1, + ACTIONS(3149), 1, anon_sym_EQ, - ACTIONS(3155), 1, + ACTIONS(3153), 1, anon_sym_RBRACE, - STATE(1750), 1, + STATE(1746), 1, sym_comment, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - STATE(2118), 1, + STATE(2115), 1, aux_sym_object_repeat1, - ACTIONS(2809), 2, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(2838), 2, anon_sym_LPAREN, anon_sym_COLON, - [87029] = 4, + [86934] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1751), 1, + STATE(1747), 1, sym_comment, - ACTIONS(3157), 7, + ACTIONS(3155), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -131898,68 +131719,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [87048] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, + [86953] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - ACTIONS(3159), 1, - sym_identifier, - STATE(1752), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1748), 1, sym_comment, - STATE(1759), 1, - sym__destructuring_pattern, - STATE(1984), 1, - sym_variable_declarator, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - [87077] = 5, + ACTIONS(3157), 7, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_EQ, + anon_sym_RBRACK, + [86972] = 9, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(1245), 1, + anon_sym_RBRACE, + ACTIONS(3147), 1, + anon_sym_COMMA, + ACTIONS(3149), 1, + anon_sym_EQ, + STATE(1749), 1, + sym_comment, + STATE(2115), 1, + aux_sym_object_repeat1, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(2838), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [87001] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3055), 1, + anon_sym_COLON, ACTIONS(3161), 1, - sym__automatic_semicolon, - STATE(1753), 1, + anon_sym_EQ, + STATE(1750), 1, sym_comment, - ACTIONS(882), 6, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_else, - anon_sym_while, - anon_sym_catch, - anon_sym_finally, - [87098] = 9, + ACTIONS(3159), 5, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + sym_identifier, + [87024] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3133), 1, + ACTIONS(3137), 1, sym_identifier, - STATE(1754), 1, + STATE(1751), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(1974), 1, + STATE(1916), 1, sym_variable_declarator, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87127] = 4, + [87053] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1755), 1, + STATE(1752), 1, sym_comment, ACTIONS(3163), 7, anon_sym_COMMA, @@ -131969,7 +131806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [87146] = 10, + [87072] = 10, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -131978,994 +131815,1015 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3117), 1, + ACTIONS(3125), 1, sym_identifier, ACTIONS(3165), 1, anon_sym_RBRACE, - STATE(1756), 1, + STATE(1753), 1, sym_comment, - STATE(1972), 1, + STATE(1932), 1, sym_string, - STATE(2121), 1, + STATE(2112), 1, sym__module_export_name, - STATE(2227), 1, + STATE(2221), 1, sym_export_specifier, - [87177] = 9, + [87103] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3167), 1, + sym__automatic_semicolon, + STATE(1754), 1, + sym_comment, + ACTIONS(938), 6, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, + anon_sym_while, + anon_sym_catch, + anon_sym_finally, + [87124] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3133), 1, + ACTIONS(3137), 1, + sym_identifier, + STATE(1755), 1, + sym_comment, + STATE(1850), 1, + sym__destructuring_pattern, + STATE(1976), 1, + sym_variable_declarator, + STATE(1828), 2, + sym_object_pattern, + sym_array_pattern, + [87153] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1386), 1, + anon_sym_LBRACE, + ACTIONS(1388), 1, + anon_sym_LBRACK, + ACTIONS(3137), 1, + sym_identifier, + STATE(1756), 1, + sym_comment, + STATE(1850), 1, + sym__destructuring_pattern, + STATE(1919), 1, + sym_variable_declarator, + STATE(1828), 2, + sym_object_pattern, + sym_array_pattern, + [87182] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1386), 1, + anon_sym_LBRACE, + ACTIONS(1388), 1, + anon_sym_LBRACK, + ACTIONS(3137), 1, sym_identifier, STATE(1757), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(2043), 1, + STATE(1920), 1, sym_variable_declarator, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87206] = 7, + [87211] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2300), 1, + sym__automatic_semicolon, + STATE(1758), 1, + sym_comment, + ACTIONS(948), 6, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, + anon_sym_while, + anon_sym_catch, + anon_sym_finally, + [87232] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3147), 1, + anon_sym_COMMA, + ACTIONS(3149), 1, + anon_sym_EQ, + ACTIONS(3169), 1, + anon_sym_RBRACE, + STATE(1759), 1, + sym_comment, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + STATE(2158), 1, + aux_sym_object_repeat1, + ACTIONS(2838), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [87261] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1760), 1, + sym_comment, + ACTIONS(3171), 7, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_EQ, + anon_sym_RBRACK, + [87280] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3147), 1, + anon_sym_COMMA, + ACTIONS(3149), 1, + anon_sym_EQ, + ACTIONS(3173), 1, + anon_sym_RBRACE, + STATE(1761), 1, + sym_comment, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + STATE(2158), 1, + aux_sym_object_repeat1, + ACTIONS(2838), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [87309] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3171), 1, + ACTIONS(3179), 1, anon_sym_EQ, - STATE(1758), 1, + STATE(1762), 1, sym_comment, - STATE(2081), 1, + STATE(1879), 1, sym__initializer, - ACTIONS(3169), 2, + ACTIONS(3177), 2, anon_sym_in, anon_sym_of, - ACTIONS(3167), 3, + ACTIONS(3175), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [87231] = 7, + [87334] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3173), 1, + ACTIONS(3181), 1, anon_sym_EQ, - STATE(1759), 1, + STATE(1763), 1, sym_comment, - STATE(1852), 1, + STATE(2128), 1, sym__initializer, - ACTIONS(3169), 2, + ACTIONS(3177), 2, anon_sym_in, anon_sym_of, - ACTIONS(3167), 3, + ACTIONS(3175), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [87256] = 9, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3129), 1, - anon_sym_COMMA, - ACTIONS(3131), 1, - anon_sym_EQ, - ACTIONS(3175), 1, - anon_sym_RBRACE, - STATE(1760), 1, - sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(2809), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [87285] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1408), 1, - anon_sym_LBRACE, - ACTIONS(1410), 1, - anon_sym_LBRACK, - ACTIONS(3133), 1, - sym_identifier, - STATE(1761), 1, - sym_comment, - STATE(1874), 1, - sym__destructuring_pattern, - STATE(1929), 1, - sym_variable_declarator, - STATE(1805), 2, - sym_object_pattern, - sym_array_pattern, - [87314] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2302), 1, - sym__automatic_semicolon, - STATE(1762), 1, - sym_comment, - ACTIONS(902), 6, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_else, - anon_sym_while, - anon_sym_catch, - anon_sym_finally, - [87335] = 9, + [87359] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3133), 1, + ACTIONS(3137), 1, sym_identifier, - STATE(1763), 1, + STATE(1764), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(1973), 1, + STATE(1999), 1, sym_variable_declarator, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87364] = 9, + [87388] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3133), 1, + ACTIONS(3137), 1, sym_identifier, - STATE(1764), 1, + STATE(1765), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(1930), 1, + STATE(2182), 1, sym_variable_declarator, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87393] = 10, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(3123), 1, - sym_identifier, - ACTIONS(3177), 1, - anon_sym_RBRACE, - STATE(1765), 1, - sym_comment, - STATE(1972), 1, - sym_string, - STATE(2246), 1, - sym_import_specifier, - STATE(2786), 1, - sym__module_export_name, - [87424] = 9, + [87417] = 9, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1213), 1, - anon_sym_RBRACE, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3129), 1, + ACTIONS(3147), 1, anon_sym_COMMA, - ACTIONS(3131), 1, + ACTIONS(3149), 1, anon_sym_EQ, + ACTIONS(3183), 1, + anon_sym_RBRACE, STATE(1766), 1, sym_comment, - STATE(2078), 1, - aux_sym_object_repeat1, - STATE(2117), 1, + STATE(2116), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2809), 2, + STATE(2158), 1, + aux_sym_object_repeat1, + ACTIONS(2838), 2, anon_sym_LPAREN, anon_sym_COLON, - [87453] = 4, + [87446] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, + ACTIONS(1386), 1, + anon_sym_LBRACE, + ACTIONS(1388), 1, + anon_sym_LBRACK, + ACTIONS(3185), 1, + sym_identifier, + STATE(1762), 1, + sym__destructuring_pattern, STATE(1767), 1, sym_comment, - ACTIONS(3179), 7, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_EQ, - anon_sym_RBRACK, - [87472] = 9, + STATE(1962), 1, + sym_variable_declarator, + STATE(1828), 2, + sym_object_pattern, + sym_array_pattern, + [87475] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3133), 1, + ACTIONS(3187), 1, sym_identifier, + STATE(1763), 1, + sym__destructuring_pattern, STATE(1768), 1, sym_comment, - STATE(1874), 1, - sym__destructuring_pattern, - STATE(1950), 1, + STATE(1961), 1, sym_variable_declarator, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87501] = 9, + [87504] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1408), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(1410), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - ACTIONS(3133), 1, + ACTIONS(3137), 1, sym_identifier, STATE(1769), 1, sym_comment, - STATE(1874), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(1923), 1, + STATE(1998), 1, sym_variable_declarator, - STATE(1805), 2, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87530] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1770), 1, - sym_comment, - ACTIONS(2107), 6, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - sym_html_character_reference, - anon_sym_LT, - anon_sym_LT_SLASH, - [87548] = 8, + [87533] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1812), 1, + ACTIONS(1386), 1, anon_sym_LBRACE, - ACTIONS(3181), 1, - sym_identifier, - ACTIONS(3183), 1, + ACTIONS(1388), 1, anon_sym_LBRACK, - STATE(1771), 1, + ACTIONS(3137), 1, + sym_identifier, + STATE(1770), 1, sym_comment, - STATE(2751), 1, + STATE(1850), 1, sym__destructuring_pattern, - STATE(1746), 2, + STATE(1987), 1, + sym_variable_declarator, + STATE(1828), 2, sym_object_pattern, sym_array_pattern, - [87574] = 4, + [87562] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1772), 1, + STATE(1771), 1, sym_comment, - ACTIONS(2107), 6, + ACTIONS(2099), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87592] = 4, + [87580] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1772), 1, + sym_comment, + ACTIONS(3141), 6, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_EQ, + [87598] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1773), 1, sym_comment, - ACTIONS(2021), 6, + ACTIONS(2173), 6, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_from, anon_sym_LPAREN, anon_sym_COLON, - [87610] = 4, + [87616] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1774), 1, sym_comment, - ACTIONS(2139), 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, - [87628] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1775), 1, - sym_comment, - ACTIONS(3185), 6, + ACTIONS(2099), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87646] = 4, + [87634] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1776), 1, + STATE(1775), 1, sym_comment, - ACTIONS(3145), 6, - sym__automatic_semicolon, + ACTIONS(2187), 6, + anon_sym_as, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, - anon_sym_SEMI, - anon_sym_EQ, - [87664] = 4, + anon_sym_RBRACE, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COLON, + [87652] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1777), 1, + ACTIONS(1802), 1, + anon_sym_LBRACE, + ACTIONS(3189), 1, + sym_identifier, + ACTIONS(3191), 1, + anon_sym_LBRACK, + STATE(1776), 1, sym_comment, - ACTIONS(882), 6, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_else, - anon_sym_while, - anon_sym_catch, - anon_sym_finally, - [87682] = 4, + STATE(2793), 1, + sym__destructuring_pattern, + STATE(1747), 2, + sym_object_pattern, + sym_array_pattern, + [87678] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1778), 1, + STATE(1777), 1, sym_comment, - ACTIONS(3187), 6, + ACTIONS(2131), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87700] = 6, + [87696] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2321), 1, - anon_sym_COMMA, - STATE(1779), 1, - sym_comment, - STATE(1785), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(3189), 4, + ACTIONS(3193), 1, + anon_sym_default, + ACTIONS(3195), 1, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(3197), 1, + anon_sym_case, + STATE(1778), 1, + sym_comment, + STATE(1780), 1, + aux_sym_switch_body_repeat1, + STATE(2185), 2, + sym_switch_case, + sym_switch_default, [87722] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(3193), 1, - anon_sym_BQUOTE, - ACTIONS(3195), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1780), 1, + anon_sym_default, + ACTIONS(3197), 1, + anon_sym_case, + ACTIONS(3199), 1, + anon_sym_RBRACE, + STATE(1779), 1, sym_comment, - STATE(1823), 1, - aux_sym_template_string_repeat1, - STATE(1940), 1, - sym_template_substitution, - ACTIONS(3191), 2, - sym__template_chars, - sym_escape_sequence, + STATE(1839), 1, + aux_sym_switch_body_repeat1, + STATE(2185), 2, + sym_switch_case, + sym_switch_default, [87748] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3195), 1, - anon_sym_DOLLAR_LBRACE, + ACTIONS(3193), 1, + anon_sym_default, ACTIONS(3197), 1, - anon_sym_BQUOTE, + anon_sym_case, + ACTIONS(3201), 1, + anon_sym_RBRACE, + STATE(1780), 1, + sym_comment, + STATE(1806), 1, + aux_sym_switch_body_repeat1, + STATE(2185), 2, + sym_switch_case, + sym_switch_default, + [87774] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3131), 1, + sym_identifier, STATE(1781), 1, sym_comment, - STATE(1830), 1, - aux_sym_template_string_repeat1, - STATE(1940), 1, - sym_template_substitution, - ACTIONS(3191), 2, - sym__template_chars, - sym_escape_sequence, - [87774] = 7, + STATE(1932), 1, + sym_string, + STATE(2302), 1, + sym_import_specifier, + STATE(2784), 1, + sym__module_export_name, + [87802] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3201), 1, - anon_sym_LPAREN, - ACTIONS(3203), 1, - anon_sym_DOT, STATE(1782), 1, sym_comment, - STATE(2092), 1, - sym_arguments, - ACTIONS(3199), 3, - anon_sym_export, - anon_sym_class, - anon_sym_AT, - [87798] = 8, + ACTIONS(2362), 6, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_EQ, + [87820] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3205), 1, - anon_sym_catch, - ACTIONS(3207), 1, - anon_sym_finally, STATE(1783), 1, sym_comment, - STATE(1942), 1, - sym_catch_clause, - STATE(2714), 1, - sym_finally_clause, - ACTIONS(1446), 2, - anon_sym_else, - anon_sym_while, - [87824] = 4, + ACTIONS(3171), 6, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_EQ, + [87838] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1784), 1, sym_comment, - ACTIONS(3135), 6, - sym__automatic_semicolon, + ACTIONS(938), 6, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, - anon_sym_SEMI, - anon_sym_EQ, - [87842] = 5, + anon_sym_RBRACE, + anon_sym_else, + anon_sym_while, + anon_sym_catch, + anon_sym_finally, + [87856] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3209), 1, + ACTIONS(2319), 1, anon_sym_COMMA, - STATE(1785), 2, + STATE(1785), 1, sym_comment, + STATE(1797), 1, aux_sym_sequence_expression_repeat1, - ACTIONS(2051), 4, + ACTIONS(3203), 4, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [87862] = 4, + [87878] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1786), 1, sym_comment, - ACTIONS(2107), 6, + ACTIONS(3205), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87880] = 4, + [87896] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1787), 1, sym_comment, - ACTIONS(2107), 6, + ACTIONS(2099), 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, + [87914] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1788), 1, + sym_comment, + ACTIONS(2099), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [87898] = 8, + [87932] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3171), 1, - anon_sym_EQ, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(1788), 1, + ACTIONS(3193), 1, + anon_sym_default, + ACTIONS(3197), 1, + anon_sym_case, + ACTIONS(3207), 1, + anon_sym_RBRACE, + STATE(1789), 1, sym_comment, - STATE(2273), 1, - sym__initializer, - STATE(2434), 1, - sym_formal_parameters, - ACTIONS(3214), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [87924] = 8, + STATE(1796), 1, + aux_sym_switch_body_repeat1, + STATE(2185), 2, + sym_switch_case, + sym_switch_default, + [87958] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1812), 1, + ACTIONS(3211), 1, + anon_sym_EQ, + STATE(1790), 1, + sym_comment, + ACTIONS(3209), 5, anon_sym_LBRACE, - ACTIONS(3183), 1, - anon_sym_LBRACK, - ACTIONS(3216), 1, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, sym_identifier, - STATE(1789), 1, - sym_comment, - STATE(2791), 1, - sym__destructuring_pattern, - STATE(1746), 2, - sym_object_pattern, - sym_array_pattern, - [87950] = 8, + [87978] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3171), 1, - anon_sym_EQ, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(1790), 1, + STATE(1791), 1, sym_comment, - STATE(2272), 1, - sym__initializer, - STATE(2437), 1, - sym_formal_parameters, - ACTIONS(3218), 2, + ACTIONS(3163), 6, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, anon_sym_SEMI, - [87976] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1791), 1, - sym_comment, - ACTIONS(1969), 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, - [87994] = 4, + anon_sym_EQ, + [87996] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1792), 1, sym_comment, - ACTIONS(1965), 6, + ACTIONS(1997), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88012] = 4, + [88014] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1793), 1, sym_comment, - ACTIONS(3220), 6, + ACTIONS(1993), 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, - [88030] = 4, + [88032] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1802), 1, + anon_sym_LBRACE, + ACTIONS(3191), 1, + anon_sym_LBRACK, + ACTIONS(3213), 1, + sym_identifier, STATE(1794), 1, sym_comment, - ACTIONS(2103), 6, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - sym_html_character_reference, - anon_sym_LT, - anon_sym_LT_SLASH, - [88048] = 4, + STATE(2766), 1, + sym__destructuring_pattern, + STATE(1747), 2, + sym_object_pattern, + sym_array_pattern, + [88058] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1795), 1, sym_comment, - ACTIONS(3220), 6, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - sym_html_character_reference, - anon_sym_LT, - anon_sym_LT_SLASH, - [88066] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1796), 1, - sym_comment, - ACTIONS(3220), 6, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - sym_html_character_reference, - anon_sym_LT, - anon_sym_LT_SLASH, - [88084] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1797), 1, - sym_comment, - ACTIONS(2161), 6, + ACTIONS(2085), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88102] = 8, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1904), 1, - anon_sym_DOT, - ACTIONS(1910), 1, - anon_sym_BQUOTE, - ACTIONS(3222), 1, - sym_optional_chain, - STATE(1798), 1, - sym_comment, - STATE(1104), 2, - sym_template_string, - sym_arguments, - [88128] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1799), 1, - sym_comment, - ACTIONS(3224), 6, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_DOT, - anon_sym_SLASH_GT, - sym_identifier, - [88146] = 7, + [88076] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3226), 1, + ACTIONS(3193), 1, anon_sym_default, - ACTIONS(3229), 1, - anon_sym_RBRACE, - ACTIONS(3231), 1, + ACTIONS(3197), 1, anon_sym_case, - STATE(1800), 2, + ACTIONS(3215), 1, + anon_sym_RBRACE, + STATE(1796), 1, sym_comment, + STATE(1806), 1, aux_sym_switch_body_repeat1, - STATE(2148), 2, + STATE(2185), 2, sym_switch_case, sym_switch_default, - [88170] = 4, + [88102] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3217), 1, + anon_sym_COMMA, + STATE(1797), 2, + sym_comment, + aux_sym_sequence_expression_repeat1, + ACTIONS(2039), 4, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [88122] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1801), 1, + STATE(1798), 1, sym_comment, - ACTIONS(3220), 6, + ACTIONS(2161), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88188] = 4, + [88140] = 9, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, - sym_html_comment, - STATE(1802), 1, - sym_comment, - ACTIONS(3234), 6, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [88206] = 8, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1812), 1, - anon_sym_LBRACE, - ACTIONS(3183), 1, - anon_sym_LBRACK, - ACTIONS(3236), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3125), 1, sym_identifier, - STATE(1803), 1, + STATE(1799), 1, sym_comment, - STATE(2764), 1, - sym__destructuring_pattern, - STATE(1746), 2, - sym_object_pattern, - sym_array_pattern, - [88232] = 8, + STATE(1932), 1, + sym_string, + STATE(2112), 1, + sym__module_export_name, + STATE(2221), 1, + sym_export_specifier, + [88168] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, - ACTIONS(3183), 1, + ACTIONS(3191), 1, anon_sym_LBRACK, - ACTIONS(3238), 1, + ACTIONS(3220), 1, sym_identifier, - STATE(1804), 1, + STATE(1800), 1, sym_comment, - STATE(2856), 1, + STATE(2809), 1, sym__destructuring_pattern, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - [88258] = 4, + [88194] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1805), 1, + ACTIONS(3181), 1, + anon_sym_EQ, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(1801), 1, sym_comment, - ACTIONS(3149), 6, + STATE(2349), 1, + sym__initializer, + STATE(2614), 1, + sym_formal_parameters, + ACTIONS(3224), 2, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_in, - anon_sym_of, anon_sym_SEMI, - anon_sym_EQ, - [88276] = 4, + [88220] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1806), 1, + STATE(1802), 1, sym_comment, - ACTIONS(3240), 6, + ACTIONS(3226), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88294] = 8, + [88238] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3171), 1, - anon_sym_EQ, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(1807), 1, + STATE(1803), 1, sym_comment, - STATE(2395), 1, - sym_formal_parameters, - STATE(2514), 1, - sym__initializer, - ACTIONS(3242), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [88320] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, + ACTIONS(3228), 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, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(3117), 1, - sym_identifier, - STATE(1808), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3193), 1, + anon_sym_default, + ACTIONS(3197), 1, + anon_sym_case, + ACTIONS(3230), 1, + anon_sym_RBRACE, + STATE(1804), 1, sym_comment, - STATE(1972), 1, - sym_string, - STATE(2121), 1, - sym__module_export_name, - STATE(2227), 1, - sym_export_specifier, - [88348] = 4, + STATE(1806), 1, + aux_sym_switch_body_repeat1, + STATE(2185), 2, + sym_switch_case, + sym_switch_default, + [88282] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1809), 1, + ACTIONS(3181), 1, + anon_sym_EQ, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(1805), 1, sym_comment, - ACTIONS(3179), 6, + STATE(2242), 1, + sym__initializer, + STATE(2622), 1, + sym_formal_parameters, + ACTIONS(3232), 2, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_in, - anon_sym_of, anon_sym_SEMI, - anon_sym_EQ, - [88366] = 8, - ACTIONS(3), 1, - aux_sym_comment_token1, + [88308] = 7, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1812), 1, - anon_sym_LBRACE, - ACTIONS(3183), 1, - anon_sym_LBRACK, - ACTIONS(3244), 1, - sym_identifier, - STATE(1810), 1, - sym_comment, - STATE(2255), 1, - sym__destructuring_pattern, - STATE(1746), 2, - sym_object_pattern, - sym_array_pattern, - [88392] = 8, - ACTIONS(3), 1, + ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3234), 1, + anon_sym_default, + ACTIONS(3237), 1, + anon_sym_RBRACE, + ACTIONS(3239), 1, + anon_sym_case, + STATE(1806), 2, + sym_comment, + aux_sym_switch_body_repeat1, + STATE(2185), 2, + sym_switch_case, + sym_switch_default, + [88332] = 7, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1812), 1, - anon_sym_LBRACE, - ACTIONS(3183), 1, - anon_sym_LBRACK, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3244), 1, + anon_sym_LPAREN, ACTIONS(3246), 1, - sym_identifier, - STATE(1811), 1, + anon_sym_DOT, + STATE(1807), 1, sym_comment, - STATE(1933), 1, - sym__destructuring_pattern, - STATE(1746), 2, - sym_object_pattern, - sym_array_pattern, - [88418] = 8, + STATE(2152), 1, + sym_arguments, + ACTIONS(3242), 3, + anon_sym_export, + anon_sym_class, + anon_sym_AT, + [88356] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3248), 1, - anon_sym_default, ACTIONS(3250), 1, - anon_sym_RBRACE, + anon_sym_BQUOTE, ACTIONS(3252), 1, - anon_sym_case, - STATE(1800), 1, - aux_sym_switch_body_repeat1, - STATE(1812), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1808), 1, sym_comment, - STATE(2148), 2, - sym_switch_case, - sym_switch_default, - [88444] = 8, + STATE(1820), 1, + aux_sym_template_string_repeat1, + STATE(1942), 1, + sym_template_substitution, + ACTIONS(3248), 2, + sym__template_chars, + sym_escape_sequence, + [88382] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1812), 1, + ACTIONS(1802), 1, anon_sym_LBRACE, - ACTIONS(3183), 1, + ACTIONS(3191), 1, anon_sym_LBRACK, ACTIONS(3254), 1, sym_identifier, - STATE(1813), 1, + STATE(1809), 1, sym_comment, - STATE(2807), 1, + STATE(2755), 1, sym__destructuring_pattern, - STATE(1746), 2, + STATE(1747), 2, sym_object_pattern, sym_array_pattern, - [88470] = 8, + [88408] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3248), 1, - anon_sym_default, ACTIONS(3252), 1, - anon_sym_case, + anon_sym_DOLLAR_LBRACE, ACTIONS(3256), 1, - anon_sym_RBRACE, - STATE(1814), 1, + anon_sym_BQUOTE, + STATE(1808), 1, + aux_sym_template_string_repeat1, + STATE(1810), 1, sym_comment, - STATE(1817), 1, - aux_sym_switch_body_repeat1, - STATE(2148), 2, - sym_switch_case, - sym_switch_default, - [88496] = 4, + STATE(1942), 1, + sym_template_substitution, + ACTIONS(3248), 2, + sym__template_chars, + sym_escape_sequence, + [88434] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1815), 1, + ACTIONS(2027), 1, + anon_sym_LPAREN, + ACTIONS(2031), 1, + anon_sym_DOT, + ACTIONS(2037), 1, + anon_sym_BQUOTE, + ACTIONS(3258), 1, + sym_optional_chain, + STATE(1811), 1, + sym_comment, + STATE(1312), 2, + sym_template_string, + sym_arguments, + [88460] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1812), 1, sym_comment, - ACTIONS(2331), 6, + ACTIONS(2336), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [88514] = 4, + [88478] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1816), 1, + STATE(1813), 1, sym_comment, ACTIONS(3157), 6, sym__automatic_semicolon, @@ -132974,1978 +132832,2012 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [88532] = 8, + [88496] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1814), 1, + sym_comment, + ACTIONS(3260), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88514] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3248), 1, - anon_sym_default, ACTIONS(3252), 1, - anon_sym_case, - ACTIONS(3258), 1, - anon_sym_RBRACE, - STATE(1800), 1, - aux_sym_switch_body_repeat1, - STATE(1817), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3262), 1, + anon_sym_BQUOTE, + STATE(1815), 1, sym_comment, - STATE(2148), 2, - sym_switch_case, - sym_switch_default, - [88558] = 4, + STATE(1820), 1, + aux_sym_template_string_repeat1, + STATE(1942), 1, + sym_template_substitution, + ACTIONS(3248), 2, + sym__template_chars, + sym_escape_sequence, + [88540] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1818), 1, + STATE(1816), 1, sym_comment, - ACTIONS(876), 6, + ACTIONS(954), 6, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_else, anon_sym_while, anon_sym_catch, anon_sym_finally, - [88576] = 4, + [88558] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3181), 1, + anon_sym_EQ, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(1817), 1, + sym_comment, + STATE(2407), 1, + sym__initializer, + STATE(2597), 1, + sym_formal_parameters, + ACTIONS(3264), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [88584] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3181), 1, + anon_sym_EQ, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(1818), 1, + sym_comment, + STATE(2402), 1, + sym__initializer, + STATE(2590), 1, + sym_formal_parameters, + ACTIONS(3266), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [88610] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1819), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(3268), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88594] = 4, + [88628] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3273), 1, + anon_sym_BQUOTE, + ACTIONS(3275), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1942), 1, + sym_template_substitution, + ACTIONS(3270), 2, + sym__template_chars, + sym_escape_sequence, + STATE(1820), 2, + sym_comment, + aux_sym_template_string_repeat1, + [88652] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1820), 1, + STATE(1821), 1, sym_comment, - ACTIONS(3262), 6, + ACTIONS(3268), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88612] = 8, + [88670] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3248), 1, + ACTIONS(3193), 1, anon_sym_default, - ACTIONS(3252), 1, + ACTIONS(3197), 1, anon_sym_case, - ACTIONS(3264), 1, + ACTIONS(3278), 1, anon_sym_RBRACE, - STATE(1800), 1, + STATE(1804), 1, aux_sym_switch_body_repeat1, - STATE(1821), 1, - sym_comment, - STATE(2148), 2, - sym_switch_case, - sym_switch_default, - [88638] = 8, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3248), 1, - anon_sym_default, - ACTIONS(3252), 1, - anon_sym_case, - ACTIONS(3266), 1, - anon_sym_RBRACE, STATE(1822), 1, sym_comment, - STATE(1828), 1, - aux_sym_switch_body_repeat1, - STATE(2148), 2, + STATE(2185), 2, sym_switch_case, sym_switch_default, - [88664] = 7, + [88696] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3271), 1, - anon_sym_BQUOTE, - ACTIONS(3273), 1, + ACTIONS(3252), 1, anon_sym_DOLLAR_LBRACE, - STATE(1940), 1, + ACTIONS(3280), 1, + anon_sym_BQUOTE, + STATE(1815), 1, + aux_sym_template_string_repeat1, + STATE(1823), 1, + sym_comment, + STATE(1942), 1, sym_template_substitution, - ACTIONS(3268), 2, + ACTIONS(3248), 2, sym__template_chars, sym_escape_sequence, - STATE(1823), 2, - sym_comment, - aux_sym_template_string_repeat1, - [88688] = 8, + [88722] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3248), 1, - anon_sym_default, - ACTIONS(3252), 1, - anon_sym_case, - ACTIONS(3276), 1, - anon_sym_RBRACE, - STATE(1800), 1, - aux_sym_switch_body_repeat1, STATE(1824), 1, sym_comment, - STATE(2148), 2, - sym_switch_case, - sym_switch_default, - [88714] = 4, + ACTIONS(3268), 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, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3282), 1, + anon_sym_catch, + ACTIONS(3284), 1, + anon_sym_finally, STATE(1825), 1, sym_comment, - ACTIONS(2340), 6, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_in, - anon_sym_of, - anon_sym_SEMI, - anon_sym_EQ, - [88732] = 4, + STATE(1931), 1, + sym_catch_clause, + STATE(2598), 1, + sym_finally_clause, + ACTIONS(1455), 2, + anon_sym_else, + anon_sym_while, + [88766] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_DOT, + ACTIONS(1908), 1, + anon_sym_BQUOTE, + ACTIONS(3286), 1, + sym_optional_chain, STATE(1826), 1, sym_comment, - ACTIONS(2366), 6, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_in, - anon_sym_of, - anon_sym_SEMI, - anon_sym_EQ, - [88750] = 8, + STATE(1158), 2, + sym_template_string, + sym_arguments, + [88792] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3171), 1, - anon_sym_EQ, - ACTIONS(3212), 1, - anon_sym_LPAREN, STATE(1827), 1, sym_comment, - STATE(2241), 1, - sym__initializer, - STATE(2508), 1, - sym_formal_parameters, - ACTIONS(3278), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [88776] = 8, + ACTIONS(3288), 6, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_DOT, + anon_sym_SLASH_GT, + sym_identifier, + [88810] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3248), 1, - anon_sym_default, - ACTIONS(3252), 1, - anon_sym_case, - ACTIONS(3280), 1, - anon_sym_RBRACE, - STATE(1800), 1, - aux_sym_switch_body_repeat1, STATE(1828), 1, sym_comment, - STATE(2148), 2, - sym_switch_case, - sym_switch_default, - [88802] = 4, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1829), 1, - sym_comment, - ACTIONS(3163), 6, + ACTIONS(3155), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [88820] = 8, + [88828] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1829), 1, + sym_comment, + ACTIONS(3290), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88846] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3195), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3282), 1, - anon_sym_BQUOTE, - STATE(1823), 1, - aux_sym_template_string_repeat1, STATE(1830), 1, sym_comment, - STATE(1940), 1, - sym_template_substitution, - ACTIONS(3191), 2, - sym__template_chars, - sym_escape_sequence, - [88846] = 5, + ACTIONS(3151), 6, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_EQ, + [88864] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3286), 1, - anon_sym_EQ, STATE(1831), 1, sym_comment, - ACTIONS(3284), 5, + ACTIONS(3292), 6, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [88866] = 8, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88882] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3248), 1, + ACTIONS(3193), 1, anon_sym_default, - ACTIONS(3252), 1, + ACTIONS(3197), 1, anon_sym_case, - ACTIONS(3288), 1, + ACTIONS(3294), 1, anon_sym_RBRACE, - STATE(1812), 1, + STATE(1806), 1, aux_sym_switch_body_repeat1, STATE(1832), 1, sym_comment, - STATE(2148), 2, + STATE(2185), 2, sym_switch_case, sym_switch_default, - [88892] = 4, + [88908] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, STATE(1833), 1, sym_comment, - ACTIONS(3290), 6, + ACTIONS(3268), 6, anon_sym_LBRACE, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, sym_html_character_reference, anon_sym_LT, anon_sym_LT_SLASH, - [88910] = 9, + [88926] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(3123), 1, - sym_identifier, STATE(1834), 1, sym_comment, - STATE(1972), 1, - sym_string, - STATE(2246), 1, - sym_import_specifier, - STATE(2786), 1, - sym__module_export_name, - [88938] = 4, + ACTIONS(3296), 6, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + sym_identifier, + [88944] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, + ACTIONS(1802), 1, + anon_sym_LBRACE, + ACTIONS(3191), 1, + anon_sym_LBRACK, + ACTIONS(3298), 1, + sym_identifier, STATE(1835), 1, sym_comment, - ACTIONS(2185), 6, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COLON, - [88956] = 8, + STATE(2826), 1, + sym__destructuring_pattern, + STATE(1747), 2, + sym_object_pattern, + sym_array_pattern, + [88970] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3195), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3292), 1, - anon_sym_BQUOTE, - STATE(1780), 1, - aux_sym_template_string_repeat1, STATE(1836), 1, sym_comment, - STATE(1940), 1, - sym_template_substitution, - ACTIONS(3191), 2, - sym__template_chars, - sym_escape_sequence, - [88982] = 8, + ACTIONS(2327), 6, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_EQ, + [88988] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3248), 1, - anon_sym_default, - ACTIONS(3252), 1, - anon_sym_case, - ACTIONS(3294), 1, - anon_sym_RBRACE, - STATE(1821), 1, - aux_sym_switch_body_repeat1, + ACTIONS(1802), 1, + anon_sym_LBRACE, + ACTIONS(3191), 1, + anon_sym_LBRACK, + ACTIONS(3300), 1, + sym_identifier, STATE(1837), 1, sym_comment, - STATE(2148), 2, - sym_switch_case, - sym_switch_default, - [89008] = 8, + STATE(2352), 1, + sym__destructuring_pattern, + STATE(1747), 2, + sym_object_pattern, + sym_array_pattern, + [89014] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3248), 1, + ACTIONS(3193), 1, anon_sym_default, - ACTIONS(3252), 1, + ACTIONS(3197), 1, anon_sym_case, - ACTIONS(3296), 1, + ACTIONS(3302), 1, anon_sym_RBRACE, - STATE(1824), 1, + STATE(1832), 1, aux_sym_switch_body_repeat1, STATE(1838), 1, sym_comment, - STATE(2148), 2, + STATE(2185), 2, sym_switch_case, sym_switch_default, - [89034] = 8, + [89040] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2035), 1, - anon_sym_LPAREN, - ACTIONS(2039), 1, - anon_sym_DOT, - ACTIONS(2045), 1, - anon_sym_BQUOTE, - ACTIONS(3298), 1, - sym_optional_chain, + ACTIONS(3193), 1, + anon_sym_default, + ACTIONS(3197), 1, + anon_sym_case, + ACTIONS(3304), 1, + anon_sym_RBRACE, + STATE(1806), 1, + aux_sym_switch_body_repeat1, STATE(1839), 1, sym_comment, - STATE(1312), 2, - sym_template_string, - sym_arguments, - [89060] = 4, + STATE(2185), 2, + sym_switch_case, + sym_switch_default, + [89066] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1840), 1, - sym_comment, - ACTIONS(3300), 5, + ACTIONS(1802), 1, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, + ACTIONS(3191), 1, + anon_sym_LBRACK, + ACTIONS(3306), 1, sym_identifier, - [89077] = 8, + STATE(1840), 1, + sym_comment, + STATE(2023), 1, + sym__destructuring_pattern, + STATE(1747), 2, + sym_object_pattern, + sym_array_pattern, + [89092] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3302), 1, + ACTIONS(3308), 1, sym_identifier, - ACTIONS(3304), 1, + ACTIONS(3310), 1, anon_sym_LBRACE, - ACTIONS(3306), 1, + ACTIONS(3312), 1, anon_sym_extends, - STATE(1352), 1, + STATE(1361), 1, sym_class_body, STATE(1841), 1, sym_comment, - STATE(2353), 1, + STATE(2627), 1, sym_class_heritage, - [89102] = 8, + [89117] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2809), 1, - anon_sym_COLON, - ACTIONS(3131), 1, - anon_sym_EQ, - ACTIONS(3308), 1, - anon_sym_COMMA, - ACTIONS(3310), 1, - anon_sym_RBRACE, + ACTIONS(3314), 1, + sym_identifier, + ACTIONS(3316), 1, + anon_sym_GT, + ACTIONS(3318), 1, + sym_jsx_identifier, + STATE(1706), 1, + sym_nested_identifier, + STATE(1713), 1, + sym_jsx_namespace_name, STATE(1842), 1, sym_comment, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - [89127] = 8, + [89142] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3312), 1, + ACTIONS(3320), 1, anon_sym_export, - ACTIONS(3314), 1, + ACTIONS(3322), 1, anon_sym_class, STATE(1843), 1, sym_comment, - STATE(1860), 1, + STATE(1883), 1, aux_sym_export_statement_repeat1, - STATE(2054), 1, + STATE(2071), 1, sym_decorator, - [89152] = 8, + [89167] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3306), 1, + ACTIONS(3312), 1, anon_sym_extends, - ACTIONS(3316), 1, + ACTIONS(3324), 1, sym_identifier, - ACTIONS(3318), 1, + ACTIONS(3326), 1, anon_sym_LBRACE, - STATE(1112), 1, + STATE(1134), 1, sym_class_body, STATE(1844), 1, sym_comment, - STATE(2447), 1, + STATE(2247), 1, sym_class_heritage, - [89177] = 4, + [89192] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1845), 1, - sym_comment, - ACTIONS(3320), 5, + ACTIONS(3310), 1, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [89194] = 8, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3322), 1, + ACTIONS(3312), 1, + anon_sym_extends, + ACTIONS(3328), 1, sym_identifier, - ACTIONS(3324), 1, - anon_sym_GT, - ACTIONS(3326), 1, - sym_jsx_identifier, - STATE(1846), 1, + STATE(1361), 1, + sym_class_body, + STATE(1845), 1, sym_comment, - STATE(2459), 1, - sym_nested_identifier, - STATE(2815), 1, - sym_jsx_namespace_name, - [89219] = 8, - ACTIONS(3), 1, - aux_sym_comment_token1, + STATE(2627), 1, + sym_class_heritage, + [89217] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3328), 1, - sym_identifier, - ACTIONS(3330), 1, - anon_sym_LPAREN, - ACTIONS(3332), 1, - anon_sym_LBRACK, - ACTIONS(3334), 1, - sym_private_property_identifier, - STATE(1150), 1, - sym_arguments, - STATE(1847), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1846), 1, sym_comment, - [89244] = 8, + ACTIONS(1859), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_RBRACK, + [89234] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3304), 1, + ACTIONS(3310), 1, anon_sym_LBRACE, - ACTIONS(3306), 1, + ACTIONS(3312), 1, anon_sym_extends, - ACTIONS(3336), 1, + ACTIONS(3330), 1, sym_identifier, - STATE(1321), 1, + STATE(1304), 1, sym_class_body, - STATE(1848), 1, + STATE(1847), 1, sym_comment, - STATE(2625), 1, + STATE(2355), 1, sym_class_heritage, - [89269] = 8, + [89259] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3338), 1, + ACTIONS(3332), 1, sym_identifier, - ACTIONS(3340), 1, + ACTIONS(3334), 1, anon_sym_GT, - ACTIONS(3342), 1, + ACTIONS(3336), 1, sym_jsx_identifier, - STATE(1708), 1, + STATE(1848), 1, + sym_comment, + STATE(2318), 1, sym_nested_identifier, - STATE(1713), 1, + STATE(2837), 1, sym_jsx_namespace_name, - STATE(1849), 1, - sym_comment, - [89294] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1850), 1, - sym_comment, - ACTIONS(3185), 5, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [89311] = 8, + [89284] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2809), 1, - anon_sym_COLON, - ACTIONS(3131), 1, + ACTIONS(3338), 1, anon_sym_EQ, - ACTIONS(3308), 1, + STATE(1849), 1, + sym_comment, + ACTIONS(1853), 4, anon_sym_COMMA, - ACTIONS(3344), 1, anon_sym_RBRACE, - STATE(1851), 1, - sym_comment, - STATE(2076), 1, - aux_sym_object_pattern_repeat1, - [89336] = 6, + anon_sym_RPAREN, + anon_sym_RBRACK, + [89303] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3348), 1, - anon_sym_in, - ACTIONS(3350), 1, - anon_sym_of, - STATE(1852), 1, + ACTIONS(3181), 1, + anon_sym_EQ, + STATE(1850), 1, sym_comment, - ACTIONS(3346), 3, + STATE(2128), 1, + sym__initializer, + ACTIONS(3175), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [89357] = 6, + [89324] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3310), 1, + anon_sym_LBRACE, + ACTIONS(3312), 1, + anon_sym_extends, + ACTIONS(3340), 1, + sym_identifier, + STATE(1304), 1, + sym_class_body, + STATE(1851), 1, + sym_comment, + STATE(2355), 1, + sym_class_heritage, + [89349] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3125), 1, + sym_identifier, + STATE(1852), 1, + sym_comment, + STATE(1932), 1, + sym_string, + STATE(2219), 1, + sym__module_export_name, + [89374] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3131), 1, + ACTIONS(3342), 1, anon_sym_EQ, STATE(1853), 1, sym_comment, - ACTIONS(2809), 2, - anon_sym_LPAREN, - anon_sym_COLON, - ACTIONS(3352), 2, + ACTIONS(1859), 4, anon_sym_COMMA, anon_sym_RBRACE, - [89378] = 8, + anon_sym_RPAREN, + anon_sym_RBRACK, + [89393] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3304), 1, - anon_sym_LBRACE, - ACTIONS(3306), 1, - anon_sym_extends, - ACTIONS(3355), 1, + ACTIONS(3316), 1, + anon_sym_GT, + ACTIONS(3345), 1, sym_identifier, - STATE(1321), 1, - sym_class_body, + ACTIONS(3347), 1, + sym_jsx_identifier, + STATE(1703), 1, + sym_nested_identifier, + STATE(1725), 1, + sym_jsx_namespace_name, STATE(1854), 1, sym_comment, - STATE(2625), 1, - sym_class_heritage, - [89403] = 8, + [89418] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3304), 1, - anon_sym_LBRACE, - ACTIONS(3306), 1, - anon_sym_extends, - ACTIONS(3357), 1, + ACTIONS(3349), 1, sym_identifier, - STATE(1352), 1, - sym_class_body, + ACTIONS(3351), 1, + anon_sym_GT, + ACTIONS(3353), 1, + sym_jsx_identifier, STATE(1855), 1, sym_comment, - STATE(2353), 1, - sym_class_heritage, - [89428] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + STATE(2437), 1, + sym_nested_identifier, + STATE(2800), 1, + sym_jsx_namespace_name, + [89443] = 8, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3355), 1, + anon_sym_export, + ACTIONS(3357), 1, + anon_sym_class, STATE(1856), 1, sym_comment, - ACTIONS(3359), 5, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [89445] = 8, + STATE(1883), 1, + aux_sym_export_statement_repeat1, + STATE(2071), 1, + sym_decorator, + [89468] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(3117), 1, + ACTIONS(3310), 1, + anon_sym_LBRACE, + ACTIONS(3312), 1, + anon_sym_extends, + ACTIONS(3359), 1, sym_identifier, + STATE(1361), 1, + sym_class_body, STATE(1857), 1, sym_comment, - STATE(1972), 1, - sym_string, - STATE(2833), 1, - sym__module_export_name, - [89470] = 8, + STATE(2627), 1, + sym_class_heritage, + [89493] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, + ACTIONS(3316), 1, + anon_sym_GT, ACTIONS(3361), 1, - anon_sym_export, + sym_identifier, ACTIONS(3363), 1, - anon_sym_class, + sym_jsx_identifier, + STATE(1707), 1, + sym_nested_identifier, + STATE(1723), 1, + sym_jsx_namespace_name, STATE(1858), 1, sym_comment, - STATE(1860), 1, - aux_sym_export_statement_repeat1, - STATE(2054), 1, - sym_decorator, - [89495] = 8, + [89518] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3304), 1, + ACTIONS(3310), 1, anon_sym_LBRACE, - ACTIONS(3306), 1, + ACTIONS(3312), 1, anon_sym_extends, ACTIONS(3365), 1, sym_identifier, - STATE(1321), 1, + STATE(1361), 1, sym_class_body, STATE(1859), 1, sym_comment, - STATE(2625), 1, + STATE(2627), 1, sym_class_heritage, - [89520] = 6, + [89543] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3369), 1, + ACTIONS(1241), 1, anon_sym_AT, - STATE(2054), 1, - sym_decorator, - ACTIONS(3367), 2, + ACTIONS(3367), 1, anon_sym_export, + ACTIONS(3369), 1, anon_sym_class, - STATE(1860), 2, + STATE(1860), 1, sym_comment, + STATE(1883), 1, aux_sym_export_statement_repeat1, - [89541] = 8, + STATE(2071), 1, + sym_decorator, + [89568] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3304), 1, - anon_sym_LBRACE, - ACTIONS(3306), 1, - anon_sym_extends, - ACTIONS(3372), 1, - sym_identifier, - STATE(1352), 1, - sym_class_body, STATE(1861), 1, sym_comment, - STATE(2353), 1, - sym_class_heritage, - [89566] = 8, + ACTIONS(3260), 5, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + sym_identifier, + [89585] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3374), 1, + ACTIONS(3310), 1, + anon_sym_LBRACE, + ACTIONS(3312), 1, + anon_sym_extends, + ACTIONS(3371), 1, sym_identifier, - ACTIONS(3376), 1, - anon_sym_GT, - ACTIONS(3378), 1, - sym_jsx_identifier, + STATE(1304), 1, + sym_class_body, STATE(1862), 1, sym_comment, - STATE(2388), 1, - sym_nested_identifier, - STATE(2831), 1, - sym_jsx_namespace_name, - [89591] = 8, + STATE(2355), 1, + sym_class_heritage, + [89610] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3380), 1, + ACTIONS(3310), 1, + anon_sym_LBRACE, + ACTIONS(3312), 1, + anon_sym_extends, + ACTIONS(3373), 1, sym_identifier, - ACTIONS(3382), 1, - anon_sym_GT, - ACTIONS(3384), 1, - sym_jsx_identifier, + STATE(1361), 1, + sym_class_body, STATE(1863), 1, sym_comment, - STATE(2435), 1, - sym_nested_identifier, - STATE(2817), 1, - sym_jsx_namespace_name, - [89616] = 8, + STATE(2627), 1, + sym_class_heritage, + [89635] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3375), 1, + anon_sym_export, + ACTIONS(3377), 1, + anon_sym_class, + STATE(1864), 1, + sym_comment, + STATE(1883), 1, + aux_sym_export_statement_repeat1, + STATE(2071), 1, + sym_decorator, + [89660] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3304), 1, + ACTIONS(3310), 1, anon_sym_LBRACE, - ACTIONS(3306), 1, + ACTIONS(3312), 1, anon_sym_extends, - ACTIONS(3386), 1, + ACTIONS(3379), 1, sym_identifier, - STATE(1352), 1, + STATE(1304), 1, sym_class_body, - STATE(1864), 1, + STATE(1865), 1, sym_comment, - STATE(2353), 1, + STATE(2355), 1, sym_class_heritage, - [89641] = 8, + [89685] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1866), 1, + sym_comment, + ACTIONS(3381), 5, + anon_sym_export, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_class, + anon_sym_AT, + [89702] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3383), 1, + anon_sym_export, + ACTIONS(3385), 1, + anon_sym_class, + STATE(1867), 1, + sym_comment, + STATE(1883), 1, + aux_sym_export_statement_repeat1, + STATE(2071), 1, + sym_decorator, + [89727] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3387), 1, + anon_sym_COMMA, + ACTIONS(3389), 1, + anon_sym_RBRACE, + STATE(1868), 1, + sym_comment, + STATE(2184), 1, + aux_sym_object_repeat1, + ACTIONS(2838), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [89750] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1284), 1, - anon_sym_DQUOTE, - ACTIONS(1286), 1, - anon_sym_SQUOTE, - ACTIONS(3117), 1, + ACTIONS(3391), 1, sym_identifier, - STATE(1865), 1, + ACTIONS(3393), 1, + anon_sym_LPAREN, + ACTIONS(3395), 1, + anon_sym_LBRACK, + ACTIONS(3397), 1, + sym_private_property_identifier, + STATE(1150), 1, + sym_arguments, + STATE(1869), 1, sym_comment, - STATE(1972), 1, - sym_string, - STATE(2223), 1, - sym__module_export_name, - [89666] = 4, + [89775] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1866), 1, - sym_comment, - ACTIONS(2103), 5, + ACTIONS(3310), 1, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, + ACTIONS(3312), 1, + anon_sym_extends, + ACTIONS(3399), 1, sym_identifier, - [89683] = 8, + STATE(1361), 1, + sym_class_body, + STATE(1870), 1, + sym_comment, + STATE(2627), 1, + sym_class_heritage, + [89800] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3401), 1, + anon_sym_EQ, + STATE(1871), 1, + sym_comment, + ACTIONS(1859), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + [89819] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3388), 1, + ACTIONS(3404), 1, sym_identifier, - ACTIONS(3390), 1, + ACTIONS(3406), 1, anon_sym_GT, - ACTIONS(3392), 1, + ACTIONS(3408), 1, sym_jsx_identifier, - STATE(1867), 1, + STATE(1872), 1, sym_comment, - STATE(2316), 1, + STATE(2476), 1, sym_nested_identifier, - STATE(2843), 1, + STATE(2795), 1, sym_jsx_namespace_name, - [89708] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - STATE(1868), 1, - sym_comment, - ACTIONS(3394), 5, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [89725] = 8, + [89844] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3396), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3398), 1, + ACTIONS(3412), 1, anon_sym_LPAREN, - ACTIONS(3400), 1, + ACTIONS(3414), 1, anon_sym_LBRACK, - ACTIONS(3402), 1, + ACTIONS(3416), 1, sym_private_property_identifier, - STATE(1351), 1, + STATE(1357), 1, sym_arguments, - STATE(1869), 1, + STATE(1873), 1, sym_comment, - [89750] = 8, + [89869] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3404), 1, - anon_sym_export, - ACTIONS(3406), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, - STATE(1870), 1, + ACTIONS(3316), 1, + anon_sym_GT, + ACTIONS(3418), 1, + sym_identifier, + ACTIONS(3420), 1, + sym_jsx_identifier, + STATE(1709), 1, + sym_nested_identifier, + STATE(1722), 1, + sym_jsx_namespace_name, + STATE(1874), 1, sym_comment, - STATE(2054), 1, - sym_decorator, - [89775] = 8, + [89894] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3304), 1, + STATE(1875), 1, + sym_comment, + ACTIONS(3422), 5, anon_sym_LBRACE, - ACTIONS(3306), 1, - anon_sym_extends, - ACTIONS(3408), 1, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, sym_identifier, - STATE(1321), 1, - sym_class_body, - STATE(1871), 1, - sym_comment, - STATE(2625), 1, - sym_class_heritage, - [89800] = 4, + [89911] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1872), 1, + STATE(1876), 1, sym_comment, - ACTIONS(3410), 5, + ACTIONS(3424), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [89817] = 8, + [89928] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3340), 1, - anon_sym_GT, - ACTIONS(3412), 1, + ACTIONS(3426), 1, sym_identifier, - ACTIONS(3414), 1, + ACTIONS(3428), 1, + anon_sym_GT, + ACTIONS(3430), 1, sym_jsx_identifier, - STATE(1703), 1, + STATE(1877), 1, + sym_comment, + STATE(2390), 1, sym_nested_identifier, - STATE(1718), 1, + STATE(2820), 1, sym_jsx_namespace_name, - STATE(1873), 1, + [89953] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1878), 1, sym_comment, - [89842] = 6, + ACTIONS(3292), 5, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + sym_identifier, + [89970] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3171), 1, - anon_sym_EQ, - STATE(1874), 1, + ACTIONS(3434), 1, + anon_sym_in, + ACTIONS(3436), 1, + anon_sym_of, + STATE(1879), 1, sym_comment, - STATE(2081), 1, - sym__initializer, - ACTIONS(3167), 3, + ACTIONS(3432), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [89863] = 5, + [89991] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3416), 1, - anon_sym_EQ, - STATE(1875), 1, + STATE(1880), 1, sym_comment, - ACTIONS(1848), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [89882] = 7, + ACTIONS(2173), 5, + sym__automatic_semicolon, + anon_sym_with, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + [90008] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, + ACTIONS(2838), 1, + anon_sym_COLON, + ACTIONS(3149), 1, + anon_sym_EQ, + ACTIONS(3438), 1, anon_sym_COMMA, - ACTIONS(3421), 1, + ACTIONS(3440), 1, anon_sym_RBRACE, - STATE(1876), 1, + STATE(1881), 1, sym_comment, - STATE(2146), 1, - aux_sym_object_repeat1, - ACTIONS(2809), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [89905] = 4, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + [90033] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1877), 1, - sym_comment, - ACTIONS(3260), 5, + ACTIONS(3310), 1, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, + ACTIONS(3312), 1, + anon_sym_extends, + ACTIONS(3442), 1, sym_identifier, - [89922] = 4, + STATE(1304), 1, + sym_class_body, + STATE(1882), 1, + sym_comment, + STATE(2355), 1, + sym_class_heritage, + [90058] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1878), 1, - sym_comment, - ACTIONS(3423), 5, + ACTIONS(3446), 1, + anon_sym_AT, + STATE(2071), 1, + sym_decorator, + ACTIONS(3444), 2, anon_sym_export, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_class, - anon_sym_AT, - [89939] = 4, + STATE(1883), 2, + sym_comment, + aux_sym_export_statement_repeat1, + [90079] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1879), 1, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3125), 1, + sym_identifier, + STATE(1884), 1, sym_comment, - ACTIONS(2185), 5, - sym__automatic_semicolon, - anon_sym_with, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - [89956] = 4, + STATE(1932), 1, + sym_string, + STATE(2822), 1, + sym__module_export_name, + [90104] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1880), 1, + STATE(1885), 1, sym_comment, - ACTIONS(2161), 5, + ACTIONS(2085), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [89973] = 4, + [90121] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1886), 1, + sym_comment, + ACTIONS(2187), 5, + sym__automatic_semicolon, + anon_sym_with, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + [90138] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1881), 1, + STATE(1887), 1, sym_comment, - ACTIONS(1965), 5, + ACTIONS(3449), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [89990] = 4, + [90155] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1882), 1, + STATE(1888), 1, sym_comment, - ACTIONS(1969), 5, + ACTIONS(3451), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90007] = 8, + [90172] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3304), 1, + ACTIONS(3310), 1, anon_sym_LBRACE, - ACTIONS(3306), 1, + ACTIONS(3312), 1, anon_sym_extends, - ACTIONS(3425), 1, + ACTIONS(3453), 1, sym_identifier, - STATE(1352), 1, + STATE(1304), 1, sym_class_body, - STATE(1883), 1, + STATE(1889), 1, sym_comment, - STATE(2353), 1, + STATE(2355), 1, sym_class_heritage, - [90032] = 8, - ACTIONS(3), 1, - aux_sym_comment_token1, + [90197] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3306), 1, - anon_sym_extends, - ACTIONS(3318), 1, - anon_sym_LBRACE, - ACTIONS(3427), 1, - sym_identifier, - STATE(1106), 1, - sym_class_body, - STATE(1884), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3149), 1, + anon_sym_EQ, + STATE(1890), 1, sym_comment, - STATE(2540), 1, - sym_class_heritage, - [90057] = 4, + ACTIONS(2838), 2, + anon_sym_LPAREN, + anon_sym_COLON, + ACTIONS(3455), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [90218] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1885), 1, + STATE(1891), 1, sym_comment, - ACTIONS(2107), 5, + ACTIONS(2161), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90074] = 8, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3429), 1, - anon_sym_export, - ACTIONS(3431), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, - STATE(1886), 1, - sym_comment, - STATE(2054), 1, - sym_decorator, - [90099] = 4, + [90235] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1887), 1, + STATE(1892), 1, sym_comment, - ACTIONS(2107), 5, + ACTIONS(1993), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90116] = 4, + [90252] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(1888), 1, + STATE(1893), 1, sym_comment, - ACTIONS(2021), 5, - sym__automatic_semicolon, - anon_sym_with, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - [90133] = 8, + ACTIONS(1997), 5, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + sym_identifier, + [90269] = 8, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3304), 1, - anon_sym_LBRACE, - ACTIONS(3306), 1, + ACTIONS(3312), 1, anon_sym_extends, - ACTIONS(3433), 1, + ACTIONS(3326), 1, + anon_sym_LBRACE, + ACTIONS(3458), 1, sym_identifier, - STATE(1321), 1, + STATE(1112), 1, sym_class_body, - STATE(1889), 1, + STATE(1894), 1, sym_comment, - STATE(2625), 1, + STATE(2561), 1, sym_class_heritage, - [90158] = 8, + [90294] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3340), 1, + STATE(1895), 1, + sym_comment, + ACTIONS(2099), 5, + anon_sym_LBRACE, anon_sym_GT, - ACTIONS(3435), 1, - sym_identifier, - ACTIONS(3437), 1, sym_jsx_identifier, - STATE(1702), 1, - sym_nested_identifier, - STATE(1719), 1, - sym_jsx_namespace_name, - STATE(1890), 1, - sym_comment, - [90183] = 4, + anon_sym_SLASH_GT, + sym_identifier, + [90311] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1891), 1, + STATE(1896), 1, sym_comment, - ACTIONS(2107), 5, + ACTIONS(2099), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90200] = 4, + [90328] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1892), 1, + STATE(1897), 1, sym_comment, - ACTIONS(2107), 5, + ACTIONS(3460), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90217] = 8, + [90345] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3340), 1, + STATE(1898), 1, + sym_comment, + ACTIONS(2099), 5, + anon_sym_LBRACE, anon_sym_GT, - ACTIONS(3439), 1, - sym_identifier, - ACTIONS(3441), 1, sym_jsx_identifier, - STATE(1709), 1, - sym_nested_identifier, - STATE(1716), 1, - sym_jsx_namespace_name, - STATE(1893), 1, + anon_sym_SLASH_GT, + sym_identifier, + [90362] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1899), 1, sym_comment, - [90242] = 4, + ACTIONS(2099), 5, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + sym_identifier, + [90379] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(1894), 1, + STATE(1900), 1, sym_comment, - ACTIONS(2139), 5, + ACTIONS(2131), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [90259] = 5, + [90396] = 8, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3443), 1, + ACTIONS(2838), 1, + anon_sym_COLON, + ACTIONS(3149), 1, anon_sym_EQ, - STATE(1895), 1, - sym_comment, - ACTIONS(1861), 4, + ACTIONS(3438), 1, anon_sym_COMMA, + ACTIONS(3462), 1, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [90278] = 4, + STATE(1901), 1, + sym_comment, + STATE(2080), 1, + aux_sym_object_pattern_repeat1, + [90421] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1896), 1, - sym_comment, - ACTIONS(1848), 5, + ACTIONS(3464), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_RBRACK, - [90295] = 8, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3304), 1, - anon_sym_LBRACE, - ACTIONS(3306), 1, - anon_sym_extends, - ACTIONS(3445), 1, - sym_identifier, - STATE(1321), 1, - sym_class_body, - STATE(1897), 1, + STATE(1902), 1, sym_comment, - STATE(2625), 1, - sym_class_heritage, - [90320] = 8, + STATE(1979), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3466), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [90441] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3447), 1, - anon_sym_export, - ACTIONS(3449), 1, + ACTIONS(3468), 1, anon_sym_class, - STATE(1860), 1, + STATE(1883), 1, aux_sym_export_statement_repeat1, - STATE(1898), 1, + STATE(1903), 1, sym_comment, - STATE(2054), 1, + STATE(2071), 1, sym_decorator, - [90345] = 5, + [90463] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3451), 1, - anon_sym_EQ, - STATE(1899), 1, + ACTIONS(3470), 1, + anon_sym_STAR, + ACTIONS(3472), 1, + anon_sym_LBRACE, + STATE(1904), 1, sym_comment, - ACTIONS(1848), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [90364] = 8, - ACTIONS(3), 1, + STATE(2846), 2, + sym_namespace_import, + sym_named_imports, + [90483] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3474), 1, + anon_sym_with, + ACTIONS(3476), 1, + anon_sym_SEMI, + ACTIONS(3478), 1, + sym__automatic_semicolon, + STATE(1905), 1, + sym_comment, + STATE(2305), 1, + sym_import_attribute, + [90505] = 7, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3304), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3480), 1, anon_sym_LBRACE, - ACTIONS(3306), 1, + ACTIONS(3482), 1, anon_sym_extends, - ACTIONS(3454), 1, - sym_identifier, - STATE(1352), 1, + STATE(492), 1, sym_class_body, - STATE(1900), 1, + STATE(1906), 1, sym_comment, - STATE(2353), 1, + STATE(2547), 1, sym_class_heritage, - [90389] = 7, + [90527] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3456), 1, - anon_sym_LBRACE, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - STATE(1378), 1, + ACTIONS(3484), 1, + anon_sym_LBRACE, + STATE(152), 1, sym_class_body, - STATE(1901), 1, + STATE(1907), 1, sym_comment, - STATE(2374), 1, + STATE(2544), 1, sym_class_heritage, - [90411] = 6, + [90549] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(1902), 1, + ACTIONS(3464), 1, + anon_sym_COMMA, + STATE(1908), 1, sym_comment, - STATE(2510), 1, - sym__from_clause, - ACTIONS(3462), 2, + STATE(1979), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3486), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90431] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3464), 1, - sym_identifier, - ACTIONS(3466), 1, - anon_sym_STAR, - ACTIONS(3468), 1, - anon_sym_LPAREN, - STATE(1903), 1, - sym_comment, - STATE(2425), 1, - sym_formal_parameters, - [90453] = 7, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3449), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, - STATE(1904), 1, - sym_comment, - STATE(2054), 1, - sym_decorator, - [90475] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3470), 1, - anon_sym_SQUOTE, - STATE(1905), 1, - sym_comment, - STATE(1944), 1, - aux_sym_string_repeat2, - ACTIONS(3472), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [90495] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3470), 1, - anon_sym_DQUOTE, - STATE(1906), 1, - sym_comment, - STATE(1937), 1, - aux_sym_string_repeat1, - ACTIONS(3474), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [90515] = 7, + [90569] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3476), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, - STATE(1907), 1, - sym_comment, - STATE(2054), 1, - sym_decorator, - [90537] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3478), 1, - sym_html_character_reference, - ACTIONS(3481), 1, - anon_sym_DQUOTE, - ACTIONS(3483), 1, - sym_unescaped_double_jsx_string_fragment, - STATE(1908), 2, - sym_comment, - aux_sym__jsx_string_repeat1, - [90557] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3486), 1, - sym_identifier, - ACTIONS(3488), 1, - anon_sym_STAR, + ACTIONS(3464), 1, + anon_sym_COMMA, STATE(1909), 1, sym_comment, - STATE(2618), 1, - sym_formal_parameters, - [90579] = 7, + STATE(1979), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3488), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [90589] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3490), 1, + ACTIONS(3464), 1, anon_sym_COMMA, - ACTIONS(3492), 1, - anon_sym_EQ, - ACTIONS(3494), 1, - anon_sym_RBRACK, STATE(1910), 1, sym_comment, - STATE(2063), 1, - aux_sym_array_pattern_repeat1, - [90601] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3496), 1, - sym__glimmer_template_content, - ACTIONS(3498), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(1563), 1, - sym_glimmer_closing_tag, - STATE(1911), 1, - sym_comment, - STATE(2104), 1, - aux_sym_glimmer_template_repeat1, - [90623] = 4, + STATE(1979), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3490), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [90609] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1912), 1, - sym_comment, - ACTIONS(3500), 4, - sym__template_chars, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR_LBRACE, - [90639] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3496), 1, - sym__glimmer_template_content, - ACTIONS(3498), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(1585), 1, - sym_glimmer_closing_tag, + ACTIONS(3474), 1, + anon_sym_with, + ACTIONS(3492), 1, + anon_sym_SEMI, + ACTIONS(3494), 1, + sym__automatic_semicolon, STATE(1911), 1, - aux_sym_glimmer_template_repeat1, - STATE(1913), 1, sym_comment, - [90661] = 6, + STATE(2537), 1, + sym_import_attribute, + [90631] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3480), 1, + anon_sym_LBRACE, + ACTIONS(3482), 1, + anon_sym_extends, + STATE(487), 1, + sym_class_body, + STATE(1912), 1, + sym_comment, + STATE(2534), 1, + sym_class_heritage, + [90653] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(1914), 1, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3496), 1, + anon_sym_LBRACE, + STATE(1157), 1, + sym_class_body, + STATE(1913), 1, sym_comment, - STATE(2287), 1, - sym__from_clause, - ACTIONS(3502), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [90681] = 7, + STATE(2280), 1, + sym_class_heritage, + [90675] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3504), 1, + ACTIONS(3498), 1, sym_identifier, - ACTIONS(3506), 1, + ACTIONS(3500), 1, anon_sym_STAR, - STATE(1915), 1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + STATE(1914), 1, sym_comment, - STATE(2425), 1, + STATE(2314), 1, sym_formal_parameters, - [90703] = 4, + [90697] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3484), 1, + anon_sym_LBRACE, + STATE(167), 1, + sym_class_body, + STATE(1915), 1, + sym_comment, + STATE(2526), 1, + sym_class_heritage, + [90719] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3464), 1, + anon_sym_COMMA, STATE(1916), 1, sym_comment, - ACTIONS(2366), 4, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_EQ, - [90719] = 4, + STATE(1928), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3504), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [90739] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1917), 1, sym_comment, - ACTIONS(2340), 4, + ACTIONS(2362), 4, anon_sym_RPAREN, anon_sym_in, anon_sym_of, anon_sym_EQ, - [90735] = 5, + [90755] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1918), 1, sym_comment, - ACTIONS(1549), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(3508), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [90753] = 7, + ACTIONS(2336), 4, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_EQ, + [90771] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3510), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, + ACTIONS(3464), 1, + anon_sym_COMMA, + STATE(1902), 1, + aux_sym_variable_declaration_repeat1, STATE(1919), 1, sym_comment, - STATE(2054), 1, - sym_decorator, - [90775] = 7, + ACTIONS(3506), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [90791] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3512), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, + ACTIONS(3464), 1, + anon_sym_COMMA, + STATE(1910), 1, + aux_sym_variable_declaration_repeat1, STATE(1920), 1, sym_comment, - STATE(2054), 1, - sym_decorator, - [90797] = 7, + ACTIONS(3508), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [90811] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3492), 1, - anon_sym_EQ, - ACTIONS(3514), 1, - anon_sym_COMMA, - ACTIONS(3516), 1, - anon_sym_RPAREN, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3510), 1, + sym_identifier, + ACTIONS(3512), 1, + anon_sym_STAR, STATE(1921), 1, sym_comment, - STATE(2045), 1, - aux_sym_formal_parameters_repeat1, - [90819] = 4, + STATE(2427), 1, + sym_formal_parameters, + [90833] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3464), 1, + anon_sym_COMMA, STATE(1922), 1, sym_comment, - ACTIONS(2809), 4, + STATE(1979), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3514), 2, sym__automatic_semicolon, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_EQ, - [90835] = 6, + [90853] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, STATE(1923), 1, sym_comment, - STATE(2016), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3520), 2, + ACTIONS(2838), 4, sym__automatic_semicolon, + anon_sym_LPAREN, anon_sym_SEMI, - [90855] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, + anon_sym_EQ, + [90869] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3522), 1, - sym_identifier, - ACTIONS(3524), 1, - anon_sym_STAR, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3474), 1, + anon_sym_with, STATE(1924), 1, sym_comment, - STATE(2618), 1, - sym_formal_parameters, - [90877] = 6, + STATE(2514), 1, + sym_import_attribute, + ACTIONS(3516), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [90889] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3526), 1, - anon_sym_with, + ACTIONS(3518), 1, + anon_sym_from, STATE(1925), 1, sym_comment, - STATE(2291), 1, - sym_import_attribute, - ACTIONS(3528), 2, + STATE(2512), 1, + sym__from_clause, + ACTIONS(3520), 2, sym__automatic_semicolon, anon_sym_SEMI, - [90897] = 7, + [90909] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3522), 1, + anon_sym_COMMA, + ACTIONS(2376), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(1926), 2, + sym_comment, + aux_sym_array_repeat1, + [90927] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3496), 1, + ACTIONS(3525), 1, sym__glimmer_template_content, - ACTIONS(3530), 1, + ACTIONS(3527), 1, anon_sym_LT_SLASHtemplate_GT, STATE(1105), 1, sym_glimmer_closing_tag, - STATE(1926), 1, + STATE(1927), 1, sym_comment, - STATE(2104), 1, + STATE(2157), 1, aux_sym_glimmer_template_repeat1, - [90919] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + [90949] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3532), 1, - anon_sym_DQUOTE, - STATE(1927), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3464), 1, + anon_sym_COMMA, + STATE(1928), 1, sym_comment, - STATE(2030), 1, - aux_sym_string_repeat1, - ACTIONS(3474), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [90939] = 7, - ACTIONS(3), 1, + STATE(1979), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3529), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [90969] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3531), 1, + anon_sym_EQ, + STATE(1929), 1, + sym_comment, + ACTIONS(1853), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RBRACK, + [90987] = 7, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3534), 1, - sym_identifier, - ACTIONS(3536), 1, - anon_sym_STAR, - STATE(1928), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3533), 1, + anon_sym_LBRACE, + STATE(856), 1, + sym_class_body, + STATE(1930), 1, sym_comment, - STATE(2530), 1, - sym_formal_parameters, - [90961] = 6, + STATE(2370), 1, + sym_class_heritage, + [91009] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1929), 1, + ACTIONS(3284), 1, + anon_sym_finally, + STATE(1931), 1, sym_comment, - STATE(1962), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3538), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [90981] = 6, + STATE(2616), 1, + sym_finally_clause, + ACTIONS(1479), 2, + anon_sym_else, + anon_sym_while, + [91029] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + STATE(1932), 1, + sym_comment, + ACTIONS(3535), 4, + anon_sym_as, anon_sym_COMMA, - STATE(1930), 1, + anon_sym_RBRACE, + anon_sym_from, + [91045] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3537), 1, + anon_sym_DQUOTE, + ACTIONS(3539), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + STATE(1933), 2, sym_comment, - STATE(1965), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3540), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [91001] = 6, + aux_sym_string_repeat1, + [91063] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3532), 1, + ACTIONS(3542), 1, anon_sym_SQUOTE, - STATE(1931), 1, - sym_comment, - STATE(2029), 1, - aux_sym_string_repeat2, - ACTIONS(3472), 2, + ACTIONS(3544), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [91021] = 7, + STATE(1934), 2, + sym_comment, + aux_sym_string_repeat2, + [91081] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3542), 1, - anon_sym_LBRACE, - STATE(210), 1, - sym_class_body, - STATE(1932), 1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3385), 1, + anon_sym_class, + STATE(1883), 1, + aux_sym_export_statement_repeat1, + STATE(1935), 1, sym_comment, - STATE(2432), 1, - sym_class_heritage, - [91043] = 6, + STATE(2071), 1, + sym_decorator, + [91103] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3544), 1, - anon_sym_EQ, - STATE(1933), 1, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3547), 1, + anon_sym_LBRACE, + STATE(653), 1, + sym_class_body, + STATE(1936), 1, sym_comment, - STATE(2490), 1, - sym__initializer, - ACTIONS(3169), 2, - anon_sym_in, - anon_sym_of, - [91063] = 7, + STATE(2454), 1, + sym_class_heritage, + [91125] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - ACTIONS(3546), 1, + ACTIONS(3549), 1, anon_sym_LBRACE, - STATE(1128), 1, + STATE(193), 1, sym_class_body, - STATE(1934), 1, + STATE(1937), 1, sym_comment, - STATE(2270), 1, + STATE(2451), 1, sym_class_heritage, - [91085] = 7, + [91147] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3548), 1, - sym_identifier, - ACTIONS(3550), 1, - anon_sym_STAR, - STATE(1935), 1, + ACTIONS(3525), 1, + sym__glimmer_template_content, + ACTIONS(3551), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1346), 1, + sym_glimmer_closing_tag, + STATE(1938), 1, sym_comment, - STATE(2425), 1, - sym_formal_parameters, - [91107] = 5, + STATE(2157), 1, + aux_sym_glimmer_template_repeat1, + [91169] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1936), 1, - sym_comment, - ACTIONS(2809), 2, - anon_sym_LPAREN, - anon_sym_COLON, - ACTIONS(3552), 2, + ACTIONS(2263), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [91125] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3554), 1, - anon_sym_DQUOTE, - STATE(1937), 1, + STATE(1939), 1, sym_comment, - STATE(2030), 1, - aux_sym_string_repeat1, - ACTIONS(3474), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [91145] = 6, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(3203), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91189] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3556), 1, + ACTIONS(3553), 1, anon_sym_DQUOTE, - STATE(1938), 1, + STATE(1940), 1, sym_comment, - STATE(2001), 1, + STATE(2003), 1, aux_sym_string_repeat1, - ACTIONS(3474), 2, + ACTIONS(3555), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [91165] = 6, + [91209] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3556), 1, + ACTIONS(3553), 1, anon_sym_SQUOTE, - STATE(1939), 1, + STATE(1941), 1, sym_comment, - STATE(2002), 1, + STATE(2004), 1, aux_sym_string_repeat2, - ACTIONS(3472), 2, + ACTIONS(3557), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [91185] = 4, + [91229] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(1940), 1, + STATE(1942), 1, sym_comment, - ACTIONS(3558), 4, + ACTIONS(3559), 4, sym__template_chars, sym_escape_sequence, anon_sym_BQUOTE, anon_sym_DOLLAR_LBRACE, - [91201] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3560), 1, - sym_html_character_reference, - ACTIONS(3562), 1, - anon_sym_DQUOTE, - ACTIONS(3564), 1, - sym_unescaped_double_jsx_string_fragment, - STATE(1941), 1, - sym_comment, - STATE(2037), 1, - aux_sym__jsx_string_repeat1, - [91223] = 6, + [91245] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3207), 1, - anon_sym_finally, - STATE(1942), 1, - sym_comment, - STATE(2397), 1, - sym_finally_clause, - ACTIONS(1491), 2, - anon_sym_else, - anon_sym_while, - [91243] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3562), 1, - anon_sym_SQUOTE, - ACTIONS(3566), 1, - sym_html_character_reference, - ACTIONS(3568), 1, - sym_unescaped_single_jsx_string_fragment, + ACTIONS(3464), 1, + anon_sym_COMMA, STATE(1943), 1, sym_comment, - STATE(2025), 1, - aux_sym__jsx_string_repeat2, - [91265] = 6, + STATE(1979), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3561), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91265] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3554), 1, - anon_sym_SQUOTE, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3563), 1, + sym_identifier, + ACTIONS(3565), 1, + anon_sym_STAR, STATE(1944), 1, sym_comment, - STATE(2029), 1, - aux_sym_string_repeat2, - ACTIONS(3472), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [91285] = 7, + STATE(2427), 1, + sym_formal_parameters, + [91287] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - ACTIONS(3570), 1, + ACTIONS(3567), 1, anon_sym_LBRACE, - STATE(195), 1, + STATE(212), 1, sym_class_body, STATE(1945), 1, sym_comment, - STATE(2307), 1, + STATE(2434), 1, sym_class_heritage, - [91307] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, + [91309] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3572), 1, - sym_identifier, - ACTIONS(3574), 1, - anon_sym_STAR, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3464), 1, + anon_sym_COMMA, STATE(1946), 1, sym_comment, - STATE(2425), 1, - sym_formal_parameters, + STATE(1979), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3569), 2, + sym__automatic_semicolon, + anon_sym_SEMI, [91329] = 4, ACTIONS(5), 1, sym_html_comment, @@ -134963,231 +134855,244 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3431), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, + ACTIONS(3474), 1, + anon_sym_with, + ACTIONS(3571), 1, + anon_sym_SEMI, + ACTIONS(3573), 1, + sym__automatic_semicolon, STATE(1948), 1, sym_comment, - STATE(2054), 1, - sym_decorator, - [91367] = 4, + STATE(2444), 1, + sym_import_attribute, + [91367] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3547), 1, + anon_sym_LBRACE, + STATE(604), 1, + sym_class_body, STATE(1949), 1, sym_comment, - ACTIONS(3576), 4, - anon_sym_LPAREN, - anon_sym_DOT, - sym_optional_chain, - anon_sym_BQUOTE, - [91383] = 6, + STATE(2441), 1, + sym_class_heritage, + [91389] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, STATE(1950), 1, sym_comment, - STATE(2019), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3578), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [91403] = 7, + ACTIONS(2327), 4, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_EQ, + [91405] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3496), 1, - sym__glimmer_template_content, - ACTIONS(3530), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(1184), 1, - sym_glimmer_closing_tag, - STATE(1926), 1, - aux_sym_glimmer_template_repeat1, + ACTIONS(3575), 1, + anon_sym_SQUOTE, + STATE(1934), 1, + aux_sym_string_repeat2, STATE(1951), 1, sym_comment, - [91425] = 6, + ACTIONS(3557), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [91425] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2259), 1, + ACTIONS(3577), 1, anon_sym_COMMA, - STATE(1952), 1, - sym_comment, - STATE(1996), 1, - aux_sym_sequence_expression_repeat1, - ACTIONS(3189), 2, + ACTIONS(2039), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91445] = 7, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3580), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, - STATE(1953), 1, + STATE(1952), 2, sym_comment, - STATE(2054), 1, - sym_decorator, - [91467] = 7, + aux_sym_sequence_expression_repeat1, + [91443] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3496), 1, + ACTIONS(3525), 1, sym__glimmer_template_content, - ACTIONS(3582), 1, + ACTIONS(3527), 1, anon_sym_LT_SLASHtemplate_GT, - STATE(1329), 1, + STATE(1185), 1, sym_glimmer_closing_tag, - STATE(1954), 1, - sym_comment, - STATE(2104), 1, + STATE(1927), 1, aux_sym_glimmer_template_repeat1, - [91489] = 7, + STATE(1953), 1, + sym_comment, + [91465] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3584), 1, - sym_identifier, - ACTIONS(3586), 1, - anon_sym_STAR, - STATE(1955), 1, + ACTIONS(3575), 1, + anon_sym_DQUOTE, + STATE(1933), 1, + aux_sym_string_repeat1, + STATE(1954), 1, sym_comment, - STATE(2618), 1, - sym_formal_parameters, - [91511] = 6, + ACTIONS(3555), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [91485] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3526), 1, - anon_sym_with, - STATE(1956), 1, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3549), 1, + anon_sym_LBRACE, + STATE(176), 1, + sym_class_body, + STATE(1955), 1, sym_comment, - STATE(2537), 1, - sym_import_attribute, - ACTIONS(3588), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [91531] = 7, + STATE(2429), 1, + sym_class_heritage, + [91507] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3406), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, + ACTIONS(3580), 1, + anon_sym_COMMA, + ACTIONS(3582), 1, + anon_sym_EQ, + ACTIONS(3584), 1, + anon_sym_RBRACK, + STATE(1956), 1, + sym_comment, + STATE(2138), 1, + aux_sym_array_pattern_repeat1, + [91529] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3586), 1, + anon_sym_SQUOTE, + STATE(1934), 1, + aux_sym_string_repeat2, STATE(1957), 1, sym_comment, - STATE(2054), 1, - sym_decorator, - [91553] = 6, + ACTIONS(3557), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [91549] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, + ACTIONS(3586), 1, + anon_sym_DQUOTE, + STATE(1933), 1, + aux_sym_string_repeat1, STATE(1958), 1, sym_comment, - STATE(2511), 1, - sym__from_clause, - ACTIONS(3590), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [91573] = 7, + ACTIONS(3555), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [91569] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - ACTIONS(3592), 1, + ACTIONS(3567), 1, anon_sym_LBRACE, - STATE(635), 1, + STATE(213), 1, sym_class_body, STATE(1959), 1, sym_comment, - STATE(2200), 1, + STATE(2225), 1, sym_class_heritage, - [91595] = 4, + [91591] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_from, STATE(1960), 1, sym_comment, - ACTIONS(2331), 4, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_EQ, - [91611] = 7, + STATE(2391), 1, + sym__from_clause, + ACTIONS(3588), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91611] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3526), 1, - anon_sym_with, - ACTIONS(3594), 1, - anon_sym_SEMI, - ACTIONS(3596), 1, - sym__automatic_semicolon, + ACTIONS(3464), 1, + anon_sym_COMMA, + STATE(1943), 1, + aux_sym_variable_declaration_repeat1, STATE(1961), 1, sym_comment, - STATE(2323), 1, - sym_import_attribute, - [91633] = 6, + ACTIONS(3590), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91631] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3464), 1, anon_sym_COMMA, + STATE(1946), 1, + aux_sym_variable_declaration_repeat1, STATE(1962), 1, sym_comment, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3598), 2, + ACTIONS(3592), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91653] = 7, + [91651] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3314), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, + ACTIONS(3474), 1, + anon_sym_with, STATE(1963), 1, sym_comment, - STATE(2054), 1, - sym_decorator, - [91675] = 6, + STATE(2413), 1, + sym_import_attribute, + ACTIONS(3594), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91671] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3596), 1, + sym_identifier, + ACTIONS(3598), 1, + anon_sym_STAR, + STATE(1964), 1, + sym_comment, + STATE(2620), 1, + sym_formal_parameters, + [91693] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -135198,4714 +135103,4702 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(3605), 1, sym_unescaped_single_jsx_string_fragment, - STATE(1964), 2, + STATE(1965), 2, sym_comment, aux_sym__jsx_string_repeat2, - [91695] = 6, + [91713] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1965), 1, + ACTIONS(3608), 1, + sym_html_character_reference, + ACTIONS(3611), 1, + anon_sym_DQUOTE, + ACTIONS(3613), 1, + sym_unescaped_double_jsx_string_fragment, + STATE(1966), 2, sym_comment, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3608), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [91715] = 5, + aux_sym__jsx_string_repeat1, + [91733] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3610), 1, - anon_sym_COMMA, - ACTIONS(3613), 2, + ACTIONS(3518), 1, + anon_sym_from, + STATE(1967), 1, + sym_comment, + STATE(2411), 1, + sym__from_clause, + ACTIONS(3616), 2, sym__automatic_semicolon, anon_sym_SEMI, - STATE(1966), 2, - sym_comment, - aux_sym_variable_declaration_repeat1, - [91733] = 7, + [91753] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - ACTIONS(3570), 1, + ACTIONS(3533), 1, anon_sym_LBRACE, - STATE(176), 1, + STATE(729), 1, sym_class_body, - STATE(1967), 1, + STATE(1968), 1, sym_comment, - STATE(2330), 1, + STATE(2215), 1, sym_class_heritage, - [91755] = 7, + [91775] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3615), 1, - sym_identifier, - ACTIONS(3617), 1, - anon_sym_STAR, - STATE(1968), 1, - sym_comment, - STATE(2425), 1, - sym_formal_parameters, - [91777] = 7, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3592), 1, - anon_sym_LBRACE, - STATE(537), 1, - sym_class_body, + ACTIONS(3618), 1, + anon_sym_SQUOTE, + STATE(1957), 1, + aux_sym_string_repeat2, STATE(1969), 1, sym_comment, - STATE(2333), 1, - sym_class_heritage, - [91799] = 6, + ACTIONS(3557), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [91795] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3526), 1, - anon_sym_with, + ACTIONS(3618), 1, + anon_sym_DQUOTE, + STATE(1958), 1, + aux_sym_string_repeat1, STATE(1970), 1, sym_comment, - STATE(2507), 1, - sym_import_attribute, - ACTIONS(3619), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [91819] = 6, + ACTIONS(3555), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [91815] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2809), 1, + ACTIONS(2838), 1, anon_sym_COLON, - ACTIONS(3131), 1, + ACTIONS(3149), 1, anon_sym_EQ, STATE(1971), 1, sym_comment, - ACTIONS(3621), 2, + ACTIONS(3620), 2, anon_sym_COMMA, anon_sym_RBRACE, - [91839] = 4, + [91835] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3474), 1, + anon_sym_with, STATE(1972), 1, sym_comment, - ACTIONS(3623), 4, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_from, + STATE(2585), 1, + sym_import_attribute, + ACTIONS(3622), 2, + sym__automatic_semicolon, + anon_sym_SEMI, [91855] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3464), 1, anon_sym_COMMA, + STATE(1922), 1, + aux_sym_variable_declaration_repeat1, STATE(1973), 1, sym_comment, - STATE(2035), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3625), 2, + ACTIONS(3624), 2, sym__automatic_semicolon, anon_sym_SEMI, - [91875] = 6, + [91875] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3626), 1, + anon_sym_LBRACE, + STATE(544), 1, + sym_class_body, STATE(1974), 1, sym_comment, - STATE(2036), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3627), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [91895] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + STATE(2335), 1, + sym_class_heritage, + [91897] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3629), 1, - anon_sym_DQUOTE, - STATE(1975), 1, - sym_comment, - STATE(1989), 1, - aux_sym_string_repeat1, - ACTIONS(3474), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [91915] = 6, - ACTIONS(3), 1, + ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3629), 1, - anon_sym_SQUOTE, - STATE(1976), 1, + ACTIONS(3464), 1, + anon_sym_COMMA, + STATE(1975), 1, sym_comment, - STATE(1992), 1, - aux_sym_string_repeat2, - ACTIONS(3472), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [91935] = 7, + STATE(2040), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3628), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91917] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3631), 1, - anon_sym_LBRACE, - STATE(729), 1, - sym_class_body, - STATE(1977), 1, + ACTIONS(3464), 1, + anon_sym_COMMA, + STATE(1976), 1, sym_comment, - STATE(2368), 1, - sym_class_heritage, - [91957] = 7, + STATE(2041), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3630), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91937] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - ACTIONS(3631), 1, + ACTIONS(3632), 1, anon_sym_LBRACE, - STATE(717), 1, + STATE(180), 1, sym_class_body, - STATE(1978), 1, + STATE(1977), 1, sym_comment, - STATE(2218), 1, + STATE(2332), 1, sym_class_heritage, - [91979] = 6, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(1979), 1, - sym_comment, - STATE(2409), 1, - sym__from_clause, - ACTIONS(3633), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [91999] = 7, + [91959] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3635), 1, + ACTIONS(3357), 1, anon_sym_class, - STATE(1860), 1, + STATE(1883), 1, aux_sym_export_statement_repeat1, - STATE(1980), 1, + STATE(1978), 1, sym_comment, - STATE(2054), 1, + STATE(2071), 1, sym_decorator, - [92021] = 6, + [91981] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3526), 1, - anon_sym_with, - STATE(1981), 1, - sym_comment, - STATE(2411), 1, - sym_import_attribute, + ACTIONS(3634), 1, + anon_sym_COMMA, ACTIONS(3637), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92041] = 7, + STATE(1979), 2, + sym_comment, + aux_sym_variable_declaration_repeat1, + [91999] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3639), 1, + sym_identifier, + ACTIONS(3641), 1, + anon_sym_STAR, + STATE(1980), 1, + sym_comment, + STATE(2427), 1, + sym_formal_parameters, + [92021] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3363), 1, + ACTIONS(3643), 1, anon_sym_class, - STATE(1860), 1, + STATE(1883), 1, aux_sym_export_statement_repeat1, - STATE(1982), 1, + STATE(1981), 1, sym_comment, - STATE(2054), 1, + STATE(2071), 1, sym_decorator, - [92063] = 5, + [92043] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3639), 1, - anon_sym_EQ, - STATE(1983), 1, - sym_comment, - ACTIONS(1861), 3, + ACTIONS(3464), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - [92081] = 6, + STATE(1979), 1, + aux_sym_variable_declaration_repeat1, + STATE(1982), 1, + sym_comment, + ACTIONS(3645), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92063] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3464), 1, anon_sym_COMMA, - STATE(1984), 1, - sym_comment, - STATE(2003), 1, + STATE(1979), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3641), 2, + STATE(1983), 1, + sym_comment, + ACTIONS(3647), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92101] = 6, + [92083] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1985), 1, - sym_comment, - STATE(2005), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3643), 2, - sym__automatic_semicolon, + ACTIONS(3474), 1, + anon_sym_with, + ACTIONS(3649), 1, anon_sym_SEMI, - [92121] = 7, + ACTIONS(3651), 1, + sym__automatic_semicolon, + STATE(1984), 1, + sym_comment, + STATE(2325), 1, + sym_import_attribute, + [92105] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - ACTIONS(3542), 1, + ACTIONS(3626), 1, anon_sym_LBRACE, - STATE(207), 1, + STATE(634), 1, sym_class_body, - STATE(1986), 1, + STATE(1985), 1, sym_comment, - STATE(2228), 1, + STATE(2322), 1, sym_class_heritage, - [92143] = 6, + [92127] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3582), 1, + anon_sym_EQ, + ACTIONS(3653), 1, anon_sym_COMMA, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, - STATE(1987), 1, + ACTIONS(3655), 1, + anon_sym_RPAREN, + STATE(1986), 1, sym_comment, - ACTIONS(3645), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [92163] = 6, + STATE(2132), 1, + aux_sym_formal_parameters_repeat1, + [92149] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3464), 1, anon_sym_COMMA, - STATE(1966), 1, + STATE(1908), 1, aux_sym_variable_declaration_repeat1, - STATE(1988), 1, + STATE(1987), 1, sym_comment, - ACTIONS(3647), 2, + ACTIONS(3657), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92183] = 6, + [92169] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3649), 1, - anon_sym_DQUOTE, - STATE(1989), 1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3659), 1, + sym_identifier, + ACTIONS(3661), 1, + anon_sym_STAR, + STATE(1988), 1, sym_comment, - STATE(2030), 1, - aux_sym_string_repeat1, - ACTIONS(3474), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [92203] = 6, + STATE(2241), 1, + sym_formal_parameters, + [92191] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1987), 1, - aux_sym_variable_declaration_repeat1, - STATE(1990), 1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3322), 1, + anon_sym_class, + STATE(1883), 1, + aux_sym_export_statement_repeat1, + STATE(1989), 1, sym_comment, - ACTIONS(3651), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [92223] = 6, + STATE(2071), 1, + sym_decorator, + [92213] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1988), 1, - aux_sym_variable_declaration_repeat1, - STATE(1991), 1, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3632), 1, + anon_sym_LBRACE, + STATE(168), 1, + sym_class_body, + STATE(1990), 1, sym_comment, - ACTIONS(3653), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [92243] = 6, + STATE(2309), 1, + sym_class_heritage, + [92235] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3649), 1, + ACTIONS(3663), 1, anon_sym_SQUOTE, - STATE(1992), 1, - sym_comment, - STATE(2029), 1, + STATE(1934), 1, aux_sym_string_repeat2, - ACTIONS(3472), 2, + STATE(1991), 1, + sym_comment, + ACTIONS(3557), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [92263] = 4, + [92255] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3663), 1, + anon_sym_DQUOTE, + STATE(1933), 1, + aux_sym_string_repeat1, + STATE(1992), 1, + sym_comment, + ACTIONS(3555), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [92275] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(1993), 1, sym_comment, - ACTIONS(2502), 4, - sym__automatic_semicolon, + ACTIONS(2838), 2, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - [92279] = 7, + anon_sym_COLON, + ACTIONS(3665), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [92293] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3490), 1, - anon_sym_COMMA, - ACTIONS(3492), 1, - anon_sym_EQ, - ACTIONS(3655), 1, - anon_sym_RBRACK, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3496), 1, + anon_sym_LBRACE, + STATE(1116), 1, + sym_class_body, STATE(1994), 1, sym_comment, - STATE(2052), 1, - aux_sym_array_pattern_repeat1, - [92301] = 7, + STATE(2372), 1, + sym_class_heritage, + [92315] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3657), 1, - anon_sym_LBRACE, - STATE(199), 1, - sym_class_body, STATE(1995), 1, sym_comment, - STATE(2427), 1, - sym_class_heritage, - [92323] = 5, + ACTIONS(1575), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(3667), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92333] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3659), 1, + ACTIONS(3580), 1, anon_sym_COMMA, - ACTIONS(2051), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1996), 2, + ACTIONS(3582), 1, + anon_sym_EQ, + ACTIONS(3669), 1, + anon_sym_RBRACK, + STATE(1996), 1, sym_comment, - aux_sym_sequence_expression_repeat1, - [92341] = 7, + STATE(2054), 1, + aux_sym_array_pattern_repeat1, + [92355] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3662), 1, - anon_sym_LBRACE, - STATE(556), 1, - sym_class_body, STATE(1997), 1, sym_comment, - STATE(2439), 1, - sym_class_heritage, - [92363] = 7, + ACTIONS(3671), 4, + anon_sym_LPAREN, + anon_sym_DOT, + sym_optional_chain, + anon_sym_BQUOTE, + [92371] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3526), 1, - anon_sym_with, - ACTIONS(3664), 1, - anon_sym_SEMI, - ACTIONS(3666), 1, - sym__automatic_semicolon, + ACTIONS(3464), 1, + anon_sym_COMMA, + STATE(1909), 1, + aux_sym_variable_declaration_repeat1, STATE(1998), 1, sym_comment, - STATE(2442), 1, - sym_import_attribute, - [92385] = 6, + ACTIONS(3673), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92391] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3668), 1, - anon_sym_STAR, - ACTIONS(3670), 1, - anon_sym_LBRACE, + ACTIONS(3464), 1, + anon_sym_COMMA, + STATE(1982), 1, + aux_sym_variable_declaration_repeat1, STATE(1999), 1, sym_comment, - STATE(2848), 2, - sym_namespace_import, - sym_named_imports, - [92405] = 7, + ACTIONS(3675), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92411] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3526), 1, - anon_sym_with, - ACTIONS(3672), 1, - anon_sym_SEMI, - ACTIONS(3674), 1, - sym__automatic_semicolon, + ACTIONS(3464), 1, + anon_sym_COMMA, + STATE(1983), 1, + aux_sym_variable_declaration_repeat1, STATE(2000), 1, sym_comment, - STATE(2303), 1, + ACTIONS(3677), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92431] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3474), 1, + anon_sym_with, + STATE(2001), 1, + sym_comment, + STATE(2293), 1, sym_import_attribute, - [92427] = 6, + ACTIONS(3679), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92451] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2002), 1, + sym_comment, + ACTIONS(1517), 4, + sym__automatic_semicolon, + anon_sym_else, + anon_sym_while, + anon_sym_SEMI, + [92467] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3676), 1, - anon_sym_DQUOTE, - STATE(2001), 1, - sym_comment, - STATE(2030), 1, + ACTIONS(3681), 1, + anon_sym_DQUOTE, + STATE(1933), 1, aux_sym_string_repeat1, - ACTIONS(3474), 2, + STATE(2003), 1, + sym_comment, + ACTIONS(3555), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [92447] = 6, + [92487] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3676), 1, + ACTIONS(3681), 1, anon_sym_SQUOTE, - STATE(2002), 1, - sym_comment, - STATE(2029), 1, + STATE(1934), 1, aux_sym_string_repeat2, - ACTIONS(3472), 2, + STATE(2004), 1, + sym_comment, + ACTIONS(3557), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [92467] = 6, + [92507] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, - STATE(2003), 1, + ACTIONS(3474), 1, + anon_sym_with, + STATE(2005), 1, sym_comment, - ACTIONS(3678), 2, + STATE(2539), 1, + sym_import_attribute, + ACTIONS(3683), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92487] = 7, + [92527] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3456), 1, - anon_sym_LBRACE, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - STATE(1297), 1, + ACTIONS(3685), 1, + anon_sym_LBRACE, + STATE(1298), 1, sym_class_body, - STATE(2004), 1, + STATE(2006), 1, sym_comment, - STATE(2482), 1, + STATE(2312), 1, sym_class_heritage, - [92509] = 6, + [92549] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, - STATE(2005), 1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3369), 1, + anon_sym_class, + STATE(1883), 1, + aux_sym_export_statement_repeat1, + STATE(2007), 1, + sym_comment, + STATE(2071), 1, + sym_decorator, + [92571] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2008), 1, sym_comment, - ACTIONS(3680), 2, + ACTIONS(2502), 4, sym__automatic_semicolon, + anon_sym_LPAREN, anon_sym_SEMI, - [92529] = 7, + anon_sym_EQ, + [92587] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3682), 1, - anon_sym_LBRACE, - STATE(502), 1, - sym_class_body, - STATE(2006), 1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3377), 1, + anon_sym_class, + STATE(1883), 1, + aux_sym_export_statement_repeat1, + STATE(2009), 1, sym_comment, - STATE(2545), 1, - sym_class_heritage, - [92551] = 7, + STATE(2071), 1, + sym_decorator, + [92609] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3684), 1, - anon_sym_LBRACE, - STATE(156), 1, - sym_class_body, - STATE(2007), 1, + ACTIONS(3518), 1, + anon_sym_from, + STATE(2010), 1, sym_comment, - STATE(2542), 1, - sym_class_heritage, - [92573] = 7, + STATE(2289), 1, + sym__from_clause, + ACTIONS(3687), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92629] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, + ACTIONS(3502), 1, anon_sym_LPAREN, - ACTIONS(3686), 1, + ACTIONS(3689), 1, sym_identifier, - ACTIONS(3688), 1, + ACTIONS(3691), 1, anon_sym_STAR, - STATE(2008), 1, + STATE(2011), 1, sym_comment, - STATE(2618), 1, + STATE(2620), 1, sym_formal_parameters, - [92595] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3690), 1, - anon_sym_DQUOTE, - STATE(1927), 1, - aux_sym_string_repeat1, - STATE(2009), 1, - sym_comment, - ACTIONS(3474), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [92615] = 6, + [92651] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3690), 1, - anon_sym_SQUOTE, - STATE(1931), 1, - aux_sym_string_repeat2, - STATE(2010), 1, + ACTIONS(3525), 1, + sym__glimmer_template_content, + ACTIONS(3693), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1600), 1, + sym_glimmer_closing_tag, + STATE(2012), 1, sym_comment, - ACTIONS(3472), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [92635] = 7, + STATE(2045), 1, + aux_sym_glimmer_template_repeat1, + [92673] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3692), 1, - anon_sym_LBRACE, - STATE(2011), 1, - sym_comment, - STATE(2103), 1, - sym_class_body, - STATE(2405), 1, - sym_class_heritage, - [92657] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3694), 1, - sym_identifier, - ACTIONS(3696), 1, - anon_sym_STAR, - STATE(2012), 1, + STATE(2013), 1, sym_comment, - STATE(2618), 1, - sym_formal_parameters, - [92679] = 7, + ACTIONS(3695), 4, + sym__template_chars, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR_LBRACE, + [92689] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3698), 1, + ACTIONS(3697), 1, anon_sym_class, - STATE(1860), 1, + STATE(1883), 1, aux_sym_export_statement_repeat1, - STATE(2013), 1, - sym_comment, - STATE(2054), 1, - sym_decorator, - [92701] = 7, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3657), 1, - anon_sym_LBRACE, - STATE(190), 1, - sym_class_body, STATE(2014), 1, sym_comment, - STATE(2449), 1, - sym_class_heritage, - [92723] = 7, + STATE(2071), 1, + sym_decorator, + [92711] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3662), 1, - anon_sym_LBRACE, - STATE(656), 1, - sym_class_body, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3699), 1, + anon_sym_class, + STATE(1883), 1, + aux_sym_export_statement_repeat1, STATE(2015), 1, sym_comment, - STATE(2452), 1, - sym_class_heritage, - [92745] = 6, + STATE(2071), 1, + sym_decorator, + [92733] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, + anon_sym_from, STATE(2016), 1, sym_comment, - ACTIONS(3700), 2, + STATE(2586), 1, + sym__from_clause, + ACTIONS(3701), 2, sym__automatic_semicolon, anon_sym_SEMI, - [92765] = 4, + [92753] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, + ACTIONS(3703), 1, + anon_sym_SQUOTE, + STATE(1991), 1, + aux_sym_string_repeat2, STATE(2017), 1, sym_comment, - ACTIONS(1511), 4, - sym__automatic_semicolon, - anon_sym_else, - anon_sym_while, - anon_sym_SEMI, - [92781] = 7, + ACTIONS(3557), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [92773] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_AT, - ACTIONS(3702), 1, - anon_sym_class, - STATE(1860), 1, - aux_sym_export_statement_repeat1, + ACTIONS(3703), 1, + anon_sym_DQUOTE, + STATE(1992), 1, + aux_sym_string_repeat1, STATE(2018), 1, sym_comment, - STATE(2054), 1, - sym_decorator, - [92803] = 6, + ACTIONS(3555), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [92793] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3705), 1, + sym_identifier, + ACTIONS(3707), 1, + anon_sym_STAR, STATE(2019), 1, sym_comment, - ACTIONS(3704), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [92823] = 6, + STATE(2427), 1, + sym_formal_parameters, + [92815] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, + ACTIONS(3525), 1, + sym__glimmer_template_content, + ACTIONS(3551), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1391), 1, + sym_glimmer_closing_tag, + STATE(1938), 1, + aux_sym_glimmer_template_repeat1, STATE(2020), 1, sym_comment, - STATE(2584), 1, - sym__from_clause, - ACTIONS(3706), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [92843] = 7, + [92837] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, + ACTIONS(3502), 1, anon_sym_LPAREN, - ACTIONS(3708), 1, + ACTIONS(3709), 1, sym_identifier, - ACTIONS(3710), 1, + ACTIONS(3711), 1, anon_sym_STAR, STATE(2021), 1, sym_comment, - STATE(2425), 1, + STATE(2620), 1, sym_formal_parameters, - [92865] = 7, + [92859] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3456), 1, - anon_sym_LBRACE, - ACTIONS(3458), 1, - anon_sym_extends, - STATE(1385), 1, - sym_class_body, + ACTIONS(3713), 1, + anon_sym_SQUOTE, + STATE(1951), 1, + aux_sym_string_repeat2, STATE(2022), 1, sym_comment, - STATE(2410), 1, - sym_class_heritage, - [92887] = 6, + ACTIONS(3557), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [92879] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, + ACTIONS(3715), 1, + anon_sym_EQ, STATE(2023), 1, sym_comment, - ACTIONS(3712), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [92907] = 6, + STATE(2462), 1, + sym__initializer, + ACTIONS(3177), 2, + anon_sym_in, + anon_sym_of, + [92899] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, + ACTIONS(3717), 1, + sym_html_character_reference, + ACTIONS(3719), 1, + anon_sym_DQUOTE, + ACTIONS(3721), 1, + sym_unescaped_double_jsx_string_fragment, STATE(2024), 1, sym_comment, - ACTIONS(3714), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [92927] = 7, + STATE(2036), 1, + aux_sym__jsx_string_repeat1, + [92921] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3566), 1, + ACTIONS(3719), 1, + anon_sym_SQUOTE, + ACTIONS(3723), 1, sym_html_character_reference, - ACTIONS(3568), 1, + ACTIONS(3725), 1, sym_unescaped_single_jsx_string_fragment, - ACTIONS(3716), 1, - anon_sym_SQUOTE, - STATE(1964), 1, - aux_sym__jsx_string_repeat2, STATE(2025), 1, sym_comment, - [92949] = 7, + STATE(2026), 1, + aux_sym__jsx_string_repeat2, + [92943] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3458), 1, - anon_sym_extends, - ACTIONS(3692), 1, - anon_sym_LBRACE, + ACTIONS(3723), 1, + sym_html_character_reference, + ACTIONS(3725), 1, + sym_unescaped_single_jsx_string_fragment, + ACTIONS(3727), 1, + anon_sym_SQUOTE, + STATE(1965), 1, + aux_sym__jsx_string_repeat2, STATE(2026), 1, sym_comment, - STATE(2152), 1, - sym_class_body, - STATE(2443), 1, - sym_class_heritage, - [92971] = 7, + [92965] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3526), 1, - anon_sym_with, - ACTIONS(3718), 1, - anon_sym_SEMI, - ACTIONS(3720), 1, - sym__automatic_semicolon, + ACTIONS(3713), 1, + anon_sym_DQUOTE, + STATE(1954), 1, + aux_sym_string_repeat1, STATE(2027), 1, sym_comment, - STATE(2535), 1, - sym_import_attribute, - [92993] = 7, + ACTIONS(3555), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [92985] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - ACTIONS(3682), 1, + ACTIONS(3729), 1, anon_sym_LBRACE, - STATE(485), 1, - sym_class_body, STATE(2028), 1, sym_comment, - STATE(2532), 1, + STATE(2108), 1, + sym_class_body, + STATE(2562), 1, sym_class_heritage, - [93015] = 5, + [93007] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3722), 1, - anon_sym_SQUOTE, - ACTIONS(3724), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - STATE(2029), 2, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3731), 1, + sym_identifier, + ACTIONS(3733), 1, + anon_sym_STAR, + STATE(2029), 1, sym_comment, - aux_sym_string_repeat2, - [93033] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + STATE(2620), 1, + sym_formal_parameters, + [93029] = 7, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3727), 1, - anon_sym_DQUOTE, - ACTIONS(3729), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - STATE(2030), 2, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3735), 1, + anon_sym_class, + STATE(1883), 1, + aux_sym_export_statement_repeat1, + STATE(2030), 1, sym_comment, - aux_sym_string_repeat1, + STATE(2071), 1, + sym_decorator, [93051] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, + ACTIONS(3502), 1, anon_sym_LPAREN, - ACTIONS(3732), 1, + ACTIONS(3737), 1, sym_identifier, - ACTIONS(3734), 1, + ACTIONS(3739), 1, anon_sym_STAR, STATE(2031), 1, sym_comment, - STATE(2618), 1, + STATE(2427), 1, sym_formal_parameters, - [93073] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, + [93073] = 7, + ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(3736), 1, - anon_sym_COMMA, - ACTIONS(2380), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2032), 2, - sym_comment, - aux_sym_array_repeat1, - [93091] = 7, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3526), 1, - anon_sym_with, - ACTIONS(3739), 1, - anon_sym_SEMI, + ACTIONS(3502), 1, + anon_sym_LPAREN, ACTIONS(3741), 1, - sym__automatic_semicolon, - STATE(2033), 1, + sym_identifier, + ACTIONS(3743), 1, + anon_sym_STAR, + STATE(2032), 1, sym_comment, - STATE(2431), 1, - sym_import_attribute, - [93113] = 7, + STATE(2620), 1, + sym_formal_parameters, + [93095] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - ACTIONS(3546), 1, + ACTIONS(3685), 1, anon_sym_LBRACE, - STATE(1160), 1, + STATE(1377), 1, sym_class_body, - STATE(2034), 1, + STATE(2033), 1, sym_comment, - STATE(2278), 1, + STATE(2583), 1, sym_class_heritage, - [93135] = 6, + [93117] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, - STATE(2035), 1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3745), 1, + anon_sym_class, + STATE(1883), 1, + aux_sym_export_statement_repeat1, + STATE(2034), 1, sym_comment, - ACTIONS(3743), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [93155] = 6, + STATE(2071), 1, + sym_decorator, + [93139] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, - anon_sym_COMMA, - STATE(1966), 1, - aux_sym_variable_declaration_repeat1, - STATE(2036), 1, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3729), 1, + anon_sym_LBRACE, + STATE(2035), 1, sym_comment, - ACTIONS(3745), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [93175] = 7, + STATE(2079), 1, + sym_class_body, + STATE(2640), 1, + sym_class_heritage, + [93161] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3560), 1, + ACTIONS(3717), 1, sym_html_character_reference, - ACTIONS(3564), 1, + ACTIONS(3721), 1, sym_unescaped_double_jsx_string_fragment, - ACTIONS(3716), 1, + ACTIONS(3727), 1, anon_sym_DQUOTE, - STATE(1908), 1, + STATE(1966), 1, aux_sym__jsx_string_repeat1, - STATE(2037), 1, + STATE(2036), 1, sym_comment, - [93197] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, + [93183] = 7, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3474), 1, + anon_sym_with, ACTIONS(3747), 1, - sym_identifier, + anon_sym_SEMI, ACTIONS(3749), 1, - anon_sym_STAR, - STATE(2038), 1, + sym__automatic_semicolon, + STATE(2037), 1, sym_comment, - STATE(2476), 1, - sym_formal_parameters, - [93219] = 7, + STATE(2721), 1, + sym_import_attribute, + [93205] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3458), 1, + ACTIONS(3482), 1, anon_sym_extends, - ACTIONS(3684), 1, - anon_sym_LBRACE, - STATE(157), 1, - sym_class_body, - STATE(2039), 1, - sym_comment, - STATE(2524), 1, - sym_class_heritage, - [93241] = 7, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3456), 1, + ACTIONS(3685), 1, anon_sym_LBRACE, - ACTIONS(3458), 1, - anon_sym_extends, - STATE(1364), 1, + STATE(1383), 1, sym_class_body, - STATE(2040), 1, + STATE(2038), 1, sym_comment, - STATE(2429), 1, + STATE(2652), 1, sym_class_heritage, - [93263] = 7, + [93227] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3496), 1, - sym__glimmer_template_content, - ACTIONS(3582), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(1391), 1, - sym_glimmer_closing_tag, - STATE(1954), 1, - aux_sym_glimmer_template_repeat1, - STATE(2041), 1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3751), 1, + sym_identifier, + ACTIONS(3753), 1, + anon_sym_STAR, + STATE(2039), 1, sym_comment, - [93285] = 6, + STATE(2427), 1, + sym_formal_parameters, + [93249] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3464), 1, anon_sym_COMMA, - STATE(2023), 1, + STATE(1979), 1, aux_sym_variable_declaration_repeat1, - STATE(2042), 1, + STATE(2040), 1, sym_comment, - ACTIONS(3751), 2, + ACTIONS(3755), 2, sym__automatic_semicolon, anon_sym_SEMI, - [93305] = 6, + [93269] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3518), 1, + ACTIONS(3464), 1, anon_sym_COMMA, - STATE(2024), 1, + STATE(1979), 1, aux_sym_variable_declaration_repeat1, - STATE(2043), 1, + STATE(2041), 1, sym_comment, - ACTIONS(3753), 2, + ACTIONS(3757), 2, sym__automatic_semicolon, anon_sym_SEMI, - [93325] = 6, + [93289] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3759), 1, + sym_identifier, + ACTIONS(3761), 1, + anon_sym_STAR, + STATE(2042), 1, + sym_comment, + STATE(2620), 1, + sym_formal_parameters, + [93311] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3526), 1, - anon_sym_with, - STATE(2044), 1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3763), 1, + anon_sym_class, + STATE(1883), 1, + aux_sym_export_statement_repeat1, + STATE(2043), 1, sym_comment, - STATE(2512), 1, - sym_import_attribute, - ACTIONS(3755), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [93345] = 6, + STATE(2071), 1, + sym_decorator, + [93333] = 7, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3757), 1, - anon_sym_COMMA, - ACTIONS(3759), 1, - anon_sym_RPAREN, + ACTIONS(3482), 1, + anon_sym_extends, + ACTIONS(3685), 1, + anon_sym_LBRACE, + STATE(1282), 1, + sym_class_body, + STATE(2044), 1, + sym_comment, + STATE(2738), 1, + sym_class_heritage, + [93355] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3525), 1, + sym__glimmer_template_content, + ACTIONS(3693), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1591), 1, + sym_glimmer_closing_tag, STATE(2045), 1, sym_comment, - STATE(2166), 1, - aux_sym_formal_parameters_repeat1, - [93364] = 6, + STATE(2157), 1, + aux_sym_glimmer_template_repeat1, + [93377] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3761), 1, - anon_sym_COMMA, - ACTIONS(3763), 1, - anon_sym_RBRACE, + ACTIONS(3765), 1, + anon_sym_DQUOTE, + ACTIONS(3767), 1, + anon_sym_SQUOTE, STATE(2046), 1, sym_comment, - STATE(2113), 1, - aux_sym_export_clause_repeat1, - [93383] = 6, + STATE(2160), 1, + sym_string, + [93396] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3765), 1, + ACTIONS(3391), 1, sym_identifier, + ACTIONS(3395), 1, + anon_sym_LBRACK, + ACTIONS(3397), 1, + sym_private_property_identifier, STATE(2047), 1, sym_comment, - STATE(2234), 1, - sym_formal_parameters, - [93402] = 6, + [93415] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, + ACTIONS(3771), 1, + sym_unescaped_double_jsx_string_fragment, + STATE(2048), 1, + sym_comment, + ACTIONS(3769), 2, + sym_html_character_reference, + anon_sym_DQUOTE, + [93432] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2049), 1, + sym_comment, + ACTIONS(2129), 3, + anon_sym_export, + anon_sym_class, + anon_sym_AT, + [93447] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3502), 1, anon_sym_LPAREN, - ACTIONS(3767), 1, + ACTIONS(3773), 1, sym_identifier, - STATE(2048), 1, + STATE(2050), 1, sym_comment, - STATE(2475), 1, + STATE(2235), 1, sym_formal_parameters, - [93421] = 6, + [93466] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - ACTIONS(3771), 1, + ACTIONS(3777), 1, anon_sym_LPAREN, - STATE(2049), 1, + STATE(2051), 1, sym_comment, - STATE(2163), 1, + STATE(2089), 1, sym_statement_block, - [93440] = 6, + [93485] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, + ACTIONS(3502), 1, anon_sym_LPAREN, - ACTIONS(3773), 1, + ACTIONS(3779), 1, sym_identifier, - STATE(2050), 1, + STATE(2052), 1, sym_comment, - STATE(2423), 1, + STATE(2425), 1, sym_formal_parameters, - [93459] = 6, + [93504] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(3775), 1, + ACTIONS(3781), 1, anon_sym_RBRACK, - STATE(2032), 1, + STATE(1926), 1, aux_sym_array_repeat1, - STATE(2051), 1, + STATE(2053), 1, sym_comment, - [93478] = 6, + [93523] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3490), 1, + ACTIONS(3580), 1, anon_sym_COMMA, - ACTIONS(3777), 1, + ACTIONS(3783), 1, anon_sym_RBRACK, - STATE(2052), 1, + STATE(2054), 1, sym_comment, - STATE(2065), 1, + STATE(2139), 1, aux_sym_array_pattern_repeat1, - [93497] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3779), 1, - sym_identifier, - STATE(1782), 1, - sym_decorator_member_expression, - STATE(2053), 1, - sym_comment, - STATE(2161), 1, - sym_decorator_call_expression, - [93516] = 4, + [93542] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2054), 1, + STATE(2055), 1, sym_comment, - ACTIONS(3781), 3, + ACTIONS(2047), 3, anon_sym_export, anon_sym_class, anon_sym_AT, - [93531] = 5, + [93557] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, + ACTIONS(3502), 1, + anon_sym_LPAREN, ACTIONS(3785), 1, - sym_unescaped_double_jsx_string_fragment, - STATE(2055), 1, + sym_identifier, + STATE(2056), 1, sym_comment, - ACTIONS(3783), 2, - sym_html_character_reference, - anon_sym_DQUOTE, - [93548] = 5, + STATE(2235), 1, + sym_formal_parameters, + [93576] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(3787), 1, - anon_sym_EQ, - STATE(2056), 1, + anon_sym_LPAREN, + ACTIONS(3789), 1, + anon_sym_await, + STATE(117), 1, + sym__for_header, + STATE(2057), 1, sym_comment, - ACTIONS(1870), 2, - anon_sym_in, - anon_sym_of, - [93565] = 6, + [93595] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3789), 1, - anon_sym_LBRACE, - ACTIONS(3791), 1, + ACTIONS(3502), 1, anon_sym_LPAREN, - STATE(760), 1, - sym_statement_block, - STATE(2057), 1, + ACTIONS(3791), 1, + sym_identifier, + STATE(2058), 1, sym_comment, - [93584] = 4, + STATE(2425), 1, + sym_formal_parameters, + [93614] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2058), 1, + STATE(2059), 1, sym_comment, - ACTIONS(912), 3, - sym__automatic_semicolon, + ACTIONS(1625), 3, anon_sym_else, anon_sym_while, - [93599] = 5, + anon_sym_finally, + [93629] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3795), 1, - sym_unescaped_single_jsx_string_fragment, - STATE(2059), 1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3793), 1, + sym_identifier, + STATE(2060), 1, sym_comment, - ACTIONS(3793), 2, - sym_html_character_reference, - anon_sym_SQUOTE, - [93616] = 4, + STATE(2235), 1, + sym_formal_parameters, + [93648] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(2060), 1, + ACTIONS(3795), 1, + sym_identifier, + ACTIONS(3797), 1, + anon_sym_SEMI, + ACTIONS(3799), 1, + sym__automatic_semicolon, + STATE(2061), 1, sym_comment, - ACTIONS(2380), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [93631] = 5, + [93667] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3801), 1, + sym_identifier, + STATE(2062), 1, + sym_comment, + STATE(2425), 1, + sym_formal_parameters, + [93686] = 6, + ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(3492), 1, - anon_sym_EQ, - STATE(2061), 1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3803), 1, + sym_identifier, + ACTIONS(3805), 1, + anon_sym_SEMI, + ACTIONS(3807), 1, + sym__automatic_semicolon, + STATE(2063), 1, sym_comment, - ACTIONS(3797), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [93648] = 6, + [93705] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(3799), 1, - anon_sym_RBRACK, - STATE(2032), 1, - aux_sym_array_repeat1, - STATE(2062), 1, + ACTIONS(2380), 1, + sym__automatic_semicolon, + STATE(2064), 1, sym_comment, - [93667] = 6, + ACTIONS(1057), 2, + anon_sym_else, + anon_sym_while, + [93722] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3490), 1, - anon_sym_COMMA, - ACTIONS(3801), 1, - anon_sym_RBRACK, - STATE(2063), 1, - sym_comment, + ACTIONS(2400), 1, + sym__automatic_semicolon, STATE(2065), 1, - aux_sym_array_pattern_repeat1, - [93686] = 6, + sym_comment, + ACTIONS(1039), 2, + anon_sym_else, + anon_sym_while, + [93739] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, - anon_sym_COMMA, - ACTIONS(3803), 1, - anon_sym_RBRACE, - STATE(2064), 1, + ACTIONS(2408), 1, + sym__automatic_semicolon, + STATE(2066), 1, sym_comment, - STATE(2114), 1, - aux_sym_object_repeat1, - [93705] = 5, + ACTIONS(1031), 2, + anon_sym_else, + anon_sym_while, + [93756] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3797), 1, - anon_sym_RBRACK, - ACTIONS(3805), 1, - anon_sym_COMMA, - STATE(2065), 2, + ACTIONS(2410), 1, + sym__automatic_semicolon, + STATE(2067), 1, sym_comment, - aux_sym_array_pattern_repeat1, - [93722] = 6, + ACTIONS(1027), 2, + anon_sym_else, + anon_sym_while, + [93773] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(2402), 1, + ACTIONS(2404), 1, anon_sym_RPAREN, - STATE(2066), 1, + STATE(2068), 1, sym_comment, - STATE(2095), 1, + STATE(2097), 1, aux_sym_array_repeat1, - [93741] = 6, + [93792] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(2402), 1, + ACTIONS(2404), 1, anon_sym_RPAREN, - STATE(2032), 1, + STATE(1926), 1, aux_sym_array_repeat1, - STATE(2067), 1, - sym_comment, - [93760] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3808), 1, - sym_identifier, - ACTIONS(3810), 1, - anon_sym_SEMI, - ACTIONS(3812), 1, - sym__automatic_semicolon, - STATE(2068), 1, + STATE(2069), 1, sym_comment, - [93779] = 6, + [93811] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3814), 1, + ACTIONS(3809), 1, sym_identifier, - ACTIONS(3816), 1, - anon_sym_SEMI, - ACTIONS(3818), 1, - sym__automatic_semicolon, - STATE(2069), 1, + STATE(1807), 1, + sym_decorator_member_expression, + STATE(2070), 1, sym_comment, - [93798] = 4, + STATE(2107), 1, + sym_decorator_call_expression, + [93830] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2070), 1, + STATE(2071), 1, sym_comment, - ACTIONS(2171), 3, + ACTIONS(3811), 3, anon_sym_export, anon_sym_class, anon_sym_AT, - [93813] = 6, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, + [93845] = 6, + ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(3820), 1, - anon_sym_LPAREN, - ACTIONS(3822), 1, - anon_sym_await, - STATE(108), 1, - sym__for_header, - STATE(2071), 1, - sym_comment, - [93832] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3813), 1, + sym_identifier, STATE(2072), 1, sym_comment, - ACTIONS(908), 3, - sym__automatic_semicolon, - anon_sym_else, - anon_sym_while, - [93847] = 6, + STATE(2235), 1, + sym_formal_parameters, + [93864] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3490), 1, - anon_sym_COMMA, - ACTIONS(3494), 1, - anon_sym_RBRACK, - STATE(2063), 1, - aux_sym_array_pattern_repeat1, + ACTIONS(3518), 1, + anon_sym_from, + ACTIONS(3815), 1, + anon_sym_as, STATE(2073), 1, sym_comment, - [93866] = 6, + STATE(2599), 1, + sym__from_clause, + [93883] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3824), 1, - anon_sym_COLON, - ACTIONS(3826), 1, - anon_sym_GT, - ACTIONS(3828), 1, - anon_sym_DOT, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3817), 1, + sym_identifier, STATE(2074), 1, sym_comment, - [93885] = 6, + STATE(2425), 1, + sym_formal_parameters, + [93902] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3308), 1, - anon_sym_COMMA, - ACTIONS(3830), 1, - anon_sym_RBRACE, + ACTIONS(2215), 1, + anon_sym_in, STATE(2075), 1, sym_comment, - STATE(2110), 1, - aux_sym_object_pattern_repeat1, - [93904] = 6, + ACTIONS(2497), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [93919] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3308), 1, - anon_sym_COMMA, - ACTIONS(3832), 1, - anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_COLON, + ACTIONS(3821), 1, + anon_sym_GT, + ACTIONS(3823), 1, + anon_sym_DOT, STATE(2076), 1, sym_comment, - STATE(2110), 1, - aux_sym_object_pattern_repeat1, - [93923] = 6, + [93938] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(3438), 1, anon_sym_COMMA, - ACTIONS(3834), 1, - anon_sym_RPAREN, - STATE(2032), 1, - aux_sym_array_repeat1, + ACTIONS(3825), 1, + anon_sym_RBRACE, STATE(2077), 1, sym_comment, - [93942] = 6, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + [93957] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, + ACTIONS(3387), 1, anon_sym_COMMA, - ACTIONS(3836), 1, + ACTIONS(3827), 1, anon_sym_RBRACE, STATE(2078), 1, sym_comment, - STATE(2114), 1, + STATE(2118), 1, aux_sym_object_repeat1, - [93961] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + [93976] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3838), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2420), 1, + sym__automatic_semicolon, STATE(2079), 1, sym_comment, - STATE(2423), 1, - sym_formal_parameters, - [93980] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + ACTIONS(1019), 2, + anon_sym_else, + anon_sym_while, + [93993] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3328), 1, - sym_identifier, - ACTIONS(3332), 1, - anon_sym_LBRACK, - ACTIONS(3334), 1, - sym_private_property_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3438), 1, + anon_sym_COMMA, + ACTIONS(3829), 1, + anon_sym_RBRACE, STATE(2080), 1, sym_comment, - [93999] = 4, + STATE(2121), 1, + aux_sym_object_pattern_repeat1, + [94012] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + ACTIONS(3831), 1, + anon_sym_COLON, STATE(2081), 1, sym_comment, - ACTIONS(3346), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [94014] = 6, + STATE(2569), 1, + sym_formal_parameters, + [94031] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3840), 1, - anon_sym_LBRACE, - ACTIONS(3842), 1, - anon_sym_LPAREN, - STATE(488), 1, - sym_statement_block, + ACTIONS(3518), 1, + anon_sym_from, + ACTIONS(3815), 1, + anon_sym_as, STATE(2082), 1, sym_comment, - [94033] = 6, + STATE(2508), 1, + sym__from_clause, + [94050] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(2392), 1, - anon_sym_RPAREN, + ACTIONS(2424), 1, + sym__automatic_semicolon, STATE(2083), 1, sym_comment, - STATE(2097), 1, - aux_sym_array_repeat1, - [94052] = 6, + ACTIONS(1053), 2, + anon_sym_else, + anon_sym_while, + [94067] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3824), 1, - anon_sym_COLON, - ACTIONS(3828), 1, - anon_sym_DOT, - ACTIONS(3844), 1, - anon_sym_GT, + ACTIONS(2426), 1, + sym__automatic_semicolon, STATE(2084), 1, sym_comment, - [94071] = 6, + ACTIONS(1005), 2, + anon_sym_else, + anon_sym_while, + [94084] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(3387), 1, anon_sym_COMMA, - ACTIONS(2335), 1, - anon_sym_RPAREN, - STATE(2032), 1, - aux_sym_array_repeat1, + ACTIONS(3827), 1, + anon_sym_RBRACE, STATE(2085), 1, sym_comment, - [94090] = 6, + STATE(2119), 1, + aux_sym_object_repeat1, + [94103] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(3438), 1, anon_sym_COMMA, - ACTIONS(2335), 1, - anon_sym_RPAREN, - STATE(2077), 1, - aux_sym_array_repeat1, + ACTIONS(3825), 1, + anon_sym_RBRACE, STATE(2086), 1, sym_comment, - [94109] = 6, + STATE(2121), 1, + aux_sym_object_pattern_repeat1, + [94122] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(2392), 1, - anon_sym_RPAREN, - STATE(2032), 1, - aux_sym_array_repeat1, + ACTIONS(3518), 1, + anon_sym_from, + ACTIONS(3815), 1, + anon_sym_as, STATE(2087), 1, sym_comment, - [94128] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + STATE(2406), 1, + sym__from_clause, + [94141] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3846), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, STATE(2088), 1, sym_comment, - STATE(2234), 1, - sym_formal_parameters, - [94147] = 6, + ACTIONS(2167), 3, + anon_sym_export, + anon_sym_class, + anon_sym_AT, + [94156] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3848), 1, - anon_sym_LBRACE, - ACTIONS(3850), 1, - anon_sym_LPAREN, - STATE(565), 1, - sym_statement_block, STATE(2089), 1, sym_comment, - [94166] = 5, + ACTIONS(1573), 3, + anon_sym_else, + anon_sym_while, + anon_sym_finally, + [94171] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2215), 1, - anon_sym_in, STATE(2090), 1, sym_comment, - ACTIONS(2497), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [94183] = 6, + ACTIONS(932), 3, + sym__automatic_semicolon, + anon_sym_else, + anon_sym_while, + [94186] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3852), 1, - anon_sym_LPAREN, - ACTIONS(3854), 1, - anon_sym_await, - STATE(100), 1, - sym__for_header, STATE(2091), 1, sym_comment, - [94202] = 4, + ACTIONS(928), 3, + sym__automatic_semicolon, + anon_sym_else, + anon_sym_while, + [94201] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_from, + ACTIONS(3815), 1, + anon_sym_as, STATE(2092), 1, sym_comment, - ACTIONS(3856), 3, - anon_sym_export, - anon_sym_class, - anon_sym_AT, - [94217] = 5, + STATE(2284), 1, + sym__from_clause, + [94220] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2426), 1, - sym__automatic_semicolon, + ACTIONS(3387), 1, + anon_sym_COMMA, + ACTIONS(3833), 1, + anon_sym_RBRACE, STATE(2093), 1, sym_comment, - ACTIONS(1029), 2, - anon_sym_else, - anon_sym_while, - [94234] = 6, + STATE(2119), 1, + aux_sym_object_repeat1, + [94239] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3308), 1, + ACTIONS(3653), 1, anon_sym_COMMA, - ACTIONS(3858), 1, - anon_sym_RBRACE, + ACTIONS(3655), 1, + anon_sym_RPAREN, STATE(2094), 1, sym_comment, - STATE(2116), 1, - aux_sym_object_pattern_repeat1, - [94253] = 6, + STATE(2132), 1, + aux_sym_formal_parameters_repeat1, + [94258] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(3860), 1, - anon_sym_RPAREN, - STATE(2032), 1, - aux_sym_array_repeat1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3835), 1, + sym_identifier, STATE(2095), 1, sym_comment, - [94272] = 6, + STATE(2235), 1, + sym_formal_parameters, + [94277] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3419), 1, - anon_sym_COMMA, - ACTIONS(3862), 1, - anon_sym_RBRACE, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3837), 1, + sym_identifier, STATE(2096), 1, sym_comment, - STATE(2115), 1, - aux_sym_object_repeat1, - [94291] = 6, + STATE(2425), 1, + sym_formal_parameters, + [94296] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(3864), 1, + ACTIONS(3839), 1, anon_sym_RPAREN, - STATE(2032), 1, + STATE(1926), 1, aux_sym_array_repeat1, STATE(2097), 1, sym_comment, - [94310] = 5, + [94315] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2424), 1, - sym__automatic_semicolon, + ACTIONS(3580), 1, + anon_sym_COMMA, + ACTIONS(3584), 1, + anon_sym_RBRACK, STATE(2098), 1, sym_comment, - ACTIONS(1021), 2, - anon_sym_else, - anon_sym_while, - [94327] = 6, + STATE(2138), 1, + aux_sym_array_pattern_repeat1, + [94334] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3866), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(3868), 1, - anon_sym_RBRACE, + ACTIONS(2364), 1, + anon_sym_RBRACK, STATE(2099), 1, sym_comment, - STATE(2136), 1, - aux_sym_named_imports_repeat1, - [94346] = 6, + STATE(2137), 1, + aux_sym_array_repeat1, + [94353] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(3438), 1, anon_sym_COMMA, - ACTIONS(2386), 1, - anon_sym_RPAREN, + ACTIONS(3841), 1, + anon_sym_RBRACE, STATE(2100), 1, sym_comment, - STATE(2195), 1, - aux_sym_array_repeat1, - [94365] = 6, + STATE(2121), 1, + aux_sym_object_pattern_repeat1, + [94372] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(2386), 1, - anon_sym_RPAREN, - STATE(2032), 1, + ACTIONS(2364), 1, + anon_sym_RBRACK, + STATE(1926), 1, aux_sym_array_repeat1, STATE(2101), 1, sym_comment, - [94384] = 5, + [94391] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3623), 1, - anon_sym_as, + ACTIONS(3580), 1, + anon_sym_COMMA, + ACTIONS(3584), 1, + anon_sym_RBRACK, STATE(2102), 1, sym_comment, - ACTIONS(3870), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [94401] = 5, + STATE(2139), 1, + aux_sym_array_pattern_repeat1, + [94410] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2420), 1, - sym__automatic_semicolon, + ACTIONS(3518), 1, + anon_sym_from, + ACTIONS(3815), 1, + anon_sym_as, STATE(2103), 1, sym_comment, - ACTIONS(1015), 2, - anon_sym_else, - anon_sym_while, - [94418] = 5, + STATE(2379), 1, + sym__from_clause, + [94429] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3872), 1, - sym__glimmer_template_content, - ACTIONS(3875), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(2104), 2, + ACTIONS(3843), 1, + anon_sym_DQUOTE, + STATE(2104), 1, sym_comment, - aux_sym_glimmer_template_repeat1, - [94435] = 6, + ACTIONS(3845), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [94446] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3490), 1, - anon_sym_COMMA, - ACTIONS(3655), 1, - anon_sym_RBRACK, - STATE(2065), 1, - aux_sym_array_pattern_repeat1, + ACTIONS(3847), 1, + anon_sym_SQUOTE, STATE(2105), 1, sym_comment, - [94454] = 6, + ACTIONS(3849), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [94463] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(2406), 1, - anon_sym_RBRACK, - STATE(2032), 1, - aux_sym_array_repeat1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3851), 1, + sym_identifier, STATE(2106), 1, sym_comment, - [94473] = 6, + STATE(2425), 1, + sym_formal_parameters, + [94482] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(2406), 1, - anon_sym_RBRACK, - STATE(2051), 1, - aux_sym_array_repeat1, STATE(2107), 1, sym_comment, - [94492] = 6, + ACTIONS(3242), 3, + anon_sym_export, + anon_sym_class, + anon_sym_AT, + [94497] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3490), 1, - anon_sym_COMMA, - ACTIONS(3655), 1, - anon_sym_RBRACK, - STATE(2052), 1, - aux_sym_array_pattern_repeat1, + ACTIONS(2338), 1, + sym__automatic_semicolon, STATE(2108), 1, sym_comment, - [94511] = 6, + ACTIONS(999), 2, + anon_sym_else, + anon_sym_while, + [94514] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3824), 1, - anon_sym_COLON, - ACTIONS(3828), 1, - anon_sym_DOT, - ACTIONS(3877), 1, - anon_sym_GT, + ACTIONS(3853), 1, + sym__automatic_semicolon, STATE(2109), 1, sym_comment, - [94530] = 5, + ACTIONS(948), 2, + anon_sym_else, + anon_sym_while, + [94531] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3879), 1, - anon_sym_COMMA, - ACTIONS(3882), 1, - anon_sym_RBRACE, - STATE(2110), 2, + STATE(2110), 1, sym_comment, - aux_sym_object_pattern_repeat1, - [94547] = 4, + ACTIONS(3855), 3, + sym__automatic_semicolon, + anon_sym_from, + anon_sym_SEMI, + [94546] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3857), 1, + anon_sym_COMMA, + ACTIONS(3859), 1, + anon_sym_RBRACE, STATE(2111), 1, sym_comment, - ACTIONS(3884), 3, - sym__automatic_semicolon, - anon_sym_with, - anon_sym_SEMI, - [94562] = 4, + STATE(2163), 1, + aux_sym_export_clause_repeat1, + [94565] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3861), 1, + anon_sym_as, STATE(2112), 1, sym_comment, - ACTIONS(3886), 3, - sym__automatic_semicolon, - anon_sym_from, - anon_sym_SEMI, - [94577] = 6, + ACTIONS(3863), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [94582] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3888), 1, - anon_sym_COMMA, - ACTIONS(3890), 1, - anon_sym_RBRACE, STATE(2113), 1, sym_comment, - STATE(2189), 1, - aux_sym_export_clause_repeat1, - [94596] = 5, + ACTIONS(938), 3, + sym__automatic_semicolon, + anon_sym_else, + anon_sym_while, + [94597] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3892), 1, - anon_sym_COMMA, - ACTIONS(3895), 1, - anon_sym_RBRACE, - STATE(2114), 2, + ACTIONS(3410), 1, + sym_identifier, + ACTIONS(3414), 1, + anon_sym_LBRACK, + ACTIONS(3416), 1, + sym_private_property_identifier, + STATE(2114), 1, sym_comment, - aux_sym_object_repeat1, - [94613] = 6, + [94616] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, + ACTIONS(3387), 1, anon_sym_COMMA, - ACTIONS(3897), 1, + ACTIONS(3865), 1, anon_sym_RBRACE, - STATE(2114), 1, - aux_sym_object_repeat1, STATE(2115), 1, sym_comment, - [94632] = 6, + STATE(2119), 1, + aux_sym_object_repeat1, + [94635] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3308), 1, + ACTIONS(3438), 1, anon_sym_COMMA, - ACTIONS(3899), 1, + ACTIONS(3867), 1, anon_sym_RBRACE, - STATE(2110), 1, - aux_sym_object_pattern_repeat1, STATE(2116), 1, sym_comment, - [94651] = 6, + STATE(2121), 1, + aux_sym_object_pattern_repeat1, + [94654] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3308), 1, + ACTIONS(3438), 1, anon_sym_COMMA, - ACTIONS(3901), 1, + ACTIONS(3869), 1, anon_sym_RBRACE, - STATE(2110), 1, - aux_sym_object_pattern_repeat1, STATE(2117), 1, sym_comment, - [94670] = 6, + STATE(2121), 1, + aux_sym_object_pattern_repeat1, + [94673] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, + ACTIONS(3387), 1, anon_sym_COMMA, - ACTIONS(3903), 1, + ACTIONS(3871), 1, anon_sym_RBRACE, - STATE(2114), 1, - aux_sym_object_repeat1, STATE(2118), 1, sym_comment, - [94689] = 6, + STATE(2119), 1, + aux_sym_object_repeat1, + [94692] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - ACTIONS(3905), 1, - anon_sym_COLON, - STATE(2119), 1, + ACTIONS(3873), 1, + anon_sym_COMMA, + ACTIONS(3876), 1, + anon_sym_RBRACE, + STATE(2119), 2, sym_comment, - STATE(2567), 1, - sym_formal_parameters, - [94708] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + aux_sym_object_repeat1, + [94709] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3396), 1, - sym_identifier, - ACTIONS(3400), 1, - anon_sym_LBRACK, - ACTIONS(3402), 1, - sym_private_property_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, STATE(2120), 1, sym_comment, - [94727] = 5, + ACTIONS(954), 3, + sym__automatic_semicolon, + anon_sym_else, + anon_sym_while, + [94724] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3907), 1, - anon_sym_as, - STATE(2121), 1, - sym_comment, - ACTIONS(3909), 2, + ACTIONS(3878), 1, anon_sym_COMMA, + ACTIONS(3881), 1, anon_sym_RBRACE, - [94744] = 6, + STATE(2121), 2, + sym_comment, + aux_sym_object_pattern_repeat1, + [94741] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - ACTIONS(3911), 1, + ACTIONS(3535), 1, anon_sym_as, STATE(2122), 1, sym_comment, - STATE(2597), 1, - sym__from_clause, - [94763] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + ACTIONS(3883), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [94758] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3913), 1, - sym_identifier, - ACTIONS(3915), 1, - anon_sym_SEMI, - ACTIONS(3917), 1, - sym__automatic_semicolon, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3885), 1, + anon_sym_COMMA, + ACTIONS(3887), 1, + anon_sym_RBRACE, STATE(2123), 1, sym_comment, - [94782] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + STATE(2179), 1, + aux_sym_named_imports_repeat1, + [94777] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3919), 1, - sym_identifier, - ACTIONS(3921), 1, - anon_sym_SEMI, - ACTIONS(3923), 1, - sym__automatic_semicolon, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(3889), 1, + anon_sym_RPAREN, + STATE(1926), 1, + aux_sym_array_repeat1, STATE(2124), 1, sym_comment, - [94801] = 6, + [94796] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - ACTIONS(3925), 1, - anon_sym_COLON, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(2390), 1, + anon_sym_RPAREN, + STATE(1926), 1, + aux_sym_array_repeat1, STATE(2125), 1, sym_comment, - STATE(2567), 1, - sym_formal_parameters, - [94820] = 6, + [94815] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3927), 1, - anon_sym_LPAREN, - ACTIONS(3929), 1, - anon_sym_await, - STATE(82), 1, - sym__for_header, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(2390), 1, + anon_sym_RPAREN, + STATE(2124), 1, + aux_sym_array_repeat1, STATE(2126), 1, sym_comment, - [94839] = 5, + [94834] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3492), 1, - anon_sym_EQ, + ACTIONS(3891), 1, + anon_sym_LBRACE, + ACTIONS(3893), 1, + anon_sym_LPAREN, + STATE(486), 1, + sym_statement_block, STATE(2127), 1, sym_comment, - ACTIONS(3931), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [94856] = 6, + [94853] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(3933), 1, - anon_sym_RPAREN, - STATE(2032), 1, - aux_sym_array_repeat1, STATE(2128), 1, sym_comment, - [94875] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + ACTIONS(3432), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [94868] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3935), 1, - sym_identifier, - ACTIONS(3937), 1, - anon_sym_SEMI, - ACTIONS(3939), 1, - sym__automatic_semicolon, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3895), 1, + anon_sym_EQ, STATE(2129), 1, sym_comment, - [94894] = 4, + ACTIONS(1878), 2, + anon_sym_in, + anon_sym_of, + [94885] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(1545), 1, + anon_sym_while, + ACTIONS(3897), 1, + anon_sym_else, STATE(2130), 1, sym_comment, - ACTIONS(3941), 3, - sym__automatic_semicolon, - anon_sym_from, - anon_sym_SEMI, - [94909] = 6, + STATE(2636), 1, + sym_else_clause, + [94904] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3308), 1, - anon_sym_COMMA, - ACTIONS(3943), 1, - anon_sym_RBRACE, - STATE(2110), 1, - aux_sym_object_pattern_repeat1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3899), 1, + sym_identifier, STATE(2131), 1, sym_comment, - [94928] = 6, + STATE(2319), 1, + sym_formal_parameters, + [94923] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, + ACTIONS(3901), 1, anon_sym_COMMA, - ACTIONS(3945), 1, - anon_sym_RBRACE, - STATE(2114), 1, - aux_sym_object_repeat1, + ACTIONS(3903), 1, + anon_sym_RPAREN, STATE(2132), 1, sym_comment, - [94947] = 6, + STATE(2188), 1, + aux_sym_formal_parameters_repeat1, + [94942] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3824), 1, - anon_sym_COLON, - ACTIONS(3828), 1, - anon_sym_DOT, - ACTIONS(3947), 1, - anon_sym_GT, + ACTIONS(3338), 1, + anon_sym_EQ, STATE(2133), 1, sym_comment, - [94966] = 6, + ACTIONS(1878), 2, + anon_sym_in, + anon_sym_of, + [94959] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(2351), 1, - anon_sym_RPAREN, - STATE(2032), 1, - aux_sym_array_repeat1, + ACTIONS(3905), 1, + anon_sym_LBRACE, + ACTIONS(3907), 1, + anon_sym_LPAREN, + STATE(752), 1, + sym_statement_block, STATE(2134), 1, sym_comment, - [94985] = 6, + [94978] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(2351), 1, - anon_sym_RPAREN, - STATE(2128), 1, - aux_sym_array_repeat1, STATE(2135), 1, sym_comment, - [95004] = 6, + ACTIONS(2376), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [94993] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3949), 1, - anon_sym_COMMA, - ACTIONS(3951), 1, - anon_sym_RBRACE, + ACTIONS(3582), 1, + anon_sym_EQ, STATE(2136), 1, sym_comment, - STATE(2180), 1, - aux_sym_named_imports_repeat1, - [95023] = 6, + ACTIONS(3909), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [95010] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3953), 1, - anon_sym_LBRACE, - ACTIONS(3955), 1, - anon_sym_LPAREN, - STATE(557), 1, - sym_statement_block, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(3911), 1, + anon_sym_RBRACK, + STATE(1926), 1, + aux_sym_array_repeat1, STATE(2137), 1, sym_comment, - [95042] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + [95029] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3957), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3580), 1, + anon_sym_COMMA, + ACTIONS(3913), 1, + anon_sym_RBRACK, STATE(2138), 1, sym_comment, - STATE(2423), 1, - sym_formal_parameters, - [95061] = 4, + STATE(2139), 1, + aux_sym_array_pattern_repeat1, + [95048] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2139), 1, - sym_comment, - ACTIONS(3613), 3, - sym__automatic_semicolon, + ACTIONS(3909), 1, + anon_sym_RBRACK, + ACTIONS(3915), 1, anon_sym_COMMA, - anon_sym_SEMI, - [95076] = 6, + STATE(2139), 2, + sym_comment, + aux_sym_array_pattern_repeat1, + [95065] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - ACTIONS(3911), 1, - anon_sym_as, + ACTIONS(3918), 1, + sym_identifier, + ACTIONS(3920), 1, + anon_sym_SEMI, + ACTIONS(3922), 1, + sym__automatic_semicolon, STATE(2140), 1, sym_comment, - STATE(2506), 1, - sym__from_clause, - [95095] = 6, + [95084] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3959), 1, + ACTIONS(3924), 1, sym_identifier, - ACTIONS(3961), 1, + ACTIONS(3926), 1, anon_sym_SEMI, - ACTIONS(3963), 1, + ACTIONS(3928), 1, sym__automatic_semicolon, STATE(2141), 1, sym_comment, - [95114] = 6, + [95103] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, - anon_sym_COMMA, - ACTIONS(3945), 1, - anon_sym_RBRACE, - STATE(2064), 1, - aux_sym_object_repeat1, + ACTIONS(3930), 1, + anon_sym_LPAREN, + ACTIONS(3932), 1, + anon_sym_await, + STATE(101), 1, + sym__for_header, STATE(2142), 1, sym_comment, - [95133] = 6, + [95122] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3308), 1, - anon_sym_COMMA, - ACTIONS(3943), 1, - anon_sym_RBRACE, - STATE(2075), 1, - aux_sym_object_pattern_repeat1, + ACTIONS(3934), 1, + anon_sym_LPAREN, + ACTIONS(3936), 1, + anon_sym_await, + STATE(70), 1, + sym__for_header, STATE(2143), 1, sym_comment, - [95152] = 6, + [95141] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3965), 1, - anon_sym_DQUOTE, - ACTIONS(3967), 1, - anon_sym_SQUOTE, - STATE(2111), 1, - sym_string, + ACTIONS(3938), 1, + sym_identifier, + ACTIONS(3940), 1, + anon_sym_SEMI, + ACTIONS(3942), 1, + sym__automatic_semicolon, STATE(2144), 1, sym_comment, - [95171] = 6, + [95160] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(3969), 1, - anon_sym_RBRACE, - STATE(2114), 1, - aux_sym_object_repeat1, + ACTIONS(3944), 1, + anon_sym_RPAREN, + STATE(1926), 1, + aux_sym_array_repeat1, STATE(2145), 1, sym_comment, - [95190] = 6, + [95179] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3419), 1, - anon_sym_COMMA, - ACTIONS(3971), 1, - anon_sym_RBRACE, - STATE(2114), 1, - aux_sym_object_repeat1, + ACTIONS(3946), 1, + sym_identifier, + ACTIONS(3948), 1, + anon_sym_SEMI, + ACTIONS(3950), 1, + sym__automatic_semicolon, STATE(2146), 1, sym_comment, - [95209] = 6, + [95198] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, - anon_sym_COMMA, - ACTIONS(3862), 1, - anon_sym_RBRACE, - STATE(2114), 1, - aux_sym_object_repeat1, + ACTIONS(3819), 1, + anon_sym_COLON, + ACTIONS(3823), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + anon_sym_GT, STATE(2147), 1, sym_comment, - [95228] = 4, + [95217] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(2331), 1, + anon_sym_RPAREN, + STATE(1926), 1, + aux_sym_array_repeat1, STATE(2148), 1, sym_comment, - ACTIONS(3973), 3, - anon_sym_default, - anon_sym_RBRACE, - anon_sym_case, - [95243] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + [95236] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3975), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(2331), 1, + anon_sym_RPAREN, + STATE(2145), 1, + aux_sym_array_repeat1, STATE(2149), 1, sym_comment, - STATE(2234), 1, - sym_formal_parameters, - [95262] = 6, + [95255] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3308), 1, - anon_sym_COMMA, - ACTIONS(3858), 1, - anon_sym_RBRACE, - STATE(2110), 1, - aux_sym_object_pattern_repeat1, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(3954), 1, + sym_identifier, STATE(2150), 1, sym_comment, - [95281] = 6, + STATE(2235), 1, + sym_formal_parameters, + [95274] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - ACTIONS(3911), 1, - anon_sym_as, + ACTIONS(3956), 1, + anon_sym_LBRACE, + ACTIONS(3958), 1, + anon_sym_LPAREN, + STATE(676), 1, + sym_statement_block, STATE(2151), 1, sym_comment, - STATE(2404), 1, - sym__from_clause, - [95300] = 5, + [95293] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2342), 1, - sym__automatic_semicolon, STATE(2152), 1, sym_comment, - ACTIONS(1051), 2, - anon_sym_else, - anon_sym_while, - [95317] = 5, + ACTIONS(3960), 3, + anon_sym_export, + anon_sym_class, + anon_sym_AT, + [95308] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3962), 1, + sym_identifier, + STATE(1560), 1, + sym_decorator_member_expression, + STATE(1621), 1, + sym_decorator_call_expression, + STATE(2153), 1, + sym_comment, + [95327] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2410), 1, - sym__automatic_semicolon, - STATE(2153), 1, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(2382), 1, + anon_sym_RPAREN, + STATE(2154), 1, sym_comment, - ACTIONS(1007), 2, - anon_sym_else, - anon_sym_while, - [95334] = 4, + STATE(2175), 1, + aux_sym_array_repeat1, + [95346] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2154), 1, + STATE(2155), 1, sym_comment, - ACTIONS(3977), 3, + ACTIONS(3964), 3, sym__automatic_semicolon, anon_sym_from, anon_sym_SEMI, - [95349] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + [95361] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3979), 1, - sym_identifier, - STATE(1556), 1, - sym_decorator_member_expression, - STATE(1635), 1, - sym_decorator_call_expression, - STATE(2155), 1, - sym_comment, - [95368] = 6, - ACTIONS(3), 1, + ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3981), 1, - sym_identifier, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(2382), 1, + anon_sym_RPAREN, + STATE(1926), 1, + aux_sym_array_repeat1, STATE(2156), 1, sym_comment, - STATE(2417), 1, - sym_formal_parameters, - [95387] = 5, + [95380] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2408), 1, - sym__automatic_semicolon, - STATE(2157), 1, + ACTIONS(3966), 1, + sym__glimmer_template_content, + ACTIONS(3969), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(2157), 2, sym_comment, - ACTIONS(1003), 2, - anon_sym_else, - anon_sym_while, - [95404] = 5, + aux_sym_glimmer_template_repeat1, + [95397] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3983), 1, - sym__automatic_semicolon, + ACTIONS(3387), 1, + anon_sym_COMMA, + ACTIONS(3971), 1, + anon_sym_RBRACE, + STATE(2119), 1, + aux_sym_object_repeat1, STATE(2158), 1, sym_comment, - ACTIONS(902), 2, - anon_sym_else, - anon_sym_while, - [95421] = 5, + [95416] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2404), 1, - sym__automatic_semicolon, + ACTIONS(3819), 1, + anon_sym_COLON, + ACTIONS(3823), 1, + anon_sym_DOT, + ACTIONS(3973), 1, + anon_sym_GT, STATE(2159), 1, sym_comment, - ACTIONS(999), 2, - anon_sym_else, - anon_sym_while, - [95438] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + [95435] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(3985), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, STATE(2160), 1, sym_comment, - STATE(2423), 1, - sym_formal_parameters, - [95457] = 4, + ACTIONS(3975), 3, + sym__automatic_semicolon, + anon_sym_with, + anon_sym_SEMI, + [95450] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2161), 1, sym_comment, - ACTIONS(3199), 3, - anon_sym_export, - anon_sym_class, - anon_sym_AT, - [95472] = 6, + ACTIONS(3977), 3, + sym__automatic_semicolon, + anon_sym_from, + anon_sym_SEMI, + [95465] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - ACTIONS(3911), 1, - anon_sym_as, + ACTIONS(3981), 1, + sym_unescaped_single_jsx_string_fragment, STATE(2162), 1, sym_comment, - STATE(2282), 1, - sym__from_clause, - [95491] = 4, + ACTIONS(3979), 2, + sym_html_character_reference, + anon_sym_SQUOTE, + [95482] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3983), 1, + anon_sym_COMMA, + ACTIONS(3985), 1, + anon_sym_RBRACE, STATE(2163), 1, sym_comment, - ACTIONS(1547), 3, - anon_sym_else, - anon_sym_while, - anon_sym_finally, - [95506] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + STATE(2197), 1, + aux_sym_export_clause_repeat1, + [95501] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3438), 1, + anon_sym_COMMA, ACTIONS(3987), 1, - sym_identifier, + anon_sym_RBRACE, + STATE(2100), 1, + aux_sym_object_pattern_repeat1, STATE(2164), 1, sym_comment, - STATE(2423), 1, - sym_formal_parameters, - [95525] = 5, + [95520] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3387), 1, + anon_sym_COMMA, ACTIONS(3989), 1, - sym__automatic_semicolon, + anon_sym_RBRACE, + STATE(2093), 1, + aux_sym_object_repeat1, STATE(2165), 1, sym_comment, - ACTIONS(882), 2, - anon_sym_else, - anon_sym_while, - [95542] = 5, + [95539] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3991), 1, + ACTIONS(3387), 1, anon_sym_COMMA, - ACTIONS(3994), 1, - anon_sym_RPAREN, - STATE(2166), 2, + ACTIONS(3989), 1, + anon_sym_RBRACE, + STATE(2119), 1, + aux_sym_object_repeat1, + STATE(2166), 1, sym_comment, - aux_sym_formal_parameters_repeat1, - [95559] = 4, + [95558] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3991), 1, + sym__automatic_semicolon, STATE(2167), 1, sym_comment, - ACTIONS(876), 3, - sym__automatic_semicolon, + ACTIONS(938), 2, anon_sym_else, anon_sym_while, - [95574] = 6, + [95575] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3996), 1, - anon_sym_LPAREN, - ACTIONS(3998), 1, - anon_sym_await, - STATE(117), 1, - sym__for_header, + ACTIONS(3438), 1, + anon_sym_COMMA, + ACTIONS(3987), 1, + anon_sym_RBRACE, + STATE(2121), 1, + aux_sym_object_pattern_repeat1, STATE(2168), 1, sym_comment, - [95593] = 6, + [95594] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(3993), 1, sym_identifier, - STATE(2169), 1, - sym_comment, - STATE(2234), 1, - sym_formal_parameters, - [95612] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2319), 1, + ACTIONS(3995), 1, + anon_sym_SEMI, + ACTIONS(3997), 1, sym__automatic_semicolon, - STATE(2170), 1, + STATE(2169), 1, sym_comment, - ACTIONS(1037), 2, - anon_sym_else, - anon_sym_while, - [95629] = 6, + [95613] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4002), 1, + ACTIONS(3999), 1, sym_identifier, - ACTIONS(4004), 1, + ACTIONS(4001), 1, anon_sym_SEMI, - ACTIONS(4006), 1, + ACTIONS(4003), 1, sym__automatic_semicolon, - STATE(2171), 1, + STATE(2170), 1, sym_comment, - [95648] = 6, - ACTIONS(3), 1, + [95632] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + ACTIONS(4005), 1, + anon_sym_COLON, + STATE(2171), 1, + sym_comment, + STATE(2569), 1, + sym_formal_parameters, + [95651] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4008), 1, - sym_identifier, - ACTIONS(4010), 1, - anon_sym_SEMI, - ACTIONS(4012), 1, - sym__automatic_semicolon, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4007), 1, + anon_sym_LPAREN, + ACTIONS(4009), 1, + anon_sym_await, + STATE(88), 1, + sym__for_header, STATE(2172), 1, sym_comment, - [95667] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + [95670] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4014), 1, - anon_sym_SQUOTE, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3582), 1, + anon_sym_EQ, STATE(2173), 1, sym_comment, - ACTIONS(4016), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [95684] = 6, + ACTIONS(4011), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [95687] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4018), 1, - anon_sym_LPAREN, - ACTIONS(4020), 1, - anon_sym_await, - STATE(111), 1, - sym__for_header, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(4013), 1, + anon_sym_RPAREN, + STATE(1926), 1, + aux_sym_array_repeat1, STATE(2174), 1, sym_comment, - [95703] = 6, + [95706] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(4022), 1, - anon_sym_RBRACE, - STATE(2114), 1, - aux_sym_object_repeat1, + ACTIONS(4015), 1, + anon_sym_RPAREN, + STATE(1926), 1, + aux_sym_array_repeat1, STATE(2175), 1, sym_comment, - [95722] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + [95725] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4024), 1, - anon_sym_DQUOTE, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3819), 1, + anon_sym_COLON, + ACTIONS(3823), 1, + anon_sym_DOT, + ACTIONS(4017), 1, + anon_sym_GT, STATE(2176), 1, sym_comment, - ACTIONS(4026), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [95739] = 4, + [95744] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(2329), 1, + anon_sym_COMMA, + ACTIONS(2344), 1, + anon_sym_RPAREN, + STATE(1926), 1, + aux_sym_array_repeat1, STATE(2177), 1, sym_comment, - ACTIONS(1649), 3, - anon_sym_else, - anon_sym_while, - anon_sym_finally, - [95754] = 6, + [95763] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3419), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(4022), 1, - anon_sym_RBRACE, - STATE(2145), 1, - aux_sym_object_repeat1, + ACTIONS(2344), 1, + anon_sym_RPAREN, + STATE(2174), 1, + aux_sym_array_repeat1, STATE(2178), 1, sym_comment, - [95773] = 6, + [95782] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3514), 1, + ACTIONS(4019), 1, anon_sym_COMMA, - ACTIONS(3516), 1, - anon_sym_RPAREN, - STATE(2045), 1, - aux_sym_formal_parameters_repeat1, + ACTIONS(4021), 1, + anon_sym_RBRACE, STATE(2179), 1, sym_comment, - [95792] = 5, + STATE(2181), 1, + aux_sym_named_imports_repeat1, + [95801] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4028), 1, - anon_sym_COMMA, - ACTIONS(4031), 1, - anon_sym_RBRACE, - STATE(2180), 2, + ACTIONS(4023), 1, + anon_sym_LBRACE, + ACTIONS(4025), 1, + anon_sym_LPAREN, + STATE(562), 1, + sym_statement_block, + STATE(2180), 1, sym_comment, - aux_sym_named_imports_repeat1, - [95809] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + [95820] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(4033), 1, - sym_identifier, - STATE(2181), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4027), 1, + anon_sym_COMMA, + ACTIONS(4030), 1, + anon_sym_RBRACE, + STATE(2181), 2, sym_comment, - STATE(2234), 1, - sym_formal_parameters, - [95828] = 4, + aux_sym_named_imports_repeat1, + [95837] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2182), 1, sym_comment, - ACTIONS(882), 3, + ACTIONS(3637), 3, sym__automatic_semicolon, - anon_sym_else, - anon_sym_while, - [95843] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + anon_sym_COMMA, + anon_sym_SEMI, + [95852] = 6, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(4035), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3387), 1, + anon_sym_COMMA, + ACTIONS(4032), 1, + anon_sym_RBRACE, + STATE(2119), 1, + aux_sym_object_repeat1, STATE(2183), 1, sym_comment, - STATE(2423), 1, - sym_formal_parameters, - [95862] = 4, + [95871] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3387), 1, + anon_sym_COMMA, + ACTIONS(4034), 1, + anon_sym_RBRACE, + STATE(2119), 1, + aux_sym_object_repeat1, STATE(2184), 1, sym_comment, - ACTIONS(2059), 3, - anon_sym_export, - anon_sym_class, - anon_sym_AT, - [95877] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, + [95890] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3468), 1, - anon_sym_LPAREN, - ACTIONS(4037), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, STATE(2185), 1, sym_comment, - STATE(2234), 1, - sym_formal_parameters, - [95896] = 6, + ACTIONS(4036), 3, + anon_sym_default, + anon_sym_RBRACE, + anon_sym_case, + [95905] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - ACTIONS(3911), 1, - anon_sym_as, + ACTIONS(3502), 1, + anon_sym_LPAREN, + ACTIONS(4038), 1, + sym_identifier, STATE(2186), 1, sym_comment, - STATE(2515), 1, - sym__from_clause, - [95915] = 6, + STATE(2716), 1, + sym_formal_parameters, + [95924] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3490), 1, + ACTIONS(3580), 1, anon_sym_COMMA, - ACTIONS(3494), 1, + ACTIONS(3669), 1, anon_sym_RBRACK, - STATE(2065), 1, + STATE(2054), 1, aux_sym_array_pattern_repeat1, STATE(2187), 1, sym_comment, - [95934] = 6, + [95943] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1557), 1, - anon_sym_while, - ACTIONS(4039), 1, - anon_sym_else, - STATE(2188), 1, + ACTIONS(4040), 1, + anon_sym_COMMA, + ACTIONS(4043), 1, + anon_sym_RPAREN, + STATE(2188), 2, sym_comment, - STATE(2587), 1, - sym_else_clause, - [95953] = 5, + aux_sym_formal_parameters_repeat1, + [95960] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4041), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(4044), 1, - anon_sym_RBRACE, - STATE(2189), 2, + ACTIONS(2412), 1, + anon_sym_RBRACK, + STATE(2053), 1, + aux_sym_array_repeat1, + STATE(2189), 1, sym_comment, - aux_sym_export_clause_repeat1, - [95970] = 6, + [95979] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(2329), 1, anon_sym_COMMA, - ACTIONS(2359), 1, + ACTIONS(2412), 1, anon_sym_RBRACK, - STATE(2032), 1, + STATE(1926), 1, aux_sym_array_repeat1, STATE(2190), 1, sym_comment, - [95989] = 5, + [95998] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3492), 1, - anon_sym_EQ, - STATE(2191), 1, - sym_comment, - ACTIONS(3994), 2, + ACTIONS(3580), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [96006] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(4046), 1, - sym_identifier, - ACTIONS(4048), 1, - anon_sym_SEMI, - ACTIONS(4050), 1, - sym__automatic_semicolon, - STATE(2192), 1, - sym_comment, - [96025] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(4052), 1, - sym_identifier, - ACTIONS(4054), 1, - anon_sym_SEMI, - ACTIONS(4056), 1, - sym__automatic_semicolon, - STATE(2193), 1, + ACTIONS(3669), 1, + anon_sym_RBRACK, + STATE(2139), 1, + aux_sym_array_pattern_repeat1, + STATE(2191), 1, sym_comment, - [96044] = 4, + [96017] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2194), 1, + ACTIONS(3387), 1, + anon_sym_COMMA, + ACTIONS(4045), 1, + anon_sym_RBRACE, + STATE(2119), 1, + aux_sym_object_repeat1, + STATE(2192), 1, sym_comment, - ACTIONS(2137), 3, - anon_sym_export, - anon_sym_class, - anon_sym_AT, - [96059] = 6, + [96036] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2333), 1, + ACTIONS(3387), 1, anon_sym_COMMA, - ACTIONS(4058), 1, - anon_sym_RPAREN, - STATE(2032), 1, - aux_sym_array_repeat1, - STATE(2195), 1, + ACTIONS(4045), 1, + anon_sym_RBRACE, + STATE(2183), 1, + aux_sym_object_repeat1, + STATE(2193), 1, sym_comment, - [96078] = 4, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, + [96055] = 6, + ACTIONS(3), 1, aux_sym_comment_token1, - STATE(2196), 1, - sym_comment, - ACTIONS(4060), 3, - sym__automatic_semicolon, - anon_sym_from, - anon_sym_SEMI, - [96093] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3443), 1, - anon_sym_EQ, - STATE(2197), 1, + ACTIONS(4047), 1, + sym_identifier, + ACTIONS(4049), 1, + anon_sym_SEMI, + ACTIONS(4051), 1, + sym__automatic_semicolon, + STATE(2194), 1, sym_comment, - ACTIONS(1870), 2, - anon_sym_in, - anon_sym_of, - [96110] = 6, + [96074] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2333), 1, - anon_sym_COMMA, - ACTIONS(2359), 1, - anon_sym_RBRACK, - STATE(2062), 1, - aux_sym_array_repeat1, - STATE(2198), 1, + ACTIONS(4053), 1, + sym_identifier, + ACTIONS(4055), 1, + anon_sym_SEMI, + ACTIONS(4057), 1, + sym__automatic_semicolon, + STATE(2195), 1, sym_comment, - [96129] = 6, + [96093] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4062), 1, + ACTIONS(4059), 1, sym_identifier, STATE(1578), 1, sym_decorator_member_expression, - STATE(1665), 1, + STATE(1673), 1, sym_decorator_call_expression, - STATE(2199), 1, + STATE(2196), 1, sym_comment, - [96148] = 5, + [96112] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3592), 1, - anon_sym_LBRACE, - STATE(539), 1, - sym_class_body, - STATE(2200), 1, + ACTIONS(4061), 1, + anon_sym_COMMA, + ACTIONS(4064), 1, + anon_sym_RBRACE, + STATE(2197), 2, sym_comment, - [96164] = 5, + aux_sym_export_clause_repeat1, + [96129] = 6, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4064), 1, - anon_sym_LBRACE, - STATE(163), 1, - sym_statement_block, - STATE(2201), 1, + ACTIONS(4066), 1, + anon_sym_LPAREN, + ACTIONS(4068), 1, + anon_sym_await, + STATE(86), 1, + sym__for_header, + STATE(2198), 1, sym_comment, - [96180] = 5, + [96148] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2202), 1, + STATE(2199), 1, sym_comment, - STATE(2438), 1, - sym_formal_parameters, - [96196] = 5, + ACTIONS(4070), 3, + sym__automatic_semicolon, + anon_sym_from, + anon_sym_SEMI, + [96163] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2203), 1, + ACTIONS(3582), 1, + anon_sym_EQ, + STATE(2200), 1, sym_comment, - STATE(2389), 1, - sym_formal_parameters, - [96212] = 5, + ACTIONS(4043), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [96180] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, - STATE(2204), 1, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(97), 1, + sym_parenthesized_expression, + STATE(2201), 1, sym_comment, - STATE(2305), 1, - sym_statement_block, - [96228] = 5, + [96196] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2205), 1, + STATE(2202), 1, sym_comment, - STATE(2300), 1, - sym_formal_parameters, - [96244] = 5, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [96210] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2206), 1, + STATE(2203), 1, sym_comment, - STATE(2298), 1, + STATE(2472), 1, sym_formal_parameters, - [96260] = 5, + [96226] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2207), 1, + STATE(2204), 1, sym_comment, - STATE(2297), 1, + STATE(2469), 1, sym_formal_parameters, - [96276] = 5, + [96242] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2208), 1, + STATE(2205), 1, sym_comment, - STATE(2292), 1, + STATE(2450), 1, sym_formal_parameters, - [96292] = 5, + [96258] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(2209), 1, + STATE(2206), 1, sym_comment, - STATE(2290), 1, + STATE(2449), 1, sym_statement_block, - [96308] = 5, + [96274] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2210), 1, + STATE(2207), 1, sym_comment, - STATE(2289), 1, + STATE(2445), 1, sym_formal_parameters, - [96324] = 5, + [96290] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2211), 1, + STATE(2208), 1, sym_comment, - STATE(2288), 1, + STATE(2436), 1, sym_formal_parameters, - [96340] = 5, + [96306] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2212), 1, + STATE(2209), 1, sym_comment, - STATE(2285), 1, + STATE(2433), 1, sym_formal_parameters, - [96356] = 5, + [96322] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(2213), 1, + STATE(2210), 1, sym_comment, - STATE(2284), 1, + STATE(2432), 1, sym_statement_block, - [96372] = 5, + [96338] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2214), 1, + STATE(2211), 1, sym_comment, - STATE(2283), 1, + STATE(2431), 1, sym_formal_parameters, - [96388] = 5, + [96354] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(2215), 1, + STATE(2212), 1, sym_comment, - STATE(2281), 1, + STATE(2422), 1, sym_statement_block, - [96404] = 4, + [96370] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2216), 1, + STATE(2213), 1, sym_comment, - ACTIONS(4066), 2, + ACTIONS(4074), 2, anon_sym_COMMA, anon_sym_RBRACE, - [96418] = 4, + [96384] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2217), 1, + STATE(2214), 1, sym_comment, ACTIONS(2502), 2, anon_sym_LPAREN, anon_sym_COLON, - [96432] = 5, + [96398] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3631), 1, + ACTIONS(3533), 1, anon_sym_LBRACE, - STATE(814), 1, + STATE(816), 1, sym_class_body, - STATE(2218), 1, + STATE(2215), 1, sym_comment, - [96448] = 5, + [96414] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4068), 1, + ACTIONS(4076), 1, anon_sym_LBRACE, - STATE(813), 1, + STATE(815), 1, sym_statement_block, - STATE(2219), 1, + STATE(2216), 1, sym_comment, - [96464] = 5, + [96430] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4068), 1, + ACTIONS(4076), 1, anon_sym_LBRACE, - STATE(812), 1, + STATE(814), 1, sym_statement_block, - STATE(2220), 1, + STATE(2217), 1, sym_comment, - [96480] = 5, + [96446] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2221), 1, + STATE(2218), 1, sym_comment, - STATE(2280), 1, + STATE(2417), 1, sym_formal_parameters, - [96496] = 5, + [96462] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2219), 1, + sym_comment, + ACTIONS(4078), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [96476] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, + ACTIONS(4072), 1, anon_sym_LPAREN, STATE(76), 1, sym_parenthesized_expression, - STATE(2222), 1, + STATE(2220), 1, sym_comment, - [96512] = 4, + [96492] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2223), 1, + STATE(2221), 1, sym_comment, - ACTIONS(4072), 2, + ACTIONS(4064), 2, anon_sym_COMMA, anon_sym_RBRACE, - [96526] = 5, + [96506] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, + ACTIONS(4072), 1, anon_sym_LPAREN, - STATE(115), 1, + STATE(83), 1, sym_parenthesized_expression, - STATE(2224), 1, + STATE(2222), 1, sym_comment, - [96542] = 5, + [96522] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4074), 1, + ACTIONS(4080), 1, anon_sym_LBRACE, - STATE(462), 1, + STATE(465), 1, sym_statement_block, - STATE(2225), 1, + STATE(2223), 1, sym_comment, - [96558] = 4, + [96538] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2226), 1, + STATE(2224), 1, sym_comment, - ACTIONS(4076), 2, + ACTIONS(4082), 2, sym__automatic_semicolon, anon_sym_SEMI, - [96572] = 4, + [96552] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3567), 1, + anon_sym_LBRACE, + STATE(202), 1, + sym_class_body, + STATE(2225), 1, + sym_comment, + [96568] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3391), 1, + sym_identifier, + ACTIONS(3397), 1, + sym_private_property_identifier, + STATE(2226), 1, + sym_comment, + [96584] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4084), 1, + sym_identifier, + ACTIONS(4086), 1, + sym_private_property_identifier, STATE(2227), 1, sym_comment, - ACTIONS(4044), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [96586] = 5, + [96600] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3542), 1, - anon_sym_LBRACE, - STATE(205), 1, - sym_class_body, + ACTIONS(4088), 1, + anon_sym_LPAREN, + STATE(1995), 1, + sym_parenthesized_expression, STATE(2228), 1, sym_comment, - [96602] = 4, + [96616] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, STATE(2229), 1, sym_comment, - ACTIONS(2025), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [96616] = 5, + STATE(2735), 1, + sym_statement_block, + [96632] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2230), 1, + sym_comment, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [96646] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4078), 1, + ACTIONS(4092), 1, sym_identifier, - ACTIONS(4080), 1, + ACTIONS(4094), 1, anon_sym_STAR, - STATE(2230), 1, + STATE(2231), 1, sym_comment, - [96632] = 5, + [96662] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4082), 1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(212), 1, + STATE(214), 1, sym_statement_block, - STATE(2231), 1, - sym_comment, - [96648] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, STATE(2232), 1, sym_comment, - STATE(2463), 1, - sym_formal_parameters, - [96664] = 5, + [96678] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4082), 1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(218), 1, + STATE(211), 1, sym_statement_block, STATE(2233), 1, sym_comment, - [96680] = 5, + [96694] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, - anon_sym_LBRACE, - STATE(1320), 1, - sym_statement_block, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(107), 1, + sym_parenthesized_expression, STATE(2234), 1, sym_comment, - [96696] = 5, + [96710] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, - anon_sym_LPAREN, - STATE(107), 1, - sym_parenthesized_expression, + ACTIONS(4098), 1, + anon_sym_LBRACE, + STATE(1320), 1, + sym_statement_block, STATE(2235), 1, sym_comment, - [96712] = 4, + [96726] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2236), 1, sym_comment, - ACTIONS(2283), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [96726] = 4, + STATE(2408), 1, + sym_formal_parameters, + [96742] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, STATE(2237), 1, sym_comment, - ACTIONS(2189), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [96740] = 5, + ACTIONS(4100), 2, + sym_jsx_identifier, + sym_identifier, + [96756] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, STATE(2238), 1, sym_comment, - STATE(2279), 1, - sym_formal_parameters, - [96756] = 5, + ACTIONS(2281), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [96770] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, STATE(2239), 1, sym_comment, - STATE(2467), 1, - sym_statement_block, - [96772] = 5, + ACTIONS(2021), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [96784] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(113), 1, + sym_parenthesized_expression, STATE(2240), 1, sym_comment, - STATE(2470), 1, - sym_statement_block, - [96788] = 4, + [96800] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4102), 1, + anon_sym_LBRACE, + STATE(1103), 1, + sym_statement_block, STATE(2241), 1, sym_comment, - ACTIONS(4086), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [96802] = 5, + [96816] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, STATE(2242), 1, sym_comment, - STATE(2471), 1, - sym_statement_block, - [96818] = 4, + ACTIONS(4104), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [96830] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2243), 1, sym_comment, - ACTIONS(4088), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [96832] = 4, + ACTIONS(2017), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [96844] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1605), 1, + sym_statement_block, STATE(2244), 1, sym_comment, - ACTIONS(4090), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [96846] = 4, + [96860] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, + ACTIONS(4108), 1, + sym_identifier, + ACTIONS(4110), 1, + anon_sym_STAR, STATE(2245), 1, sym_comment, - ACTIONS(1679), 2, - anon_sym_else, - anon_sym_while, - [96860] = 4, + [96876] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4112), 1, + anon_sym_LPAREN, STATE(2246), 1, sym_comment, - ACTIONS(4031), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [96874] = 4, + STATE(2737), 1, + sym_parenthesized_expression, + [96892] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3496), 1, + anon_sym_LBRACE, + STATE(1147), 1, + sym_class_body, STATE(2247), 1, sym_comment, - ACTIONS(872), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [96888] = 5, + [96908] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_parenthesized_expression, STATE(2248), 1, sym_comment, - [96904] = 4, + ACTIONS(4114), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [96922] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2249), 1, sym_comment, - ACTIONS(1699), 2, - anon_sym_else, - anon_sym_while, - [96918] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [96936] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4092), 1, - sym_identifier, - ACTIONS(4094), 1, - anon_sym_STAR, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, STATE(2250), 1, sym_comment, - [96934] = 5, + STATE(2594), 1, + sym_statement_block, + [96952] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(1584), 1, - sym_statement_block, STATE(2251), 1, sym_comment, - [96950] = 4, + STATE(2373), 1, + sym_statement_block, + [96968] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, STATE(2252), 1, sym_comment, - ACTIONS(1687), 2, - anon_sym_else, - anon_sym_while, - [96964] = 5, + STATE(2374), 1, + sym_statement_block, + [96984] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4098), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(697), 1, - sym_switch_body, STATE(2253), 1, sym_comment, - [96980] = 5, + STATE(2375), 1, + sym_statement_block, + [97000] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4100), 1, - anon_sym_LPAREN, - STATE(99), 1, - sym__for_header, STATE(2254), 1, sym_comment, - [96996] = 4, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97014] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4116), 1, + anon_sym_LBRACE, + STATE(718), 1, + sym_switch_body, STATE(2255), 1, sym_comment, - ACTIONS(3169), 2, - anon_sym_in, - anon_sym_of, - [97010] = 5, + [97030] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(4118), 1, anon_sym_LPAREN, + STATE(109), 1, + sym__for_header, STATE(2256), 1, sym_comment, - STATE(2486), 1, - sym_formal_parameters, - [97026] = 5, + [97046] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, STATE(2257), 1, sym_comment, - STATE(2735), 1, - sym_parenthesized_expression, - [97042] = 5, + STATE(2356), 1, + sym_formal_parameters, + [97062] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4104), 1, - anon_sym_LBRACE, - STATE(1183), 1, - sym_statement_block, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2258), 1, sym_comment, - [97058] = 5, + STATE(2549), 1, + sym_formal_parameters, + [97078] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4104), 1, - anon_sym_LBRACE, - STATE(1182), 1, - sym_statement_block, + ACTIONS(4120), 1, + sym_identifier, + ACTIONS(4122), 1, + anon_sym_STAR, STATE(2259), 1, sym_comment, - [97074] = 4, + [97094] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2260), 1, sym_comment, - ACTIONS(4106), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [97088] = 4, + STATE(2397), 1, + sym_formal_parameters, + [97110] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2261), 1, sym_comment, - ACTIONS(4108), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [97102] = 4, + STATE(2382), 1, + sym_formal_parameters, + [97126] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2262), 1, sym_comment, - ACTIONS(4110), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [97116] = 4, + ACTIONS(4124), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97140] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2263), 1, sym_comment, - ACTIONS(2261), 2, + ACTIONS(4126), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97130] = 4, + [97154] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, STATE(2264), 1, sym_comment, - ACTIONS(3994), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [97144] = 4, + STATE(2376), 1, + sym_statement_block, + [97170] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2265), 1, sym_comment, - ACTIONS(2267), 2, + ACTIONS(2269), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97158] = 4, + [97184] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2266), 1, sym_comment, - ACTIONS(4112), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [97172] = 5, + ACTIONS(4043), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [97198] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4104), 1, - anon_sym_LBRACE, - STATE(1124), 1, - sym_statement_block, STATE(2267), 1, sym_comment, - [97188] = 5, + ACTIONS(2265), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97212] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2259), 1, - sym_formal_parameters, STATE(2268), 1, sym_comment, - [97204] = 5, + ACTIONS(4128), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [97226] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2258), 1, - sym_formal_parameters, + ACTIONS(4102), 1, + anon_sym_LBRACE, + STATE(1149), 1, + sym_statement_block, STATE(2269), 1, sym_comment, - [97220] = 5, + [97242] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3546), 1, - anon_sym_LBRACE, - STATE(1181), 1, - sym_class_body, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2270), 1, sym_comment, - [97236] = 4, + STATE(2358), 1, + sym_formal_parameters, + [97258] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2271), 1, sym_comment, - ACTIONS(1683), 2, - anon_sym_else, - anon_sym_while, - [97250] = 4, + STATE(2357), 1, + sym_formal_parameters, + [97274] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2272), 1, sym_comment, - ACTIONS(4114), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [97264] = 4, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97288] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2273), 1, sym_comment, - ACTIONS(4116), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [97278] = 4, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97302] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, STATE(2274), 1, sym_comment, - ACTIONS(1669), 2, - anon_sym_else, - anon_sym_while, - [97292] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + STATE(2369), 1, + sym_statement_block, + [97318] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4118), 1, - sym_identifier, - ACTIONS(4120), 1, - anon_sym_STAR, + ACTIONS(1239), 1, + aux_sym_comment_token1, STATE(2275), 1, sym_comment, - [97308] = 4, + ACTIONS(2271), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97332] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2276), 1, sym_comment, - ACTIONS(1709), 2, - anon_sym_else, - anon_sym_while, - [97322] = 4, + ACTIONS(1928), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97346] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4102), 1, + anon_sym_LBRACE, + STATE(1137), 1, + sym_statement_block, STATE(2277), 1, sym_comment, - ACTIONS(1727), 2, - anon_sym_else, - anon_sym_while, - [97336] = 5, + [97362] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3546), 1, - anon_sym_LBRACE, - STATE(1116), 1, - sym_class_body, STATE(2278), 1, sym_comment, - [97352] = 5, + ACTIONS(2183), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97376] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4082), 1, - anon_sym_LBRACE, - STATE(202), 1, - sym_statement_block, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(80), 1, + sym_parenthesized_expression, STATE(2279), 1, sym_comment, - [97368] = 5, + [97392] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4068), 1, + ACTIONS(3496), 1, anon_sym_LBRACE, - STATE(869), 1, - sym_statement_block, + STATE(1152), 1, + sym_class_body, STATE(2280), 1, sym_comment, - [97384] = 4, + [97408] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2281), 1, sym_comment, - ACTIONS(4122), 2, + ACTIONS(4090), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97398] = 5, + [97422] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4124), 1, - anon_sym_SEMI, - ACTIONS(4126), 1, - sym__automatic_semicolon, STATE(2282), 1, sym_comment, - [97414] = 5, + ACTIONS(2275), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97436] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, STATE(2283), 1, sym_comment, - STATE(2516), 1, + STATE(2386), 1, sym_statement_block, - [97430] = 4, + [97452] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4130), 1, + anon_sym_SEMI, + ACTIONS(4132), 1, + sym__automatic_semicolon, STATE(2284), 1, sym_comment, - ACTIONS(4128), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [97444] = 5, + [97468] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, STATE(2285), 1, sym_comment, - STATE(2517), 1, - sym_statement_block, - [97460] = 5, + ACTIONS(4134), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97482] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4130), 1, - anon_sym_SEMI, - ACTIONS(4132), 1, - sym__automatic_semicolon, + ACTIONS(3775), 1, + anon_sym_LBRACE, STATE(2286), 1, sym_comment, - [97476] = 5, + STATE(2308), 1, + sym_statement_block, + [97498] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4134), 1, - anon_sym_SEMI, - ACTIONS(4136), 1, - sym__automatic_semicolon, STATE(2287), 1, sym_comment, - [97492] = 5, + ACTIONS(4136), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97512] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, + ACTIONS(4138), 1, + anon_sym_SEMI, + ACTIONS(4140), 1, + sym__automatic_semicolon, STATE(2288), 1, sym_comment, - STATE(2518), 1, - sym_statement_block, - [97508] = 5, + [97528] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, + ACTIONS(4142), 1, + anon_sym_SEMI, + ACTIONS(4144), 1, + sym__automatic_semicolon, STATE(2289), 1, sym_comment, - STATE(2523), 1, - sym_statement_block, - [97524] = 4, + [97544] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2290), 1, sym_comment, - ACTIONS(4128), 2, + ACTIONS(4146), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97538] = 4, + [97558] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2291), 1, sym_comment, - ACTIONS(4138), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [97552] = 5, + ACTIONS(4148), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97572] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, STATE(2292), 1, sym_comment, - STATE(2528), 1, + STATE(2394), 1, sym_statement_block, - [97568] = 5, + [97588] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, STATE(2293), 1, sym_comment, - STATE(2546), 1, - sym_formal_parameters, - [97584] = 5, + ACTIONS(4150), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97602] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, + ACTIONS(3775), 1, + anon_sym_LBRACE, STATE(2294), 1, sym_comment, - STATE(2551), 1, - sym_formal_parameters, - [97600] = 4, + STATE(2403), 1, + sym_statement_block, + [97618] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2295), 1, sym_comment, - ACTIONS(1735), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [97614] = 5, + [97632] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, STATE(2296), 1, sym_comment, - STATE(2552), 1, - sym_formal_parameters, - [97630] = 5, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97646] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4152), 1, + sym_identifier, + ACTIONS(4154), 1, + anon_sym_STAR, + STATE(2297), 1, + sym_comment, + [97662] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, - STATE(2297), 1, + STATE(2298), 1, sym_comment, - STATE(2555), 1, - sym_statement_block, - [97646] = 5, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97676] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2299), 1, + sym_comment, + ACTIONS(1779), 2, + anon_sym_else, + anon_sym_while, + [97690] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, - STATE(2298), 1, + ACTIONS(4118), 1, + anon_sym_LPAREN, + STATE(71), 1, + sym__for_header, + STATE(2300), 1, sym_comment, - STATE(2556), 1, - sym_statement_block, - [97662] = 5, + [97706] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4140), 1, + ACTIONS(4156), 1, anon_sym_LPAREN, - STATE(558), 1, + STATE(563), 1, sym_parenthesized_expression, - STATE(2299), 1, + STATE(2301), 1, sym_comment, - [97678] = 5, + [97722] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, - STATE(2300), 1, + STATE(2302), 1, sym_comment, - STATE(2557), 1, - sym_statement_block, - [97694] = 5, + ACTIONS(4030), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97736] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4142), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(833), 1, + STATE(844), 1, sym_statement_block, - STATE(2301), 1, + STATE(2303), 1, sym_comment, - [97710] = 4, + [97752] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2302), 1, + STATE(2304), 1, sym_comment, - ACTIONS(4144), 2, + ACTIONS(4160), 2, sym__automatic_semicolon, anon_sym_SEMI, - [97724] = 5, + [97766] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4146), 1, + ACTIONS(4162), 1, anon_sym_SEMI, - ACTIONS(4148), 1, + ACTIONS(4164), 1, sym__automatic_semicolon, - STATE(2303), 1, + STATE(2305), 1, sym_comment, - [97740] = 5, + [97782] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, - anon_sym_LPAREN, - STATE(91), 1, - sym_parenthesized_expression, - STATE(2304), 1, + ACTIONS(4166), 1, + anon_sym_LBRACE, + STATE(470), 1, + sym_statement_block, + STATE(2306), 1, sym_comment, - [97756] = 4, + [97798] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2305), 1, + STATE(2307), 1, sym_comment, - ACTIONS(4128), 2, + ACTIONS(4090), 2, anon_sym_COMMA, anon_sym_RBRACE, - [97770] = 4, + [97812] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2306), 1, + STATE(2308), 1, sym_comment, - ACTIONS(1735), 2, - anon_sym_else, - anon_sym_while, - [97784] = 5, + ACTIONS(4168), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97826] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3570), 1, + ACTIONS(3632), 1, anon_sym_LBRACE, - STATE(182), 1, + STATE(172), 1, sym_class_body, - STATE(2307), 1, + STATE(2309), 1, sym_comment, - [97800] = 5, + [97842] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4150), 1, + ACTIONS(4170), 1, anon_sym_LBRACE, - STATE(179), 1, + STATE(197), 1, sym_statement_block, - STATE(2308), 1, + STATE(2310), 1, sym_comment, - [97816] = 5, + [97858] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4152), 1, + ACTIONS(4172), 1, sym_identifier, - ACTIONS(4154), 1, + ACTIONS(4174), 1, anon_sym_STAR, - STATE(2309), 1, - sym_comment, - [97832] = 4, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(2310), 1, - sym_comment, - ACTIONS(1737), 2, - anon_sym_else, - anon_sym_while, - [97846] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1581), 1, - sym_statement_block, STATE(2311), 1, sym_comment, - [97862] = 5, + [97874] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(3685), 1, anon_sym_LBRACE, - STATE(1590), 1, - sym_statement_block, + STATE(1389), 1, + sym_class_body, STATE(2312), 1, sym_comment, - [97878] = 5, + [97890] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4156), 1, - anon_sym_LBRACE, - STATE(471), 1, - sym_statement_block, STATE(2313), 1, sym_comment, - [97894] = 5, + ACTIONS(864), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97904] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3824), 1, - anon_sym_COLON, - ACTIONS(3947), 1, - anon_sym_GT, + ACTIONS(4102), 1, + anon_sym_LBRACE, + STATE(1167), 1, + sym_statement_block, STATE(2314), 1, sym_comment, - [97910] = 5, + [97920] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1598), 1, - sym_statement_block, STATE(2315), 1, sym_comment, - [97926] = 5, + ACTIONS(1777), 2, + anon_sym_else, + anon_sym_while, + [97934] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3828), 1, - anon_sym_DOT, - ACTIONS(3947), 1, + ACTIONS(3819), 1, + anon_sym_COLON, + ACTIONS(4017), 1, anon_sym_GT, STATE(2316), 1, sym_comment, - [97942] = 4, + [97950] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2317), 1, sym_comment, - ACTIONS(1763), 2, - anon_sym_else, - anon_sym_while, - [97956] = 5, + ACTIONS(4176), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [97964] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, - STATE(2243), 1, - sym_statement_block, + ACTIONS(3823), 1, + anon_sym_DOT, + ACTIONS(4017), 1, + anon_sym_GT, STATE(2318), 1, sym_comment, - [97972] = 5, + [97980] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(4102), 1, anon_sym_LBRACE, - STATE(1604), 1, + STATE(1172), 1, sym_statement_block, STATE(2319), 1, sym_comment, - [97988] = 5, + [97996] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(1603), 1, + STATE(2290), 1, sym_statement_block, STATE(2320), 1, sym_comment, - [98004] = 5, + [98012] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4158), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(538), 1, - sym_statement_block, STATE(2321), 1, sym_comment, - [98020] = 5, + STATE(2510), 1, + sym_switch_body, + [98028] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(3626), 1, anon_sym_LBRACE, - STATE(1599), 1, - sym_statement_block, + STATE(546), 1, + sym_class_body, STATE(2322), 1, sym_comment, - [98036] = 5, + [98044] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4160), 1, - anon_sym_SEMI, - ACTIONS(4162), 1, - sym__automatic_semicolon, + ACTIONS(4180), 1, + anon_sym_LBRACE, + STATE(545), 1, + sym_statement_block, STATE(2323), 1, sym_comment, - [98052] = 5, + [98060] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, - STATE(2177), 1, - sym_statement_block, STATE(2324), 1, sym_comment, - [98068] = 5, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [98074] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2242), 1, - sym_formal_parameters, + ACTIONS(4182), 1, + anon_sym_SEMI, + ACTIONS(4184), 1, + sym__automatic_semicolon, STATE(2325), 1, sym_comment, - [98084] = 5, + [98090] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4150), 1, + ACTIONS(4098), 1, anon_sym_LBRACE, - STATE(173), 1, + STATE(1387), 1, sym_statement_block, STATE(2326), 1, sym_comment, - [98100] = 5, + [98106] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4150), 1, - anon_sym_LBRACE, - STATE(172), 1, - sym_statement_block, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2286), 1, + sym_formal_parameters, STATE(2327), 1, sym_comment, - [98116] = 5, + [98122] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, + ACTIONS(4170), 1, anon_sym_LBRACE, - STATE(1338), 1, + STATE(183), 1, sym_statement_block, STATE(2328), 1, sym_comment, - [98132] = 5, + [98138] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2240), 1, - sym_formal_parameters, + ACTIONS(4170), 1, + anon_sym_LBRACE, + STATE(184), 1, + sym_statement_block, STATE(2329), 1, sym_comment, - [98148] = 5, + [98154] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3570), 1, - anon_sym_LBRACE, - STATE(171), 1, - sym_class_body, + ACTIONS(4186), 1, + sym_identifier, + ACTIONS(4188), 1, + anon_sym_STAR, STATE(2330), 1, sym_comment, - [98164] = 5, + [98170] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4158), 1, - anon_sym_LBRACE, - STATE(646), 1, - sym_statement_block, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2274), 1, + sym_formal_parameters, STATE(2331), 1, sym_comment, - [98180] = 5, + [98186] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4158), 1, + ACTIONS(3632), 1, anon_sym_LBRACE, - STATE(648), 1, - sym_statement_block, + STATE(189), 1, + sym_class_body, STATE(2332), 1, sym_comment, - [98196] = 5, + [98202] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3592), 1, + ACTIONS(4180), 1, anon_sym_LBRACE, - STATE(653), 1, - sym_class_body, + STATE(603), 1, + sym_statement_block, STATE(2333), 1, sym_comment, - [98212] = 5, + [98218] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2239), 1, - sym_formal_parameters, + ACTIONS(4180), 1, + anon_sym_LBRACE, + STATE(592), 1, + sym_statement_block, STATE(2334), 1, sym_comment, - [98228] = 4, + [98234] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3626), 1, + anon_sym_LBRACE, + STATE(598), 1, + sym_class_body, STATE(2335), 1, sym_comment, - ACTIONS(1765), 2, - anon_sym_else, - anon_sym_while, - [98242] = 5, + [98250] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4150), 1, - anon_sym_LBRACE, - STATE(187), 1, - sym_statement_block, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2264), 1, + sym_formal_parameters, STATE(2336), 1, sym_comment, - [98258] = 5, + [98266] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4158), 1, - anon_sym_LBRACE, - STATE(658), 1, - sym_statement_block, STATE(2337), 1, sym_comment, - [98274] = 5, + ACTIONS(1775), 2, + anon_sym_else, + anon_sym_while, + [98280] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3953), 1, + ACTIONS(4170), 1, anon_sym_LBRACE, - STATE(664), 1, + STATE(198), 1, sym_statement_block, STATE(2338), 1, sym_comment, - [98290] = 5, + [98296] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2204), 1, - sym_formal_parameters, + ACTIONS(4180), 1, + anon_sym_LBRACE, + STATE(625), 1, + sym_statement_block, STATE(2339), 1, sym_comment, - [98306] = 5, + [98312] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2209), 1, - sym_formal_parameters, + ACTIONS(4023), 1, + anon_sym_LBRACE, + STATE(628), 1, + sym_statement_block, STATE(2340), 1, sym_comment, - [98322] = 5, + [98328] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2213), 1, + STATE(2250), 1, sym_formal_parameters, STATE(2341), 1, sym_comment, - [98338] = 4, + [98344] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2206), 1, + sym_formal_parameters, STATE(2342), 1, sym_comment, - ACTIONS(4164), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [98352] = 5, + [98360] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1586), 1, - sym_statement_block, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2210), 1, + sym_formal_parameters, STATE(2343), 1, sym_comment, - [98368] = 5, + [98376] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, - anon_sym_LPAREN, - STATE(84), 1, - sym_parenthesized_expression, STATE(2344), 1, sym_comment, - [98384] = 4, + ACTIONS(4190), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [98390] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2345), 1, sym_comment, - ACTIONS(3931), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [98398] = 5, + ACTIONS(4192), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [98404] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1565), 1, - sym_statement_block, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(89), 1, + sym_parenthesized_expression, STATE(2346), 1, sym_comment, - [98414] = 5, + [98420] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1566), 1, - sym_statement_block, STATE(2347), 1, sym_comment, - [98430] = 5, + ACTIONS(4011), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [98434] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4070), 1, - anon_sym_LPAREN, - STATE(81), 1, - sym_parenthesized_expression, STATE(2348), 1, sym_comment, - [98446] = 5, + ACTIONS(4194), 2, + sym__glimmer_template_content, + anon_sym_LT_SLASHtemplate_GT, + [98448] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4166), 1, - anon_sym_LBRACE, - STATE(465), 1, - sym_statement_block, STATE(2349), 1, sym_comment, + ACTIONS(4196), 2, + sym__automatic_semicolon, + anon_sym_SEMI, [98462] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1568), 1, - sym_statement_block, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(87), 1, + sym_parenthesized_expression, STATE(2350), 1, sym_comment, [98478] = 5, @@ -139913,9 +139806,9 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(4198), 1, anon_sym_LBRACE, - STATE(1569), 1, + STATE(464), 1, sym_statement_block, STATE(2351), 1, sym_comment, @@ -139926,149 +139819,149 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(2352), 1, sym_comment, - ACTIONS(4168), 2, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3177), 2, + anon_sym_in, + anon_sym_of, [98508] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3456), 1, - anon_sym_LBRACE, - STATE(1324), 1, - sym_class_body, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2277), 1, + sym_formal_parameters, STATE(2353), 1, sym_comment, - [98524] = 5, + [98524] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1570), 1, - sym_statement_block, STATE(2354), 1, sym_comment, - [98540] = 5, + ACTIONS(4200), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [98538] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(3685), 1, anon_sym_LBRACE, - STATE(1571), 1, - sym_statement_block, + STATE(1325), 1, + sym_class_body, STATE(2355), 1, sym_comment, - [98556] = 5, + [98554] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(1576), 1, + STATE(2281), 1, sym_statement_block, STATE(2356), 1, sym_comment, - [98572] = 5, + [98570] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2215), 1, - sym_formal_parameters, + ACTIONS(4102), 1, + anon_sym_LBRACE, + STATE(1181), 1, + sym_statement_block, STATE(2357), 1, sym_comment, - [98588] = 5, + [98586] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(4102), 1, anon_sym_LBRACE, - STATE(2216), 1, + STATE(1180), 1, sym_statement_block, STATE(2358), 1, sym_comment, - [98604] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + [98602] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4170), 1, - sym_identifier, - ACTIONS(4172), 1, - anon_sym_STAR, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2212), 1, + sym_formal_parameters, STATE(2359), 1, sym_comment, - [98620] = 4, + [98618] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, + STATE(2213), 1, + sym_statement_block, STATE(2360), 1, sym_comment, - ACTIONS(1731), 2, - anon_sym_else, - anon_sym_while, - [98634] = 5, + [98634] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4068), 1, - anon_sym_LBRACE, - STATE(715), 1, - sym_statement_block, STATE(2361), 1, sym_comment, - [98650] = 5, + ACTIONS(1691), 2, + anon_sym_else, + anon_sym_while, + [98648] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2219), 1, - sym_formal_parameters, STATE(2362), 1, sym_comment, - [98666] = 5, + ACTIONS(1773), 2, + anon_sym_else, + anon_sym_while, + [98662] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2220), 1, - sym_formal_parameters, + ACTIONS(4076), 1, + anon_sym_LBRACE, + STATE(728), 1, + sym_statement_block, STATE(2363), 1, sym_comment, - [98682] = 4, + [98678] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2216), 1, + sym_formal_parameters, STATE(2364), 1, sym_comment, - ACTIONS(1777), 2, - anon_sym_else, - anon_sym_while, - [98696] = 4, + [98694] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2217), 1, + sym_formal_parameters, STATE(2365), 1, sym_comment, - ACTIONS(1675), 2, - anon_sym_else, - anon_sym_while, [98710] = 4, ACTIONS(5), 1, sym_html_comment, @@ -140076,9 +139969,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(2366), 1, sym_comment, - ACTIONS(2271), 2, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(1771), 2, + anon_sym_else, + anon_sym_while, [98724] = 4, ACTIONS(5), 1, sym_html_comment, @@ -140086,213 +139979,209 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(2367), 1, sym_comment, - ACTIONS(1675), 2, + ACTIONS(1769), 2, anon_sym_else, anon_sym_while, - [98738] = 5, + [98738] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3631), 1, - anon_sym_LBRACE, - STATE(711), 1, - sym_class_body, STATE(2368), 1, sym_comment, - [98754] = 5, + ACTIONS(2317), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [98752] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1564), 1, - sym_statement_block, STATE(2369), 1, sym_comment, - [98770] = 5, + ACTIONS(4168), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [98766] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(3533), 1, anon_sym_LBRACE, - STATE(1592), 1, - sym_statement_block, + STATE(727), 1, + sym_class_body, STATE(2370), 1, sym_comment, - [98786] = 5, + [98782] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1595), 1, + STATE(1563), 1, sym_statement_block, STATE(2371), 1, sym_comment, - [98802] = 5, + [98798] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4174), 1, + ACTIONS(3496), 1, anon_sym_LBRACE, - STATE(2170), 1, - sym_statement_block, + STATE(1179), 1, + sym_class_body, STATE(2372), 1, sym_comment, - [98818] = 5, + [98814] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, - anon_sym_LBRACE, - STATE(1281), 1, - sym_statement_block, STATE(2373), 1, sym_comment, - [98834] = 5, + ACTIONS(4202), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [98828] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3456), 1, - anon_sym_LBRACE, - STATE(1356), 1, - sym_class_body, STATE(2374), 1, sym_comment, - [98850] = 5, + ACTIONS(4202), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [98842] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4176), 1, - anon_sym_LBRACE, - STATE(759), 1, - sym_switch_body, STATE(2375), 1, sym_comment, - [98866] = 5, + ACTIONS(4202), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [98856] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4100), 1, - anon_sym_LPAREN, - STATE(75), 1, - sym__for_header, STATE(2376), 1, sym_comment, - [98882] = 5, + ACTIONS(4168), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [98870] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, + ACTIONS(4204), 1, anon_sym_LBRACE, - STATE(1358), 1, - sym_statement_block, + STATE(763), 1, + sym_switch_body, STATE(2377), 1, sym_comment, - [98898] = 5, + [98886] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, - anon_sym_LBRACE, - STATE(1359), 1, - sym_statement_block, + ACTIONS(4118), 1, + anon_sym_LPAREN, + STATE(85), 1, + sym__for_header, STATE(2378), 1, sym_comment, - [98914] = 4, + [98902] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4206), 1, + anon_sym_SEMI, + ACTIONS(4208), 1, + sym__automatic_semicolon, STATE(2379), 1, sym_comment, - ACTIONS(1749), 2, - anon_sym_else, - anon_sym_while, - [98928] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + [98918] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4178), 1, - sym_identifier, - ACTIONS(4180), 1, - anon_sym_STAR, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4210), 1, + anon_sym_SEMI, + ACTIONS(4212), 1, + sym__automatic_semicolon, STATE(2380), 1, sym_comment, - [98944] = 5, + [98934] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4182), 1, - anon_sym_LBRACE, - STATE(957), 1, - sym_statement_block, STATE(2381), 1, sym_comment, - [98960] = 4, + ACTIONS(1767), 2, + anon_sym_else, + anon_sym_while, + [98948] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, + STATE(2324), 1, + sym_statement_block, STATE(2382), 1, sym_comment, - ACTIONS(4184), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [98974] = 4, + [98964] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4214), 1, + anon_sym_LBRACE, + STATE(987), 1, + sym_statement_block, STATE(2383), 1, sym_comment, - ACTIONS(4186), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [98988] = 4, + [98980] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2384), 1, sym_comment, - ACTIONS(1753), 2, - anon_sym_else, - anon_sym_while, - [99002] = 4, + ACTIONS(4216), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [98994] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2385), 1, sym_comment, - ACTIONS(2289), 2, + ACTIONS(4218), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99016] = 4, + [99008] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2386), 1, sym_comment, - ACTIONS(4188), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [99030] = 4, + ACTIONS(4202), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [99022] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -140302,876 +140191,886 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2287), 2, sym__automatic_semicolon, anon_sym_SEMI, - [99044] = 5, + [99036] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3828), 1, - anon_sym_DOT, - ACTIONS(3877), 1, - anon_sym_GT, + aux_sym_comment_token1, STATE(2388), 1, sym_comment, - [99060] = 5, + ACTIONS(1765), 2, + anon_sym_else, + anon_sym_while, + [99050] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, STATE(2389), 1, sym_comment, - STATE(2562), 1, - sym_statement_block, - [99076] = 5, + ACTIONS(2283), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [99064] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3824), 1, - anon_sym_COLON, - ACTIONS(3877), 1, + ACTIONS(3823), 1, + anon_sym_DOT, + ACTIONS(3973), 1, anon_sym_GT, STATE(2390), 1, sym_comment, - [99092] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [99080] = 5, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4220), 1, + anon_sym_SEMI, + ACTIONS(4222), 1, + sym__automatic_semicolon, STATE(2391), 1, sym_comment, - ACTIONS(4190), 2, - sym__glimmer_template_content, - anon_sym_LT_SLASHtemplate_GT, - [99106] = 5, + [99096] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1600), 1, - sym_statement_block, + ACTIONS(3819), 1, + anon_sym_COLON, + ACTIONS(3973), 1, + anon_sym_GT, STATE(2392), 1, sym_comment, - [99122] = 5, + [99112] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1596), 1, - sym_statement_block, STATE(2393), 1, sym_comment, - [99138] = 5, + ACTIONS(1765), 2, + anon_sym_else, + anon_sym_while, + [99126] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1593), 1, - sym_statement_block, STATE(2394), 1, sym_comment, - [99154] = 5, + ACTIONS(4202), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [99140] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1591), 1, - sym_statement_block, STATE(2395), 1, sym_comment, - [99170] = 4, + ACTIONS(2315), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [99154] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2396), 1, sym_comment, - ACTIONS(4192), 2, - anon_sym_GT, - anon_sym_DOT, - [99184] = 4, + ACTIONS(2289), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [99168] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, + STATE(2298), 1, + sym_statement_block, STATE(2397), 1, sym_comment, - ACTIONS(1755), 2, - anon_sym_else, - anon_sym_while, - [99198] = 4, + [99184] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2398), 1, sym_comment, - ACTIONS(1757), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [99212] = 4, + [99198] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, + ACTIONS(4224), 1, + sym_identifier, + ACTIONS(4226), 1, + anon_sym_STAR, STATE(2399), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [99226] = 5, + [99214] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1589), 1, - sym_statement_block, + ACTIONS(4228), 1, + sym_identifier, + ACTIONS(4230), 1, + anon_sym_STAR, STATE(2400), 1, sym_comment, - [99242] = 5, + [99230] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1587), 1, - sym_statement_block, + ACTIONS(3819), 1, + anon_sym_COLON, + ACTIONS(3821), 1, + anon_sym_GT, STATE(2401), 1, sym_comment, - [99258] = 5, + [99246] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1577), 1, - sym_statement_block, STATE(2402), 1, sym_comment, - [99274] = 4, + ACTIONS(4232), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [99260] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2403), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [99288] = 5, + ACTIONS(4202), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [99274] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4194), 1, - anon_sym_SEMI, - ACTIONS(4196), 1, - sym__automatic_semicolon, STATE(2404), 1, sym_comment, - [99304] = 5, + ACTIONS(1725), 2, + anon_sym_else, + anon_sym_while, + [99288] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3692), 1, - anon_sym_LBRACE, - STATE(2159), 1, - sym_class_body, STATE(2405), 1, sym_comment, - [99320] = 5, + ACTIONS(1757), 2, + anon_sym_else, + anon_sym_while, + [99302] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4174), 1, - anon_sym_LBRACE, - STATE(2157), 1, - sym_statement_block, + ACTIONS(4234), 1, + anon_sym_SEMI, + ACTIONS(4236), 1, + sym__automatic_semicolon, STATE(2406), 1, sym_comment, - [99336] = 5, + [99318] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4174), 1, - anon_sym_LBRACE, - STATE(2153), 1, - sym_statement_block, STATE(2407), 1, sym_comment, - [99352] = 5, + ACTIONS(4238), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [99332] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4198), 1, - anon_sym_SEMI, - ACTIONS(4200), 1, - sym__automatic_semicolon, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(206), 1, + sym_statement_block, STATE(2408), 1, sym_comment, - [99368] = 5, + [99348] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4202), 1, - anon_sym_SEMI, - ACTIONS(4204), 1, - sym__automatic_semicolon, STATE(2409), 1, sym_comment, - [99384] = 5, + ACTIONS(1723), 2, + anon_sym_else, + anon_sym_while, + [99362] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3456), 1, - anon_sym_LBRACE, - STATE(1372), 1, - sym_class_body, + ACTIONS(4240), 1, + anon_sym_SEMI, + ACTIONS(4242), 1, + sym__automatic_semicolon, STATE(2410), 1, sym_comment, - [99400] = 4, + [99378] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4244), 1, + anon_sym_SEMI, + ACTIONS(4246), 1, + sym__automatic_semicolon, STATE(2411), 1, sym_comment, - ACTIONS(4206), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [99414] = 4, + [99394] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2412), 1, sym_comment, - ACTIONS(1759), 2, + ACTIONS(1719), 2, anon_sym_else, anon_sym_while, - [99428] = 5, + [99408] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, STATE(2413), 1, sym_comment, - STATE(2568), 1, - sym_formal_parameters, - [99444] = 5, + ACTIONS(4248), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [99422] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, - anon_sym_LBRACE, - STATE(1375), 1, - sym_statement_block, STATE(2414), 1, sym_comment, - [99460] = 5, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [99436] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, - anon_sym_LBRACE, - STATE(1376), 1, - sym_statement_block, + ACTIONS(3518), 1, + anon_sym_from, STATE(2415), 1, sym_comment, - [99476] = 4, + STATE(2587), 1, + sym__from_clause, + [99452] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2416), 1, sym_comment, - ACTIONS(1759), 2, + ACTIONS(1713), 2, anon_sym_else, anon_sym_while, - [99490] = 5, + [99466] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4104), 1, + ACTIONS(4076), 1, anon_sym_LBRACE, - STATE(1186), 1, + STATE(871), 1, sym_statement_block, STATE(2417), 1, sym_comment, - [99506] = 4, + [99482] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2418), 1, sym_comment, - ACTIONS(1759), 2, + ACTIONS(1755), 2, anon_sym_else, anon_sym_while, - [99520] = 5, + [99496] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4208), 1, - anon_sym_LPAREN, - STATE(564), 1, - sym_parenthesized_expression, STATE(2419), 1, sym_comment, - [99536] = 5, + ACTIONS(1711), 2, + anon_sym_else, + anon_sym_while, + [99510] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, - anon_sym_LBRACE, - STATE(1379), 1, - sym_statement_block, STATE(2420), 1, sym_comment, - [99552] = 5, + ACTIONS(1753), 2, + anon_sym_else, + anon_sym_while, + [99524] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4210), 1, - anon_sym_LBRACE, - STATE(847), 1, - sym_statement_block, + ACTIONS(4250), 1, + anon_sym_LPAREN, + STATE(659), 1, + sym_parenthesized_expression, STATE(2421), 1, sym_comment, - [99568] = 5, + [99540] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4082), 1, - anon_sym_LBRACE, - STATE(203), 1, - sym_statement_block, STATE(2422), 1, sym_comment, - [99584] = 5, + ACTIONS(4252), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [99554] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - STATE(1334), 1, + STATE(902), 1, sym_statement_block, STATE(2423), 1, sym_comment, - [99600] = 5, + [99570] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2231), 1, - sym_formal_parameters, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(204), 1, + sym_statement_block, STATE(2424), 1, sym_comment, - [99616] = 5, + [99586] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, + ACTIONS(4098), 1, anon_sym_LBRACE, - STATE(1340), 1, + STATE(1334), 1, sym_statement_block, STATE(2425), 1, sym_comment, - [99632] = 5, + [99602] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2233), 1, + STATE(2232), 1, sym_formal_parameters, STATE(2426), 1, sym_comment, - [99648] = 5, + [99618] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3657), 1, + ACTIONS(4098), 1, anon_sym_LBRACE, - STATE(177), 1, - sym_class_body, + STATE(1340), 1, + sym_statement_block, STATE(2427), 1, sym_comment, - [99664] = 5, + [99634] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4212), 1, - anon_sym_LBRACE, - STATE(180), 1, - sym_statement_block, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2233), 1, + sym_formal_parameters, STATE(2428), 1, sym_comment, - [99680] = 5, + [99650] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3456), 1, + ACTIONS(3549), 1, anon_sym_LBRACE, - STATE(1380), 1, + STATE(185), 1, sym_class_body, STATE(2429), 1, sym_comment, - [99696] = 5, + [99666] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, + ACTIONS(4256), 1, + anon_sym_LBRACE, + STATE(186), 1, + sym_statement_block, STATE(2430), 1, sym_comment, - STATE(2577), 1, - sym_formal_parameters, - [99712] = 5, + [99682] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4214), 1, - anon_sym_SEMI, - ACTIONS(4216), 1, - sym__automatic_semicolon, + ACTIONS(3775), 1, + anon_sym_LBRACE, + STATE(2248), 1, + sym_statement_block, STATE(2431), 1, sym_comment, - [99728] = 5, + [99698] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3542), 1, - anon_sym_LBRACE, - STATE(204), 1, - sym_class_body, STATE(2432), 1, sym_comment, - [99744] = 5, + ACTIONS(4168), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [99712] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3824), 1, - anon_sym_COLON, - ACTIONS(3844), 1, - anon_sym_GT, + ACTIONS(3775), 1, + anon_sym_LBRACE, + STATE(2307), 1, + sym_statement_block, STATE(2433), 1, sym_comment, - [99760] = 5, + [99728] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, + ACTIONS(3567), 1, anon_sym_LBRACE, - STATE(1583), 1, - sym_statement_block, + STATE(205), 1, + sym_class_body, STATE(2434), 1, sym_comment, - [99776] = 5, + [99744] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3828), 1, - anon_sym_DOT, - ACTIONS(3844), 1, + ACTIONS(3819), 1, + anon_sym_COLON, + ACTIONS(3952), 1, anon_sym_GT, STATE(2435), 1, sym_comment, - [99792] = 4, + [99760] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, + STATE(2230), 1, + sym_statement_block, STATE(2436), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [99806] = 5, + [99776] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1582), 1, - sym_statement_block, + ACTIONS(3823), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + anon_sym_GT, STATE(2437), 1, sym_comment, - [99822] = 5, + [99792] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, STATE(2438), 1, sym_comment, - STATE(2580), 1, - sym_statement_block, - [99838] = 5, + ACTIONS(1749), 2, + anon_sym_else, + anon_sym_while, + [99806] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3662), 1, - anon_sym_LBRACE, - STATE(647), 1, - sym_class_body, STATE(2439), 1, sym_comment, - [99854] = 5, + ACTIONS(1705), 2, + anon_sym_else, + anon_sym_while, + [99820] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4218), 1, - anon_sym_LBRACE, - STATE(654), 1, - sym_statement_block, STATE(2440), 1, sym_comment, - [99870] = 5, + ACTIONS(1703), 2, + anon_sym_else, + anon_sym_while, + [99834] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4174), 1, + ACTIONS(3547), 1, anon_sym_LBRACE, - STATE(2098), 1, - sym_statement_block, + STATE(606), 1, + sym_class_body, STATE(2441), 1, sym_comment, - [99886] = 5, + [99850] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4220), 1, - anon_sym_SEMI, - ACTIONS(4222), 1, - sym__automatic_semicolon, + ACTIONS(4258), 1, + anon_sym_LBRACE, + STATE(620), 1, + sym_statement_block, STATE(2442), 1, sym_comment, - [99902] = 5, + [99866] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3692), 1, - anon_sym_LBRACE, - STATE(2093), 1, - sym_class_body, STATE(2443), 1, sym_comment, - [99918] = 4, + ACTIONS(4260), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [99880] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4262), 1, + anon_sym_SEMI, + ACTIONS(4264), 1, + sym__automatic_semicolon, STATE(2444), 1, sym_comment, - ACTIONS(4224), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [99932] = 5, + [99896] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4212), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(188), 1, + STATE(2414), 1, sym_statement_block, STATE(2445), 1, sym_comment, - [99948] = 5, + [99912] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4212), 1, - anon_sym_LBRACE, - STATE(184), 1, - sym_statement_block, STATE(2446), 1, sym_comment, - [99964] = 5, + ACTIONS(4266), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [99926] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3546), 1, + ACTIONS(4256), 1, anon_sym_LBRACE, - STATE(1178), 1, - sym_class_body, + STATE(194), 1, + sym_statement_block, STATE(2447), 1, sym_comment, - [99980] = 5, + [99942] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(4256), 1, anon_sym_LBRACE, + STATE(192), 1, + sym_statement_block, STATE(2448), 1, sym_comment, - STATE(2589), 1, - sym_statement_block, - [99996] = 5, + [99958] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3657), 1, - anon_sym_LBRACE, - STATE(174), 1, - sym_class_body, STATE(2449), 1, sym_comment, - [100012] = 5, + ACTIONS(4168), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [99972] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4218), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(549), 1, + STATE(2249), 1, sym_statement_block, STATE(2450), 1, sym_comment, - [100028] = 5, + [99988] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4218), 1, + ACTIONS(3549), 1, anon_sym_LBRACE, - STATE(551), 1, - sym_statement_block, + STATE(179), 1, + sym_class_body, STATE(2451), 1, sym_comment, - [100044] = 5, + [100004] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3662), 1, + ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(578), 1, - sym_class_body, + STATE(555), 1, + sym_statement_block, STATE(2452), 1, sym_comment, - [100060] = 4, + [100020] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4258), 1, + anon_sym_LBRACE, + STATE(579), 1, + sym_statement_block, STATE(2453), 1, sym_comment, - ACTIONS(2317), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [100074] = 4, + [100036] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3547), 1, + anon_sym_LBRACE, + STATE(588), 1, + sym_class_body, STATE(2454), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [100088] = 5, + [100052] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4212), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(197), 1, + STATE(1825), 1, sym_statement_block, STATE(2455), 1, sym_comment, - [100104] = 5, + [100068] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4218), 1, - anon_sym_LBRACE, - STATE(670), 1, - sym_statement_block, + ACTIONS(4268), 1, + sym_identifier, + ACTIONS(4270), 1, + anon_sym_STAR, STATE(2456), 1, sym_comment, - [100120] = 5, + [100084] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3848), 1, + ACTIONS(4256), 1, anon_sym_LBRACE, - STATE(671), 1, + STATE(195), 1, sym_statement_block, STATE(2457), 1, sym_comment, - [100136] = 4, + [100100] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4258), 1, + anon_sym_LBRACE, + STATE(662), 1, + sym_statement_block, STATE(2458), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [100150] = 5, + [100116] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3826), 1, - anon_sym_GT, - ACTIONS(3828), 1, - anon_sym_DOT, + ACTIONS(3956), 1, + anon_sym_LBRACE, + STATE(636), 1, + sym_statement_block, STATE(2459), 1, sym_comment, - [100166] = 5, + [100132] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, - anon_sym_LPAREN, - STATE(109), 1, - sym_parenthesized_expression, STATE(2460), 1, sym_comment, - [100182] = 5, + ACTIONS(1747), 2, + anon_sym_else, + anon_sym_while, + [100146] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3824), 1, - anon_sym_COLON, - ACTIONS(3826), 1, - anon_sym_GT, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(100), 1, + sym_parenthesized_expression, STATE(2461), 1, sym_comment, - [100198] = 4, + [100162] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3434), 1, + anon_sym_in, + ACTIONS(3436), 1, + anon_sym_of, STATE(2462), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [100212] = 5, + [100178] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2251), 1, + sym_formal_parameters, STATE(2463), 1, sym_comment, - STATE(2590), 1, - sym_statement_block, - [100228] = 5, + [100194] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(106), 1, - sym_parenthesized_expression, + STATE(2252), 1, + sym_formal_parameters, STATE(2464), 1, sym_comment, - [100244] = 5, + [100210] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4226), 1, - anon_sym_LBRACE, - STATE(446), 1, - sym_statement_block, STATE(2465), 1, sym_comment, - [100260] = 4, + ACTIONS(1701), 2, + anon_sym_else, + anon_sym_while, + [100224] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(105), 1, + sym_parenthesized_expression, STATE(2466), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [100274] = 4, + [100240] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4272), 1, + anon_sym_LBRACE, + STATE(449), 1, + sym_statement_block, STATE(2467), 1, sym_comment, - ACTIONS(4128), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [100288] = 4, + [100256] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2253), 1, + sym_formal_parameters, STATE(2468), 1, sym_comment, - ACTIONS(4228), 2, + [100272] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, + STATE(2254), 1, + sym_statement_block, + STATE(2469), 1, + sym_comment, + [100288] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2470), 1, + sym_comment, + ACTIONS(4274), 2, sym__automatic_semicolon, anon_sym_SEMI, [100302] = 4, @@ -141179,1500 +141078,1509 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - STATE(2469), 1, + STATE(2471), 1, sym_comment, - ACTIONS(4230), 2, + ACTIONS(4276), 2, sym_jsx_identifier, sym_identifier, - [100316] = 4, + [100316] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2470), 1, + ACTIONS(3775), 1, + anon_sym_LBRACE, + STATE(2272), 1, + sym_statement_block, + STATE(2472), 1, sym_comment, - ACTIONS(4128), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [100330] = 4, + [100332] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2471), 1, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(110), 1, + sym_parenthesized_expression, + STATE(2473), 1, sym_comment, - ACTIONS(4128), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [100344] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + [100348] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4232), 1, - sym_identifier, - ACTIONS(4234), 1, - anon_sym_STAR, - STATE(2472), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, + STATE(2273), 1, + sym_statement_block, + STATE(2474), 1, sym_comment, - [100360] = 5, + [100364] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1390), 1, + STATE(1604), 1, sym_statement_block, - STATE(2473), 1, + STATE(2475), 1, sym_comment, - [100376] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + [100380] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4236), 1, - sym_identifier, - ACTIONS(4238), 1, - anon_sym_STAR, - STATE(2474), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3821), 1, + anon_sym_GT, + ACTIONS(3823), 1, + anon_sym_DOT, + STATE(2476), 1, sym_comment, - [100392] = 5, + [100396] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4104), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1173), 1, + STATE(1601), 1, sym_statement_block, - STATE(2475), 1, + STATE(2477), 1, sym_comment, - [100408] = 5, + [100412] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4104), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1168), 1, + STATE(1589), 1, sym_statement_block, - STATE(2476), 1, + STATE(2478), 1, sym_comment, - [100424] = 4, + [100428] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2477), 1, + STATE(2479), 1, sym_comment, - ACTIONS(3797), 2, + ACTIONS(3909), 2, anon_sym_COMMA, anon_sym_RBRACK, - [100438] = 4, + [100442] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2478), 1, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(108), 1, + sym_parenthesized_expression, + STATE(2480), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [100452] = 4, + [100458] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2479), 1, + STATE(2481), 1, sym_comment, ACTIONS(2285), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100466] = 4, + [100472] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2480), 1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2482), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [100480] = 5, + STATE(2551), 1, + sym_formal_parameters, + [100488] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2267), 1, + STATE(2269), 1, sym_formal_parameters, - STATE(2481), 1, + STATE(2483), 1, sym_comment, - [100496] = 5, + [100504] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3456), 1, - anon_sym_LBRACE, - STATE(1392), 1, - sym_class_body, - STATE(2482), 1, + STATE(2484), 1, sym_comment, - [100512] = 5, + ACTIONS(1697), 2, + anon_sym_else, + anon_sym_while, + [100518] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(2483), 1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1586), 1, + sym_statement_block, + STATE(2485), 1, sym_comment, - STATE(2585), 1, - sym__from_clause, - [100528] = 4, + [100534] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2484), 1, + STATE(2486), 1, sym_comment, - ACTIONS(1926), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [100542] = 4, + ACTIONS(1695), 2, + anon_sym_else, + anon_sym_while, + [100548] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2485), 1, + STATE(2487), 1, sym_comment, - ACTIONS(1759), 2, + ACTIONS(1693), 2, anon_sym_else, anon_sym_while, - [100556] = 5, + [100562] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4104), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1137), 1, + STATE(1597), 1, sym_statement_block, - STATE(2486), 1, + STATE(2488), 1, sym_comment, - [100572] = 5, + [100578] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4240), 1, + ACTIONS(4278), 1, anon_sym_LBRACE, - STATE(643), 1, + STATE(639), 1, sym_switch_body, - STATE(2487), 1, + STATE(2489), 1, sym_comment, - [100588] = 5, + [100594] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4100), 1, + ACTIONS(4118), 1, anon_sym_LPAREN, - STATE(105), 1, + STATE(112), 1, sym__for_header, - STATE(2488), 1, + STATE(2490), 1, sym_comment, - [100604] = 5, + [100610] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4242), 1, + ACTIONS(4280), 1, anon_sym_LPAREN, - STATE(769), 1, + STATE(762), 1, sym_parenthesized_expression, - STATE(2489), 1, + STATE(2491), 1, sym_comment, - [100620] = 5, + [100626] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3348), 1, - anon_sym_in, - ACTIONS(3350), 1, - anon_sym_of, - STATE(2490), 1, + STATE(2492), 1, sym_comment, - [100636] = 4, + ACTIONS(1689), 2, + anon_sym_else, + anon_sym_while, + [100640] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2491), 1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2493), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [100650] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + STATE(2550), 1, + sym_formal_parameters, + [100656] = 5, ACTIONS(5), 1, sym_html_comment, - STATE(2492), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1580), 1, + sym_statement_block, + STATE(2494), 1, sym_comment, - ACTIONS(4244), 2, - sym_jsx_identifier, - sym_identifier, - [100664] = 4, + [100672] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2493), 1, + STATE(2495), 1, sym_comment, - ACTIONS(4246), 2, + ACTIONS(4282), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100678] = 4, + [100686] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2494), 1, + STATE(2496), 1, sym_comment, - ACTIONS(4248), 2, + ACTIONS(4284), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100692] = 4, + [100700] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2495), 1, + STATE(2497), 1, sym_comment, - ACTIONS(4250), 2, + ACTIONS(4286), 2, anon_sym_LBRACE, anon_sym_EQ_GT, - [100706] = 4, + [100714] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2496), 1, + STATE(2498), 1, sym_comment, - ACTIONS(2281), 2, + ACTIONS(2279), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100720] = 5, + [100728] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4252), 1, + ACTIONS(4288), 1, sym_identifier, - ACTIONS(4254), 1, + ACTIONS(4290), 1, anon_sym_STAR, - STATE(2497), 1, + STATE(2499), 1, sym_comment, - [100736] = 4, + [100744] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2498), 1, + STATE(2500), 1, sym_comment, - ACTIONS(2279), 2, + ACTIONS(2277), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100750] = 5, + [100758] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(2398), 1, + STATE(2059), 1, sym_statement_block, - STATE(2499), 1, - sym_comment, - [100766] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4256), 1, - anon_sym_LPAREN, - STATE(1918), 1, - sym_parenthesized_expression, - STATE(2500), 1, + STATE(2501), 1, sym_comment, - [100782] = 4, + [100774] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2501), 1, + STATE(2502), 1, sym_comment, - ACTIONS(1759), 2, + ACTIONS(1687), 2, anon_sym_else, anon_sym_while, - [100796] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(4258), 1, - sym_identifier, - ACTIONS(4260), 1, - anon_sym_STAR, - STATE(2502), 1, - sym_comment, - [100812] = 4, + [100788] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2503), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [100826] = 4, + STATE(2546), 1, + sym_formal_parameters, + [100804] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2504), 1, sym_comment, - ACTIONS(1721), 2, - anon_sym_else, - anon_sym_while, - [100840] = 5, + STATE(2545), 1, + sym_formal_parameters, + [100820] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3789), 1, - anon_sym_LBRACE, - STATE(896), 1, - sym_statement_block, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2505), 1, sym_comment, - [100856] = 5, + STATE(2541), 1, + sym_formal_parameters, + [100836] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4262), 1, - anon_sym_SEMI, - ACTIONS(4264), 1, - sym__automatic_semicolon, STATE(2506), 1, sym_comment, - [100872] = 4, + ACTIONS(1685), 2, + anon_sym_else, + anon_sym_while, + [100850] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4098), 1, + anon_sym_LBRACE, + STATE(1338), 1, + sym_statement_block, STATE(2507), 1, sym_comment, - ACTIONS(4266), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [100886] = 5, + [100866] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4096), 1, - anon_sym_LBRACE, - STATE(1572), 1, - sym_statement_block, + ACTIONS(4292), 1, + anon_sym_SEMI, + ACTIONS(4294), 1, + sym__automatic_semicolon, STATE(2508), 1, sym_comment, - [100902] = 5, + [100882] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4268), 1, - anon_sym_SEMI, - ACTIONS(4270), 1, - sym__automatic_semicolon, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1579), 1, + sym_statement_block, STATE(2509), 1, sym_comment, - [100918] = 5, + [100898] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4272), 1, - anon_sym_SEMI, - ACTIONS(4274), 1, - sym__automatic_semicolon, STATE(2510), 1, sym_comment, - [100934] = 5, + ACTIONS(1683), 2, + anon_sym_else, + anon_sym_while, + [100912] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4276), 1, + ACTIONS(4296), 1, anon_sym_SEMI, - ACTIONS(4278), 1, + ACTIONS(4298), 1, sym__automatic_semicolon, STATE(2511), 1, sym_comment, - [100950] = 4, + [100928] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4300), 1, + anon_sym_SEMI, + ACTIONS(4302), 1, + sym__automatic_semicolon, STATE(2512), 1, sym_comment, - ACTIONS(4280), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [100964] = 5, + [100944] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4282), 1, - anon_sym_SEMI, - ACTIONS(4284), 1, - sym__automatic_semicolon, STATE(2513), 1, sym_comment, - [100980] = 4, + ACTIONS(1717), 2, + anon_sym_else, + anon_sym_while, + [100958] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2514), 1, sym_comment, - ACTIONS(4286), 2, + ACTIONS(4304), 2, sym__automatic_semicolon, anon_sym_SEMI, - [100994] = 5, + [100972] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4288), 1, - anon_sym_SEMI, - ACTIONS(4290), 1, - sym__automatic_semicolon, STATE(2515), 1, sym_comment, - [101010] = 4, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [100986] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2516), 1, sym_comment, - ACTIONS(4292), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101024] = 4, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101000] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2517), 1, sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101038] = 4, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101014] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2518), 1, sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101052] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101028] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3328), 1, - sym_identifier, - ACTIONS(3334), 1, - sym_private_property_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, STATE(2519), 1, sym_comment, - [101068] = 5, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101042] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4296), 1, - anon_sym_LPAREN, - STATE(507), 1, - sym_parenthesized_expression, STATE(2520), 1, sym_comment, - [101084] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101056] = 5, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4298), 1, - sym_identifier, - ACTIONS(4300), 1, - sym_private_property_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1577), 1, + sym_statement_block, STATE(2521), 1, sym_comment, - [101100] = 5, + [101072] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4302), 1, - anon_sym_LBRACE, - STATE(529), 1, - sym_statement_block, + ACTIONS(4306), 1, + anon_sym_LPAREN, + STATE(510), 1, + sym_parenthesized_expression, STATE(2522), 1, sym_comment, - [101116] = 4, + [101088] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1584), 1, + sym_statement_block, STATE(2523), 1, sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101130] = 5, + [101104] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3684), 1, + ACTIONS(4308), 1, anon_sym_LBRACE, - STATE(161), 1, - sym_class_body, + STATE(532), 1, + sym_statement_block, STATE(2524), 1, sym_comment, - [101146] = 5, + [101120] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4064), 1, - anon_sym_LBRACE, - STATE(158), 1, - sym_statement_block, STATE(2525), 1, sym_comment, - [101162] = 4, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101134] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3484), 1, + anon_sym_LBRACE, + STATE(148), 1, + sym_class_body, STATE(2526), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [101176] = 5, + [101150] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, - anon_sym_LPAREN, - STATE(98), 1, - sym_parenthesized_expression, + ACTIONS(4310), 1, + anon_sym_LBRACE, + STATE(150), 1, + sym_statement_block, STATE(2527), 1, sym_comment, - [101192] = 4, + [101166] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2528), 1, sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101206] = 4, + STATE(2540), 1, + sym_formal_parameters, + [101182] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1565), 1, + sym_statement_block, STATE(2529), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [101220] = 5, + [101198] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4104), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1149), 1, + STATE(1566), 1, sym_statement_block, STATE(2530), 1, sym_comment, - [101236] = 5, + [101214] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, STATE(2531), 1, sym_comment, - STATE(2549), 1, - sym_formal_parameters, - [101252] = 5, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101228] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3682), 1, - anon_sym_LBRACE, - STATE(484), 1, - sym_class_body, STATE(2532), 1, sym_comment, - [101268] = 5, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101242] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4304), 1, - anon_sym_LBRACE, - STATE(505), 1, - sym_statement_block, STATE(2533), 1, sym_comment, - [101284] = 5, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101256] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, + ACTIONS(3480), 1, + anon_sym_LBRACE, + STATE(497), 1, + sym_class_body, STATE(2534), 1, sym_comment, - STATE(2548), 1, - sym_formal_parameters, - [101300] = 5, + [101272] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4306), 1, - anon_sym_SEMI, - ACTIONS(4308), 1, - sym__automatic_semicolon, + ACTIONS(4312), 1, + anon_sym_LBRACE, + STATE(496), 1, + sym_statement_block, STATE(2535), 1, sym_comment, - [101316] = 5, + [101288] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, STATE(2536), 1, sym_comment, - STATE(2544), 1, - sym_formal_parameters, - [101332] = 4, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101302] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4314), 1, + anon_sym_SEMI, + ACTIONS(4316), 1, + sym__automatic_semicolon, STATE(2537), 1, sym_comment, - ACTIONS(4310), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [101346] = 5, + [101318] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2448), 1, + STATE(2474), 1, sym_formal_parameters, STATE(2538), 1, sym_comment, - [101362] = 5, + [101334] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4064), 1, - anon_sym_LBRACE, - STATE(162), 1, - sym_statement_block, STATE(2539), 1, sym_comment, - [101378] = 5, + ACTIONS(4318), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [101348] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3546), 1, + ACTIONS(4310), 1, anon_sym_LBRACE, - STATE(1151), 1, - sym_class_body, + STATE(149), 1, + sym_statement_block, STATE(2540), 1, sym_comment, - [101394] = 5, + [101364] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4312), 1, + ACTIONS(4310), 1, anon_sym_LBRACE, - STATE(2302), 1, - sym_object, + STATE(164), 1, + sym_statement_block, STATE(2541), 1, sym_comment, - [101410] = 5, + [101380] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3684), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(159), 1, - sym_class_body, + STATE(1567), 1, + sym_statement_block, STATE(2542), 1, sym_comment, - [101426] = 5, + [101396] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4304), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(523), 1, - sym_statement_block, + STATE(2304), 1, + sym_object, STATE(2543), 1, sym_comment, - [101442] = 5, + [101412] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4304), 1, + ACTIONS(3484), 1, anon_sym_LBRACE, - STATE(517), 1, - sym_statement_block, + STATE(161), 1, + sym_class_body, STATE(2544), 1, sym_comment, - [101458] = 5, + [101428] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3682), 1, + ACTIONS(4312), 1, anon_sym_LBRACE, - STATE(515), 1, - sym_class_body, + STATE(522), 1, + sym_statement_block, STATE(2545), 1, sym_comment, - [101474] = 5, + [101444] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(4312), 1, anon_sym_LBRACE, + STATE(517), 1, + sym_statement_block, STATE(2546), 1, sym_comment, - STATE(2598), 1, - sym_statement_block, - [101490] = 5, + [101460] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2543), 1, - sym_formal_parameters, + ACTIONS(3480), 1, + anon_sym_LBRACE, + STATE(516), 1, + sym_class_body, STATE(2547), 1, sym_comment, - [101506] = 5, + [101476] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4064), 1, - anon_sym_LBRACE, - STATE(154), 1, - sym_statement_block, STATE(2548), 1, sym_comment, - [101522] = 5, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101490] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4304), 1, + ACTIONS(3775), 1, anon_sym_LBRACE, - STATE(511), 1, + STATE(2296), 1, sym_statement_block, STATE(2549), 1, sym_comment, - [101538] = 5, + [101506] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3840), 1, + ACTIONS(4310), 1, anon_sym_LBRACE, - STATE(510), 1, + STATE(157), 1, sym_statement_block, STATE(2550), 1, sym_comment, - [101554] = 5, + [101522] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(4312), 1, anon_sym_LBRACE, + STATE(523), 1, + sym_statement_block, STATE(2551), 1, sym_comment, - STATE(2599), 1, - sym_statement_block, - [101570] = 5, + [101538] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(3891), 1, anon_sym_LBRACE, + STATE(521), 1, + sym_statement_block, STATE(2552), 1, sym_comment, - STATE(2600), 1, - sym_statement_block, - [101586] = 5, + [101554] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2539), 1, - sym_formal_parameters, STATE(2553), 1, sym_comment, - [101602] = 4, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101568] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1568), 1, + sym_statement_block, STATE(2554), 1, sym_comment, - ACTIONS(2269), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [101616] = 4, + [101584] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2535), 1, + sym_formal_parameters, STATE(2555), 1, sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101630] = 4, + [101600] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2556), 1, sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101644] = 4, + ACTIONS(2267), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [101614] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1573), 1, + sym_statement_block, STATE(2557), 1, sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101658] = 5, + [101630] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2201), 1, - sym_formal_parameters, STATE(2558), 1, sym_comment, - [101674] = 4, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101644] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2559), 1, sym_comment, - ACTIONS(1759), 2, + ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [101688] = 5, + [101658] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2533), 1, - sym_formal_parameters, STATE(2560), 1, sym_comment, - [101704] = 4, + ACTIONS(1747), 2, + anon_sym_else, + anon_sym_while, + [101672] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3496), 1, + anon_sym_LBRACE, + STATE(1177), 1, + sym_class_body, STATE(2561), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [101718] = 4, + [101688] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3729), 1, + anon_sym_LBRACE, + STATE(2084), 1, + sym_class_body, STATE(2562), 1, - sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101732] = 4, + sym_comment, + [101704] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2527), 1, + sym_formal_parameters, STATE(2563), 1, sym_comment, - ACTIONS(2273), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [101746] = 5, + [101720] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, + STATE(1576), 1, + sym_statement_block, STATE(2564), 1, sym_comment, - STATE(2601), 1, - sym_statement_block, - [101762] = 4, + [101736] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2565), 1, sym_comment, - ACTIONS(2275), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [101776] = 5, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101750] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2318), 1, - sym_formal_parameters, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1564), 1, + sym_statement_block, STATE(2566), 1, sym_comment, - [101792] = 5, + [101766] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2342), 1, + STATE(1593), 1, sym_statement_block, STATE(2567), 1, sym_comment, - [101808] = 5, + [101782] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2320), 1, + sym_formal_parameters, STATE(2568), 1, sym_comment, - STATE(2602), 1, - sym_statement_block, - [101824] = 4, + [101798] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3775), 1, + anon_sym_LBRACE, + STATE(2344), 1, + sym_statement_block, STATE(2569), 1, sym_comment, - ACTIONS(4314), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [101838] = 4, + [101814] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1594), 1, + sym_statement_block, STATE(2570), 1, sym_comment, - ACTIONS(4316), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [101852] = 5, + [101830] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2809), 1, - anon_sym_LPAREN, - ACTIONS(4318), 1, - anon_sym_EQ_GT, + ACTIONS(4322), 1, + anon_sym_LBRACE, + STATE(2064), 1, + sym_statement_block, STATE(2571), 1, sym_comment, - [101868] = 5, + [101846] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2809), 1, - anon_sym_LPAREN, - ACTIONS(4320), 1, - anon_sym_EQ_GT, STATE(2572), 1, sym_comment, - [101884] = 4, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101860] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(2838), 1, + anon_sym_LPAREN, + ACTIONS(4324), 1, + anon_sym_EQ_GT, STATE(2573), 1, sym_comment, - ACTIONS(3895), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101898] = 4, + [101876] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(2838), 1, + anon_sym_LPAREN, + ACTIONS(4326), 1, + anon_sym_EQ_GT, STATE(2574), 1, sym_comment, - ACTIONS(1759), 2, - anon_sym_else, - anon_sym_while, - [101912] = 4, + [101892] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2575), 1, sym_comment, - ACTIONS(1769), 2, - anon_sym_else, - anon_sym_while, - [101926] = 4, + ACTIONS(3876), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [101906] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2576), 1, sym_comment, - ACTIONS(3882), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [101940] = 5, + ACTIONS(2497), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [101920] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, - anon_sym_LBRACE, + ACTIONS(3518), 1, + anon_sym_from, + STATE(1911), 1, + sym__from_clause, STATE(2577), 1, sym_comment, - STATE(2603), 1, - sym_statement_block, - [101956] = 5, + [101936] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2358), 1, - sym_formal_parameters, STATE(2578), 1, sym_comment, - [101972] = 5, + ACTIONS(3881), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [101950] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2525), 1, - sym_formal_parameters, STATE(2579), 1, sym_comment, - [101988] = 4, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [101964] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2360), 1, + sym_formal_parameters, STATE(2580), 1, sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [102002] = 4, + [101980] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_from, + STATE(2511), 1, + sym__from_clause, STATE(2581), 1, sym_comment, - ACTIONS(2497), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [102016] = 5, + [101996] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(2027), 1, - sym__from_clause, + ACTIONS(4098), 1, + anon_sym_LBRACE, + STATE(1347), 1, + sym_statement_block, STATE(2582), 1, sym_comment, - [102032] = 5, + [102012] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(2509), 1, - sym__from_clause, + ACTIONS(3685), 1, + anon_sym_LBRACE, + STATE(1350), 1, + sym_class_body, STATE(2583), 1, sym_comment, - [102048] = 5, + [102028] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(4322), 1, - anon_sym_SEMI, - ACTIONS(4324), 1, - sym__automatic_semicolon, + anon_sym_LBRACE, + STATE(2083), 1, + sym_statement_block, STATE(2584), 1, sym_comment, - [102064] = 5, + [102044] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4326), 1, - anon_sym_SEMI, - ACTIONS(4328), 1, - sym__automatic_semicolon, STATE(2585), 1, sym_comment, - [102080] = 5, + ACTIONS(4328), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [102058] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2361), 1, - sym_formal_parameters, + ACTIONS(4330), 1, + anon_sym_SEMI, + ACTIONS(4332), 1, + sym__automatic_semicolon, STATE(2586), 1, sym_comment, - [102096] = 4, + [102074] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4334), 1, + anon_sym_SEMI, + ACTIONS(4336), 1, + sym__automatic_semicolon, STATE(2587), 1, sym_comment, - ACTIONS(1773), 2, - anon_sym_else, - anon_sym_while, - [102110] = 4, + [102090] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2363), 1, + sym_formal_parameters, STATE(2588), 1, sym_comment, - ACTIONS(1779), 2, - anon_sym_else, - anon_sym_while, - [102124] = 4, + [102106] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2294), 1, + sym_formal_parameters, STATE(2589), 1, sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [102138] = 4, + [102122] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1569), 1, + sym_statement_block, STATE(2590), 1, sym_comment, - ACTIONS(4294), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [102152] = 5, + [102138] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4100), 1, - anon_sym_LPAREN, - STATE(72), 1, - sym__for_header, + ACTIONS(4098), 1, + anon_sym_LBRACE, + STATE(1281), 1, + sym_statement_block, STATE(2591), 1, sym_comment, - [102168] = 5, + [102154] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4330), 1, + ACTIONS(4098), 1, anon_sym_LBRACE, + STATE(1352), 1, + sym_statement_block, STATE(2592), 1, sym_comment, - STATE(2644), 1, - sym_switch_body, - [102184] = 4, + [102170] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4112), 1, + anon_sym_LPAREN, + STATE(2489), 1, + sym_parenthesized_expression, STATE(2593), 1, sym_comment, - ACTIONS(1729), 2, - anon_sym_else, - anon_sym_while, - [102198] = 4, + [102186] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2594), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_else, - anon_sym_while, - [102212] = 5, + ACTIONS(4168), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [102200] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, - anon_sym_LPAREN, - STATE(2487), 1, - sym_parenthesized_expression, STATE(2595), 1, sym_comment, - [102228] = 5, + ACTIONS(1679), 2, + anon_sym_else, + anon_sym_while, + [102214] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2564), 1, - sym_formal_parameters, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1581), 1, + sym_statement_block, STATE(2596), 1, sym_comment, - [102244] = 5, + [102230] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4332), 1, - anon_sym_SEMI, - ACTIONS(4334), 1, - sym__automatic_semicolon, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1570), 1, + sym_statement_block, STATE(2597), 1, sym_comment, - [102260] = 4, + [102246] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2598), 1, sym_comment, - ACTIONS(4336), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [102274] = 4, + ACTIONS(1677), 2, + anon_sym_else, + anon_sym_while, + [102260] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4338), 1, + anon_sym_SEMI, + ACTIONS(4340), 1, + sym__automatic_semicolon, STATE(2599), 1, sym_comment, - ACTIONS(4336), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [102288] = 4, + [102276] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2600), 1, sym_comment, - ACTIONS(4336), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [102302] = 4, + ACTIONS(1675), 2, + anon_sym_else, + anon_sym_while, + [102290] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2601), 1, sym_comment, - ACTIONS(4336), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [102316] = 4, + ACTIONS(1673), 2, + anon_sym_else, + anon_sym_while, + [102304] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1590), 1, + sym_statement_block, STATE(2602), 1, sym_comment, - ACTIONS(4336), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [102330] = 4, + [102320] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2603), 1, sym_comment, - ACTIONS(4336), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [102344] = 4, + ACTIONS(1671), 2, + anon_sym_else, + anon_sym_while, + [102334] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2604), 1, sym_comment, - ACTIONS(1767), 2, + ACTIONS(1669), 2, anon_sym_else, anon_sym_while, - [102358] = 4, + [102348] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2605), 1, sym_comment, - ACTIONS(2291), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [102372] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + ACTIONS(1715), 2, + anon_sym_else, + anon_sym_while, + [102362] = 4, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, STATE(2606), 1, sym_comment, - ACTIONS(4338), 2, - sym__glimmer_template_content, - anon_sym_LT_SLASHtemplate_GT, - [102386] = 5, + ACTIONS(1717), 2, + anon_sym_else, + anon_sym_while, + [102376] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4340), 1, - anon_sym_COMMA, - ACTIONS(4342), 1, - anon_sym_from, STATE(2607), 1, sym_comment, - [102402] = 4, + ACTIONS(1717), 2, + anon_sym_else, + anon_sym_while, + [102390] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(2608), 1, + sym_comment, + ACTIONS(4342), 2, + sym__glimmer_template_content, + anon_sym_LT_SLASHtemplate_GT, + [102404] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2608), 1, + STATE(2609), 1, sym_comment, - ACTIONS(1751), 2, + ACTIONS(1699), 2, anon_sym_else, anon_sym_while, - [102416] = 4, + [102418] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2609), 1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1595), 1, + sym_statement_block, + STATE(2610), 1, sym_comment, - ACTIONS(1741), 2, + [102434] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2611), 1, + sym_comment, + ACTIONS(1717), 2, anon_sym_else, anon_sym_while, - [102430] = 5, + [102448] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(3396), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3402), 1, + ACTIONS(3416), 1, sym_private_property_identifier, - STATE(2610), 1, + STATE(2612), 1, sym_comment, - [102446] = 5, + [102464] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, @@ -142681,458 +142589,443 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(4346), 1, sym_private_property_identifier, - STATE(2611), 1, - sym_comment, - [102462] = 4, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - STATE(2612), 1, - sym_comment, - ACTIONS(1733), 2, - anon_sym_else, - anon_sym_while, - [102476] = 5, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2456), 1, - sym_formal_parameters, STATE(2613), 1, sym_comment, - [102492] = 4, + [102480] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1596), 1, + sym_statement_block, STATE(2614), 1, sym_comment, - ACTIONS(1693), 2, - anon_sym_else, - anon_sym_while, - [102506] = 4, + [102496] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2615), 1, sym_comment, - ACTIONS(1719), 2, + ACTIONS(1717), 2, anon_sym_else, anon_sym_while, - [102520] = 5, + [102510] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2455), 1, - sym_formal_parameters, STATE(2616), 1, sym_comment, - [102536] = 5, + ACTIONS(1741), 2, + anon_sym_else, + anon_sym_while, + [102524] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2451), 1, - sym_formal_parameters, STATE(2617), 1, sym_comment, - [102552] = 5, + ACTIONS(1717), 2, + anon_sym_else, + anon_sym_while, + [102538] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4084), 1, - anon_sym_LBRACE, - STATE(1304), 1, - sym_statement_block, + ACTIONS(4348), 1, + anon_sym_COMMA, + ACTIONS(4350), 1, + anon_sym_from, STATE(2618), 1, sym_comment, - [102568] = 5, + [102554] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2422), 1, + STATE(2458), 1, sym_formal_parameters, STATE(2619), 1, sym_comment, - [102584] = 4, + [102570] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4098), 1, + anon_sym_LBRACE, + STATE(1295), 1, + sym_statement_block, STATE(2620), 1, sym_comment, - ACTIONS(1717), 2, - anon_sym_else, - anon_sym_while, - [102598] = 5, + [102586] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2450), 1, + STATE(2424), 1, sym_formal_parameters, STATE(2621), 1, sym_comment, - [102614] = 5, + [102602] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2446), 1, - sym_formal_parameters, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1583), 1, + sym_statement_block, STATE(2622), 1, sym_comment, - [102630] = 4, + [102618] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2457), 1, + sym_formal_parameters, STATE(2623), 1, sym_comment, - ACTIONS(1715), 2, - anon_sym_else, - anon_sym_while, - [102644] = 5, + [102634] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2445), 1, + STATE(2453), 1, sym_formal_parameters, STATE(2624), 1, sym_comment, - [102660] = 5, + [102650] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3456), 1, - anon_sym_LBRACE, - STATE(1295), 1, - sym_class_body, STATE(2625), 1, sym_comment, - [102676] = 4, + ACTIONS(1727), 2, + anon_sym_else, + anon_sym_while, + [102664] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2452), 1, + sym_formal_parameters, STATE(2626), 1, sym_comment, - ACTIONS(4348), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [102690] = 5, + [102680] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3769), 1, + ACTIONS(3685), 1, anon_sym_LBRACE, - STATE(1783), 1, - sym_statement_block, + STATE(1293), 1, + sym_class_body, STATE(2627), 1, sym_comment, - [102706] = 5, + [102696] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, - anon_sym_LPAREN, - STATE(70), 1, - sym_parenthesized_expression, STATE(2628), 1, sym_comment, - [102722] = 4, + ACTIONS(1727), 2, + anon_sym_else, + anon_sym_while, + [102710] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2629), 1, sym_comment, - ACTIONS(1713), 2, + ACTIONS(1729), 2, anon_sym_else, anon_sym_while, - [102736] = 5, + [102724] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, - anon_sym_LPAREN, - STATE(114), 1, - sym_parenthesized_expression, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1598), 1, + sym_statement_block, STATE(2630), 1, sym_comment, - [102752] = 5, + [102740] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, - anon_sym_LPAREN, - STATE(2592), 1, - sym_parenthesized_expression, STATE(2631), 1, sym_comment, - [102768] = 5, + ACTIONS(1731), 2, + anon_sym_else, + anon_sym_while, + [102754] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, + ACTIONS(4072), 1, anon_sym_LPAREN, - STATE(112), 1, + STATE(92), 1, sym_parenthesized_expression, STATE(2632), 1, sym_comment, - [102784] = 4, + [102770] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4112), 1, + anon_sym_LPAREN, + STATE(2321), 1, + sym_parenthesized_expression, STATE(2633), 1, sym_comment, - ACTIONS(1705), 2, - anon_sym_else, - anon_sym_while, - [102798] = 4, + [102786] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(1599), 1, + sym_statement_block, STATE(2634), 1, sym_comment, - ACTIONS(1703), 2, - anon_sym_else, - anon_sym_while, - [102812] = 4, + [102802] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2635), 1, sym_comment, - ACTIONS(1701), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [102826] = 5, + [102816] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(2000), 1, - sym__from_clause, STATE(2636), 1, sym_comment, - [102842] = 4, + ACTIONS(1733), 2, + anon_sym_else, + anon_sym_while, + [102830] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2637), 1, sym_comment, - ACTIONS(1695), 2, + ACTIONS(1735), 2, anon_sym_else, anon_sym_while, - [102856] = 4, + [102844] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2448), 1, + sym_formal_parameters, STATE(2638), 1, sym_comment, - ACTIONS(1747), 2, - anon_sym_else, - anon_sym_while, - [102870] = 5, + [102860] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2440), 1, - sym_formal_parameters, STATE(2639), 1, sym_comment, - [102886] = 5, + ACTIONS(1737), 2, + anon_sym_else, + anon_sym_while, + [102874] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(2513), 1, - sym__from_clause, + ACTIONS(3729), 1, + anon_sym_LBRACE, + STATE(2065), 1, + sym_class_body, STATE(2640), 1, sym_comment, - [102902] = 4, + [102890] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2447), 1, + sym_formal_parameters, STATE(2641), 1, sym_comment, - ACTIONS(1685), 2, - anon_sym_else, - anon_sym_while, - [102916] = 5, + [102906] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, + ACTIONS(3518), 1, anon_sym_from, - STATE(2033), 1, + STATE(2380), 1, sym__from_clause, STATE(2642), 1, sym_comment, - [102932] = 4, + [102922] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4322), 1, + anon_sym_LBRACE, + STATE(2066), 1, + sym_statement_block, STATE(2643), 1, sym_comment, - ACTIONS(1681), 2, - anon_sym_else, - anon_sym_while, - [102946] = 4, + [102938] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_from, + STATE(2037), 1, + sym__from_clause, STATE(2644), 1, sym_comment, - ACTIONS(1673), 2, - anon_sym_else, - anon_sym_while, - [102960] = 4, + [102954] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4322), 1, + anon_sym_LBRACE, + STATE(2067), 1, + sym_statement_block, STATE(2645), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [102974] = 4, + [102970] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2646), 1, sym_comment, - ACTIONS(1667), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [102988] = 4, + [102984] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2647), 1, sym_comment, - ACTIONS(1667), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103002] = 4, + [102998] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2648), 1, sym_comment, - ACTIONS(1767), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103016] = 5, + [103012] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2473), 1, - sym_formal_parameters, STATE(2649), 1, sym_comment, - [103032] = 4, + ACTIONS(1737), 2, + anon_sym_else, + anon_sym_while, + [103026] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_from, + STATE(1905), 1, + sym__from_clause, STATE(2650), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103046] = 4, + [103042] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2326), 1, + sym_formal_parameters, STATE(2651), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103060] = 4, + [103058] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3685), 1, + anon_sym_LBRACE, + STATE(1369), 1, + sym_class_body, STATE(2652), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103074] = 4, + [103074] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2442), 1, + sym_formal_parameters, STATE(2653), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103088] = 5, + [103090] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2441), 1, - sym_formal_parameters, + aux_sym_comment_token1, STATE(2654), 1, sym_comment, + ACTIONS(1737), 2, + anon_sym_else, + anon_sym_while, [103104] = 4, ACTIONS(5), 1, sym_html_comment, @@ -143140,30 +143033,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(2655), 1, sym_comment, - ACTIONS(1743), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103118] = 4, + [103118] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2584), 1, + sym_formal_parameters, STATE(2656), 1, sym_comment, - ACTIONS(2293), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [103132] = 5, + [103134] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2437), 1, - sym_formal_parameters, STATE(2657), 1, sym_comment, + ACTIONS(1745), 2, + anon_sym_else, + anon_sym_while, [103148] = 4, ACTIONS(5), 1, sym_html_comment, @@ -143171,58 +143064,58 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_comment_token1, STATE(2658), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103162] = 4, + ACTIONS(2291), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [103162] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2590), 1, + sym_formal_parameters, STATE(2659), 1, sym_comment, - ACTIONS(2300), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [103176] = 4, + [103178] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2660), 1, sym_comment, - ACTIONS(1667), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103190] = 4, + [103192] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2661), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103204] = 5, + ACTIONS(2298), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [103206] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2420), 1, - sym_formal_parameters, STATE(2662), 1, sym_comment, + ACTIONS(1737), 2, + anon_sym_else, + anon_sym_while, [103220] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2415), 1, + STATE(2283), 1, sym_formal_parameters, STATE(2663), 1, sym_comment, @@ -143231,52 +143124,52 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2414), 1, - sym_formal_parameters, STATE(2664), 1, sym_comment, - [103252] = 4, + STATE(2724), 1, + sym_formal_parameters, + [103252] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, STATE(2665), 1, sym_comment, - ACTIONS(4350), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [103266] = 5, + STATE(2708), 1, + sym_formal_parameters, + [103268] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2407), 1, - sym_formal_parameters, STATE(2666), 1, sym_comment, - [103282] = 5, + STATE(2676), 1, + sym_formal_parameters, + [103284] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2406), 1, - sym_formal_parameters, STATE(2667), 1, sym_comment, + ACTIONS(4352), 2, + sym__automatic_semicolon, + anon_sym_SEMI, [103298] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2402), 1, + STATE(2645), 1, sym_formal_parameters, STATE(2668), 1, sym_comment, @@ -143285,9 +143178,9 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2401), 1, + STATE(2643), 1, sym_formal_parameters, STATE(2669), 1, sym_comment, @@ -143296,9 +143189,9 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2400), 1, + STATE(2634), 1, sym_formal_parameters, STATE(2670), 1, sym_comment, @@ -143307,9 +143200,9 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2394), 1, + STATE(2630), 1, sym_formal_parameters, STATE(2671), 1, sym_comment, @@ -143318,9 +143211,9 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2393), 1, + STATE(2488), 1, sym_formal_parameters, STATE(2672), 1, sym_comment, @@ -143329,250 +143222,250 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2392), 1, + STATE(2610), 1, sym_formal_parameters, STATE(2673), 1, sym_comment, - [103394] = 4, + [103394] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2602), 1, + sym_formal_parameters, STATE(2674), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103408] = 5, + [103410] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2378), 1, + STATE(2596), 1, sym_formal_parameters, STATE(2675), 1, sym_comment, - [103424] = 5, + [103426] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2377), 1, - sym_formal_parameters, + ACTIONS(4098), 1, + anon_sym_LBRACE, + STATE(1374), 1, + sym_statement_block, STATE(2676), 1, sym_comment, - [103440] = 5, + [103442] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2373), 1, + STATE(2592), 1, sym_formal_parameters, STATE(2677), 1, sym_comment, - [103456] = 5, + [103458] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2372), 1, + STATE(2591), 1, sym_formal_parameters, STATE(2678), 1, sym_comment, - [103472] = 5, + [103474] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2371), 1, + STATE(2582), 1, sym_formal_parameters, STATE(2679), 1, sym_comment, - [103488] = 5, + [103490] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2370), 1, + STATE(2571), 1, sym_formal_parameters, STATE(2680), 1, sym_comment, - [103504] = 5, + [103506] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2369), 1, + STATE(2570), 1, sym_formal_parameters, STATE(2681), 1, sym_comment, - [103520] = 5, + [103522] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2251), 1, + STATE(2567), 1, sym_formal_parameters, STATE(2682), 1, sym_comment, - [103536] = 5, + [103538] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2356), 1, + STATE(2566), 1, sym_formal_parameters, STATE(2683), 1, sym_comment, - [103552] = 5, + [103554] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2355), 1, + STATE(2564), 1, sym_formal_parameters, STATE(2684), 1, sym_comment, - [103568] = 5, + [103570] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2354), 1, + STATE(2557), 1, sym_formal_parameters, STATE(2685), 1, sym_comment, - [103584] = 5, + [103586] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2351), 1, + STATE(2554), 1, sym_formal_parameters, STATE(2686), 1, sym_comment, - [103600] = 5, + [103602] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2350), 1, + STATE(2542), 1, sym_formal_parameters, STATE(2687), 1, sym_comment, - [103616] = 5, + [103618] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2347), 1, + STATE(2530), 1, sym_formal_parameters, STATE(2688), 1, sym_comment, - [103632] = 5, + [103634] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2346), 1, + STATE(2529), 1, sym_formal_parameters, STATE(2689), 1, sym_comment, - [103648] = 5, + [103650] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2343), 1, + STATE(2523), 1, sym_formal_parameters, STATE(2690), 1, sym_comment, - [103664] = 5, + [103666] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2328), 1, + STATE(2521), 1, sym_formal_parameters, STATE(2691), 1, sym_comment, - [103680] = 5, + [103682] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2428), 1, + STATE(2509), 1, sym_formal_parameters, STATE(2692), 1, sym_comment, - [103696] = 5, + [103698] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2322), 1, + STATE(2507), 1, sym_formal_parameters, STATE(2693), 1, sym_comment, - [103712] = 5, + [103714] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(2320), 1, - sym_formal_parameters, STATE(2694), 1, sym_comment, + ACTIONS(1743), 2, + anon_sym_else, + anon_sym_while, [103728] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2319), 1, + STATE(2494), 1, sym_formal_parameters, STATE(2695), 1, sym_comment, @@ -143581,9 +143474,9 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2315), 1, + STATE(2371), 1, sym_formal_parameters, STATE(2696), 1, sym_comment, @@ -143592,9 +143485,9 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2312), 1, + STATE(2485), 1, sym_formal_parameters, STATE(2697), 1, sym_comment, @@ -143603,720 +143496,732 @@ static const uint16_t ts_small_parse_table[] = { sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2311), 1, + STATE(2478), 1, sym_formal_parameters, STATE(2698), 1, sym_comment, - [103792] = 4, + [103792] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2477), 1, + sym_formal_parameters, STATE(2699), 1, sym_comment, - ACTIONS(4352), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [103806] = 4, + [103808] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2475), 1, + sym_formal_parameters, STATE(2700), 1, sym_comment, - ACTIONS(1743), 2, - anon_sym_else, - anon_sym_while, - [103820] = 4, + [103824] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2701), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103834] = 4, + ACTIONS(4354), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [103838] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2430), 1, + sym_formal_parameters, STATE(2702), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103848] = 4, + [103854] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2703), 1, sym_comment, - ACTIONS(1667), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103862] = 5, + [103868] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(1998), 1, - sym__from_clause, STATE(2704), 1, sym_comment, - [103878] = 4, + ACTIONS(1737), 2, + anon_sym_else, + anon_sym_while, + [103882] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2705), 1, sym_comment, - ACTIONS(1667), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103892] = 4, + [103896] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2706), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103906] = 5, + ACTIONS(4356), 2, + anon_sym_GT, + anon_sym_DOT, + [103910] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, - anon_sym_LPAREN, - STATE(97), 1, - sym_parenthesized_expression, STATE(2707), 1, sym_comment, - [103922] = 5, + ACTIONS(1737), 2, + anon_sym_else, + anon_sym_while, + [103924] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, - anon_sym_LPAREN, - STATE(2253), 1, - sym_parenthesized_expression, + ACTIONS(4098), 1, + anon_sym_LBRACE, + STATE(1375), 1, + sym_statement_block, STATE(2708), 1, sym_comment, - [103938] = 4, + [103940] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(104), 1, + sym_parenthesized_expression, STATE(2709), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103952] = 4, + [103956] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(4112), 1, + anon_sym_LPAREN, + STATE(2255), 1, + sym_parenthesized_expression, STATE(2710), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [103966] = 4, + [103972] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2711), 1, sym_comment, - ACTIONS(1667), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [103980] = 5, + [103986] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(2408), 1, - sym__from_clause, STATE(2712), 1, sym_comment, - [103996] = 4, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [104000] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2713), 1, sym_comment, - ACTIONS(1689), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [104010] = 4, + [104014] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_from, + STATE(1948), 1, + sym__from_clause, STATE(2714), 1, sym_comment, - ACTIONS(1677), 2, - anon_sym_else, - anon_sym_while, - [104024] = 4, + [104030] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, STATE(2715), 1, sym_comment, - ACTIONS(1743), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [104038] = 5, + [104044] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, - anon_sym_from, - STATE(2286), 1, - sym__from_clause, + ACTIONS(4102), 1, + anon_sym_LBRACE, + STATE(1184), 1, + sym_statement_block, STATE(2716), 1, sym_comment, - [104054] = 5, + [104060] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3460), 1, + ACTIONS(3518), 1, anon_sym_from, - STATE(1961), 1, + STATE(2410), 1, sym__from_clause, STATE(2717), 1, sym_comment, - [104070] = 4, + [104076] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_from, + STATE(2288), 1, + sym__from_clause, STATE(2718), 1, sym_comment, - ACTIONS(1671), 2, - anon_sym_else, - anon_sym_while, - [104084] = 4, + [104092] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_from, + STATE(1984), 1, + sym__from_clause, STATE(2719), 1, sym_comment, - ACTIONS(1743), 2, + [104108] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2720), 1, + sym_comment, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [104098] = 5, + [104122] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4358), 1, + anon_sym_SEMI, + ACTIONS(4360), 1, + sym__automatic_semicolon, + STATE(2721), 1, + sym_comment, + [104138] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2308), 1, + STATE(2310), 1, sym_formal_parameters, - STATE(2720), 1, + STATE(2722), 1, sym_comment, - [104114] = 4, + [104154] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2721), 1, + STATE(2723), 1, sym_comment, - ACTIONS(4354), 2, + ACTIONS(4362), 2, anon_sym_LBRACE, anon_sym_EQ_GT, - [104128] = 4, + [104168] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2722), 1, + ACTIONS(4098), 1, + anon_sym_LBRACE, + STATE(1378), 1, + sym_statement_block, + STATE(2724), 1, sym_comment, - ACTIONS(1697), 2, - anon_sym_else, - anon_sym_while, - [104142] = 4, + [104184] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2723), 1, + STATE(2725), 1, sym_comment, - ACTIONS(1691), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [104156] = 5, + [104198] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2321), 1, + STATE(2323), 1, sym_formal_parameters, - STATE(2724), 1, + STATE(2726), 1, sym_comment, - [104172] = 4, + [104214] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2725), 1, + ACTIONS(3905), 1, + anon_sym_LBRACE, + STATE(898), 1, + sym_statement_block, + STATE(2727), 1, sym_comment, - ACTIONS(2031), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [104186] = 4, + [104230] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2726), 1, + STATE(2728), 1, sym_comment, - ACTIONS(1707), 2, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [104200] = 5, + [104244] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2326), 1, + STATE(2328), 1, sym_formal_parameters, - STATE(2727), 1, + STATE(2729), 1, sym_comment, - [104216] = 5, + [104260] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2327), 1, + STATE(2329), 1, sym_formal_parameters, - STATE(2728), 1, + STATE(2730), 1, sym_comment, - [104232] = 5, + [104276] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2331), 1, + STATE(2333), 1, sym_formal_parameters, - STATE(2729), 1, + STATE(2731), 1, sym_comment, - [104248] = 5, + [104292] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2332), 1, + STATE(2334), 1, sym_formal_parameters, - STATE(2730), 1, + STATE(2732), 1, sym_comment, - [104264] = 5, + [104308] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2336), 1, + STATE(2338), 1, sym_formal_parameters, - STATE(2731), 1, + STATE(2733), 1, sym_comment, - [104280] = 5, + [104324] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3212), 1, + ACTIONS(3222), 1, anon_sym_LPAREN, - STATE(2337), 1, + STATE(2339), 1, sym_formal_parameters, - STATE(2732), 1, + STATE(2734), 1, sym_comment, - [104296] = 4, + [104340] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2733), 1, + STATE(2735), 1, sym_comment, - ACTIONS(1743), 2, + ACTIONS(1739), 2, anon_sym_else, anon_sym_while, - [104310] = 5, + [104354] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4100), 1, + ACTIONS(4118), 1, anon_sym_LPAREN, - STATE(71), 1, + STATE(72), 1, sym__for_header, - STATE(2734), 1, + STATE(2736), 1, sym_comment, - [104326] = 5, + [104370] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4356), 1, + ACTIONS(4364), 1, anon_sym_LBRACE, - STATE(967), 1, + STATE(940), 1, sym_switch_body, - STATE(2735), 1, + STATE(2737), 1, sym_comment, - [104342] = 4, + [104386] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2736), 1, + ACTIONS(3685), 1, + anon_sym_LBRACE, + STATE(1379), 1, + sym_class_body, + STATE(2738), 1, sym_comment, - ACTIONS(1739), 2, - anon_sym_else, - anon_sym_while, - [104356] = 4, + [104402] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - STATE(2737), 1, + ACTIONS(3222), 1, + anon_sym_LPAREN, + STATE(2292), 1, + sym_formal_parameters, + STATE(2739), 1, sym_comment, - ACTIONS(1743), 2, - anon_sym_else, - anon_sym_while, - [104370] = 5, + [104418] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4070), 1, + ACTIONS(4072), 1, anon_sym_LPAREN, - STATE(90), 1, + STATE(95), 1, sym_parenthesized_expression, - STATE(2738), 1, + STATE(2740), 1, sym_comment, - [104386] = 5, + [104434] = 5, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4102), 1, + ACTIONS(4112), 1, anon_sym_LPAREN, - STATE(2375), 1, + STATE(2377), 1, sym_parenthesized_expression, - STATE(2739), 1, + STATE(2741), 1, sym_comment, - [104402] = 4, + [104450] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4358), 1, + ACTIONS(4366), 1, sym_identifier, - STATE(2740), 1, + STATE(2742), 1, sym_comment, - [104415] = 4, + [104463] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4360), 1, + ACTIONS(4368), 1, anon_sym_function, - STATE(2741), 1, + STATE(2743), 1, sym_comment, - [104428] = 4, + [104476] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4362), 1, + ACTIONS(4370), 1, sym_identifier, - STATE(2742), 1, + STATE(2744), 1, sym_comment, - [104441] = 4, + [104489] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4364), 1, + ACTIONS(4372), 1, sym_regex_pattern, - STATE(2743), 1, + STATE(2745), 1, sym_comment, - [104454] = 4, + [104502] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4366), 1, + ACTIONS(4374), 1, + anon_sym_GT, + STATE(2746), 1, + sym_comment, + [104515] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4376), 1, anon_sym_while, - STATE(2744), 1, + STATE(2747), 1, sym_comment, - [104467] = 4, + [104528] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4368), 1, + ACTIONS(4378), 1, sym_identifier, - STATE(2745), 1, + STATE(2748), 1, sym_comment, - [104480] = 4, + [104541] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4370), 1, + ACTIONS(4380), 1, sym_identifier, - STATE(2746), 1, + STATE(2749), 1, sym_comment, - [104493] = 4, + [104554] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4372), 1, + ACTIONS(4382), 1, sym_regex_pattern, - STATE(2747), 1, + STATE(2750), 1, sym_comment, - [104506] = 4, + [104567] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2344), 1, + ACTIONS(2340), 1, anon_sym_RPAREN, - STATE(2748), 1, + STATE(2751), 1, sym_comment, - [104519] = 4, + [104580] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4374), 1, + ACTIONS(4384), 1, anon_sym_while, - STATE(2749), 1, + STATE(2752), 1, sym_comment, - [104532] = 4, + [104593] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4376), 1, + ACTIONS(4386), 1, anon_sym_while, - STATE(2750), 1, + STATE(2753), 1, sym_comment, - [104545] = 4, + [104606] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4378), 1, - anon_sym_RPAREN, - STATE(2751), 1, + ACTIONS(4350), 1, + anon_sym_from, + STATE(2754), 1, sym_comment, - [104558] = 4, + [104619] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4342), 1, - anon_sym_from, - STATE(2752), 1, + ACTIONS(4388), 1, + anon_sym_RPAREN, + STATE(2755), 1, sym_comment, - [104571] = 4, + [104632] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4380), 1, + ACTIONS(4390), 1, sym_identifier, - STATE(2753), 1, + STATE(2756), 1, sym_comment, - [104584] = 4, + [104645] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4382), 1, - anon_sym_while, - STATE(2754), 1, - sym_comment, - [104597] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(4384), 1, - sym_identifier, - STATE(2755), 1, + ACTIONS(2394), 1, + anon_sym_RBRACK, + STATE(2757), 1, sym_comment, - [104610] = 4, + [104658] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4386), 1, + ACTIONS(4392), 1, sym_identifier, - STATE(2756), 1, - sym_comment, - [104623] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(4388), 1, - sym_regex_pattern, - STATE(2757), 1, - sym_comment, - [104636] = 4, - ACTIONS(5), 1, - sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4320), 1, - anon_sym_EQ_GT, STATE(2758), 1, sym_comment, - [104649] = 4, + [104671] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4318), 1, - anon_sym_EQ_GT, + ACTIONS(4394), 1, + anon_sym_while, STATE(2759), 1, sym_comment, - [104662] = 4, + [104684] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4390), 1, - anon_sym_EQ_GT, + ACTIONS(4396), 1, + sym_identifier, STATE(2760), 1, sym_comment, - [104675] = 4, + [104697] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4392), 1, - anon_sym_target, + ACTIONS(4398), 1, + sym_regex_pattern, STATE(2761), 1, sym_comment, - [104688] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [104710] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4394), 1, - anon_sym_SLASH2, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4326), 1, + anon_sym_EQ_GT, STATE(2762), 1, sym_comment, - [104701] = 4, + [104723] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(1999), 1, - anon_sym_in, + ACTIONS(4324), 1, + anon_sym_EQ_GT, STATE(2763), 1, sym_comment, - [104714] = 4, + [104736] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4396), 1, - anon_sym_RPAREN, + ACTIONS(4400), 1, + anon_sym_EQ_GT, STATE(2764), 1, sym_comment, - [104727] = 4, + [104749] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3443), 1, - anon_sym_EQ, + ACTIONS(4402), 1, + anon_sym_target, STATE(2765), 1, sym_comment, - [104740] = 4, + [104762] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4398), 1, - anon_sym_as, + ACTIONS(4404), 1, + anon_sym_RPAREN, STATE(2766), 1, sym_comment, - [104753] = 4, + [104775] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4400), 1, - anon_sym_EQ_GT, + ACTIONS(4406), 1, + anon_sym_SLASH2, STATE(2767), 1, sym_comment, - [104766] = 4, + [104788] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3763), 1, - anon_sym_RBRACE, + ACTIONS(4408), 1, + anon_sym_as, STATE(2768), 1, sym_comment, - [104779] = 4, + [104801] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4402), 1, - anon_sym_RPAREN, + ACTIONS(3859), 1, + anon_sym_RBRACE, STATE(2769), 1, sym_comment, - [104792] = 4, + [104814] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4404), 1, + ACTIONS(2386), 1, anon_sym_RPAREN, STATE(2770), 1, sym_comment, - [104805] = 4, + [104827] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144325,502 +144230,502 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(2771), 1, sym_comment, - [104818] = 4, + [104840] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4406), 1, + ACTIONS(4410), 1, sym_identifier, STATE(2772), 1, sym_comment, - [104831] = 4, + [104853] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4408), 1, + ACTIONS(4412), 1, sym_identifier, STATE(2773), 1, sym_comment, - [104844] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [104866] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4410), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2418), 1, + anon_sym_RPAREN, STATE(2774), 1, sym_comment, - [104857] = 4, + [104879] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2416), 1, - anon_sym_RPAREN, + ACTIONS(4414), 1, + sym_identifier, STATE(2775), 1, sym_comment, - [104870] = 4, + [104892] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2390), 1, - anon_sym_RPAREN, + ACTIONS(2838), 1, + anon_sym_LPAREN, STATE(2776), 1, sym_comment, - [104883] = 4, + [104905] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4412), 1, - anon_sym_while, + ACTIONS(2416), 1, + anon_sym_RPAREN, STATE(2777), 1, sym_comment, - [104896] = 4, + [104918] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2809), 1, - anon_sym_LPAREN, + ACTIONS(4416), 1, + anon_sym_EQ, STATE(2778), 1, sym_comment, - [104909] = 4, + [104931] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2414), 1, - anon_sym_RPAREN, + ACTIONS(4418), 1, + anon_sym_while, STATE(2779), 1, sym_comment, - [104922] = 4, + [104944] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4414), 1, - anon_sym_EQ, + ACTIONS(4420), 1, + sym_identifier, STATE(2780), 1, sym_comment, - [104935] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [104957] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4416), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2402), 1, + anon_sym_RPAREN, STATE(2781), 1, sym_comment, - [104948] = 4, + [104970] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2400), 1, - anon_sym_RPAREN, + ACTIONS(3887), 1, + anon_sym_RBRACE, STATE(2782), 1, sym_comment, - [104961] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [104983] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4418), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4422), 1, + anon_sym_from, STATE(2783), 1, sym_comment, - [104974] = 4, + [104996] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3868), 1, - anon_sym_RBRACE, + ACTIONS(4424), 1, + anon_sym_as, STATE(2784), 1, sym_comment, - [104987] = 4, + [105009] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4420), 1, - anon_sym_from, + ACTIONS(4426), 1, + sym_identifier, STATE(2785), 1, sym_comment, - [105000] = 4, + [105022] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4422), 1, - anon_sym_as, + ACTIONS(2392), 1, + anon_sym_RPAREN, STATE(2786), 1, sym_comment, - [105013] = 4, + [105035] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2394), 1, - anon_sym_RPAREN, + ACTIONS(4428), 1, + anon_sym_COLON, STATE(2787), 1, sym_comment, - [105026] = 4, + [105048] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4424), 1, + ACTIONS(4430), 1, anon_sym_EQ_GT, STATE(2788), 1, sym_comment, - [105039] = 4, + [105061] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4426), 1, + ACTIONS(4432), 1, anon_sym_EQ_GT, STATE(2789), 1, sym_comment, - [105052] = 4, + [105074] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4428), 1, + ACTIONS(4434), 1, anon_sym_EQ_GT, STATE(2790), 1, sym_comment, - [105065] = 4, + [105087] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4430), 1, + ACTIONS(2349), 1, anon_sym_RPAREN, STATE(2791), 1, sym_comment, - [105078] = 4, + [105100] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4432), 1, - anon_sym_EQ, + ACTIONS(4436), 1, + anon_sym_EQ_GT, STATE(2792), 1, sym_comment, - [105091] = 4, + [105113] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4434), 1, - anon_sym_target, + ACTIONS(4438), 1, + anon_sym_RPAREN, STATE(2793), 1, sym_comment, - [105104] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105126] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4436), 1, - anon_sym_SLASH2, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4440), 1, + anon_sym_EQ, STATE(2794), 1, sym_comment, - [105117] = 4, + [105139] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4438), 1, - anon_sym_COLON, + ACTIONS(3821), 1, + anon_sym_GT, STATE(2795), 1, sym_comment, - [105130] = 4, + [105152] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4440), 1, - anon_sym_EQ_GT, + ACTIONS(4442), 1, + anon_sym_EQ, STATE(2796), 1, sym_comment, - [105143] = 4, + [105165] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4442), 1, - anon_sym_EQ_GT, + ACTIONS(2526), 1, + anon_sym_in, STATE(2797), 1, sym_comment, - [105156] = 4, + [105178] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(4444), 1, - anon_sym_EQ_GT, + sym_identifier, STATE(2798), 1, sym_comment, - [105169] = 4, + [105191] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2353), 1, + ACTIONS(2374), 1, anon_sym_RPAREN, STATE(2799), 1, sym_comment, - [105182] = 4, + [105204] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2412), 1, - anon_sym_RPAREN, + ACTIONS(3952), 1, + anon_sym_GT, STATE(2800), 1, sym_comment, - [105195] = 4, + [105217] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4446), 1, - anon_sym_from, + ACTIONS(2353), 1, + anon_sym_RBRACE, STATE(2801), 1, sym_comment, - [105208] = 4, + [105230] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4448), 1, - anon_sym_EQ_GT, + ACTIONS(4446), 1, + sym_identifier, STATE(2802), 1, sym_comment, - [105221] = 4, + [105243] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4450), 1, - anon_sym_EQ, + ACTIONS(1983), 1, + anon_sym_in, STATE(2803), 1, sym_comment, - [105234] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105256] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4452), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2406), 1, + anon_sym_RBRACK, STATE(2804), 1, sym_comment, - [105247] = 4, + [105269] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4454), 1, - sym_identifier, + ACTIONS(4448), 1, + anon_sym_SLASH2, STATE(2805), 1, sym_comment, - [105260] = 4, + [105282] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2518), 1, - anon_sym_in, + ACTIONS(4450), 1, + sym_identifier, STATE(2806), 1, sym_comment, - [105273] = 4, + [105295] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4456), 1, - anon_sym_RPAREN, + ACTIONS(4452), 1, + anon_sym_EQ_GT, STATE(2807), 1, sym_comment, - [105286] = 4, + [105308] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4458), 1, - anon_sym_function, + ACTIONS(4454), 1, + anon_sym_EQ_GT, STATE(2808), 1, sym_comment, - [105299] = 4, + [105321] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2398), 1, - anon_sym_RBRACK, + ACTIONS(4456), 1, + anon_sym_RPAREN, STATE(2809), 1, sym_comment, - [105312] = 4, + [105334] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2396), 1, - anon_sym_RBRACE, + ACTIONS(4458), 1, + anon_sym_function, STATE(2810), 1, sym_comment, - [105325] = 4, + [105347] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4460), 1, - anon_sym_EQ_GT, + ACTIONS(2396), 1, + anon_sym_RBRACE, STATE(2811), 1, sym_comment, - [105338] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105360] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4462), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4460), 1, + anon_sym_EQ_GT, STATE(2812), 1, sym_comment, - [105351] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105373] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4464), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4462), 1, + anon_sym_EQ_GT, STATE(2813), 1, sym_comment, - [105364] = 4, + [105386] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2378), 1, - anon_sym_RPAREN, + ACTIONS(3338), 1, + anon_sym_EQ, STATE(2814), 1, sym_comment, - [105377] = 4, + [105399] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3826), 1, - anon_sym_GT, + ACTIONS(4464), 1, + sym_identifier, STATE(2815), 1, sym_comment, - [105390] = 4, + [105412] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3787), 1, - anon_sym_EQ, + ACTIONS(2398), 1, + anon_sym_RBRACK, STATE(2816), 1, sym_comment, - [105403] = 4, + [105425] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3844), 1, - anon_sym_GT, + ACTIONS(4466), 1, + anon_sym_EQ_GT, STATE(2817), 1, sym_comment, - [105416] = 4, + [105438] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2357), 1, - anon_sym_RBRACE, + ACTIONS(3895), 1, + anon_sym_EQ, STATE(2818), 1, sym_comment, - [105429] = 4, + [105451] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4466), 1, - ts_builtin_sym_end, + ACTIONS(2372), 1, + anon_sym_RBRACE, STATE(2819), 1, sym_comment, - [105442] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105464] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4468), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3973), 1, + anon_sym_GT, STATE(2820), 1, sym_comment, - [105455] = 4, + [105477] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2215), 1, - anon_sym_in, + ACTIONS(4468), 1, + ts_builtin_sym_end, STATE(2821), 1, sym_comment, - [105468] = 4, + [105490] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2388), 1, - anon_sym_RBRACK, + ACTIONS(4470), 1, + anon_sym_from, STATE(2822), 1, sym_comment, - [105481] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105503] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4470), 1, - sym_regex_pattern, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2215), 1, + anon_sym_in, STATE(2823), 1, sym_comment, - [105494] = 4, + [105516] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2418), 1, - anon_sym_RBRACK, + ACTIONS(2384), 1, + anon_sym_RPAREN, STATE(2824), 1, sym_comment, - [105507] = 4, + [105529] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, ACTIONS(4472), 1, - anon_sym_SLASH2, + sym_regex_pattern, STATE(2825), 1, sym_comment, - [105520] = 4, + [105542] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(4474), 1, - anon_sym_EQ_GT, + anon_sym_RPAREN, STATE(2826), 1, sym_comment, - [105533] = 4, + [105555] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144829,160 +144734,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, STATE(2827), 1, sym_comment, - [105546] = 4, + [105568] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(4478), 1, - anon_sym_GT, + sym_identifier, STATE(2828), 1, sym_comment, - [105559] = 4, + [105581] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(4480), 1, - anon_sym_EQ_GT, + anon_sym_EQ, STATE(2829), 1, sym_comment, - [105572] = 4, + [105594] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2372), 1, - anon_sym_RBRACE, + ACTIONS(4482), 1, + sym_identifier, STATE(2830), 1, sym_comment, - [105585] = 4, + [105607] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3877), 1, - anon_sym_GT, + ACTIONS(2241), 1, + anon_sym_in, STATE(2831), 1, sym_comment, - [105598] = 4, + [105620] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2384), 1, + ACTIONS(2366), 1, anon_sym_RPAREN, STATE(2832), 1, sym_comment, - [105611] = 4, + [105633] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4482), 1, - anon_sym_from, + ACTIONS(2325), 1, + anon_sym_RPAREN, STATE(2833), 1, sym_comment, - [105624] = 4, + [105646] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2325), 1, + ACTIONS(2342), 1, anon_sym_RPAREN, STATE(2834), 1, sym_comment, - [105637] = 4, + [105659] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4484), 1, - anon_sym_EQ_GT, + ACTIONS(2321), 1, + anon_sym_RPAREN, STATE(2835), 1, sym_comment, - [105650] = 4, + [105672] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4486), 1, - anon_sym_EQ, + ACTIONS(4484), 1, + anon_sym_RPAREN, STATE(2836), 1, sym_comment, - [105663] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105685] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4488), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4017), 1, + anon_sym_GT, STATE(2837), 1, sym_comment, - [105676] = 4, + [105698] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2249), 1, - anon_sym_in, + ACTIONS(4486), 1, + anon_sym_from, STATE(2838), 1, sym_comment, - [105689] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105711] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4490), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2323), 1, + anon_sym_COLON, STATE(2839), 1, sym_comment, - [105702] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105724] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4492), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4488), 1, + anon_sym_from, STATE(2840), 1, sym_comment, - [105715] = 4, + [105737] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2346), 1, - anon_sym_RPAREN, + ACTIONS(4490), 1, + sym_identifier, STATE(2841), 1, sym_comment, - [105728] = 4, + [105750] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4494), 1, + ACTIONS(4492), 1, sym_identifier, STATE(2842), 1, sym_comment, - [105741] = 4, + [105763] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(3947), 1, - anon_sym_GT, + ACTIONS(4494), 1, + sym_identifier, STATE(2843), 1, sym_comment, - [105754] = 4, + [105776] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, ACTIONS(4496), 1, - anon_sym_from, + sym_identifier, STATE(2844), 1, sym_comment, - [105767] = 4, + [105789] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, @@ -144991,460 +144896,478 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_from, STATE(2845), 1, sym_comment, - [105780] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105802] = 4, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, ACTIONS(4500), 1, - sym_identifier, + anon_sym_from, STATE(2846), 1, sym_comment, - [105793] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105815] = 4, ACTIONS(5), 1, sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, ACTIONS(4502), 1, - sym_identifier, + anon_sym_from, STATE(2847), 1, sym_comment, - [105806] = 4, + [105828] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, ACTIONS(4504), 1, - anon_sym_from, + anon_sym_COLON, STATE(2848), 1, sym_comment, - [105819] = 4, + [105841] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4506), 1, - anon_sym_COLON, + ACTIONS(2388), 1, + anon_sym_RPAREN, STATE(2849), 1, sym_comment, - [105832] = 4, + [105854] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4508), 1, + ACTIONS(4506), 1, anon_sym_SLASH2, STATE(2850), 1, sym_comment, - [105845] = 4, + [105867] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4510), 1, + ACTIONS(4508), 1, anon_sym_EQ_GT, STATE(2851), 1, sym_comment, - [105858] = 4, + [105880] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4512), 1, + ACTIONS(4510), 1, anon_sym_EQ_GT, STATE(2852), 1, sym_comment, - [105871] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [105893] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4514), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4512), 1, + anon_sym_EQ_GT, STATE(2853), 1, sym_comment, - [105884] = 4, + [105906] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4516), 1, - anon_sym_EQ_GT, + ACTIONS(2355), 1, + anon_sym_RPAREN, STATE(2854), 1, sym_comment, - [105897] = 4, + [105919] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4518), 1, + ACTIONS(4514), 1, sym_identifier, STATE(2855), 1, sym_comment, - [105910] = 4, + [105932] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(4520), 1, - anon_sym_RPAREN, + ACTIONS(4516), 1, + sym_identifier, STATE(2856), 1, sym_comment, - [105923] = 4, + [105945] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(2361), 1, - anon_sym_RPAREN, + ACTIONS(4518), 1, + sym_identifier, STATE(2857), 1, sym_comment, - [105936] = 4, + [105958] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2376), 1, - anon_sym_RPAREN, + ACTIONS(1517), 1, + anon_sym_LBRACE, STATE(2858), 1, sym_comment, - [105949] = 4, + [105971] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2374), 1, - anon_sym_RBRACK, + ACTIONS(4520), 1, + anon_sym_EQ_GT, STATE(2859), 1, sym_comment, - [105962] = 4, + [105984] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2323), 1, + ACTIONS(2414), 1, anon_sym_RPAREN, STATE(2860), 1, sym_comment, - [105975] = 4, + [105997] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2327), 1, - anon_sym_COLON, + ACTIONS(4522), 1, + anon_sym_EQ_GT, STATE(2861), 1, sym_comment, - [105988] = 4, + [106010] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4522), 1, - anon_sym_from, + ACTIONS(4524), 1, + anon_sym_EQ_GT, STATE(2862), 1, sym_comment, - [106001] = 4, + [106023] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4524), 1, - anon_sym_EQ_GT, + ACTIONS(4526), 1, + anon_sym_target, STATE(2863), 1, sym_comment, - [106014] = 4, + [106036] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(3639), 1, - anon_sym_EQ, + ACTIONS(4528), 1, + anon_sym_EQ_GT, STATE(2864), 1, sym_comment, - [106027] = 4, + [106049] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2329), 1, - anon_sym_RPAREN, + ACTIONS(3531), 1, + anon_sym_EQ, STATE(2865), 1, sym_comment, - [106040] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, + [106062] = 4, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4526), 1, - sym_identifier, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4530), 1, + anon_sym_RPAREN, STATE(2866), 1, sym_comment, - [106053] = 4, + [106075] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(1239), 1, - aux_sym_comment_token1, - ACTIONS(1511), 1, - anon_sym_LBRACE, + ACTIONS(4532), 1, + anon_sym_SLASH2, STATE(2867), 1, sym_comment, - [106066] = 4, + [106088] = 4, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, sym_html_comment, - ACTIONS(4528), 1, + ACTIONS(4534), 1, sym_identifier, STATE(2868), 1, sym_comment, - [106079] = 4, + [106101] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(2452), 1, + ACTIONS(2478), 1, anon_sym_in, STATE(2869), 1, sym_comment, - [106092] = 4, + [106114] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4536), 1, + sym_identifier, + STATE(2870), 1, + sym_comment, + [106127] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4530), 1, + ACTIONS(2370), 1, + anon_sym_RBRACK, + STATE(2871), 1, + sym_comment, + [106140] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4538), 1, anon_sym_function, - STATE(2870), 1, + STATE(2872), 1, sym_comment, - [106105] = 4, + [106153] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4532), 1, + ACTIONS(4540), 1, anon_sym_function, - STATE(2871), 1, + STATE(2873), 1, sym_comment, - [106118] = 4, + [106166] = 4, ACTIONS(5), 1, sym_html_comment, ACTIONS(1239), 1, aux_sym_comment_token1, - ACTIONS(4534), 1, + ACTIONS(4542), 1, anon_sym_function, - STATE(2872), 1, + STATE(2874), 1, sym_comment, - [106131] = 1, - ACTIONS(4536), 1, + [106179] = 1, + ACTIONS(4544), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(466)] = 0, - [SMALL_STATE(467)] = 75, - [SMALL_STATE(468)] = 152, - [SMALL_STATE(469)] = 243, - [SMALL_STATE(470)] = 318, - [SMALL_STATE(471)] = 409, + [SMALL_STATE(467)] = 91, + [SMALL_STATE(468)] = 182, + [SMALL_STATE(469)] = 257, + [SMALL_STATE(470)] = 334, + [SMALL_STATE(471)] = 417, [SMALL_STATE(472)] = 492, - [SMALL_STATE(473)] = 569, - [SMALL_STATE(474)] = 644, - [SMALL_STATE(475)] = 735, - [SMALL_STATE(476)] = 808, - [SMALL_STATE(477)] = 885, - [SMALL_STATE(478)] = 976, - [SMALL_STATE(479)] = 1067, - [SMALL_STATE(480)] = 1142, + [SMALL_STATE(473)] = 583, + [SMALL_STATE(474)] = 658, + [SMALL_STATE(475)] = 749, + [SMALL_STATE(476)] = 826, + [SMALL_STATE(477)] = 901, + [SMALL_STATE(478)] = 978, + [SMALL_STATE(479)] = 1069, + [SMALL_STATE(480)] = 1160, [SMALL_STATE(481)] = 1233, - [SMALL_STATE(482)] = 1306, + [SMALL_STATE(482)] = 1328, [SMALL_STATE(483)] = 1401, - [SMALL_STATE(484)] = 1477, - [SMALL_STATE(485)] = 1551, - [SMALL_STATE(486)] = 1625, - [SMALL_STATE(487)] = 1701, - [SMALL_STATE(488)] = 1777, - [SMALL_STATE(489)] = 1849, + [SMALL_STATE(484)] = 1479, + [SMALL_STATE(485)] = 1573, + [SMALL_STATE(486)] = 1647, + [SMALL_STATE(487)] = 1719, + [SMALL_STATE(488)] = 1793, + [SMALL_STATE(489)] = 1869, [SMALL_STATE(490)] = 1943, - [SMALL_STATE(491)] = 2017, - [SMALL_STATE(492)] = 2095, - [SMALL_STATE(493)] = 2171, - [SMALL_STATE(494)] = 2245, - [SMALL_STATE(495)] = 2319, - [SMALL_STATE(496)] = 2395, - [SMALL_STATE(497)] = 2489, - [SMALL_STATE(498)] = 2585, + [SMALL_STATE(491)] = 2037, + [SMALL_STATE(492)] = 2131, + [SMALL_STATE(493)] = 2205, + [SMALL_STATE(494)] = 2281, + [SMALL_STATE(495)] = 2357, + [SMALL_STATE(496)] = 2451, + [SMALL_STATE(497)] = 2525, + [SMALL_STATE(498)] = 2599, [SMALL_STATE(499)] = 2675, [SMALL_STATE(500)] = 2749, [SMALL_STATE(501)] = 2823, [SMALL_STATE(502)] = 2897, - [SMALL_STATE(503)] = 2971, - [SMALL_STATE(504)] = 3045, - [SMALL_STATE(505)] = 3119, - [SMALL_STATE(506)] = 3193, - [SMALL_STATE(507)] = 3267, - [SMALL_STATE(508)] = 3343, - [SMALL_STATE(509)] = 3417, - [SMALL_STATE(510)] = 3507, - [SMALL_STATE(511)] = 3579, - [SMALL_STATE(512)] = 3653, - [SMALL_STATE(513)] = 3727, - [SMALL_STATE(514)] = 3803, - [SMALL_STATE(515)] = 3875, - [SMALL_STATE(516)] = 3949, - [SMALL_STATE(517)] = 4021, - [SMALL_STATE(518)] = 4095, - [SMALL_STATE(519)] = 4169, - [SMALL_STATE(520)] = 4241, - [SMALL_STATE(521)] = 4313, - [SMALL_STATE(522)] = 4387, - [SMALL_STATE(523)] = 4463, - [SMALL_STATE(524)] = 4537, - [SMALL_STATE(525)] = 4631, - [SMALL_STATE(526)] = 4725, - [SMALL_STATE(527)] = 4819, + [SMALL_STATE(503)] = 2969, + [SMALL_STATE(504)] = 3059, + [SMALL_STATE(505)] = 3135, + [SMALL_STATE(506)] = 3209, + [SMALL_STATE(507)] = 3281, + [SMALL_STATE(508)] = 3355, + [SMALL_STATE(509)] = 3429, + [SMALL_STATE(510)] = 3501, + [SMALL_STATE(511)] = 3577, + [SMALL_STATE(512)] = 3649, + [SMALL_STATE(513)] = 3743, + [SMALL_STATE(514)] = 3817, + [SMALL_STATE(515)] = 3891, + [SMALL_STATE(516)] = 3965, + [SMALL_STATE(517)] = 4039, + [SMALL_STATE(518)] = 4113, + [SMALL_STATE(519)] = 4207, + [SMALL_STATE(520)] = 4281, + [SMALL_STATE(521)] = 4355, + [SMALL_STATE(522)] = 4427, + [SMALL_STATE(523)] = 4501, + [SMALL_STATE(524)] = 4575, + [SMALL_STATE(525)] = 4651, + [SMALL_STATE(526)] = 4747, + [SMALL_STATE(527)] = 4823, [SMALL_STATE(528)] = 4913, [SMALL_STATE(529)] = 4984, [SMALL_STATE(530)] = 5055, - [SMALL_STATE(531)] = 5130, - [SMALL_STATE(532)] = 5201, - [SMALL_STATE(533)] = 5274, - [SMALL_STATE(534)] = 5345, - [SMALL_STATE(535)] = 5416, - [SMALL_STATE(536)] = 5487, - [SMALL_STATE(537)] = 5560, - [SMALL_STATE(538)] = 5635, - [SMALL_STATE(539)] = 5710, - [SMALL_STATE(540)] = 5785, - [SMALL_STATE(541)] = 5858, - [SMALL_STATE(542)] = 5931, - [SMALL_STATE(543)] = 6002, - [SMALL_STATE(544)] = 6073, - [SMALL_STATE(545)] = 6146, - [SMALL_STATE(546)] = 6217, + [SMALL_STATE(531)] = 5126, + [SMALL_STATE(532)] = 5199, + [SMALL_STATE(533)] = 5270, + [SMALL_STATE(534)] = 5343, + [SMALL_STATE(535)] = 5414, + [SMALL_STATE(536)] = 5485, + [SMALL_STATE(537)] = 5556, + [SMALL_STATE(538)] = 5629, + [SMALL_STATE(539)] = 5706, + [SMALL_STATE(540)] = 5781, + [SMALL_STATE(541)] = 5852, + [SMALL_STATE(542)] = 5923, + [SMALL_STATE(543)] = 5994, + [SMALL_STATE(544)] = 6065, + [SMALL_STATE(545)] = 6140, + [SMALL_STATE(546)] = 6215, [SMALL_STATE(547)] = 6290, - [SMALL_STATE(548)] = 6365, - [SMALL_STATE(549)] = 6436, - [SMALL_STATE(550)] = 6509, - [SMALL_STATE(551)] = 6580, - [SMALL_STATE(552)] = 6653, - [SMALL_STATE(553)] = 6724, - [SMALL_STATE(554)] = 6795, - [SMALL_STATE(555)] = 6866, - [SMALL_STATE(556)] = 6939, - [SMALL_STATE(557)] = 7012, - [SMALL_STATE(558)] = 7085, - [SMALL_STATE(559)] = 7162, - [SMALL_STATE(560)] = 7233, - [SMALL_STATE(561)] = 7310, - [SMALL_STATE(562)] = 7381, - [SMALL_STATE(563)] = 7452, - [SMALL_STATE(564)] = 7523, - [SMALL_STATE(565)] = 7598, - [SMALL_STATE(566)] = 7669, - [SMALL_STATE(567)] = 7740, - [SMALL_STATE(568)] = 7813, - [SMALL_STATE(569)] = 7884, - [SMALL_STATE(570)] = 7957, - [SMALL_STATE(571)] = 8028, - [SMALL_STATE(572)] = 8099, - [SMALL_STATE(573)] = 8170, - [SMALL_STATE(574)] = 8241, - [SMALL_STATE(575)] = 8316, - [SMALL_STATE(576)] = 8387, - [SMALL_STATE(577)] = 8458, - [SMALL_STATE(578)] = 8529, - [SMALL_STATE(579)] = 8602, - [SMALL_STATE(580)] = 8673, - [SMALL_STATE(581)] = 8744, - [SMALL_STATE(582)] = 8815, - [SMALL_STATE(583)] = 8886, - [SMALL_STATE(584)] = 8957, - [SMALL_STATE(585)] = 9030, - [SMALL_STATE(586)] = 9103, - [SMALL_STATE(587)] = 9174, - [SMALL_STATE(588)] = 9245, - [SMALL_STATE(589)] = 9316, - [SMALL_STATE(590)] = 9387, - [SMALL_STATE(591)] = 9458, - [SMALL_STATE(592)] = 9531, - [SMALL_STATE(593)] = 9604, - [SMALL_STATE(594)] = 9675, - [SMALL_STATE(595)] = 9746, - [SMALL_STATE(596)] = 9819, - [SMALL_STATE(597)] = 9892, - [SMALL_STATE(598)] = 9965, - [SMALL_STATE(599)] = 10036, - [SMALL_STATE(600)] = 10111, - [SMALL_STATE(601)] = 10182, - [SMALL_STATE(602)] = 10253, - [SMALL_STATE(603)] = 10324, - [SMALL_STATE(604)] = 10395, - [SMALL_STATE(605)] = 10466, - [SMALL_STATE(606)] = 10537, - [SMALL_STATE(607)] = 10608, - [SMALL_STATE(608)] = 10679, - [SMALL_STATE(609)] = 10750, - [SMALL_STATE(610)] = 10827, - [SMALL_STATE(611)] = 10898, - [SMALL_STATE(612)] = 10969, - [SMALL_STATE(613)] = 11040, - [SMALL_STATE(614)] = 11111, - [SMALL_STATE(615)] = 11182, - [SMALL_STATE(616)] = 11257, - [SMALL_STATE(617)] = 11328, - [SMALL_STATE(618)] = 11399, - [SMALL_STATE(619)] = 11470, - [SMALL_STATE(620)] = 11541, - [SMALL_STATE(621)] = 11612, - [SMALL_STATE(622)] = 11683, - [SMALL_STATE(623)] = 11760, - [SMALL_STATE(624)] = 11831, - [SMALL_STATE(625)] = 11902, - [SMALL_STATE(626)] = 11973, - [SMALL_STATE(627)] = 12044, - [SMALL_STATE(628)] = 12115, - [SMALL_STATE(629)] = 12186, - [SMALL_STATE(630)] = 12257, - [SMALL_STATE(631)] = 12328, - [SMALL_STATE(632)] = 12399, + [SMALL_STATE(548)] = 6363, + [SMALL_STATE(549)] = 6434, + [SMALL_STATE(550)] = 6505, + [SMALL_STATE(551)] = 6576, + [SMALL_STATE(552)] = 6647, + [SMALL_STATE(553)] = 6718, + [SMALL_STATE(554)] = 6789, + [SMALL_STATE(555)] = 6860, + [SMALL_STATE(556)] = 6933, + [SMALL_STATE(557)] = 7004, + [SMALL_STATE(558)] = 7075, + [SMALL_STATE(559)] = 7146, + [SMALL_STATE(560)] = 7217, + [SMALL_STATE(561)] = 7288, + [SMALL_STATE(562)] = 7359, + [SMALL_STATE(563)] = 7432, + [SMALL_STATE(564)] = 7509, + [SMALL_STATE(565)] = 7580, + [SMALL_STATE(566)] = 7651, + [SMALL_STATE(567)] = 7722, + [SMALL_STATE(568)] = 7793, + [SMALL_STATE(569)] = 7864, + [SMALL_STATE(570)] = 7935, + [SMALL_STATE(571)] = 8006, + [SMALL_STATE(572)] = 8077, + [SMALL_STATE(573)] = 8148, + [SMALL_STATE(574)] = 8219, + [SMALL_STATE(575)] = 8290, + [SMALL_STATE(576)] = 8365, + [SMALL_STATE(577)] = 8436, + [SMALL_STATE(578)] = 8507, + [SMALL_STATE(579)] = 8578, + [SMALL_STATE(580)] = 8651, + [SMALL_STATE(581)] = 8722, + [SMALL_STATE(582)] = 8793, + [SMALL_STATE(583)] = 8864, + [SMALL_STATE(584)] = 8935, + [SMALL_STATE(585)] = 9006, + [SMALL_STATE(586)] = 9077, + [SMALL_STATE(587)] = 9154, + [SMALL_STATE(588)] = 9227, + [SMALL_STATE(589)] = 9300, + [SMALL_STATE(590)] = 9371, + [SMALL_STATE(591)] = 9444, + [SMALL_STATE(592)] = 9515, + [SMALL_STATE(593)] = 9590, + [SMALL_STATE(594)] = 9661, + [SMALL_STATE(595)] = 9732, + [SMALL_STATE(596)] = 9803, + [SMALL_STATE(597)] = 9876, + [SMALL_STATE(598)] = 9949, + [SMALL_STATE(599)] = 10024, + [SMALL_STATE(600)] = 10095, + [SMALL_STATE(601)] = 10166, + [SMALL_STATE(602)] = 10237, + [SMALL_STATE(603)] = 10308, + [SMALL_STATE(604)] = 10383, + [SMALL_STATE(605)] = 10456, + [SMALL_STATE(606)] = 10527, + [SMALL_STATE(607)] = 10600, + [SMALL_STATE(608)] = 10671, + [SMALL_STATE(609)] = 10742, + [SMALL_STATE(610)] = 10813, + [SMALL_STATE(611)] = 10884, + [SMALL_STATE(612)] = 10955, + [SMALL_STATE(613)] = 11026, + [SMALL_STATE(614)] = 11097, + [SMALL_STATE(615)] = 11168, + [SMALL_STATE(616)] = 11239, + [SMALL_STATE(617)] = 11310, + [SMALL_STATE(618)] = 11381, + [SMALL_STATE(619)] = 11454, + [SMALL_STATE(620)] = 11529, + [SMALL_STATE(621)] = 11602, + [SMALL_STATE(622)] = 11673, + [SMALL_STATE(623)] = 11746, + [SMALL_STATE(624)] = 11817, + [SMALL_STATE(625)] = 11888, + [SMALL_STATE(626)] = 11963, + [SMALL_STATE(627)] = 12034, + [SMALL_STATE(628)] = 12105, + [SMALL_STATE(629)] = 12178, + [SMALL_STATE(630)] = 12249, + [SMALL_STATE(631)] = 12324, + [SMALL_STATE(632)] = 12395, [SMALL_STATE(633)] = 12470, [SMALL_STATE(634)] = 12541, - [SMALL_STATE(635)] = 12612, - [SMALL_STATE(636)] = 12687, - [SMALL_STATE(637)] = 12758, - [SMALL_STATE(638)] = 12829, - [SMALL_STATE(639)] = 12900, - [SMALL_STATE(640)] = 12971, - [SMALL_STATE(641)] = 13042, - [SMALL_STATE(642)] = 13113, - [SMALL_STATE(643)] = 13184, - [SMALL_STATE(644)] = 13255, - [SMALL_STATE(645)] = 13326, - [SMALL_STATE(646)] = 13397, - [SMALL_STATE(647)] = 13472, - [SMALL_STATE(648)] = 13545, - [SMALL_STATE(649)] = 13620, - [SMALL_STATE(650)] = 13691, - [SMALL_STATE(651)] = 13762, - [SMALL_STATE(652)] = 13833, - [SMALL_STATE(653)] = 13904, - [SMALL_STATE(654)] = 13979, - [SMALL_STATE(655)] = 14052, - [SMALL_STATE(656)] = 14123, + [SMALL_STATE(635)] = 12616, + [SMALL_STATE(636)] = 12689, + [SMALL_STATE(637)] = 12760, + [SMALL_STATE(638)] = 12831, + [SMALL_STATE(639)] = 12904, + [SMALL_STATE(640)] = 12975, + [SMALL_STATE(641)] = 13046, + [SMALL_STATE(642)] = 13117, + [SMALL_STATE(643)] = 13188, + [SMALL_STATE(644)] = 13265, + [SMALL_STATE(645)] = 13338, + [SMALL_STATE(646)] = 13411, + [SMALL_STATE(647)] = 13482, + [SMALL_STATE(648)] = 13553, + [SMALL_STATE(649)] = 13624, + [SMALL_STATE(650)] = 13695, + [SMALL_STATE(651)] = 13768, + [SMALL_STATE(652)] = 13839, + [SMALL_STATE(653)] = 13910, + [SMALL_STATE(654)] = 13983, + [SMALL_STATE(655)] = 14054, + [SMALL_STATE(656)] = 14125, [SMALL_STATE(657)] = 14196, [SMALL_STATE(658)] = 14267, - [SMALL_STATE(659)] = 14342, + [SMALL_STATE(659)] = 14338, [SMALL_STATE(660)] = 14413, [SMALL_STATE(661)] = 14484, [SMALL_STATE(662)] = 14555, - [SMALL_STATE(663)] = 14626, - [SMALL_STATE(664)] = 14697, - [SMALL_STATE(665)] = 14770, - [SMALL_STATE(666)] = 14841, - [SMALL_STATE(667)] = 14914, - [SMALL_STATE(668)] = 14989, - [SMALL_STATE(669)] = 15060, - [SMALL_STATE(670)] = 15131, + [SMALL_STATE(663)] = 14628, + [SMALL_STATE(664)] = 14701, + [SMALL_STATE(665)] = 14774, + [SMALL_STATE(666)] = 14849, + [SMALL_STATE(667)] = 14920, + [SMALL_STATE(668)] = 14991, + [SMALL_STATE(669)] = 15062, + [SMALL_STATE(670)] = 15133, [SMALL_STATE(671)] = 15204, [SMALL_STATE(672)] = 15275, [SMALL_STATE(673)] = 15346, @@ -145453,312 +145376,312 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(676)] = 15561, [SMALL_STATE(677)] = 15632, [SMALL_STATE(678)] = 15703, - [SMALL_STATE(679)] = 15773, - [SMALL_STATE(680)] = 15843, + [SMALL_STATE(679)] = 15775, + [SMALL_STATE(680)] = 15845, [SMALL_STATE(681)] = 15915, - [SMALL_STATE(682)] = 15987, - [SMALL_STATE(683)] = 16059, - [SMALL_STATE(684)] = 16131, - [SMALL_STATE(685)] = 16203, - [SMALL_STATE(686)] = 16275, - [SMALL_STATE(687)] = 16347, - [SMALL_STATE(688)] = 16419, - [SMALL_STATE(689)] = 16491, - [SMALL_STATE(690)] = 16563, - [SMALL_STATE(691)] = 16635, - [SMALL_STATE(692)] = 16707, - [SMALL_STATE(693)] = 16779, - [SMALL_STATE(694)] = 16851, - [SMALL_STATE(695)] = 16923, - [SMALL_STATE(696)] = 16993, - [SMALL_STATE(697)] = 17065, - [SMALL_STATE(698)] = 17137, - [SMALL_STATE(699)] = 17209, - [SMALL_STATE(700)] = 17281, - [SMALL_STATE(701)] = 17353, - [SMALL_STATE(702)] = 17425, - [SMALL_STATE(703)] = 17497, - [SMALL_STATE(704)] = 17569, - [SMALL_STATE(705)] = 17639, - [SMALL_STATE(706)] = 17711, - [SMALL_STATE(707)] = 17781, - [SMALL_STATE(708)] = 17851, - [SMALL_STATE(709)] = 17921, - [SMALL_STATE(710)] = 17991, - [SMALL_STATE(711)] = 18061, - [SMALL_STATE(712)] = 18135, - [SMALL_STATE(713)] = 18205, - [SMALL_STATE(714)] = 18275, - [SMALL_STATE(715)] = 18347, - [SMALL_STATE(716)] = 18421, - [SMALL_STATE(717)] = 18493, - [SMALL_STATE(718)] = 18567, - [SMALL_STATE(719)] = 18639, - [SMALL_STATE(720)] = 18709, - [SMALL_STATE(721)] = 18781, - [SMALL_STATE(722)] = 18853, - [SMALL_STATE(723)] = 18925, - [SMALL_STATE(724)] = 18995, - [SMALL_STATE(725)] = 19065, - [SMALL_STATE(726)] = 19135, - [SMALL_STATE(727)] = 19207, - [SMALL_STATE(728)] = 19277, - [SMALL_STATE(729)] = 19349, - [SMALL_STATE(730)] = 19423, - [SMALL_STATE(731)] = 19495, - [SMALL_STATE(732)] = 19567, - [SMALL_STATE(733)] = 19639, - [SMALL_STATE(734)] = 19711, - [SMALL_STATE(735)] = 19801, - [SMALL_STATE(736)] = 19871, - [SMALL_STATE(737)] = 19941, - [SMALL_STATE(738)] = 20013, - [SMALL_STATE(739)] = 20083, - [SMALL_STATE(740)] = 20153, - [SMALL_STATE(741)] = 20223, - [SMALL_STATE(742)] = 20295, - [SMALL_STATE(743)] = 20365, - [SMALL_STATE(744)] = 20435, - [SMALL_STATE(745)] = 20507, - [SMALL_STATE(746)] = 20577, - [SMALL_STATE(747)] = 20647, - [SMALL_STATE(748)] = 20719, - [SMALL_STATE(749)] = 20791, - [SMALL_STATE(750)] = 20861, - [SMALL_STATE(751)] = 20931, - [SMALL_STATE(752)] = 21001, - [SMALL_STATE(753)] = 21071, - [SMALL_STATE(754)] = 21141, - [SMALL_STATE(755)] = 21211, - [SMALL_STATE(756)] = 21285, - [SMALL_STATE(757)] = 21357, - [SMALL_STATE(758)] = 21427, - [SMALL_STATE(759)] = 21497, - [SMALL_STATE(760)] = 21567, - [SMALL_STATE(761)] = 21639, - [SMALL_STATE(762)] = 21709, - [SMALL_STATE(763)] = 21779, - [SMALL_STATE(764)] = 21851, - [SMALL_STATE(765)] = 21923, - [SMALL_STATE(766)] = 21995, - [SMALL_STATE(767)] = 22067, - [SMALL_STATE(768)] = 22139, - [SMALL_STATE(769)] = 22209, - [SMALL_STATE(770)] = 22285, - [SMALL_STATE(771)] = 22357, - [SMALL_STATE(772)] = 22427, - [SMALL_STATE(773)] = 22497, - [SMALL_STATE(774)] = 22569, - [SMALL_STATE(775)] = 22639, - [SMALL_STATE(776)] = 22709, - [SMALL_STATE(777)] = 22779, - [SMALL_STATE(778)] = 22851, - [SMALL_STATE(779)] = 22923, - [SMALL_STATE(780)] = 22993, - [SMALL_STATE(781)] = 23065, - [SMALL_STATE(782)] = 23137, - [SMALL_STATE(783)] = 23207, - [SMALL_STATE(784)] = 23279, - [SMALL_STATE(785)] = 23349, - [SMALL_STATE(786)] = 23421, - [SMALL_STATE(787)] = 23491, - [SMALL_STATE(788)] = 23561, - [SMALL_STATE(789)] = 23633, - [SMALL_STATE(790)] = 23703, - [SMALL_STATE(791)] = 23773, - [SMALL_STATE(792)] = 23843, - [SMALL_STATE(793)] = 23913, - [SMALL_STATE(794)] = 23983, - [SMALL_STATE(795)] = 24053, - [SMALL_STATE(796)] = 24123, - [SMALL_STATE(797)] = 24193, - [SMALL_STATE(798)] = 24263, - [SMALL_STATE(799)] = 24335, - [SMALL_STATE(800)] = 24407, - [SMALL_STATE(801)] = 24479, - [SMALL_STATE(802)] = 24551, - [SMALL_STATE(803)] = 24621, + [SMALL_STATE(682)] = 15985, + [SMALL_STATE(683)] = 16057, + [SMALL_STATE(684)] = 16129, + [SMALL_STATE(685)] = 16199, + [SMALL_STATE(686)] = 16271, + [SMALL_STATE(687)] = 16343, + [SMALL_STATE(688)] = 16413, + [SMALL_STATE(689)] = 16483, + [SMALL_STATE(690)] = 16555, + [SMALL_STATE(691)] = 16625, + [SMALL_STATE(692)] = 16695, + [SMALL_STATE(693)] = 16765, + [SMALL_STATE(694)] = 16837, + [SMALL_STATE(695)] = 16907, + [SMALL_STATE(696)] = 16979, + [SMALL_STATE(697)] = 17049, + [SMALL_STATE(698)] = 17121, + [SMALL_STATE(699)] = 17193, + [SMALL_STATE(700)] = 17265, + [SMALL_STATE(701)] = 17337, + [SMALL_STATE(702)] = 17409, + [SMALL_STATE(703)] = 17481, + [SMALL_STATE(704)] = 17553, + [SMALL_STATE(705)] = 17625, + [SMALL_STATE(706)] = 17697, + [SMALL_STATE(707)] = 17769, + [SMALL_STATE(708)] = 17841, + [SMALL_STATE(709)] = 17913, + [SMALL_STATE(710)] = 17985, + [SMALL_STATE(711)] = 18057, + [SMALL_STATE(712)] = 18129, + [SMALL_STATE(713)] = 18201, + [SMALL_STATE(714)] = 18271, + [SMALL_STATE(715)] = 18343, + [SMALL_STATE(716)] = 18415, + [SMALL_STATE(717)] = 18487, + [SMALL_STATE(718)] = 18557, + [SMALL_STATE(719)] = 18629, + [SMALL_STATE(720)] = 18699, + [SMALL_STATE(721)] = 18771, + [SMALL_STATE(722)] = 18841, + [SMALL_STATE(723)] = 18913, + [SMALL_STATE(724)] = 18983, + [SMALL_STATE(725)] = 19053, + [SMALL_STATE(726)] = 19123, + [SMALL_STATE(727)] = 19195, + [SMALL_STATE(728)] = 19269, + [SMALL_STATE(729)] = 19343, + [SMALL_STATE(730)] = 19417, + [SMALL_STATE(731)] = 19487, + [SMALL_STATE(732)] = 19559, + [SMALL_STATE(733)] = 19629, + [SMALL_STATE(734)] = 19699, + [SMALL_STATE(735)] = 19769, + [SMALL_STATE(736)] = 19839, + [SMALL_STATE(737)] = 19911, + [SMALL_STATE(738)] = 19983, + [SMALL_STATE(739)] = 20055, + [SMALL_STATE(740)] = 20125, + [SMALL_STATE(741)] = 20195, + [SMALL_STATE(742)] = 20265, + [SMALL_STATE(743)] = 20335, + [SMALL_STATE(744)] = 20407, + [SMALL_STATE(745)] = 20477, + [SMALL_STATE(746)] = 20549, + [SMALL_STATE(747)] = 20619, + [SMALL_STATE(748)] = 20689, + [SMALL_STATE(749)] = 20759, + [SMALL_STATE(750)] = 20829, + [SMALL_STATE(751)] = 20899, + [SMALL_STATE(752)] = 20969, + [SMALL_STATE(753)] = 21041, + [SMALL_STATE(754)] = 21113, + [SMALL_STATE(755)] = 21183, + [SMALL_STATE(756)] = 21253, + [SMALL_STATE(757)] = 21323, + [SMALL_STATE(758)] = 21393, + [SMALL_STATE(759)] = 21463, + [SMALL_STATE(760)] = 21533, + [SMALL_STATE(761)] = 21605, + [SMALL_STATE(762)] = 21677, + [SMALL_STATE(763)] = 21753, + [SMALL_STATE(764)] = 21823, + [SMALL_STATE(765)] = 21895, + [SMALL_STATE(766)] = 21967, + [SMALL_STATE(767)] = 22037, + [SMALL_STATE(768)] = 22107, + [SMALL_STATE(769)] = 22177, + [SMALL_STATE(770)] = 22247, + [SMALL_STATE(771)] = 22317, + [SMALL_STATE(772)] = 22387, + [SMALL_STATE(773)] = 22457, + [SMALL_STATE(774)] = 22529, + [SMALL_STATE(775)] = 22601, + [SMALL_STATE(776)] = 22673, + [SMALL_STATE(777)] = 22745, + [SMALL_STATE(778)] = 22819, + [SMALL_STATE(779)] = 22889, + [SMALL_STATE(780)] = 22959, + [SMALL_STATE(781)] = 23029, + [SMALL_STATE(782)] = 23099, + [SMALL_STATE(783)] = 23169, + [SMALL_STATE(784)] = 23241, + [SMALL_STATE(785)] = 23311, + [SMALL_STATE(786)] = 23381, + [SMALL_STATE(787)] = 23471, + [SMALL_STATE(788)] = 23541, + [SMALL_STATE(789)] = 23611, + [SMALL_STATE(790)] = 23681, + [SMALL_STATE(791)] = 23751, + [SMALL_STATE(792)] = 23821, + [SMALL_STATE(793)] = 23891, + [SMALL_STATE(794)] = 23961, + [SMALL_STATE(795)] = 24033, + [SMALL_STATE(796)] = 24103, + [SMALL_STATE(797)] = 24175, + [SMALL_STATE(798)] = 24247, + [SMALL_STATE(799)] = 24319, + [SMALL_STATE(800)] = 24391, + [SMALL_STATE(801)] = 24463, + [SMALL_STATE(802)] = 24553, + [SMALL_STATE(803)] = 24623, [SMALL_STATE(804)] = 24693, - [SMALL_STATE(805)] = 24763, - [SMALL_STATE(806)] = 24833, - [SMALL_STATE(807)] = 24903, - [SMALL_STATE(808)] = 24973, - [SMALL_STATE(809)] = 25043, - [SMALL_STATE(810)] = 25113, - [SMALL_STATE(811)] = 25183, - [SMALL_STATE(812)] = 25253, - [SMALL_STATE(813)] = 25327, - [SMALL_STATE(814)] = 25401, - [SMALL_STATE(815)] = 25475, - [SMALL_STATE(816)] = 25545, - [SMALL_STATE(817)] = 25615, - [SMALL_STATE(818)] = 25685, - [SMALL_STATE(819)] = 25755, - [SMALL_STATE(820)] = 25825, - [SMALL_STATE(821)] = 25895, - [SMALL_STATE(822)] = 25965, - [SMALL_STATE(823)] = 26035, - [SMALL_STATE(824)] = 26107, - [SMALL_STATE(825)] = 26177, - [SMALL_STATE(826)] = 26247, - [SMALL_STATE(827)] = 26317, - [SMALL_STATE(828)] = 26387, - [SMALL_STATE(829)] = 26457, - [SMALL_STATE(830)] = 26527, - [SMALL_STATE(831)] = 26597, - [SMALL_STATE(832)] = 26667, - [SMALL_STATE(833)] = 26739, - [SMALL_STATE(834)] = 26811, - [SMALL_STATE(835)] = 26881, - [SMALL_STATE(836)] = 26951, - [SMALL_STATE(837)] = 27021, - [SMALL_STATE(838)] = 27093, - [SMALL_STATE(839)] = 27163, - [SMALL_STATE(840)] = 27233, - [SMALL_STATE(841)] = 27303, - [SMALL_STATE(842)] = 27373, - [SMALL_STATE(843)] = 27445, - [SMALL_STATE(844)] = 27517, - [SMALL_STATE(845)] = 27589, - [SMALL_STATE(846)] = 27661, - [SMALL_STATE(847)] = 27733, - [SMALL_STATE(848)] = 27803, - [SMALL_STATE(849)] = 27873, - [SMALL_STATE(850)] = 27945, - [SMALL_STATE(851)] = 28017, - [SMALL_STATE(852)] = 28089, - [SMALL_STATE(853)] = 28161, - [SMALL_STATE(854)] = 28231, - [SMALL_STATE(855)] = 28303, - [SMALL_STATE(856)] = 28375, - [SMALL_STATE(857)] = 28447, - [SMALL_STATE(858)] = 28517, - [SMALL_STATE(859)] = 28589, - [SMALL_STATE(860)] = 28661, - [SMALL_STATE(861)] = 28733, - [SMALL_STATE(862)] = 28807, - [SMALL_STATE(863)] = 28879, - [SMALL_STATE(864)] = 28969, - [SMALL_STATE(865)] = 29041, - [SMALL_STATE(866)] = 29111, - [SMALL_STATE(867)] = 29183, - [SMALL_STATE(868)] = 29255, - [SMALL_STATE(869)] = 29327, - [SMALL_STATE(870)] = 29401, - [SMALL_STATE(871)] = 29471, - [SMALL_STATE(872)] = 29543, - [SMALL_STATE(873)] = 29615, - [SMALL_STATE(874)] = 29685, - [SMALL_STATE(875)] = 29755, - [SMALL_STATE(876)] = 29827, - [SMALL_STATE(877)] = 29899, - [SMALL_STATE(878)] = 29973, - [SMALL_STATE(879)] = 30045, - [SMALL_STATE(880)] = 30135, - [SMALL_STATE(881)] = 30225, - [SMALL_STATE(882)] = 30297, - [SMALL_STATE(883)] = 30369, - [SMALL_STATE(884)] = 30441, - [SMALL_STATE(885)] = 30513, - [SMALL_STATE(886)] = 30585, - [SMALL_STATE(887)] = 30657, + [SMALL_STATE(805)] = 24765, + [SMALL_STATE(806)] = 24837, + [SMALL_STATE(807)] = 24909, + [SMALL_STATE(808)] = 24981, + [SMALL_STATE(809)] = 25051, + [SMALL_STATE(810)] = 25123, + [SMALL_STATE(811)] = 25195, + [SMALL_STATE(812)] = 25265, + [SMALL_STATE(813)] = 25337, + [SMALL_STATE(814)] = 25407, + [SMALL_STATE(815)] = 25481, + [SMALL_STATE(816)] = 25555, + [SMALL_STATE(817)] = 25629, + [SMALL_STATE(818)] = 25701, + [SMALL_STATE(819)] = 25773, + [SMALL_STATE(820)] = 25845, + [SMALL_STATE(821)] = 25915, + [SMALL_STATE(822)] = 25987, + [SMALL_STATE(823)] = 26059, + [SMALL_STATE(824)] = 26131, + [SMALL_STATE(825)] = 26203, + [SMALL_STATE(826)] = 26275, + [SMALL_STATE(827)] = 26347, + [SMALL_STATE(828)] = 26419, + [SMALL_STATE(829)] = 26491, + [SMALL_STATE(830)] = 26561, + [SMALL_STATE(831)] = 26633, + [SMALL_STATE(832)] = 26705, + [SMALL_STATE(833)] = 26777, + [SMALL_STATE(834)] = 26849, + [SMALL_STATE(835)] = 26921, + [SMALL_STATE(836)] = 26993, + [SMALL_STATE(837)] = 27065, + [SMALL_STATE(838)] = 27137, + [SMALL_STATE(839)] = 27209, + [SMALL_STATE(840)] = 27281, + [SMALL_STATE(841)] = 27353, + [SMALL_STATE(842)] = 27425, + [SMALL_STATE(843)] = 27495, + [SMALL_STATE(844)] = 27565, + [SMALL_STATE(845)] = 27637, + [SMALL_STATE(846)] = 27709, + [SMALL_STATE(847)] = 27779, + [SMALL_STATE(848)] = 27849, + [SMALL_STATE(849)] = 27921, + [SMALL_STATE(850)] = 27991, + [SMALL_STATE(851)] = 28061, + [SMALL_STATE(852)] = 28131, + [SMALL_STATE(853)] = 28201, + [SMALL_STATE(854)] = 28273, + [SMALL_STATE(855)] = 28345, + [SMALL_STATE(856)] = 28415, + [SMALL_STATE(857)] = 28489, + [SMALL_STATE(858)] = 28561, + [SMALL_STATE(859)] = 28631, + [SMALL_STATE(860)] = 28703, + [SMALL_STATE(861)] = 28775, + [SMALL_STATE(862)] = 28847, + [SMALL_STATE(863)] = 28921, + [SMALL_STATE(864)] = 28993, + [SMALL_STATE(865)] = 29083, + [SMALL_STATE(866)] = 29155, + [SMALL_STATE(867)] = 29227, + [SMALL_STATE(868)] = 29297, + [SMALL_STATE(869)] = 29369, + [SMALL_STATE(870)] = 29443, + [SMALL_STATE(871)] = 29513, + [SMALL_STATE(872)] = 29587, + [SMALL_STATE(873)] = 29659, + [SMALL_STATE(874)] = 29731, + [SMALL_STATE(875)] = 29803, + [SMALL_STATE(876)] = 29875, + [SMALL_STATE(877)] = 29945, + [SMALL_STATE(878)] = 30019, + [SMALL_STATE(879)] = 30089, + [SMALL_STATE(880)] = 30161, + [SMALL_STATE(881)] = 30233, + [SMALL_STATE(882)] = 30305, + [SMALL_STATE(883)] = 30377, + [SMALL_STATE(884)] = 30449, + [SMALL_STATE(885)] = 30519, + [SMALL_STATE(886)] = 30589, + [SMALL_STATE(887)] = 30659, [SMALL_STATE(888)] = 30729, - [SMALL_STATE(889)] = 30801, - [SMALL_STATE(890)] = 30873, - [SMALL_STATE(891)] = 30945, - [SMALL_STATE(892)] = 31015, - [SMALL_STATE(893)] = 31087, - [SMALL_STATE(894)] = 31159, - [SMALL_STATE(895)] = 31231, - [SMALL_STATE(896)] = 31321, - [SMALL_STATE(897)] = 31393, - [SMALL_STATE(898)] = 31463, - [SMALL_STATE(899)] = 31537, - [SMALL_STATE(900)] = 31607, - [SMALL_STATE(901)] = 31679, - [SMALL_STATE(902)] = 31751, + [SMALL_STATE(889)] = 30799, + [SMALL_STATE(890)] = 30869, + [SMALL_STATE(891)] = 30939, + [SMALL_STATE(892)] = 31009, + [SMALL_STATE(893)] = 31081, + [SMALL_STATE(894)] = 31171, + [SMALL_STATE(895)] = 31261, + [SMALL_STATE(896)] = 31331, + [SMALL_STATE(897)] = 31401, + [SMALL_STATE(898)] = 31471, + [SMALL_STATE(899)] = 31543, + [SMALL_STATE(900)] = 31613, + [SMALL_STATE(901)] = 31683, + [SMALL_STATE(902)] = 31753, [SMALL_STATE(903)] = 31823, [SMALL_STATE(904)] = 31893, [SMALL_STATE(905)] = 31964, [SMALL_STATE(906)] = 32035, [SMALL_STATE(907)] = 32106, - [SMALL_STATE(908)] = 32177, + [SMALL_STATE(908)] = 32193, [SMALL_STATE(909)] = 32264, [SMALL_STATE(910)] = 32335, [SMALL_STATE(911)] = 32406, - [SMALL_STATE(912)] = 32493, - [SMALL_STATE(913)] = 32564, - [SMALL_STATE(914)] = 32635, - [SMALL_STATE(915)] = 32706, - [SMALL_STATE(916)] = 32777, - [SMALL_STATE(917)] = 32848, - [SMALL_STATE(918)] = 32919, - [SMALL_STATE(919)] = 32990, - [SMALL_STATE(920)] = 33061, - [SMALL_STATE(921)] = 33132, - [SMALL_STATE(922)] = 33203, - [SMALL_STATE(923)] = 33274, - [SMALL_STATE(924)] = 33345, - [SMALL_STATE(925)] = 33416, - [SMALL_STATE(926)] = 33487, - [SMALL_STATE(927)] = 33558, - [SMALL_STATE(928)] = 33629, - [SMALL_STATE(929)] = 33700, - [SMALL_STATE(930)] = 33771, - [SMALL_STATE(931)] = 33842, - [SMALL_STATE(932)] = 33913, - [SMALL_STATE(933)] = 33984, - [SMALL_STATE(934)] = 34055, - [SMALL_STATE(935)] = 34126, - [SMALL_STATE(936)] = 34197, - [SMALL_STATE(937)] = 34268, - [SMALL_STATE(938)] = 34339, - [SMALL_STATE(939)] = 34410, - [SMALL_STATE(940)] = 34481, - [SMALL_STATE(941)] = 34552, - [SMALL_STATE(942)] = 34623, - [SMALL_STATE(943)] = 34694, - [SMALL_STATE(944)] = 34765, - [SMALL_STATE(945)] = 34836, - [SMALL_STATE(946)] = 34907, - [SMALL_STATE(947)] = 34978, - [SMALL_STATE(948)] = 35049, - [SMALL_STATE(949)] = 35120, - [SMALL_STATE(950)] = 35191, - [SMALL_STATE(951)] = 35262, - [SMALL_STATE(952)] = 35333, - [SMALL_STATE(953)] = 35404, - [SMALL_STATE(954)] = 35475, - [SMALL_STATE(955)] = 35546, - [SMALL_STATE(956)] = 35617, - [SMALL_STATE(957)] = 35688, - [SMALL_STATE(958)] = 35759, - [SMALL_STATE(959)] = 35830, - [SMALL_STATE(960)] = 35901, - [SMALL_STATE(961)] = 35972, - [SMALL_STATE(962)] = 36043, - [SMALL_STATE(963)] = 36114, - [SMALL_STATE(964)] = 36185, - [SMALL_STATE(965)] = 36256, - [SMALL_STATE(966)] = 36327, - [SMALL_STATE(967)] = 36398, - [SMALL_STATE(968)] = 36469, - [SMALL_STATE(969)] = 36540, - [SMALL_STATE(970)] = 36611, - [SMALL_STATE(971)] = 36682, - [SMALL_STATE(972)] = 36753, - [SMALL_STATE(973)] = 36824, - [SMALL_STATE(974)] = 36895, - [SMALL_STATE(975)] = 36966, - [SMALL_STATE(976)] = 37037, - [SMALL_STATE(977)] = 37108, - [SMALL_STATE(978)] = 37179, - [SMALL_STATE(979)] = 37266, - [SMALL_STATE(980)] = 37337, - [SMALL_STATE(981)] = 37408, - [SMALL_STATE(982)] = 37479, - [SMALL_STATE(983)] = 37550, - [SMALL_STATE(984)] = 37621, + [SMALL_STATE(912)] = 32477, + [SMALL_STATE(913)] = 32548, + [SMALL_STATE(914)] = 32619, + [SMALL_STATE(915)] = 32690, + [SMALL_STATE(916)] = 32761, + [SMALL_STATE(917)] = 32832, + [SMALL_STATE(918)] = 32903, + [SMALL_STATE(919)] = 32974, + [SMALL_STATE(920)] = 33045, + [SMALL_STATE(921)] = 33116, + [SMALL_STATE(922)] = 33187, + [SMALL_STATE(923)] = 33258, + [SMALL_STATE(924)] = 33329, + [SMALL_STATE(925)] = 33400, + [SMALL_STATE(926)] = 33471, + [SMALL_STATE(927)] = 33542, + [SMALL_STATE(928)] = 33613, + [SMALL_STATE(929)] = 33684, + [SMALL_STATE(930)] = 33755, + [SMALL_STATE(931)] = 33826, + [SMALL_STATE(932)] = 33897, + [SMALL_STATE(933)] = 33968, + [SMALL_STATE(934)] = 34039, + [SMALL_STATE(935)] = 34110, + [SMALL_STATE(936)] = 34181, + [SMALL_STATE(937)] = 34252, + [SMALL_STATE(938)] = 34323, + [SMALL_STATE(939)] = 34394, + [SMALL_STATE(940)] = 34465, + [SMALL_STATE(941)] = 34536, + [SMALL_STATE(942)] = 34607, + [SMALL_STATE(943)] = 34678, + [SMALL_STATE(944)] = 34749, + [SMALL_STATE(945)] = 34820, + [SMALL_STATE(946)] = 34891, + [SMALL_STATE(947)] = 34962, + [SMALL_STATE(948)] = 35033, + [SMALL_STATE(949)] = 35104, + [SMALL_STATE(950)] = 35175, + [SMALL_STATE(951)] = 35246, + [SMALL_STATE(952)] = 35317, + [SMALL_STATE(953)] = 35388, + [SMALL_STATE(954)] = 35459, + [SMALL_STATE(955)] = 35530, + [SMALL_STATE(956)] = 35601, + [SMALL_STATE(957)] = 35672, + [SMALL_STATE(958)] = 35743, + [SMALL_STATE(959)] = 35814, + [SMALL_STATE(960)] = 35885, + [SMALL_STATE(961)] = 35956, + [SMALL_STATE(962)] = 36027, + [SMALL_STATE(963)] = 36098, + [SMALL_STATE(964)] = 36169, + [SMALL_STATE(965)] = 36240, + [SMALL_STATE(966)] = 36311, + [SMALL_STATE(967)] = 36382, + [SMALL_STATE(968)] = 36453, + [SMALL_STATE(969)] = 36524, + [SMALL_STATE(970)] = 36595, + [SMALL_STATE(971)] = 36666, + [SMALL_STATE(972)] = 36737, + [SMALL_STATE(973)] = 36808, + [SMALL_STATE(974)] = 36879, + [SMALL_STATE(975)] = 36950, + [SMALL_STATE(976)] = 37021, + [SMALL_STATE(977)] = 37092, + [SMALL_STATE(978)] = 37163, + [SMALL_STATE(979)] = 37250, + [SMALL_STATE(980)] = 37321, + [SMALL_STATE(981)] = 37392, + [SMALL_STATE(982)] = 37463, + [SMALL_STATE(983)] = 37534, + [SMALL_STATE(984)] = 37605, [SMALL_STATE(985)] = 37692, [SMALL_STATE(986)] = 37763, [SMALL_STATE(987)] = 37834, @@ -145783,19 +145706,19 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1006)] = 39183, [SMALL_STATE(1007)] = 39254, [SMALL_STATE(1008)] = 39324, - [SMALL_STATE(1009)] = 39398, - [SMALL_STATE(1010)] = 39468, - [SMALL_STATE(1011)] = 39538, + [SMALL_STATE(1009)] = 39414, + [SMALL_STATE(1010)] = 39484, + [SMALL_STATE(1011)] = 39558, [SMALL_STATE(1012)] = 39628, [SMALL_STATE(1013)] = 39698, [SMALL_STATE(1014)] = 39768, [SMALL_STATE(1015)] = 39838, [SMALL_STATE(1016)] = 39908, [SMALL_STATE(1017)] = 39975, - [SMALL_STATE(1018)] = 40050, - [SMALL_STATE(1019)] = 40117, - [SMALL_STATE(1020)] = 40192, - [SMALL_STATE(1021)] = 40267, + [SMALL_STATE(1018)] = 40042, + [SMALL_STATE(1019)] = 40109, + [SMALL_STATE(1020)] = 40184, + [SMALL_STATE(1021)] = 40259, [SMALL_STATE(1022)] = 40334, [SMALL_STATE(1023)] = 40409, [SMALL_STATE(1024)] = 40476, @@ -145804,123 +145727,123 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1027)] = 40677, [SMALL_STATE(1028)] = 40744, [SMALL_STATE(1029)] = 40818, - [SMALL_STATE(1030)] = 40894, - [SMALL_STATE(1031)] = 40966, - [SMALL_STATE(1032)] = 41034, - [SMALL_STATE(1033)] = 41110, - [SMALL_STATE(1034)] = 41186, - [SMALL_STATE(1035)] = 41262, - [SMALL_STATE(1036)] = 41338, - [SMALL_STATE(1037)] = 41414, - [SMALL_STATE(1038)] = 41490, - [SMALL_STATE(1039)] = 41564, - [SMALL_STATE(1040)] = 41640, - [SMALL_STATE(1041)] = 41716, - [SMALL_STATE(1042)] = 41790, - [SMALL_STATE(1043)] = 41866, - [SMALL_STATE(1044)] = 41942, - [SMALL_STATE(1045)] = 42016, - [SMALL_STATE(1046)] = 42092, - [SMALL_STATE(1047)] = 42166, - [SMALL_STATE(1048)] = 42240, - [SMALL_STATE(1049)] = 42308, - [SMALL_STATE(1050)] = 42384, - [SMALL_STATE(1051)] = 42456, - [SMALL_STATE(1052)] = 42524, - [SMALL_STATE(1053)] = 42592, + [SMALL_STATE(1030)] = 40890, + [SMALL_STATE(1031)] = 40964, + [SMALL_STATE(1032)] = 41032, + [SMALL_STATE(1033)] = 41100, + [SMALL_STATE(1034)] = 41174, + [SMALL_STATE(1035)] = 41250, + [SMALL_STATE(1036)] = 41326, + [SMALL_STATE(1037)] = 41402, + [SMALL_STATE(1038)] = 41476, + [SMALL_STATE(1039)] = 41552, + [SMALL_STATE(1040)] = 41628, + [SMALL_STATE(1041)] = 41704, + [SMALL_STATE(1042)] = 41772, + [SMALL_STATE(1043)] = 41846, + [SMALL_STATE(1044)] = 41922, + [SMALL_STATE(1045)] = 41998, + [SMALL_STATE(1046)] = 42074, + [SMALL_STATE(1047)] = 42148, + [SMALL_STATE(1048)] = 42220, + [SMALL_STATE(1049)] = 42296, + [SMALL_STATE(1050)] = 42372, + [SMALL_STATE(1051)] = 42440, + [SMALL_STATE(1052)] = 42516, + [SMALL_STATE(1053)] = 42584, [SMALL_STATE(1054)] = 42660, - [SMALL_STATE(1055)] = 42738, - [SMALL_STATE(1056)] = 42814, - [SMALL_STATE(1057)] = 42890, + [SMALL_STATE(1055)] = 42736, + [SMALL_STATE(1056)] = 42812, + [SMALL_STATE(1057)] = 42886, [SMALL_STATE(1058)] = 42964, - [SMALL_STATE(1059)] = 43032, - [SMALL_STATE(1060)] = 43106, - [SMALL_STATE(1061)] = 43182, - [SMALL_STATE(1062)] = 43250, + [SMALL_STATE(1059)] = 43042, + [SMALL_STATE(1060)] = 43110, + [SMALL_STATE(1061)] = 43184, + [SMALL_STATE(1062)] = 43260, [SMALL_STATE(1063)] = 43328, - [SMALL_STATE(1064)] = 43403, - [SMALL_STATE(1065)] = 43478, - [SMALL_STATE(1066)] = 43553, - [SMALL_STATE(1067)] = 43626, - [SMALL_STATE(1068)] = 43699, + [SMALL_STATE(1064)] = 43401, + [SMALL_STATE(1065)] = 43476, + [SMALL_STATE(1066)] = 43551, + [SMALL_STATE(1067)] = 43624, + [SMALL_STATE(1068)] = 43695, [SMALL_STATE(1069)] = 43770, [SMALL_STATE(1070)] = 43843, [SMALL_STATE(1071)] = 43914, [SMALL_STATE(1072)] = 43990, - [SMALL_STATE(1073)] = 44066, - [SMALL_STATE(1074)] = 44138, + [SMALL_STATE(1073)] = 44062, + [SMALL_STATE(1074)] = 44134, [SMALL_STATE(1075)] = 44210, [SMALL_STATE(1076)] = 44282, - [SMALL_STATE(1077)] = 44355, - [SMALL_STATE(1078)] = 44426, - [SMALL_STATE(1079)] = 44501, - [SMALL_STATE(1080)] = 44572, - [SMALL_STATE(1081)] = 44647, - [SMALL_STATE(1082)] = 44718, + [SMALL_STATE(1077)] = 44353, + [SMALL_STATE(1078)] = 44428, + [SMALL_STATE(1079)] = 44499, + [SMALL_STATE(1080)] = 44570, + [SMALL_STATE(1081)] = 44641, + [SMALL_STATE(1082)] = 44716, [SMALL_STATE(1083)] = 44789, [SMALL_STATE(1084)] = 44857, [SMALL_STATE(1085)] = 44929, - [SMALL_STATE(1086)] = 44989, - [SMALL_STATE(1087)] = 45059, - [SMALL_STATE(1088)] = 45127, - [SMALL_STATE(1089)] = 45197, - [SMALL_STATE(1090)] = 45251, + [SMALL_STATE(1086)] = 44983, + [SMALL_STATE(1087)] = 45037, + [SMALL_STATE(1088)] = 45107, + [SMALL_STATE(1089)] = 45177, + [SMALL_STATE(1090)] = 45245, [SMALL_STATE(1091)] = 45305, [SMALL_STATE(1092)] = 45364, - [SMALL_STATE(1093)] = 45417, - [SMALL_STATE(1094)] = 45476, - [SMALL_STATE(1095)] = 45535, - [SMALL_STATE(1096)] = 45588, - [SMALL_STATE(1097)] = 45653, - [SMALL_STATE(1098)] = 45706, - [SMALL_STATE(1099)] = 45765, - [SMALL_STATE(1100)] = 45822, - [SMALL_STATE(1101)] = 45875, - [SMALL_STATE(1102)] = 45932, + [SMALL_STATE(1093)] = 45421, + [SMALL_STATE(1094)] = 45486, + [SMALL_STATE(1095)] = 45545, + [SMALL_STATE(1096)] = 45598, + [SMALL_STATE(1097)] = 45651, + [SMALL_STATE(1098)] = 45708, + [SMALL_STATE(1099)] = 45767, + [SMALL_STATE(1100)] = 45820, + [SMALL_STATE(1101)] = 45877, + [SMALL_STATE(1102)] = 45930, [SMALL_STATE(1103)] = 45989, [SMALL_STATE(1104)] = 46043, [SMALL_STATE(1105)] = 46097, [SMALL_STATE(1106)] = 46151, - [SMALL_STATE(1107)] = 46205, - [SMALL_STATE(1108)] = 46259, - [SMALL_STATE(1109)] = 46313, - [SMALL_STATE(1110)] = 46413, - [SMALL_STATE(1111)] = 46467, - [SMALL_STATE(1112)] = 46567, - [SMALL_STATE(1113)] = 46621, + [SMALL_STATE(1107)] = 46251, + [SMALL_STATE(1108)] = 46305, + [SMALL_STATE(1109)] = 46359, + [SMALL_STATE(1110)] = 46459, + [SMALL_STATE(1111)] = 46513, + [SMALL_STATE(1112)] = 46613, + [SMALL_STATE(1113)] = 46667, [SMALL_STATE(1114)] = 46721, - [SMALL_STATE(1115)] = 46775, - [SMALL_STATE(1116)] = 46829, - [SMALL_STATE(1117)] = 46883, - [SMALL_STATE(1118)] = 46979, - [SMALL_STATE(1119)] = 47033, - [SMALL_STATE(1120)] = 47117, - [SMALL_STATE(1121)] = 47187, - [SMALL_STATE(1122)] = 47261, - [SMALL_STATE(1123)] = 47329, + [SMALL_STATE(1115)] = 46817, + [SMALL_STATE(1116)] = 46901, + [SMALL_STATE(1117)] = 46955, + [SMALL_STATE(1118)] = 47009, + [SMALL_STATE(1119)] = 47079, + [SMALL_STATE(1120)] = 47153, + [SMALL_STATE(1121)] = 47207, + [SMALL_STATE(1122)] = 47299, + [SMALL_STATE(1123)] = 47353, [SMALL_STATE(1124)] = 47421, - [SMALL_STATE(1125)] = 47475, - [SMALL_STATE(1126)] = 47529, - [SMALL_STATE(1127)] = 47619, - [SMALL_STATE(1128)] = 47673, - [SMALL_STATE(1129)] = 47727, - [SMALL_STATE(1130)] = 47787, - [SMALL_STATE(1131)] = 47875, - [SMALL_STATE(1132)] = 47951, - [SMALL_STATE(1133)] = 48045, - [SMALL_STATE(1134)] = 48137, - [SMALL_STATE(1135)] = 48191, - [SMALL_STATE(1136)] = 48291, - [SMALL_STATE(1137)] = 48361, - [SMALL_STATE(1138)] = 48415, - [SMALL_STATE(1139)] = 48469, - [SMALL_STATE(1140)] = 48523, - [SMALL_STATE(1141)] = 48603, - [SMALL_STATE(1142)] = 48657, - [SMALL_STATE(1143)] = 48757, - [SMALL_STATE(1144)] = 48811, - [SMALL_STATE(1145)] = 48911, - [SMALL_STATE(1146)] = 48965, + [SMALL_STATE(1125)] = 47511, + [SMALL_STATE(1126)] = 47565, + [SMALL_STATE(1127)] = 47653, + [SMALL_STATE(1128)] = 47713, + [SMALL_STATE(1129)] = 47789, + [SMALL_STATE(1130)] = 47883, + [SMALL_STATE(1131)] = 47975, + [SMALL_STATE(1132)] = 48075, + [SMALL_STATE(1133)] = 48145, + [SMALL_STATE(1134)] = 48199, + [SMALL_STATE(1135)] = 48253, + [SMALL_STATE(1136)] = 48307, + [SMALL_STATE(1137)] = 48387, + [SMALL_STATE(1138)] = 48441, + [SMALL_STATE(1139)] = 48541, + [SMALL_STATE(1140)] = 48595, + [SMALL_STATE(1141)] = 48695, + [SMALL_STATE(1142)] = 48749, + [SMALL_STATE(1143)] = 48803, + [SMALL_STATE(1144)] = 48859, + [SMALL_STATE(1145)] = 48913, + [SMALL_STATE(1146)] = 48967, [SMALL_STATE(1147)] = 49021, [SMALL_STATE(1148)] = 49075, [SMALL_STATE(1149)] = 49129, @@ -145930,8 +145853,8 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1153)] = 49345, [SMALL_STATE(1154)] = 49399, [SMALL_STATE(1155)] = 49455, - [SMALL_STATE(1156)] = 49509, - [SMALL_STATE(1157)] = 49577, + [SMALL_STATE(1156)] = 49523, + [SMALL_STATE(1157)] = 49589, [SMALL_STATE(1158)] = 49643, [SMALL_STATE(1159)] = 49697, [SMALL_STATE(1160)] = 49751, @@ -145941,20 +145864,20 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1164)] = 49967, [SMALL_STATE(1165)] = 50021, [SMALL_STATE(1166)] = 50075, - [SMALL_STATE(1167)] = 50129, + [SMALL_STATE(1167)] = 50175, [SMALL_STATE(1168)] = 50229, [SMALL_STATE(1169)] = 50283, - [SMALL_STATE(1170)] = 50337, + [SMALL_STATE(1170)] = 50383, [SMALL_STATE(1171)] = 50437, - [SMALL_STATE(1172)] = 50491, + [SMALL_STATE(1172)] = 50537, [SMALL_STATE(1173)] = 50591, [SMALL_STATE(1174)] = 50645, [SMALL_STATE(1175)] = 50699, [SMALL_STATE(1176)] = 50753, [SMALL_STATE(1177)] = 50807, [SMALL_STATE(1178)] = 50861, - [SMALL_STATE(1179)] = 50915, - [SMALL_STATE(1180)] = 50969, + [SMALL_STATE(1179)] = 50961, + [SMALL_STATE(1180)] = 51015, [SMALL_STATE(1181)] = 51069, [SMALL_STATE(1182)] = 51123, [SMALL_STATE(1183)] = 51177, @@ -145964,299 +145887,299 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1187)] = 51393, [SMALL_STATE(1188)] = 51447, [SMALL_STATE(1189)] = 51547, - [SMALL_STATE(1190)] = 51647, + [SMALL_STATE(1190)] = 51601, [SMALL_STATE(1191)] = 51701, - [SMALL_STATE(1192)] = 51801, + [SMALL_STATE(1192)] = 51755, [SMALL_STATE(1193)] = 51855, - [SMALL_STATE(1194)] = 51911, - [SMALL_STATE(1195)] = 51965, - [SMALL_STATE(1196)] = 52019, + [SMALL_STATE(1194)] = 51909, + [SMALL_STATE(1195)] = 51963, + [SMALL_STATE(1196)] = 52017, [SMALL_STATE(1197)] = 52073, - [SMALL_STATE(1198)] = 52142, - [SMALL_STATE(1199)] = 52241, - [SMALL_STATE(1200)] = 52340, - [SMALL_STATE(1201)] = 52413, - [SMALL_STATE(1202)] = 52504, - [SMALL_STATE(1203)] = 52593, - [SMALL_STATE(1204)] = 52680, - [SMALL_STATE(1205)] = 52767, - [SMALL_STATE(1206)] = 52870, - [SMALL_STATE(1207)] = 52945, - [SMALL_STATE(1208)] = 53038, - [SMALL_STATE(1209)] = 53129, - [SMALL_STATE(1210)] = 53204, - [SMALL_STATE(1211)] = 53297, - [SMALL_STATE(1212)] = 53396, - [SMALL_STATE(1213)] = 53491, - [SMALL_STATE(1214)] = 53560, - [SMALL_STATE(1215)] = 53659, - [SMALL_STATE(1216)] = 53738, - [SMALL_STATE(1217)] = 53837, - [SMALL_STATE(1218)] = 53936, - [SMALL_STATE(1219)] = 54039, - [SMALL_STATE(1220)] = 54142, - [SMALL_STATE(1221)] = 54211, - [SMALL_STATE(1222)] = 54302, - [SMALL_STATE(1223)] = 54393, - [SMALL_STATE(1224)] = 54476, - [SMALL_STATE(1225)] = 54531, - [SMALL_STATE(1226)] = 54600, - [SMALL_STATE(1227)] = 54689, - [SMALL_STATE(1228)] = 54788, - [SMALL_STATE(1229)] = 54887, - [SMALL_STATE(1230)] = 54986, - [SMALL_STATE(1231)] = 55089, - [SMALL_STATE(1232)] = 55162, - [SMALL_STATE(1233)] = 55217, - [SMALL_STATE(1234)] = 55272, - [SMALL_STATE(1235)] = 55371, - [SMALL_STATE(1236)] = 55474, - [SMALL_STATE(1237)] = 55573, - [SMALL_STATE(1238)] = 55676, - [SMALL_STATE(1239)] = 55733, - [SMALL_STATE(1240)] = 55796, - [SMALL_STATE(1241)] = 55899, - [SMALL_STATE(1242)] = 56002, - [SMALL_STATE(1243)] = 56085, - [SMALL_STATE(1244)] = 56164, - [SMALL_STATE(1245)] = 56263, - [SMALL_STATE(1246)] = 56366, - [SMALL_STATE(1247)] = 56469, - [SMALL_STATE(1248)] = 56568, - [SMALL_STATE(1249)] = 56663, - [SMALL_STATE(1250)] = 56762, - [SMALL_STATE(1251)] = 56815, + [SMALL_STATE(1198)] = 52146, + [SMALL_STATE(1199)] = 52245, + [SMALL_STATE(1200)] = 52344, + [SMALL_STATE(1201)] = 52433, + [SMALL_STATE(1202)] = 52520, + [SMALL_STATE(1203)] = 52607, + [SMALL_STATE(1204)] = 52682, + [SMALL_STATE(1205)] = 52775, + [SMALL_STATE(1206)] = 52866, + [SMALL_STATE(1207)] = 52965, + [SMALL_STATE(1208)] = 53056, + [SMALL_STATE(1209)] = 53125, + [SMALL_STATE(1210)] = 53220, + [SMALL_STATE(1211)] = 53303, + [SMALL_STATE(1212)] = 53378, + [SMALL_STATE(1213)] = 53469, + [SMALL_STATE(1214)] = 53548, + [SMALL_STATE(1215)] = 53647, + [SMALL_STATE(1216)] = 53746, + [SMALL_STATE(1217)] = 53845, + [SMALL_STATE(1218)] = 53948, + [SMALL_STATE(1219)] = 54017, + [SMALL_STATE(1220)] = 54120, + [SMALL_STATE(1221)] = 54189, + [SMALL_STATE(1222)] = 54288, + [SMALL_STATE(1223)] = 54387, + [SMALL_STATE(1224)] = 54480, + [SMALL_STATE(1225)] = 54579, + [SMALL_STATE(1226)] = 54682, + [SMALL_STATE(1227)] = 54771, + [SMALL_STATE(1228)] = 54844, + [SMALL_STATE(1229)] = 54899, + [SMALL_STATE(1230)] = 54990, + [SMALL_STATE(1231)] = 55045, + [SMALL_STATE(1232)] = 55100, + [SMALL_STATE(1233)] = 55199, + [SMALL_STATE(1234)] = 55298, + [SMALL_STATE(1235)] = 55401, + [SMALL_STATE(1236)] = 55458, + [SMALL_STATE(1237)] = 55521, + [SMALL_STATE(1238)] = 55624, + [SMALL_STATE(1239)] = 55703, + [SMALL_STATE(1240)] = 55772, + [SMALL_STATE(1241)] = 55855, + [SMALL_STATE(1242)] = 55908, + [SMALL_STATE(1243)] = 56011, + [SMALL_STATE(1244)] = 56114, + [SMALL_STATE(1245)] = 56209, + [SMALL_STATE(1246)] = 56312, + [SMALL_STATE(1247)] = 56411, + [SMALL_STATE(1248)] = 56514, + [SMALL_STATE(1249)] = 56613, + [SMALL_STATE(1250)] = 56716, + [SMALL_STATE(1251)] = 56819, [SMALL_STATE(1252)] = 56918, - [SMALL_STATE(1253)] = 57021, - [SMALL_STATE(1254)] = 57120, - [SMALL_STATE(1255)] = 57219, - [SMALL_STATE(1256)] = 57274, - [SMALL_STATE(1257)] = 57327, - [SMALL_STATE(1258)] = 57382, - [SMALL_STATE(1259)] = 57481, - [SMALL_STATE(1260)] = 57580, - [SMALL_STATE(1261)] = 57679, - [SMALL_STATE(1262)] = 57782, - [SMALL_STATE(1263)] = 57885, - [SMALL_STATE(1264)] = 57986, + [SMALL_STATE(1253)] = 57017, + [SMALL_STATE(1254)] = 57116, + [SMALL_STATE(1255)] = 57215, + [SMALL_STATE(1256)] = 57270, + [SMALL_STATE(1257)] = 57373, + [SMALL_STATE(1258)] = 57472, + [SMALL_STATE(1259)] = 57525, + [SMALL_STATE(1260)] = 57628, + [SMALL_STATE(1261)] = 57729, + [SMALL_STATE(1262)] = 57828, + [SMALL_STATE(1263)] = 57931, + [SMALL_STATE(1264)] = 58030, [SMALL_STATE(1265)] = 58085, [SMALL_STATE(1266)] = 58140, - [SMALL_STATE(1267)] = 58239, - [SMALL_STATE(1268)] = 58342, - [SMALL_STATE(1269)] = 58399, - [SMALL_STATE(1270)] = 58458, + [SMALL_STATE(1267)] = 58199, + [SMALL_STATE(1268)] = 58298, + [SMALL_STATE(1269)] = 58397, + [SMALL_STATE(1270)] = 58500, [SMALL_STATE(1271)] = 58557, - [SMALL_STATE(1272)] = 58612, - [SMALL_STATE(1273)] = 58711, - [SMALL_STATE(1274)] = 58814, - [SMALL_STATE(1275)] = 58913, + [SMALL_STATE(1272)] = 58656, + [SMALL_STATE(1273)] = 58759, + [SMALL_STATE(1274)] = 58858, + [SMALL_STATE(1275)] = 58957, [SMALL_STATE(1276)] = 59012, [SMALL_STATE(1277)] = 59111, - [SMALL_STATE(1278)] = 59166, - [SMALL_STATE(1279)] = 59269, + [SMALL_STATE(1278)] = 59214, + [SMALL_STATE(1279)] = 59317, [SMALL_STATE(1280)] = 59372, [SMALL_STATE(1281)] = 59475, - [SMALL_STATE(1282)] = 59531, - [SMALL_STATE(1283)] = 59583, - [SMALL_STATE(1284)] = 59685, - [SMALL_STATE(1285)] = 59787, - [SMALL_STATE(1286)] = 59839, - [SMALL_STATE(1287)] = 59941, - [SMALL_STATE(1288)] = 59995, - [SMALL_STATE(1289)] = 60053, - [SMALL_STATE(1290)] = 60155, - [SMALL_STATE(1291)] = 60211, - [SMALL_STATE(1292)] = 60313, - [SMALL_STATE(1293)] = 60369, - [SMALL_STATE(1294)] = 60421, - [SMALL_STATE(1295)] = 60473, - [SMALL_STATE(1296)] = 60525, - [SMALL_STATE(1297)] = 60583, - [SMALL_STATE(1298)] = 60639, - [SMALL_STATE(1299)] = 60695, - [SMALL_STATE(1300)] = 60797, - [SMALL_STATE(1301)] = 60849, - [SMALL_STATE(1302)] = 60905, - [SMALL_STATE(1303)] = 61007, - [SMALL_STATE(1304)] = 61065, - [SMALL_STATE(1305)] = 61117, - [SMALL_STATE(1306)] = 61169, - [SMALL_STATE(1307)] = 61271, - [SMALL_STATE(1308)] = 61373, - [SMALL_STATE(1309)] = 61427, - [SMALL_STATE(1310)] = 61529, - [SMALL_STATE(1311)] = 61581, - [SMALL_STATE(1312)] = 61683, - [SMALL_STATE(1313)] = 61735, - [SMALL_STATE(1314)] = 61837, - [SMALL_STATE(1315)] = 61889, - [SMALL_STATE(1316)] = 61947, - [SMALL_STATE(1317)] = 62049, - [SMALL_STATE(1318)] = 62101, - [SMALL_STATE(1319)] = 62153, - [SMALL_STATE(1320)] = 62255, - [SMALL_STATE(1321)] = 62307, - [SMALL_STATE(1322)] = 62359, - [SMALL_STATE(1323)] = 62411, - [SMALL_STATE(1324)] = 62463, + [SMALL_STATE(1282)] = 59527, + [SMALL_STATE(1283)] = 59579, + [SMALL_STATE(1284)] = 59681, + [SMALL_STATE(1285)] = 59733, + [SMALL_STATE(1286)] = 59787, + [SMALL_STATE(1287)] = 59889, + [SMALL_STATE(1288)] = 59991, + [SMALL_STATE(1289)] = 60049, + [SMALL_STATE(1290)] = 60105, + [SMALL_STATE(1291)] = 60161, + [SMALL_STATE(1292)] = 60213, + [SMALL_STATE(1293)] = 60315, + [SMALL_STATE(1294)] = 60367, + [SMALL_STATE(1295)] = 60419, + [SMALL_STATE(1296)] = 60471, + [SMALL_STATE(1297)] = 60529, + [SMALL_STATE(1298)] = 60585, + [SMALL_STATE(1299)] = 60641, + [SMALL_STATE(1300)] = 60743, + [SMALL_STATE(1301)] = 60795, + [SMALL_STATE(1302)] = 60851, + [SMALL_STATE(1303)] = 60953, + [SMALL_STATE(1304)] = 61055, + [SMALL_STATE(1305)] = 61107, + [SMALL_STATE(1306)] = 61165, + [SMALL_STATE(1307)] = 61217, + [SMALL_STATE(1308)] = 61319, + [SMALL_STATE(1309)] = 61373, + [SMALL_STATE(1310)] = 61475, + [SMALL_STATE(1311)] = 61527, + [SMALL_STATE(1312)] = 61579, + [SMALL_STATE(1313)] = 61631, + [SMALL_STATE(1314)] = 61683, + [SMALL_STATE(1315)] = 61785, + [SMALL_STATE(1316)] = 61887, + [SMALL_STATE(1317)] = 61939, + [SMALL_STATE(1318)] = 61991, + [SMALL_STATE(1319)] = 62049, + [SMALL_STATE(1320)] = 62151, + [SMALL_STATE(1321)] = 62203, + [SMALL_STATE(1322)] = 62305, + [SMALL_STATE(1323)] = 62407, + [SMALL_STATE(1324)] = 62459, [SMALL_STATE(1325)] = 62515, - [SMALL_STATE(1326)] = 62617, - [SMALL_STATE(1327)] = 62669, - [SMALL_STATE(1328)] = 62771, - [SMALL_STATE(1329)] = 62873, - [SMALL_STATE(1330)] = 62925, - [SMALL_STATE(1331)] = 62977, - [SMALL_STATE(1332)] = 63031, - [SMALL_STATE(1333)] = 63133, - [SMALL_STATE(1334)] = 63185, - [SMALL_STATE(1335)] = 63237, - [SMALL_STATE(1336)] = 63289, - [SMALL_STATE(1337)] = 63341, - [SMALL_STATE(1338)] = 63393, - [SMALL_STATE(1339)] = 63445, - [SMALL_STATE(1340)] = 63497, - [SMALL_STATE(1341)] = 63549, - [SMALL_STATE(1342)] = 63605, - [SMALL_STATE(1343)] = 63703, - [SMALL_STATE(1344)] = 63759, - [SMALL_STATE(1345)] = 63861, - [SMALL_STATE(1346)] = 63913, - [SMALL_STATE(1347)] = 64011, - [SMALL_STATE(1348)] = 64069, - [SMALL_STATE(1349)] = 64171, - [SMALL_STATE(1350)] = 64223, - [SMALL_STATE(1351)] = 64325, - [SMALL_STATE(1352)] = 64377, - [SMALL_STATE(1353)] = 64429, + [SMALL_STATE(1326)] = 62567, + [SMALL_STATE(1327)] = 62665, + [SMALL_STATE(1328)] = 62717, + [SMALL_STATE(1329)] = 62819, + [SMALL_STATE(1330)] = 62921, + [SMALL_STATE(1331)] = 62973, + [SMALL_STATE(1332)] = 63075, + [SMALL_STATE(1333)] = 63129, + [SMALL_STATE(1334)] = 63181, + [SMALL_STATE(1335)] = 63233, + [SMALL_STATE(1336)] = 63285, + [SMALL_STATE(1337)] = 63337, + [SMALL_STATE(1338)] = 63389, + [SMALL_STATE(1339)] = 63441, + [SMALL_STATE(1340)] = 63493, + [SMALL_STATE(1341)] = 63545, + [SMALL_STATE(1342)] = 63601, + [SMALL_STATE(1343)] = 63699, + [SMALL_STATE(1344)] = 63801, + [SMALL_STATE(1345)] = 63859, + [SMALL_STATE(1346)] = 63911, + [SMALL_STATE(1347)] = 63963, + [SMALL_STATE(1348)] = 64019, + [SMALL_STATE(1349)] = 64071, + [SMALL_STATE(1350)] = 64173, + [SMALL_STATE(1351)] = 64225, + [SMALL_STATE(1352)] = 64327, + [SMALL_STATE(1353)] = 64379, [SMALL_STATE(1354)] = 64481, [SMALL_STATE(1355)] = 64533, [SMALL_STATE(1356)] = 64585, [SMALL_STATE(1357)] = 64637, [SMALL_STATE(1358)] = 64689, [SMALL_STATE(1359)] = 64741, - [SMALL_STATE(1360)] = 64793, - [SMALL_STATE(1361)] = 64895, + [SMALL_STATE(1360)] = 64843, + [SMALL_STATE(1361)] = 64945, [SMALL_STATE(1362)] = 64997, [SMALL_STATE(1363)] = 65099, - [SMALL_STATE(1364)] = 65151, - [SMALL_STATE(1365)] = 65203, - [SMALL_STATE(1366)] = 65305, - [SMALL_STATE(1367)] = 65359, - [SMALL_STATE(1368)] = 65461, - [SMALL_STATE(1369)] = 65563, + [SMALL_STATE(1364)] = 65201, + [SMALL_STATE(1365)] = 65253, + [SMALL_STATE(1366)] = 65351, + [SMALL_STATE(1367)] = 65453, + [SMALL_STATE(1368)] = 65555, + [SMALL_STATE(1369)] = 65609, [SMALL_STATE(1370)] = 65665, - [SMALL_STATE(1371)] = 65763, - [SMALL_STATE(1372)] = 65865, - [SMALL_STATE(1373)] = 65921, - [SMALL_STATE(1374)] = 65973, - [SMALL_STATE(1375)] = 66075, - [SMALL_STATE(1376)] = 66131, - [SMALL_STATE(1377)] = 66187, + [SMALL_STATE(1371)] = 65767, + [SMALL_STATE(1372)] = 65869, + [SMALL_STATE(1373)] = 65971, + [SMALL_STATE(1374)] = 66023, + [SMALL_STATE(1375)] = 66079, + [SMALL_STATE(1376)] = 66135, + [SMALL_STATE(1377)] = 66237, [SMALL_STATE(1378)] = 66289, [SMALL_STATE(1379)] = 66341, [SMALL_STATE(1380)] = 66393, - [SMALL_STATE(1381)] = 66445, - [SMALL_STATE(1382)] = 66547, - [SMALL_STATE(1383)] = 66649, - [SMALL_STATE(1384)] = 66751, - [SMALL_STATE(1385)] = 66803, + [SMALL_STATE(1381)] = 66495, + [SMALL_STATE(1382)] = 66597, + [SMALL_STATE(1383)] = 66699, + [SMALL_STATE(1384)] = 66755, + [SMALL_STATE(1385)] = 66807, [SMALL_STATE(1386)] = 66859, - [SMALL_STATE(1387)] = 66911, - [SMALL_STATE(1388)] = 67013, - [SMALL_STATE(1389)] = 67065, - [SMALL_STATE(1390)] = 67117, - [SMALL_STATE(1391)] = 67173, - [SMALL_STATE(1392)] = 67225, + [SMALL_STATE(1387)] = 66961, + [SMALL_STATE(1388)] = 67017, + [SMALL_STATE(1389)] = 67069, + [SMALL_STATE(1390)] = 67125, + [SMALL_STATE(1391)] = 67177, + [SMALL_STATE(1392)] = 67229, [SMALL_STATE(1393)] = 67281, [SMALL_STATE(1394)] = 67333, [SMALL_STATE(1395)] = 67430, [SMALL_STATE(1396)] = 67527, - [SMALL_STATE(1397)] = 67616, - [SMALL_STATE(1398)] = 67671, - [SMALL_STATE(1399)] = 67770, - [SMALL_STATE(1400)] = 67867, - [SMALL_STATE(1401)] = 67964, - [SMALL_STATE(1402)] = 68063, - [SMALL_STATE(1403)] = 68160, - [SMALL_STATE(1404)] = 68259, - [SMALL_STATE(1405)] = 68358, - [SMALL_STATE(1406)] = 68455, - [SMALL_STATE(1407)] = 68552, - [SMALL_STATE(1408)] = 68649, - [SMALL_STATE(1409)] = 68746, - [SMALL_STATE(1410)] = 68843, - [SMALL_STATE(1411)] = 68940, - [SMALL_STATE(1412)] = 69037, - [SMALL_STATE(1413)] = 69134, - [SMALL_STATE(1414)] = 69231, - [SMALL_STATE(1415)] = 69328, - [SMALL_STATE(1416)] = 69427, - [SMALL_STATE(1417)] = 69524, - [SMALL_STATE(1418)] = 69621, - [SMALL_STATE(1419)] = 69718, - [SMALL_STATE(1420)] = 69815, - [SMALL_STATE(1421)] = 69912, - [SMALL_STATE(1422)] = 70005, - [SMALL_STATE(1423)] = 70086, - [SMALL_STATE(1424)] = 70153, - [SMALL_STATE(1425)] = 70208, - [SMALL_STATE(1426)] = 70279, - [SMALL_STATE(1427)] = 70334, - [SMALL_STATE(1428)] = 70423, - [SMALL_STATE(1429)] = 70510, - [SMALL_STATE(1430)] = 70595, - [SMALL_STATE(1431)] = 70662, - [SMALL_STATE(1432)] = 70739, - [SMALL_STATE(1433)] = 70812, + [SMALL_STATE(1397)] = 67594, + [SMALL_STATE(1398)] = 67649, + [SMALL_STATE(1399)] = 67748, + [SMALL_STATE(1400)] = 67845, + [SMALL_STATE(1401)] = 67944, + [SMALL_STATE(1402)] = 68041, + [SMALL_STATE(1403)] = 68138, + [SMALL_STATE(1404)] = 68237, + [SMALL_STATE(1405)] = 68336, + [SMALL_STATE(1406)] = 68433, + [SMALL_STATE(1407)] = 68530, + [SMALL_STATE(1408)] = 68627, + [SMALL_STATE(1409)] = 68724, + [SMALL_STATE(1410)] = 68821, + [SMALL_STATE(1411)] = 68918, + [SMALL_STATE(1412)] = 69015, + [SMALL_STATE(1413)] = 69112, + [SMALL_STATE(1414)] = 69209, + [SMALL_STATE(1415)] = 69306, + [SMALL_STATE(1416)] = 69403, + [SMALL_STATE(1417)] = 69502, + [SMALL_STATE(1418)] = 69599, + [SMALL_STATE(1419)] = 69696, + [SMALL_STATE(1420)] = 69793, + [SMALL_STATE(1421)] = 69890, + [SMALL_STATE(1422)] = 69983, + [SMALL_STATE(1423)] = 70064, + [SMALL_STATE(1424)] = 70131, + [SMALL_STATE(1425)] = 70202, + [SMALL_STATE(1426)] = 70257, + [SMALL_STATE(1427)] = 70346, + [SMALL_STATE(1428)] = 70401, + [SMALL_STATE(1429)] = 70488, + [SMALL_STATE(1430)] = 70573, + [SMALL_STATE(1431)] = 70646, + [SMALL_STATE(1432)] = 70723, + [SMALL_STATE(1433)] = 70814, [SMALL_STATE(1434)] = 70903, - [SMALL_STATE(1435)] = 70987, - [SMALL_STATE(1436)] = 71083, - [SMALL_STATE(1437)] = 71139, - [SMALL_STATE(1438)] = 71195, - [SMALL_STATE(1439)] = 71291, - [SMALL_STATE(1440)] = 71387, - [SMALL_STATE(1441)] = 71443, - [SMALL_STATE(1442)] = 71539, - [SMALL_STATE(1443)] = 71635, - [SMALL_STATE(1444)] = 71731, - [SMALL_STATE(1445)] = 71827, - [SMALL_STATE(1446)] = 71923, - [SMALL_STATE(1447)] = 72019, - [SMALL_STATE(1448)] = 72117, - [SMALL_STATE(1449)] = 72213, - [SMALL_STATE(1450)] = 72305, - [SMALL_STATE(1451)] = 72401, - [SMALL_STATE(1452)] = 72497, - [SMALL_STATE(1453)] = 72593, - [SMALL_STATE(1454)] = 72689, - [SMALL_STATE(1455)] = 72785, - [SMALL_STATE(1456)] = 72881, - [SMALL_STATE(1457)] = 72961, - [SMALL_STATE(1458)] = 73057, - [SMALL_STATE(1459)] = 73113, - [SMALL_STATE(1460)] = 73209, - [SMALL_STATE(1461)] = 73305, - [SMALL_STATE(1462)] = 73401, - [SMALL_STATE(1463)] = 73477, - [SMALL_STATE(1464)] = 73543, - [SMALL_STATE(1465)] = 73631, - [SMALL_STATE(1466)] = 73721, - [SMALL_STATE(1467)] = 73793, - [SMALL_STATE(1468)] = 73879, - [SMALL_STATE(1469)] = 73967, - [SMALL_STATE(1470)] = 74037, + [SMALL_STATE(1435)] = 70993, + [SMALL_STATE(1436)] = 71089, + [SMALL_STATE(1437)] = 71159, + [SMALL_STATE(1438)] = 71255, + [SMALL_STATE(1439)] = 71321, + [SMALL_STATE(1440)] = 71401, + [SMALL_STATE(1441)] = 71457, + [SMALL_STATE(1442)] = 71549, + [SMALL_STATE(1443)] = 71645, + [SMALL_STATE(1444)] = 71741, + [SMALL_STATE(1445)] = 71837, + [SMALL_STATE(1446)] = 71933, + [SMALL_STATE(1447)] = 72029, + [SMALL_STATE(1448)] = 72125, + [SMALL_STATE(1449)] = 72181, + [SMALL_STATE(1450)] = 72277, + [SMALL_STATE(1451)] = 72373, + [SMALL_STATE(1452)] = 72469, + [SMALL_STATE(1453)] = 72525, + [SMALL_STATE(1454)] = 72621, + [SMALL_STATE(1455)] = 72717, + [SMALL_STATE(1456)] = 72813, + [SMALL_STATE(1457)] = 72909, + [SMALL_STATE(1458)] = 72997, + [SMALL_STATE(1459)] = 73093, + [SMALL_STATE(1460)] = 73191, + [SMALL_STATE(1461)] = 73287, + [SMALL_STATE(1462)] = 73383, + [SMALL_STATE(1463)] = 73459, + [SMALL_STATE(1464)] = 73515, + [SMALL_STATE(1465)] = 73581, + [SMALL_STATE(1466)] = 73669, + [SMALL_STATE(1467)] = 73741, + [SMALL_STATE(1468)] = 73825, + [SMALL_STATE(1469)] = 73911, + [SMALL_STATE(1470)] = 74007, [SMALL_STATE(1471)] = 74103, [SMALL_STATE(1472)] = 74198, [SMALL_STATE(1473)] = 74293, [SMALL_STATE(1474)] = 74344, - [SMALL_STATE(1475)] = 74437, - [SMALL_STATE(1476)] = 74492, - [SMALL_STATE(1477)] = 74547, - [SMALL_STATE(1478)] = 74640, - [SMALL_STATE(1479)] = 74695, - [SMALL_STATE(1480)] = 74750, - [SMALL_STATE(1481)] = 74801, - [SMALL_STATE(1482)] = 74896, + [SMALL_STATE(1475)] = 74439, + [SMALL_STATE(1476)] = 74532, + [SMALL_STATE(1477)] = 74587, + [SMALL_STATE(1478)] = 74642, + [SMALL_STATE(1479)] = 74737, + [SMALL_STATE(1480)] = 74830, + [SMALL_STATE(1481)] = 74881, + [SMALL_STATE(1482)] = 74936, [SMALL_STATE(1483)] = 74991, [SMALL_STATE(1484)] = 75086, [SMALL_STATE(1485)] = 75181, @@ -146279,10 +146202,10 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1502)] = 76668, [SMALL_STATE(1503)] = 76755, [SMALL_STATE(1504)] = 76842, - [SMALL_STATE(1505)] = 76929, - [SMALL_STATE(1506)] = 77016, - [SMALL_STATE(1507)] = 77103, - [SMALL_STATE(1508)] = 77190, + [SMALL_STATE(1505)] = 76927, + [SMALL_STATE(1506)] = 77014, + [SMALL_STATE(1507)] = 77101, + [SMALL_STATE(1508)] = 77188, [SMALL_STATE(1509)] = 77275, [SMALL_STATE(1510)] = 77362, [SMALL_STATE(1511)] = 77439, @@ -146291,1157 +146214,1157 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1514)] = 77643, [SMALL_STATE(1515)] = 77704, [SMALL_STATE(1516)] = 77769, - [SMALL_STATE(1517)] = 77832, - [SMALL_STATE(1518)] = 77895, - [SMALL_STATE(1519)] = 77960, + [SMALL_STATE(1517)] = 77834, + [SMALL_STATE(1518)] = 77899, + [SMALL_STATE(1519)] = 77962, [SMALL_STATE(1520)] = 78025, - [SMALL_STATE(1521)] = 78090, - [SMALL_STATE(1522)] = 78153, - [SMALL_STATE(1523)] = 78218, - [SMALL_STATE(1524)] = 78283, - [SMALL_STATE(1525)] = 78346, - [SMALL_STATE(1526)] = 78411, - [SMALL_STATE(1527)] = 78474, - [SMALL_STATE(1528)] = 78537, + [SMALL_STATE(1521)] = 78088, + [SMALL_STATE(1522)] = 78151, + [SMALL_STATE(1523)] = 78216, + [SMALL_STATE(1524)] = 78281, + [SMALL_STATE(1525)] = 78344, + [SMALL_STATE(1526)] = 78409, + [SMALL_STATE(1527)] = 78472, + [SMALL_STATE(1528)] = 78535, [SMALL_STATE(1529)] = 78600, [SMALL_STATE(1530)] = 78658, [SMALL_STATE(1531)] = 78716, [SMALL_STATE(1532)] = 78774, [SMALL_STATE(1533)] = 78832, - [SMALL_STATE(1534)] = 78890, - [SMALL_STATE(1535)] = 78948, - [SMALL_STATE(1536)] = 79006, - [SMALL_STATE(1537)] = 79066, - [SMALL_STATE(1538)] = 79123, - [SMALL_STATE(1539)] = 79178, - [SMALL_STATE(1540)] = 79237, + [SMALL_STATE(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)] = 79361, + [SMALL_STATE(1542)] = 79363, [SMALL_STATE(1543)] = 79413, - [SMALL_STATE(1544)] = 79467, + [SMALL_STATE(1544)] = 79465, [SMALL_STATE(1545)] = 79519, [SMALL_STATE(1546)] = 79573, - [SMALL_STATE(1547)] = 79623, - [SMALL_STATE(1548)] = 79685, + [SMALL_STATE(1547)] = 79625, + [SMALL_STATE(1548)] = 79677, [SMALL_STATE(1549)] = 79739, [SMALL_STATE(1550)] = 79795, - [SMALL_STATE(1551)] = 79847, - [SMALL_STATE(1552)] = 79899, - [SMALL_STATE(1553)] = 79961, - [SMALL_STATE(1554)] = 80008, - [SMALL_STATE(1555)] = 80055, - [SMALL_STATE(1556)] = 80102, - [SMALL_STATE(1557)] = 80139, - [SMALL_STATE(1558)] = 80186, - [SMALL_STATE(1559)] = 80233, - [SMALL_STATE(1560)] = 80266, - [SMALL_STATE(1561)] = 80299, - [SMALL_STATE(1562)] = 80346, - [SMALL_STATE(1563)] = 80393, - [SMALL_STATE(1564)] = 80423, - [SMALL_STATE(1565)] = 80453, - [SMALL_STATE(1566)] = 80483, - [SMALL_STATE(1567)] = 80513, - [SMALL_STATE(1568)] = 80543, - [SMALL_STATE(1569)] = 80573, - [SMALL_STATE(1570)] = 80603, - [SMALL_STATE(1571)] = 80633, - [SMALL_STATE(1572)] = 80663, - [SMALL_STATE(1573)] = 80693, - [SMALL_STATE(1574)] = 80723, - [SMALL_STATE(1575)] = 80753, - [SMALL_STATE(1576)] = 80785, - [SMALL_STATE(1577)] = 80815, - [SMALL_STATE(1578)] = 80845, - [SMALL_STATE(1579)] = 80881, - [SMALL_STATE(1580)] = 80915, - [SMALL_STATE(1581)] = 80945, - [SMALL_STATE(1582)] = 80975, - [SMALL_STATE(1583)] = 81005, - [SMALL_STATE(1584)] = 81035, - [SMALL_STATE(1585)] = 81065, - [SMALL_STATE(1586)] = 81095, - [SMALL_STATE(1587)] = 81125, - [SMALL_STATE(1588)] = 81155, - [SMALL_STATE(1589)] = 81185, - [SMALL_STATE(1590)] = 81215, - [SMALL_STATE(1591)] = 81245, - [SMALL_STATE(1592)] = 81275, - [SMALL_STATE(1593)] = 81305, - [SMALL_STATE(1594)] = 81335, - [SMALL_STATE(1595)] = 81365, - [SMALL_STATE(1596)] = 81395, - [SMALL_STATE(1597)] = 81425, - [SMALL_STATE(1598)] = 81455, - [SMALL_STATE(1599)] = 81485, - [SMALL_STATE(1600)] = 81515, - [SMALL_STATE(1601)] = 81545, - [SMALL_STATE(1602)] = 81575, - [SMALL_STATE(1603)] = 81605, - [SMALL_STATE(1604)] = 81635, - [SMALL_STATE(1605)] = 81665, - [SMALL_STATE(1606)] = 81694, - [SMALL_STATE(1607)] = 81743, - [SMALL_STATE(1608)] = 81794, - [SMALL_STATE(1609)] = 81841, - [SMALL_STATE(1610)] = 81886, - [SMALL_STATE(1611)] = 81935, - [SMALL_STATE(1612)] = 81968, - [SMALL_STATE(1613)] = 82017, - [SMALL_STATE(1614)] = 82064, - [SMALL_STATE(1615)] = 82113, - [SMALL_STATE(1616)] = 82164, - [SMALL_STATE(1617)] = 82206, - [SMALL_STATE(1618)] = 82248, - [SMALL_STATE(1619)] = 82290, + [SMALL_STATE(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)] = 82380, - [SMALL_STATE(1622)] = 82428, - [SMALL_STATE(1623)] = 82470, - [SMALL_STATE(1624)] = 82498, - [SMALL_STATE(1625)] = 82540, - [SMALL_STATE(1626)] = 82582, - [SMALL_STATE(1627)] = 82624, - [SMALL_STATE(1628)] = 82666, - [SMALL_STATE(1629)] = 82708, - [SMALL_STATE(1630)] = 82750, - [SMALL_STATE(1631)] = 82792, - [SMALL_STATE(1632)] = 82838, - [SMALL_STATE(1633)] = 82884, - [SMALL_STATE(1634)] = 82926, - [SMALL_STATE(1635)] = 82974, - [SMALL_STATE(1636)] = 83002, - [SMALL_STATE(1637)] = 83050, - [SMALL_STATE(1638)] = 83092, - [SMALL_STATE(1639)] = 83134, - [SMALL_STATE(1640)] = 83162, - [SMALL_STATE(1641)] = 83204, - [SMALL_STATE(1642)] = 83246, - [SMALL_STATE(1643)] = 83288, - [SMALL_STATE(1644)] = 83316, - [SMALL_STATE(1645)] = 83358, - [SMALL_STATE(1646)] = 83400, - [SMALL_STATE(1647)] = 83448, - [SMALL_STATE(1648)] = 83490, - [SMALL_STATE(1649)] = 83518, - [SMALL_STATE(1650)] = 83546, - [SMALL_STATE(1651)] = 83588, - [SMALL_STATE(1652)] = 83636, - [SMALL_STATE(1653)] = 83678, - [SMALL_STATE(1654)] = 83726, - [SMALL_STATE(1655)] = 83768, - [SMALL_STATE(1656)] = 83807, - [SMALL_STATE(1657)] = 83834, - [SMALL_STATE(1658)] = 83861, - [SMALL_STATE(1659)] = 83900, - [SMALL_STATE(1660)] = 83939, - [SMALL_STATE(1661)] = 83978, - [SMALL_STATE(1662)] = 84017, - [SMALL_STATE(1663)] = 84044, - [SMALL_STATE(1664)] = 84071, - [SMALL_STATE(1665)] = 84110, - [SMALL_STATE(1666)] = 84137, - [SMALL_STATE(1667)] = 84164, - [SMALL_STATE(1668)] = 84191, - [SMALL_STATE(1669)] = 84230, - [SMALL_STATE(1670)] = 84269, - [SMALL_STATE(1671)] = 84308, - [SMALL_STATE(1672)] = 84347, - [SMALL_STATE(1673)] = 84386, - [SMALL_STATE(1674)] = 84413, - [SMALL_STATE(1675)] = 84452, - [SMALL_STATE(1676)] = 84491, - [SMALL_STATE(1677)] = 84530, - [SMALL_STATE(1678)] = 84569, - [SMALL_STATE(1679)] = 84608, - [SMALL_STATE(1680)] = 84635, - [SMALL_STATE(1681)] = 84662, - [SMALL_STATE(1682)] = 84689, - [SMALL_STATE(1683)] = 84728, - [SMALL_STATE(1684)] = 84767, - [SMALL_STATE(1685)] = 84808, - [SMALL_STATE(1686)] = 84849, - [SMALL_STATE(1687)] = 84890, - [SMALL_STATE(1688)] = 84931, - [SMALL_STATE(1689)] = 84972, - [SMALL_STATE(1690)] = 85011, - [SMALL_STATE(1691)] = 85052, - [SMALL_STATE(1692)] = 85093, - [SMALL_STATE(1693)] = 85134, - [SMALL_STATE(1694)] = 85175, - [SMALL_STATE(1695)] = 85216, - [SMALL_STATE(1696)] = 85257, - [SMALL_STATE(1697)] = 85298, - [SMALL_STATE(1698)] = 85334, - [SMALL_STATE(1699)] = 85373, - [SMALL_STATE(1700)] = 85412, - [SMALL_STATE(1701)] = 85451, - [SMALL_STATE(1702)] = 85490, - [SMALL_STATE(1703)] = 85526, - [SMALL_STATE(1704)] = 85562, - [SMALL_STATE(1705)] = 85598, - [SMALL_STATE(1706)] = 85634, - [SMALL_STATE(1707)] = 85670, - [SMALL_STATE(1708)] = 85706, - [SMALL_STATE(1709)] = 85742, - [SMALL_STATE(1710)] = 85778, - [SMALL_STATE(1711)] = 85811, - [SMALL_STATE(1712)] = 85842, - [SMALL_STATE(1713)] = 85875, - [SMALL_STATE(1714)] = 85908, - [SMALL_STATE(1715)] = 85941, - [SMALL_STATE(1716)] = 85974, - [SMALL_STATE(1717)] = 86007, - [SMALL_STATE(1718)] = 86040, - [SMALL_STATE(1719)] = 86073, - [SMALL_STATE(1720)] = 86106, - [SMALL_STATE(1721)] = 86137, - [SMALL_STATE(1722)] = 86166, - [SMALL_STATE(1723)] = 86199, - [SMALL_STATE(1724)] = 86232, - [SMALL_STATE(1725)] = 86265, - [SMALL_STATE(1726)] = 86298, - [SMALL_STATE(1727)] = 86331, - [SMALL_STATE(1728)] = 86364, - [SMALL_STATE(1729)] = 86397, - [SMALL_STATE(1730)] = 86430, - [SMALL_STATE(1731)] = 86463, - [SMALL_STATE(1732)] = 86496, - [SMALL_STATE(1733)] = 86529, - [SMALL_STATE(1734)] = 86563, - [SMALL_STATE(1735)] = 86597, - [SMALL_STATE(1736)] = 86626, - [SMALL_STATE(1737)] = 86655, - [SMALL_STATE(1738)] = 86674, - [SMALL_STATE(1739)] = 86697, - [SMALL_STATE(1740)] = 86726, - [SMALL_STATE(1741)] = 86755, - [SMALL_STATE(1742)] = 86784, - [SMALL_STATE(1743)] = 86803, - [SMALL_STATE(1744)] = 86834, - [SMALL_STATE(1745)] = 86863, - [SMALL_STATE(1746)] = 86892, - [SMALL_STATE(1747)] = 86911, - [SMALL_STATE(1748)] = 86940, - [SMALL_STATE(1749)] = 86969, - [SMALL_STATE(1750)] = 87000, - [SMALL_STATE(1751)] = 87029, - [SMALL_STATE(1752)] = 87048, - [SMALL_STATE(1753)] = 87077, - [SMALL_STATE(1754)] = 87098, - [SMALL_STATE(1755)] = 87127, - [SMALL_STATE(1756)] = 87146, - [SMALL_STATE(1757)] = 87177, - [SMALL_STATE(1758)] = 87206, - [SMALL_STATE(1759)] = 87231, - [SMALL_STATE(1760)] = 87256, - [SMALL_STATE(1761)] = 87285, - [SMALL_STATE(1762)] = 87314, - [SMALL_STATE(1763)] = 87335, - [SMALL_STATE(1764)] = 87364, - [SMALL_STATE(1765)] = 87393, - [SMALL_STATE(1766)] = 87424, - [SMALL_STATE(1767)] = 87453, - [SMALL_STATE(1768)] = 87472, - [SMALL_STATE(1769)] = 87501, - [SMALL_STATE(1770)] = 87530, - [SMALL_STATE(1771)] = 87548, - [SMALL_STATE(1772)] = 87574, - [SMALL_STATE(1773)] = 87592, - [SMALL_STATE(1774)] = 87610, - [SMALL_STATE(1775)] = 87628, - [SMALL_STATE(1776)] = 87646, - [SMALL_STATE(1777)] = 87664, - [SMALL_STATE(1778)] = 87682, - [SMALL_STATE(1779)] = 87700, - [SMALL_STATE(1780)] = 87722, - [SMALL_STATE(1781)] = 87748, - [SMALL_STATE(1782)] = 87774, - [SMALL_STATE(1783)] = 87798, - [SMALL_STATE(1784)] = 87824, - [SMALL_STATE(1785)] = 87842, - [SMALL_STATE(1786)] = 87862, - [SMALL_STATE(1787)] = 87880, - [SMALL_STATE(1788)] = 87898, - [SMALL_STATE(1789)] = 87924, - [SMALL_STATE(1790)] = 87950, - [SMALL_STATE(1791)] = 87976, - [SMALL_STATE(1792)] = 87994, - [SMALL_STATE(1793)] = 88012, - [SMALL_STATE(1794)] = 88030, - [SMALL_STATE(1795)] = 88048, - [SMALL_STATE(1796)] = 88066, - [SMALL_STATE(1797)] = 88084, - [SMALL_STATE(1798)] = 88102, - [SMALL_STATE(1799)] = 88128, - [SMALL_STATE(1800)] = 88146, - [SMALL_STATE(1801)] = 88170, - [SMALL_STATE(1802)] = 88188, - [SMALL_STATE(1803)] = 88206, - [SMALL_STATE(1804)] = 88232, - [SMALL_STATE(1805)] = 88258, - [SMALL_STATE(1806)] = 88276, - [SMALL_STATE(1807)] = 88294, - [SMALL_STATE(1808)] = 88320, - [SMALL_STATE(1809)] = 88348, - [SMALL_STATE(1810)] = 88366, - [SMALL_STATE(1811)] = 88392, - [SMALL_STATE(1812)] = 88418, - [SMALL_STATE(1813)] = 88444, - [SMALL_STATE(1814)] = 88470, - [SMALL_STATE(1815)] = 88496, - [SMALL_STATE(1816)] = 88514, - [SMALL_STATE(1817)] = 88532, - [SMALL_STATE(1818)] = 88558, - [SMALL_STATE(1819)] = 88576, - [SMALL_STATE(1820)] = 88594, - [SMALL_STATE(1821)] = 88612, - [SMALL_STATE(1822)] = 88638, - [SMALL_STATE(1823)] = 88664, - [SMALL_STATE(1824)] = 88688, - [SMALL_STATE(1825)] = 88714, - [SMALL_STATE(1826)] = 88732, - [SMALL_STATE(1827)] = 88750, - [SMALL_STATE(1828)] = 88776, - [SMALL_STATE(1829)] = 88802, - [SMALL_STATE(1830)] = 88820, - [SMALL_STATE(1831)] = 88846, - [SMALL_STATE(1832)] = 88866, - [SMALL_STATE(1833)] = 88892, - [SMALL_STATE(1834)] = 88910, - [SMALL_STATE(1835)] = 88938, - [SMALL_STATE(1836)] = 88956, - [SMALL_STATE(1837)] = 88982, - [SMALL_STATE(1838)] = 89008, - [SMALL_STATE(1839)] = 89034, - [SMALL_STATE(1840)] = 89060, - [SMALL_STATE(1841)] = 89077, - [SMALL_STATE(1842)] = 89102, - [SMALL_STATE(1843)] = 89127, - [SMALL_STATE(1844)] = 89152, - [SMALL_STATE(1845)] = 89177, - [SMALL_STATE(1846)] = 89194, - [SMALL_STATE(1847)] = 89219, - [SMALL_STATE(1848)] = 89244, - [SMALL_STATE(1849)] = 89269, - [SMALL_STATE(1850)] = 89294, - [SMALL_STATE(1851)] = 89311, - [SMALL_STATE(1852)] = 89336, - [SMALL_STATE(1853)] = 89357, - [SMALL_STATE(1854)] = 89378, - [SMALL_STATE(1855)] = 89403, - [SMALL_STATE(1856)] = 89428, - [SMALL_STATE(1857)] = 89445, - [SMALL_STATE(1858)] = 89470, - [SMALL_STATE(1859)] = 89495, - [SMALL_STATE(1860)] = 89520, - [SMALL_STATE(1861)] = 89541, - [SMALL_STATE(1862)] = 89566, - [SMALL_STATE(1863)] = 89591, - [SMALL_STATE(1864)] = 89616, - [SMALL_STATE(1865)] = 89641, - [SMALL_STATE(1866)] = 89666, - [SMALL_STATE(1867)] = 89683, - [SMALL_STATE(1868)] = 89708, - [SMALL_STATE(1869)] = 89725, - [SMALL_STATE(1870)] = 89750, - [SMALL_STATE(1871)] = 89775, - [SMALL_STATE(1872)] = 89800, - [SMALL_STATE(1873)] = 89817, - [SMALL_STATE(1874)] = 89842, - [SMALL_STATE(1875)] = 89863, - [SMALL_STATE(1876)] = 89882, - [SMALL_STATE(1877)] = 89905, - [SMALL_STATE(1878)] = 89922, - [SMALL_STATE(1879)] = 89939, - [SMALL_STATE(1880)] = 89956, - [SMALL_STATE(1881)] = 89973, - [SMALL_STATE(1882)] = 89990, - [SMALL_STATE(1883)] = 90007, - [SMALL_STATE(1884)] = 90032, - [SMALL_STATE(1885)] = 90057, - [SMALL_STATE(1886)] = 90074, - [SMALL_STATE(1887)] = 90099, - [SMALL_STATE(1888)] = 90116, - [SMALL_STATE(1889)] = 90133, - [SMALL_STATE(1890)] = 90158, - [SMALL_STATE(1891)] = 90183, - [SMALL_STATE(1892)] = 90200, - [SMALL_STATE(1893)] = 90217, - [SMALL_STATE(1894)] = 90242, - [SMALL_STATE(1895)] = 90259, - [SMALL_STATE(1896)] = 90278, - [SMALL_STATE(1897)] = 90295, - [SMALL_STATE(1898)] = 90320, - [SMALL_STATE(1899)] = 90345, - [SMALL_STATE(1900)] = 90364, - [SMALL_STATE(1901)] = 90389, - [SMALL_STATE(1902)] = 90411, - [SMALL_STATE(1903)] = 90431, - [SMALL_STATE(1904)] = 90453, - [SMALL_STATE(1905)] = 90475, - [SMALL_STATE(1906)] = 90495, - [SMALL_STATE(1907)] = 90515, - [SMALL_STATE(1908)] = 90537, - [SMALL_STATE(1909)] = 90557, - [SMALL_STATE(1910)] = 90579, - [SMALL_STATE(1911)] = 90601, - [SMALL_STATE(1912)] = 90623, - [SMALL_STATE(1913)] = 90639, - [SMALL_STATE(1914)] = 90661, - [SMALL_STATE(1915)] = 90681, - [SMALL_STATE(1916)] = 90703, - [SMALL_STATE(1917)] = 90719, - [SMALL_STATE(1918)] = 90735, - [SMALL_STATE(1919)] = 90753, - [SMALL_STATE(1920)] = 90775, - [SMALL_STATE(1921)] = 90797, - [SMALL_STATE(1922)] = 90819, - [SMALL_STATE(1923)] = 90835, - [SMALL_STATE(1924)] = 90855, - [SMALL_STATE(1925)] = 90877, - [SMALL_STATE(1926)] = 90897, - [SMALL_STATE(1927)] = 90919, - [SMALL_STATE(1928)] = 90939, - [SMALL_STATE(1929)] = 90961, - [SMALL_STATE(1930)] = 90981, - [SMALL_STATE(1931)] = 91001, - [SMALL_STATE(1932)] = 91021, - [SMALL_STATE(1933)] = 91043, + [SMALL_STATE(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)] = 91085, - [SMALL_STATE(1936)] = 91107, + [SMALL_STATE(1935)] = 91081, + [SMALL_STATE(1936)] = 91103, [SMALL_STATE(1937)] = 91125, - [SMALL_STATE(1938)] = 91145, - [SMALL_STATE(1939)] = 91165, - [SMALL_STATE(1940)] = 91185, - [SMALL_STATE(1941)] = 91201, - [SMALL_STATE(1942)] = 91223, - [SMALL_STATE(1943)] = 91243, + [SMALL_STATE(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)] = 91285, - [SMALL_STATE(1946)] = 91307, + [SMALL_STATE(1945)] = 91287, + [SMALL_STATE(1946)] = 91309, [SMALL_STATE(1947)] = 91329, [SMALL_STATE(1948)] = 91345, [SMALL_STATE(1949)] = 91367, - [SMALL_STATE(1950)] = 91383, - [SMALL_STATE(1951)] = 91403, + [SMALL_STATE(1950)] = 91389, + [SMALL_STATE(1951)] = 91405, [SMALL_STATE(1952)] = 91425, - [SMALL_STATE(1953)] = 91445, - [SMALL_STATE(1954)] = 91467, - [SMALL_STATE(1955)] = 91489, - [SMALL_STATE(1956)] = 91511, - [SMALL_STATE(1957)] = 91531, - [SMALL_STATE(1958)] = 91553, - [SMALL_STATE(1959)] = 91573, - [SMALL_STATE(1960)] = 91595, + [SMALL_STATE(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)] = 91633, - [SMALL_STATE(1963)] = 91653, - [SMALL_STATE(1964)] = 91675, - [SMALL_STATE(1965)] = 91695, - [SMALL_STATE(1966)] = 91715, + [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)] = 91755, - [SMALL_STATE(1969)] = 91777, - [SMALL_STATE(1970)] = 91799, - [SMALL_STATE(1971)] = 91819, - [SMALL_STATE(1972)] = 91839, + [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)] = 91895, - [SMALL_STATE(1976)] = 91915, - [SMALL_STATE(1977)] = 91935, - [SMALL_STATE(1978)] = 91957, - [SMALL_STATE(1979)] = 91979, + [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)] = 92041, + [SMALL_STATE(1982)] = 92043, [SMALL_STATE(1983)] = 92063, - [SMALL_STATE(1984)] = 92081, - [SMALL_STATE(1985)] = 92101, - [SMALL_STATE(1986)] = 92121, - [SMALL_STATE(1987)] = 92143, - [SMALL_STATE(1988)] = 92163, - [SMALL_STATE(1989)] = 92183, - [SMALL_STATE(1990)] = 92203, - [SMALL_STATE(1991)] = 92223, - [SMALL_STATE(1992)] = 92243, - [SMALL_STATE(1993)] = 92263, - [SMALL_STATE(1994)] = 92279, - [SMALL_STATE(1995)] = 92301, - [SMALL_STATE(1996)] = 92323, - [SMALL_STATE(1997)] = 92341, - [SMALL_STATE(1998)] = 92363, - [SMALL_STATE(1999)] = 92385, - [SMALL_STATE(2000)] = 92405, - [SMALL_STATE(2001)] = 92427, - [SMALL_STATE(2002)] = 92447, + [SMALL_STATE(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)] = 92509, - [SMALL_STATE(2006)] = 92529, - [SMALL_STATE(2007)] = 92551, - [SMALL_STATE(2008)] = 92573, - [SMALL_STATE(2009)] = 92595, - [SMALL_STATE(2010)] = 92615, - [SMALL_STATE(2011)] = 92635, - [SMALL_STATE(2012)] = 92657, - [SMALL_STATE(2013)] = 92679, - [SMALL_STATE(2014)] = 92701, - [SMALL_STATE(2015)] = 92723, - [SMALL_STATE(2016)] = 92745, - [SMALL_STATE(2017)] = 92765, - [SMALL_STATE(2018)] = 92781, - [SMALL_STATE(2019)] = 92803, - [SMALL_STATE(2020)] = 92823, - [SMALL_STATE(2021)] = 92843, - [SMALL_STATE(2022)] = 92865, - [SMALL_STATE(2023)] = 92887, - [SMALL_STATE(2024)] = 92907, - [SMALL_STATE(2025)] = 92927, - [SMALL_STATE(2026)] = 92949, - [SMALL_STATE(2027)] = 92971, - [SMALL_STATE(2028)] = 92993, - [SMALL_STATE(2029)] = 93015, - [SMALL_STATE(2030)] = 93033, + [SMALL_STATE(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)] = 93091, - [SMALL_STATE(2034)] = 93113, - [SMALL_STATE(2035)] = 93135, - [SMALL_STATE(2036)] = 93155, - [SMALL_STATE(2037)] = 93175, - [SMALL_STATE(2038)] = 93197, - [SMALL_STATE(2039)] = 93219, - [SMALL_STATE(2040)] = 93241, - [SMALL_STATE(2041)] = 93263, - [SMALL_STATE(2042)] = 93285, - [SMALL_STATE(2043)] = 93305, - [SMALL_STATE(2044)] = 93325, - [SMALL_STATE(2045)] = 93345, - [SMALL_STATE(2046)] = 93364, - [SMALL_STATE(2047)] = 93383, - [SMALL_STATE(2048)] = 93402, - [SMALL_STATE(2049)] = 93421, - [SMALL_STATE(2050)] = 93440, - [SMALL_STATE(2051)] = 93459, - [SMALL_STATE(2052)] = 93478, - [SMALL_STATE(2053)] = 93497, - [SMALL_STATE(2054)] = 93516, - [SMALL_STATE(2055)] = 93531, - [SMALL_STATE(2056)] = 93548, - [SMALL_STATE(2057)] = 93565, - [SMALL_STATE(2058)] = 93584, - [SMALL_STATE(2059)] = 93599, - [SMALL_STATE(2060)] = 93616, - [SMALL_STATE(2061)] = 93631, - [SMALL_STATE(2062)] = 93648, - [SMALL_STATE(2063)] = 93667, - [SMALL_STATE(2064)] = 93686, - [SMALL_STATE(2065)] = 93705, - [SMALL_STATE(2066)] = 93722, - [SMALL_STATE(2067)] = 93741, - [SMALL_STATE(2068)] = 93760, - [SMALL_STATE(2069)] = 93779, - [SMALL_STATE(2070)] = 93798, - [SMALL_STATE(2071)] = 93813, - [SMALL_STATE(2072)] = 93832, - [SMALL_STATE(2073)] = 93847, - [SMALL_STATE(2074)] = 93866, - [SMALL_STATE(2075)] = 93885, - [SMALL_STATE(2076)] = 93904, - [SMALL_STATE(2077)] = 93923, - [SMALL_STATE(2078)] = 93942, - [SMALL_STATE(2079)] = 93961, - [SMALL_STATE(2080)] = 93980, - [SMALL_STATE(2081)] = 93999, - [SMALL_STATE(2082)] = 94014, - [SMALL_STATE(2083)] = 94033, - [SMALL_STATE(2084)] = 94052, - [SMALL_STATE(2085)] = 94071, - [SMALL_STATE(2086)] = 94090, - [SMALL_STATE(2087)] = 94109, - [SMALL_STATE(2088)] = 94128, - [SMALL_STATE(2089)] = 94147, - [SMALL_STATE(2090)] = 94166, - [SMALL_STATE(2091)] = 94183, - [SMALL_STATE(2092)] = 94202, - [SMALL_STATE(2093)] = 94217, - [SMALL_STATE(2094)] = 94234, - [SMALL_STATE(2095)] = 94253, - [SMALL_STATE(2096)] = 94272, - [SMALL_STATE(2097)] = 94291, - [SMALL_STATE(2098)] = 94310, - [SMALL_STATE(2099)] = 94327, - [SMALL_STATE(2100)] = 94346, - [SMALL_STATE(2101)] = 94365, - [SMALL_STATE(2102)] = 94384, - [SMALL_STATE(2103)] = 94401, - [SMALL_STATE(2104)] = 94418, - [SMALL_STATE(2105)] = 94435, - [SMALL_STATE(2106)] = 94454, - [SMALL_STATE(2107)] = 94473, - [SMALL_STATE(2108)] = 94492, - [SMALL_STATE(2109)] = 94511, - [SMALL_STATE(2110)] = 94530, - [SMALL_STATE(2111)] = 94547, - [SMALL_STATE(2112)] = 94562, - [SMALL_STATE(2113)] = 94577, - [SMALL_STATE(2114)] = 94596, - [SMALL_STATE(2115)] = 94613, - [SMALL_STATE(2116)] = 94632, - [SMALL_STATE(2117)] = 94651, - [SMALL_STATE(2118)] = 94670, - [SMALL_STATE(2119)] = 94689, - [SMALL_STATE(2120)] = 94708, - [SMALL_STATE(2121)] = 94727, - [SMALL_STATE(2122)] = 94744, - [SMALL_STATE(2123)] = 94763, - [SMALL_STATE(2124)] = 94782, - [SMALL_STATE(2125)] = 94801, - [SMALL_STATE(2126)] = 94820, - [SMALL_STATE(2127)] = 94839, - [SMALL_STATE(2128)] = 94856, - [SMALL_STATE(2129)] = 94875, - [SMALL_STATE(2130)] = 94894, - [SMALL_STATE(2131)] = 94909, - [SMALL_STATE(2132)] = 94928, - [SMALL_STATE(2133)] = 94947, - [SMALL_STATE(2134)] = 94966, - [SMALL_STATE(2135)] = 94985, - [SMALL_STATE(2136)] = 95004, - [SMALL_STATE(2137)] = 95023, - [SMALL_STATE(2138)] = 95042, - [SMALL_STATE(2139)] = 95061, - [SMALL_STATE(2140)] = 95076, - [SMALL_STATE(2141)] = 95095, - [SMALL_STATE(2142)] = 95114, - [SMALL_STATE(2143)] = 95133, - [SMALL_STATE(2144)] = 95152, - [SMALL_STATE(2145)] = 95171, - [SMALL_STATE(2146)] = 95190, - [SMALL_STATE(2147)] = 95209, - [SMALL_STATE(2148)] = 95228, - [SMALL_STATE(2149)] = 95243, - [SMALL_STATE(2150)] = 95262, - [SMALL_STATE(2151)] = 95281, - [SMALL_STATE(2152)] = 95300, - [SMALL_STATE(2153)] = 95317, - [SMALL_STATE(2154)] = 95334, - [SMALL_STATE(2155)] = 95349, - [SMALL_STATE(2156)] = 95368, - [SMALL_STATE(2157)] = 95387, - [SMALL_STATE(2158)] = 95404, - [SMALL_STATE(2159)] = 95421, - [SMALL_STATE(2160)] = 95438, - [SMALL_STATE(2161)] = 95457, - [SMALL_STATE(2162)] = 95472, - [SMALL_STATE(2163)] = 95491, - [SMALL_STATE(2164)] = 95506, - [SMALL_STATE(2165)] = 95525, - [SMALL_STATE(2166)] = 95542, - [SMALL_STATE(2167)] = 95559, - [SMALL_STATE(2168)] = 95574, - [SMALL_STATE(2169)] = 95593, - [SMALL_STATE(2170)] = 95612, - [SMALL_STATE(2171)] = 95629, - [SMALL_STATE(2172)] = 95648, - [SMALL_STATE(2173)] = 95667, - [SMALL_STATE(2174)] = 95684, - [SMALL_STATE(2175)] = 95703, - [SMALL_STATE(2176)] = 95722, - [SMALL_STATE(2177)] = 95739, - [SMALL_STATE(2178)] = 95754, - [SMALL_STATE(2179)] = 95773, - [SMALL_STATE(2180)] = 95792, - [SMALL_STATE(2181)] = 95809, - [SMALL_STATE(2182)] = 95828, - [SMALL_STATE(2183)] = 95843, - [SMALL_STATE(2184)] = 95862, - [SMALL_STATE(2185)] = 95877, - [SMALL_STATE(2186)] = 95896, - [SMALL_STATE(2187)] = 95915, - [SMALL_STATE(2188)] = 95934, - [SMALL_STATE(2189)] = 95953, - [SMALL_STATE(2190)] = 95970, - [SMALL_STATE(2191)] = 95989, - [SMALL_STATE(2192)] = 96006, - [SMALL_STATE(2193)] = 96025, - [SMALL_STATE(2194)] = 96044, - [SMALL_STATE(2195)] = 96059, - [SMALL_STATE(2196)] = 96078, - [SMALL_STATE(2197)] = 96093, - [SMALL_STATE(2198)] = 96110, - [SMALL_STATE(2199)] = 96129, - [SMALL_STATE(2200)] = 96148, - [SMALL_STATE(2201)] = 96164, - [SMALL_STATE(2202)] = 96180, - [SMALL_STATE(2203)] = 96196, - [SMALL_STATE(2204)] = 96212, - [SMALL_STATE(2205)] = 96228, - [SMALL_STATE(2206)] = 96244, - [SMALL_STATE(2207)] = 96260, - [SMALL_STATE(2208)] = 96276, - [SMALL_STATE(2209)] = 96292, - [SMALL_STATE(2210)] = 96308, - [SMALL_STATE(2211)] = 96324, - [SMALL_STATE(2212)] = 96340, - [SMALL_STATE(2213)] = 96356, - [SMALL_STATE(2214)] = 96372, - [SMALL_STATE(2215)] = 96388, - [SMALL_STATE(2216)] = 96404, - [SMALL_STATE(2217)] = 96418, - [SMALL_STATE(2218)] = 96432, - [SMALL_STATE(2219)] = 96448, - [SMALL_STATE(2220)] = 96464, - [SMALL_STATE(2221)] = 96480, - [SMALL_STATE(2222)] = 96496, - [SMALL_STATE(2223)] = 96512, - [SMALL_STATE(2224)] = 96526, - [SMALL_STATE(2225)] = 96542, - [SMALL_STATE(2226)] = 96558, - [SMALL_STATE(2227)] = 96572, - [SMALL_STATE(2228)] = 96586, - [SMALL_STATE(2229)] = 96602, - [SMALL_STATE(2230)] = 96616, - [SMALL_STATE(2231)] = 96632, - [SMALL_STATE(2232)] = 96648, - [SMALL_STATE(2233)] = 96664, - [SMALL_STATE(2234)] = 96680, - [SMALL_STATE(2235)] = 96696, - [SMALL_STATE(2236)] = 96712, - [SMALL_STATE(2237)] = 96726, - [SMALL_STATE(2238)] = 96740, - [SMALL_STATE(2239)] = 96756, - [SMALL_STATE(2240)] = 96772, - [SMALL_STATE(2241)] = 96788, - [SMALL_STATE(2242)] = 96802, - [SMALL_STATE(2243)] = 96818, - [SMALL_STATE(2244)] = 96832, - [SMALL_STATE(2245)] = 96846, - [SMALL_STATE(2246)] = 96860, - [SMALL_STATE(2247)] = 96874, - [SMALL_STATE(2248)] = 96888, - [SMALL_STATE(2249)] = 96904, - [SMALL_STATE(2250)] = 96918, - [SMALL_STATE(2251)] = 96934, - [SMALL_STATE(2252)] = 96950, - [SMALL_STATE(2253)] = 96964, - [SMALL_STATE(2254)] = 96980, - [SMALL_STATE(2255)] = 96996, - [SMALL_STATE(2256)] = 97010, - [SMALL_STATE(2257)] = 97026, - [SMALL_STATE(2258)] = 97042, - [SMALL_STATE(2259)] = 97058, - [SMALL_STATE(2260)] = 97074, - [SMALL_STATE(2261)] = 97088, - [SMALL_STATE(2262)] = 97102, - [SMALL_STATE(2263)] = 97116, - [SMALL_STATE(2264)] = 97130, - [SMALL_STATE(2265)] = 97144, - [SMALL_STATE(2266)] = 97158, - [SMALL_STATE(2267)] = 97172, - [SMALL_STATE(2268)] = 97188, - [SMALL_STATE(2269)] = 97204, - [SMALL_STATE(2270)] = 97220, - [SMALL_STATE(2271)] = 97236, - [SMALL_STATE(2272)] = 97250, - [SMALL_STATE(2273)] = 97264, - [SMALL_STATE(2274)] = 97278, - [SMALL_STATE(2275)] = 97292, - [SMALL_STATE(2276)] = 97308, - [SMALL_STATE(2277)] = 97322, - [SMALL_STATE(2278)] = 97336, - [SMALL_STATE(2279)] = 97352, - [SMALL_STATE(2280)] = 97368, - [SMALL_STATE(2281)] = 97384, - [SMALL_STATE(2282)] = 97398, - [SMALL_STATE(2283)] = 97414, - [SMALL_STATE(2284)] = 97430, - [SMALL_STATE(2285)] = 97444, - [SMALL_STATE(2286)] = 97460, - [SMALL_STATE(2287)] = 97476, - [SMALL_STATE(2288)] = 97492, - [SMALL_STATE(2289)] = 97508, - [SMALL_STATE(2290)] = 97524, - [SMALL_STATE(2291)] = 97538, - [SMALL_STATE(2292)] = 97552, - [SMALL_STATE(2293)] = 97568, - [SMALL_STATE(2294)] = 97584, - [SMALL_STATE(2295)] = 97600, - [SMALL_STATE(2296)] = 97614, - [SMALL_STATE(2297)] = 97630, - [SMALL_STATE(2298)] = 97646, - [SMALL_STATE(2299)] = 97662, - [SMALL_STATE(2300)] = 97678, - [SMALL_STATE(2301)] = 97694, - [SMALL_STATE(2302)] = 97710, - [SMALL_STATE(2303)] = 97724, - [SMALL_STATE(2304)] = 97740, - [SMALL_STATE(2305)] = 97756, - [SMALL_STATE(2306)] = 97770, - [SMALL_STATE(2307)] = 97784, - [SMALL_STATE(2308)] = 97800, - [SMALL_STATE(2309)] = 97816, - [SMALL_STATE(2310)] = 97832, - [SMALL_STATE(2311)] = 97846, - [SMALL_STATE(2312)] = 97862, - [SMALL_STATE(2313)] = 97878, - [SMALL_STATE(2314)] = 97894, - [SMALL_STATE(2315)] = 97910, - [SMALL_STATE(2316)] = 97926, - [SMALL_STATE(2317)] = 97942, - [SMALL_STATE(2318)] = 97956, - [SMALL_STATE(2319)] = 97972, - [SMALL_STATE(2320)] = 97988, - [SMALL_STATE(2321)] = 98004, - [SMALL_STATE(2322)] = 98020, - [SMALL_STATE(2323)] = 98036, - [SMALL_STATE(2324)] = 98052, - [SMALL_STATE(2325)] = 98068, - [SMALL_STATE(2326)] = 98084, - [SMALL_STATE(2327)] = 98100, - [SMALL_STATE(2328)] = 98116, - [SMALL_STATE(2329)] = 98132, - [SMALL_STATE(2330)] = 98148, - [SMALL_STATE(2331)] = 98164, - [SMALL_STATE(2332)] = 98180, - [SMALL_STATE(2333)] = 98196, - [SMALL_STATE(2334)] = 98212, - [SMALL_STATE(2335)] = 98228, - [SMALL_STATE(2336)] = 98242, - [SMALL_STATE(2337)] = 98258, - [SMALL_STATE(2338)] = 98274, - [SMALL_STATE(2339)] = 98290, - [SMALL_STATE(2340)] = 98306, - [SMALL_STATE(2341)] = 98322, - [SMALL_STATE(2342)] = 98338, - [SMALL_STATE(2343)] = 98352, - [SMALL_STATE(2344)] = 98368, - [SMALL_STATE(2345)] = 98384, - [SMALL_STATE(2346)] = 98398, - [SMALL_STATE(2347)] = 98414, - [SMALL_STATE(2348)] = 98430, - [SMALL_STATE(2349)] = 98446, + [SMALL_STATE(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)] = 98540, - [SMALL_STATE(2356)] = 98556, - [SMALL_STATE(2357)] = 98572, - [SMALL_STATE(2358)] = 98588, - [SMALL_STATE(2359)] = 98604, - [SMALL_STATE(2360)] = 98620, + [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)] = 98650, - [SMALL_STATE(2363)] = 98666, - [SMALL_STATE(2364)] = 98682, - [SMALL_STATE(2365)] = 98696, + [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)] = 98754, - [SMALL_STATE(2370)] = 98770, - [SMALL_STATE(2371)] = 98786, - [SMALL_STATE(2372)] = 98802, - [SMALL_STATE(2373)] = 98818, - [SMALL_STATE(2374)] = 98834, - [SMALL_STATE(2375)] = 98850, - [SMALL_STATE(2376)] = 98866, - [SMALL_STATE(2377)] = 98882, - [SMALL_STATE(2378)] = 98898, - [SMALL_STATE(2379)] = 98914, - [SMALL_STATE(2380)] = 98928, - [SMALL_STATE(2381)] = 98944, - [SMALL_STATE(2382)] = 98960, - [SMALL_STATE(2383)] = 98974, - [SMALL_STATE(2384)] = 98988, - [SMALL_STATE(2385)] = 99002, - [SMALL_STATE(2386)] = 99016, - [SMALL_STATE(2387)] = 99030, - [SMALL_STATE(2388)] = 99044, - [SMALL_STATE(2389)] = 99060, - [SMALL_STATE(2390)] = 99076, - [SMALL_STATE(2391)] = 99092, - [SMALL_STATE(2392)] = 99106, - [SMALL_STATE(2393)] = 99122, - [SMALL_STATE(2394)] = 99138, - [SMALL_STATE(2395)] = 99154, - [SMALL_STATE(2396)] = 99170, - [SMALL_STATE(2397)] = 99184, - [SMALL_STATE(2398)] = 99198, - [SMALL_STATE(2399)] = 99212, - [SMALL_STATE(2400)] = 99226, - [SMALL_STATE(2401)] = 99242, - [SMALL_STATE(2402)] = 99258, - [SMALL_STATE(2403)] = 99274, - [SMALL_STATE(2404)] = 99288, - [SMALL_STATE(2405)] = 99304, - [SMALL_STATE(2406)] = 99320, - [SMALL_STATE(2407)] = 99336, - [SMALL_STATE(2408)] = 99352, - [SMALL_STATE(2409)] = 99368, - [SMALL_STATE(2410)] = 99384, - [SMALL_STATE(2411)] = 99400, - [SMALL_STATE(2412)] = 99414, - [SMALL_STATE(2413)] = 99428, - [SMALL_STATE(2414)] = 99444, - [SMALL_STATE(2415)] = 99460, - [SMALL_STATE(2416)] = 99476, - [SMALL_STATE(2417)] = 99490, - [SMALL_STATE(2418)] = 99506, - [SMALL_STATE(2419)] = 99520, - [SMALL_STATE(2420)] = 99536, - [SMALL_STATE(2421)] = 99552, - [SMALL_STATE(2422)] = 99568, - [SMALL_STATE(2423)] = 99584, - [SMALL_STATE(2424)] = 99600, - [SMALL_STATE(2425)] = 99616, - [SMALL_STATE(2426)] = 99632, - [SMALL_STATE(2427)] = 99648, - [SMALL_STATE(2428)] = 99664, - [SMALL_STATE(2429)] = 99680, - [SMALL_STATE(2430)] = 99696, - [SMALL_STATE(2431)] = 99712, - [SMALL_STATE(2432)] = 99728, - [SMALL_STATE(2433)] = 99744, - [SMALL_STATE(2434)] = 99760, - [SMALL_STATE(2435)] = 99776, - [SMALL_STATE(2436)] = 99792, - [SMALL_STATE(2437)] = 99806, - [SMALL_STATE(2438)] = 99822, - [SMALL_STATE(2439)] = 99838, - [SMALL_STATE(2440)] = 99854, - [SMALL_STATE(2441)] = 99870, - [SMALL_STATE(2442)] = 99886, - [SMALL_STATE(2443)] = 99902, - [SMALL_STATE(2444)] = 99918, - [SMALL_STATE(2445)] = 99932, - [SMALL_STATE(2446)] = 99948, - [SMALL_STATE(2447)] = 99964, - [SMALL_STATE(2448)] = 99980, - [SMALL_STATE(2449)] = 99996, - [SMALL_STATE(2450)] = 100012, - [SMALL_STATE(2451)] = 100028, - [SMALL_STATE(2452)] = 100044, - [SMALL_STATE(2453)] = 100060, - [SMALL_STATE(2454)] = 100074, - [SMALL_STATE(2455)] = 100088, - [SMALL_STATE(2456)] = 100104, - [SMALL_STATE(2457)] = 100120, - [SMALL_STATE(2458)] = 100136, - [SMALL_STATE(2459)] = 100150, - [SMALL_STATE(2460)] = 100166, - [SMALL_STATE(2461)] = 100182, - [SMALL_STATE(2462)] = 100198, - [SMALL_STATE(2463)] = 100212, - [SMALL_STATE(2464)] = 100228, - [SMALL_STATE(2465)] = 100244, - [SMALL_STATE(2466)] = 100260, - [SMALL_STATE(2467)] = 100274, - [SMALL_STATE(2468)] = 100288, - [SMALL_STATE(2469)] = 100302, - [SMALL_STATE(2470)] = 100316, - [SMALL_STATE(2471)] = 100330, - [SMALL_STATE(2472)] = 100344, - [SMALL_STATE(2473)] = 100360, - [SMALL_STATE(2474)] = 100376, - [SMALL_STATE(2475)] = 100392, - [SMALL_STATE(2476)] = 100408, - [SMALL_STATE(2477)] = 100424, - [SMALL_STATE(2478)] = 100438, - [SMALL_STATE(2479)] = 100452, - [SMALL_STATE(2480)] = 100466, - [SMALL_STATE(2481)] = 100480, - [SMALL_STATE(2482)] = 100496, - [SMALL_STATE(2483)] = 100512, - [SMALL_STATE(2484)] = 100528, - [SMALL_STATE(2485)] = 100542, - [SMALL_STATE(2486)] = 100556, - [SMALL_STATE(2487)] = 100572, - [SMALL_STATE(2488)] = 100588, - [SMALL_STATE(2489)] = 100604, - [SMALL_STATE(2490)] = 100620, - [SMALL_STATE(2491)] = 100636, - [SMALL_STATE(2492)] = 100650, - [SMALL_STATE(2493)] = 100664, - [SMALL_STATE(2494)] = 100678, - [SMALL_STATE(2495)] = 100692, - [SMALL_STATE(2496)] = 100706, - [SMALL_STATE(2497)] = 100720, - [SMALL_STATE(2498)] = 100736, - [SMALL_STATE(2499)] = 100750, - [SMALL_STATE(2500)] = 100766, - [SMALL_STATE(2501)] = 100782, - [SMALL_STATE(2502)] = 100796, - [SMALL_STATE(2503)] = 100812, - [SMALL_STATE(2504)] = 100826, - [SMALL_STATE(2505)] = 100840, - [SMALL_STATE(2506)] = 100856, - [SMALL_STATE(2507)] = 100872, - [SMALL_STATE(2508)] = 100886, - [SMALL_STATE(2509)] = 100902, - [SMALL_STATE(2510)] = 100918, - [SMALL_STATE(2511)] = 100934, - [SMALL_STATE(2512)] = 100950, - [SMALL_STATE(2513)] = 100964, - [SMALL_STATE(2514)] = 100980, - [SMALL_STATE(2515)] = 100994, - [SMALL_STATE(2516)] = 101010, - [SMALL_STATE(2517)] = 101024, - [SMALL_STATE(2518)] = 101038, - [SMALL_STATE(2519)] = 101052, - [SMALL_STATE(2520)] = 101068, - [SMALL_STATE(2521)] = 101084, - [SMALL_STATE(2522)] = 101100, - [SMALL_STATE(2523)] = 101116, - [SMALL_STATE(2524)] = 101130, - [SMALL_STATE(2525)] = 101146, - [SMALL_STATE(2526)] = 101162, - [SMALL_STATE(2527)] = 101176, - [SMALL_STATE(2528)] = 101192, - [SMALL_STATE(2529)] = 101206, - [SMALL_STATE(2530)] = 101220, - [SMALL_STATE(2531)] = 101236, - [SMALL_STATE(2532)] = 101252, - [SMALL_STATE(2533)] = 101268, - [SMALL_STATE(2534)] = 101284, - [SMALL_STATE(2535)] = 101300, - [SMALL_STATE(2536)] = 101316, - [SMALL_STATE(2537)] = 101332, - [SMALL_STATE(2538)] = 101346, - [SMALL_STATE(2539)] = 101362, - [SMALL_STATE(2540)] = 101378, - [SMALL_STATE(2541)] = 101394, - [SMALL_STATE(2542)] = 101410, - [SMALL_STATE(2543)] = 101426, - [SMALL_STATE(2544)] = 101442, - [SMALL_STATE(2545)] = 101458, - [SMALL_STATE(2546)] = 101474, - [SMALL_STATE(2547)] = 101490, - [SMALL_STATE(2548)] = 101506, - [SMALL_STATE(2549)] = 101522, - [SMALL_STATE(2550)] = 101538, - [SMALL_STATE(2551)] = 101554, - [SMALL_STATE(2552)] = 101570, - [SMALL_STATE(2553)] = 101586, - [SMALL_STATE(2554)] = 101602, - [SMALL_STATE(2555)] = 101616, - [SMALL_STATE(2556)] = 101630, - [SMALL_STATE(2557)] = 101644, - [SMALL_STATE(2558)] = 101658, - [SMALL_STATE(2559)] = 101674, - [SMALL_STATE(2560)] = 101688, - [SMALL_STATE(2561)] = 101704, - [SMALL_STATE(2562)] = 101718, - [SMALL_STATE(2563)] = 101732, - [SMALL_STATE(2564)] = 101746, - [SMALL_STATE(2565)] = 101762, - [SMALL_STATE(2566)] = 101776, - [SMALL_STATE(2567)] = 101792, - [SMALL_STATE(2568)] = 101808, - [SMALL_STATE(2569)] = 101824, - [SMALL_STATE(2570)] = 101838, - [SMALL_STATE(2571)] = 101852, - [SMALL_STATE(2572)] = 101868, - [SMALL_STATE(2573)] = 101884, - [SMALL_STATE(2574)] = 101898, - [SMALL_STATE(2575)] = 101912, - [SMALL_STATE(2576)] = 101926, - [SMALL_STATE(2577)] = 101940, - [SMALL_STATE(2578)] = 101956, - [SMALL_STATE(2579)] = 101972, - [SMALL_STATE(2580)] = 101988, - [SMALL_STATE(2581)] = 102002, - [SMALL_STATE(2582)] = 102016, - [SMALL_STATE(2583)] = 102032, - [SMALL_STATE(2584)] = 102048, - [SMALL_STATE(2585)] = 102064, - [SMALL_STATE(2586)] = 102080, - [SMALL_STATE(2587)] = 102096, - [SMALL_STATE(2588)] = 102110, - [SMALL_STATE(2589)] = 102124, - [SMALL_STATE(2590)] = 102138, - [SMALL_STATE(2591)] = 102152, - [SMALL_STATE(2592)] = 102168, - [SMALL_STATE(2593)] = 102184, - [SMALL_STATE(2594)] = 102198, - [SMALL_STATE(2595)] = 102212, - [SMALL_STATE(2596)] = 102228, - [SMALL_STATE(2597)] = 102244, - [SMALL_STATE(2598)] = 102260, - [SMALL_STATE(2599)] = 102274, - [SMALL_STATE(2600)] = 102288, - [SMALL_STATE(2601)] = 102302, - [SMALL_STATE(2602)] = 102316, - [SMALL_STATE(2603)] = 102330, - [SMALL_STATE(2604)] = 102344, - [SMALL_STATE(2605)] = 102358, - [SMALL_STATE(2606)] = 102372, - [SMALL_STATE(2607)] = 102386, - [SMALL_STATE(2608)] = 102402, - [SMALL_STATE(2609)] = 102416, - [SMALL_STATE(2610)] = 102430, - [SMALL_STATE(2611)] = 102446, - [SMALL_STATE(2612)] = 102462, - [SMALL_STATE(2613)] = 102476, - [SMALL_STATE(2614)] = 102492, - [SMALL_STATE(2615)] = 102506, - [SMALL_STATE(2616)] = 102520, - [SMALL_STATE(2617)] = 102536, - [SMALL_STATE(2618)] = 102552, - [SMALL_STATE(2619)] = 102568, - [SMALL_STATE(2620)] = 102584, - [SMALL_STATE(2621)] = 102598, - [SMALL_STATE(2622)] = 102614, - [SMALL_STATE(2623)] = 102630, - [SMALL_STATE(2624)] = 102644, - [SMALL_STATE(2625)] = 102660, - [SMALL_STATE(2626)] = 102676, - [SMALL_STATE(2627)] = 102690, - [SMALL_STATE(2628)] = 102706, - [SMALL_STATE(2629)] = 102722, - [SMALL_STATE(2630)] = 102736, - [SMALL_STATE(2631)] = 102752, - [SMALL_STATE(2632)] = 102768, - [SMALL_STATE(2633)] = 102784, - [SMALL_STATE(2634)] = 102798, - [SMALL_STATE(2635)] = 102812, - [SMALL_STATE(2636)] = 102826, - [SMALL_STATE(2637)] = 102842, - [SMALL_STATE(2638)] = 102856, - [SMALL_STATE(2639)] = 102870, - [SMALL_STATE(2640)] = 102886, - [SMALL_STATE(2641)] = 102902, - [SMALL_STATE(2642)] = 102916, - [SMALL_STATE(2643)] = 102932, - [SMALL_STATE(2644)] = 102946, - [SMALL_STATE(2645)] = 102960, - [SMALL_STATE(2646)] = 102974, - [SMALL_STATE(2647)] = 102988, - [SMALL_STATE(2648)] = 103002, - [SMALL_STATE(2649)] = 103016, - [SMALL_STATE(2650)] = 103032, - [SMALL_STATE(2651)] = 103046, - [SMALL_STATE(2652)] = 103060, + [SMALL_STATE(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)] = 103088, + [SMALL_STATE(2654)] = 103090, [SMALL_STATE(2655)] = 103104, [SMALL_STATE(2656)] = 103118, - [SMALL_STATE(2657)] = 103132, + [SMALL_STATE(2657)] = 103134, [SMALL_STATE(2658)] = 103148, [SMALL_STATE(2659)] = 103162, - [SMALL_STATE(2660)] = 103176, - [SMALL_STATE(2661)] = 103190, - [SMALL_STATE(2662)] = 103204, + [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)] = 103266, - [SMALL_STATE(2667)] = 103282, + [SMALL_STATE(2666)] = 103268, + [SMALL_STATE(2667)] = 103284, [SMALL_STATE(2668)] = 103298, [SMALL_STATE(2669)] = 103314, [SMALL_STATE(2670)] = 103330, @@ -147449,2402 +147372,2407 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2672)] = 103362, [SMALL_STATE(2673)] = 103378, [SMALL_STATE(2674)] = 103394, - [SMALL_STATE(2675)] = 103408, - [SMALL_STATE(2676)] = 103424, - [SMALL_STATE(2677)] = 103440, - [SMALL_STATE(2678)] = 103456, - [SMALL_STATE(2679)] = 103472, - [SMALL_STATE(2680)] = 103488, - [SMALL_STATE(2681)] = 103504, - [SMALL_STATE(2682)] = 103520, - [SMALL_STATE(2683)] = 103536, - [SMALL_STATE(2684)] = 103552, - [SMALL_STATE(2685)] = 103568, - [SMALL_STATE(2686)] = 103584, - [SMALL_STATE(2687)] = 103600, - [SMALL_STATE(2688)] = 103616, - [SMALL_STATE(2689)] = 103632, - [SMALL_STATE(2690)] = 103648, - [SMALL_STATE(2691)] = 103664, - [SMALL_STATE(2692)] = 103680, - [SMALL_STATE(2693)] = 103696, - [SMALL_STATE(2694)] = 103712, + [SMALL_STATE(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)] = 103806, - [SMALL_STATE(2701)] = 103820, - [SMALL_STATE(2702)] = 103834, - [SMALL_STATE(2703)] = 103848, - [SMALL_STATE(2704)] = 103862, - [SMALL_STATE(2705)] = 103878, - [SMALL_STATE(2706)] = 103892, - [SMALL_STATE(2707)] = 103906, - [SMALL_STATE(2708)] = 103922, - [SMALL_STATE(2709)] = 103938, - [SMALL_STATE(2710)] = 103952, - [SMALL_STATE(2711)] = 103966, - [SMALL_STATE(2712)] = 103980, - [SMALL_STATE(2713)] = 103996, - [SMALL_STATE(2714)] = 104010, - [SMALL_STATE(2715)] = 104024, - [SMALL_STATE(2716)] = 104038, - [SMALL_STATE(2717)] = 104054, - [SMALL_STATE(2718)] = 104070, - [SMALL_STATE(2719)] = 104084, - [SMALL_STATE(2720)] = 104098, - [SMALL_STATE(2721)] = 104114, - [SMALL_STATE(2722)] = 104128, - [SMALL_STATE(2723)] = 104142, - [SMALL_STATE(2724)] = 104156, - [SMALL_STATE(2725)] = 104172, - [SMALL_STATE(2726)] = 104186, - [SMALL_STATE(2727)] = 104200, - [SMALL_STATE(2728)] = 104216, - [SMALL_STATE(2729)] = 104232, - [SMALL_STATE(2730)] = 104248, - [SMALL_STATE(2731)] = 104264, - [SMALL_STATE(2732)] = 104280, - [SMALL_STATE(2733)] = 104296, - [SMALL_STATE(2734)] = 104310, - [SMALL_STATE(2735)] = 104326, - [SMALL_STATE(2736)] = 104342, - [SMALL_STATE(2737)] = 104356, - [SMALL_STATE(2738)] = 104370, - [SMALL_STATE(2739)] = 104386, - [SMALL_STATE(2740)] = 104402, - [SMALL_STATE(2741)] = 104415, - [SMALL_STATE(2742)] = 104428, - [SMALL_STATE(2743)] = 104441, - [SMALL_STATE(2744)] = 104454, - [SMALL_STATE(2745)] = 104467, - [SMALL_STATE(2746)] = 104480, - [SMALL_STATE(2747)] = 104493, - [SMALL_STATE(2748)] = 104506, - [SMALL_STATE(2749)] = 104519, - [SMALL_STATE(2750)] = 104532, - [SMALL_STATE(2751)] = 104545, - [SMALL_STATE(2752)] = 104558, - [SMALL_STATE(2753)] = 104571, - [SMALL_STATE(2754)] = 104584, - [SMALL_STATE(2755)] = 104597, - [SMALL_STATE(2756)] = 104610, - [SMALL_STATE(2757)] = 104623, - [SMALL_STATE(2758)] = 104636, - [SMALL_STATE(2759)] = 104649, - [SMALL_STATE(2760)] = 104662, - [SMALL_STATE(2761)] = 104675, - [SMALL_STATE(2762)] = 104688, - [SMALL_STATE(2763)] = 104701, - [SMALL_STATE(2764)] = 104714, - [SMALL_STATE(2765)] = 104727, - [SMALL_STATE(2766)] = 104740, - [SMALL_STATE(2767)] = 104753, - [SMALL_STATE(2768)] = 104766, - [SMALL_STATE(2769)] = 104779, - [SMALL_STATE(2770)] = 104792, - [SMALL_STATE(2771)] = 104805, - [SMALL_STATE(2772)] = 104818, - [SMALL_STATE(2773)] = 104831, - [SMALL_STATE(2774)] = 104844, - [SMALL_STATE(2775)] = 104857, - [SMALL_STATE(2776)] = 104870, - [SMALL_STATE(2777)] = 104883, - [SMALL_STATE(2778)] = 104896, - [SMALL_STATE(2779)] = 104909, - [SMALL_STATE(2780)] = 104922, - [SMALL_STATE(2781)] = 104935, - [SMALL_STATE(2782)] = 104948, - [SMALL_STATE(2783)] = 104961, - [SMALL_STATE(2784)] = 104974, - [SMALL_STATE(2785)] = 104987, - [SMALL_STATE(2786)] = 105000, - [SMALL_STATE(2787)] = 105013, - [SMALL_STATE(2788)] = 105026, - [SMALL_STATE(2789)] = 105039, - [SMALL_STATE(2790)] = 105052, - [SMALL_STATE(2791)] = 105065, - [SMALL_STATE(2792)] = 105078, - [SMALL_STATE(2793)] = 105091, - [SMALL_STATE(2794)] = 105104, - [SMALL_STATE(2795)] = 105117, - [SMALL_STATE(2796)] = 105130, - [SMALL_STATE(2797)] = 105143, - [SMALL_STATE(2798)] = 105156, - [SMALL_STATE(2799)] = 105169, - [SMALL_STATE(2800)] = 105182, - [SMALL_STATE(2801)] = 105195, - [SMALL_STATE(2802)] = 105208, - [SMALL_STATE(2803)] = 105221, - [SMALL_STATE(2804)] = 105234, - [SMALL_STATE(2805)] = 105247, - [SMALL_STATE(2806)] = 105260, - [SMALL_STATE(2807)] = 105273, - [SMALL_STATE(2808)] = 105286, - [SMALL_STATE(2809)] = 105299, - [SMALL_STATE(2810)] = 105312, - [SMALL_STATE(2811)] = 105325, - [SMALL_STATE(2812)] = 105338, - [SMALL_STATE(2813)] = 105351, - [SMALL_STATE(2814)] = 105364, - [SMALL_STATE(2815)] = 105377, - [SMALL_STATE(2816)] = 105390, - [SMALL_STATE(2817)] = 105403, - [SMALL_STATE(2818)] = 105416, - [SMALL_STATE(2819)] = 105429, - [SMALL_STATE(2820)] = 105442, - [SMALL_STATE(2821)] = 105455, - [SMALL_STATE(2822)] = 105468, - [SMALL_STATE(2823)] = 105481, - [SMALL_STATE(2824)] = 105494, - [SMALL_STATE(2825)] = 105507, - [SMALL_STATE(2826)] = 105520, - [SMALL_STATE(2827)] = 105533, - [SMALL_STATE(2828)] = 105546, - [SMALL_STATE(2829)] = 105559, - [SMALL_STATE(2830)] = 105572, - [SMALL_STATE(2831)] = 105585, - [SMALL_STATE(2832)] = 105598, - [SMALL_STATE(2833)] = 105611, - [SMALL_STATE(2834)] = 105624, - [SMALL_STATE(2835)] = 105637, - [SMALL_STATE(2836)] = 105650, - [SMALL_STATE(2837)] = 105663, - [SMALL_STATE(2838)] = 105676, - [SMALL_STATE(2839)] = 105689, - [SMALL_STATE(2840)] = 105702, - [SMALL_STATE(2841)] = 105715, - [SMALL_STATE(2842)] = 105728, - [SMALL_STATE(2843)] = 105741, - [SMALL_STATE(2844)] = 105754, - [SMALL_STATE(2845)] = 105767, - [SMALL_STATE(2846)] = 105780, - [SMALL_STATE(2847)] = 105793, - [SMALL_STATE(2848)] = 105806, - [SMALL_STATE(2849)] = 105819, - [SMALL_STATE(2850)] = 105832, - [SMALL_STATE(2851)] = 105845, - [SMALL_STATE(2852)] = 105858, - [SMALL_STATE(2853)] = 105871, - [SMALL_STATE(2854)] = 105884, - [SMALL_STATE(2855)] = 105897, - [SMALL_STATE(2856)] = 105910, - [SMALL_STATE(2857)] = 105923, - [SMALL_STATE(2858)] = 105936, - [SMALL_STATE(2859)] = 105949, - [SMALL_STATE(2860)] = 105962, - [SMALL_STATE(2861)] = 105975, - [SMALL_STATE(2862)] = 105988, - [SMALL_STATE(2863)] = 106001, - [SMALL_STATE(2864)] = 106014, - [SMALL_STATE(2865)] = 106027, - [SMALL_STATE(2866)] = 106040, - [SMALL_STATE(2867)] = 106053, - [SMALL_STATE(2868)] = 106066, - [SMALL_STATE(2869)] = 106079, - [SMALL_STATE(2870)] = 106092, - [SMALL_STATE(2871)] = 106105, - [SMALL_STATE(2872)] = 106118, - [SMALL_STATE(2873)] = 106131, + [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, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), - [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0), + [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0, 0, 0), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2313), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2386), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1040), - [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(435), - [165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), - [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(5), - [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1692), - [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2344), - [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1757), - [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(525), - [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1736), - [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2707), - [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2739), - [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2126), - [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(196), - [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(317), - [200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2348), - [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(93), - [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2349), - [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2124), - [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2123), - [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2352), - [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(236), - [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(276), - [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(779), - [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(121), - [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(130), - [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2391), - [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1849), - [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2009), - [242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2010), - [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1871), - [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(457), - [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1955), - [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(256), - [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(333), - [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2823), - [263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(306), - [266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1836), - [269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1384), - [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2821), - [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1287), - [278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2053), - [281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1035), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), + [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1040), + [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(435), + [165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), + [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(5), + [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1691), + [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2346), + [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1757), + [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(518), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1756), + [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2709), + [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2741), + [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2172), + [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(394), + [200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2350), + [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2351), + [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2170), + [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2169), + [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2354), + [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(234), + [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(779), + [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(120), + [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(129), + [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2348), + [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1874), + [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2027), + [242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2022), + [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1859), + [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(454), + [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2032), + [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(254), + [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(314), + [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2825), + [263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(304), + [266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1810), + [269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1388), + [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2823), + [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1285), + [278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2070), + [281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1035), [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 4, .production_id = 100), + [288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 4, 0, 100), [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), - [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), + [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), + [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), - [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), - [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), - [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), - [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), - [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), - [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), - [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), - [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), + [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), + [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), + [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2350), + [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), + [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), + [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), - [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), - [328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), - [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), + [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 3, .production_id = 59), - [336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 3, .production_id = 37), - [338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 2), - [340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), - [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1034), - [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(433), - [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3), - [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1696), - [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2235), - [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1769), - [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(527), - [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1768), - [366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2248), - [369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2257), - [372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2168), - [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2304), - [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(92), - [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2313), - [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2141), - [387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2129), - [390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2386), - [393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(234), - [396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(299), - [399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(994), - [402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1848), - [405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(447), - [408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2031), - [411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1036), - [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), - [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), - [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), + [334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 3, 0, 59), + [336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 3, 0, 37), + [338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 2, 0, 0), + [340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), + [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1034), + [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(433), + [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(3), + [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1697), + [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2234), + [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1770), + [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(495), + [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1769), + [366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2240), + [369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2246), + [372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2057), + [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2279), + [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(111), + [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2306), + [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2061), + [387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2063), + [390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2345), + [393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(233), + [396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(299), + [399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(976), + [402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1870), + [405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(460), + [408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2021), + [411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1036), + [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), + [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), - [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), + [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), + [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), - [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), - [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), - [456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), - [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), - [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), - [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), - [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), - [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), - [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), - [500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), - [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), - [506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2), - [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), - [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), - [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), - [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), + [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), + [456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1, 0, 0), + [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), + [468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2, 0, 0), + [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), - [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), - [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), - [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), - [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), + [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), + [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), - [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), - [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), - [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), - [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), - [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), - [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), - [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), - [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), - [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), - [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), - [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), + [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2710), + [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), + [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), + [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), + [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), + [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), + [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), + [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), + [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), - [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), - [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), - [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), - [580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), - [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), - [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), - [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), + [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), + [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), + [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), + [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), + [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), - [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), - [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), - [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), + [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), - [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), - [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), - [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), - [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), + [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), + [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), + [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), [616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), - [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), - [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), - [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), - [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), - [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), - [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), - [634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), - [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), - [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465), - [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), - [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2468), - [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), - [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), - [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), - [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), - [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), + [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), + [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), + [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), + [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), + [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2467), + [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), + [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), + [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), + [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), - [670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1), - [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), - [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), + [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), + [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), - [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), - [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), - [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), - [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), + [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), + [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), + [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), + [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), + [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), - [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), - [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), - [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), - [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), - [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), - [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), - [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), - [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), - [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), + [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), + [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), + [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), + [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), + [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2831), + [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), - [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), + [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), - [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), - [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), - [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), - [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), - [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), - [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), - [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), - [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2806), + [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), + [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), + [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), - [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), - [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), - [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), - [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), - [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), - [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), - [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), - [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), - [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), - [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), - [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), - [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), - [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), - [864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 2), - [866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), - [868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 2), - [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), - [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 4), - [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 4), - [878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 3), - [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 3), - [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), - [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), - [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), - [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 2), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), - [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), - [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3, .production_id = 69), - [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3, .production_id = 69), - [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 98), - [916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 6, .production_id = 98), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 6, .production_id = 98), - [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), - [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 80), - [926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 80), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 80), - [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 36), - [934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 36), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 36), - [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 76), - [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 4, .production_id = 76), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 4, .production_id = 76), - [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 92), - [950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 92), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 92), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 71), - [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 71), - [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 71), - [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 88), - [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 88), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 88), - [974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 88), - [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 5, .production_id = 88), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 5, .production_id = 88), - [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), - [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), - [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), - [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 92), - [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 88), - [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 88), - [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2721), - [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 80), - [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [1021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 76), - [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [1029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 71), - [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [1037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 98), - [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_pattern_repeat1, 1), - [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 36), - [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), - [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), - [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), - [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), - [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), - [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), - [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [1097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 1), - [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), - [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), - [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), - [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), - [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), - [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), - [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), - [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), - [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), - [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), + [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), + [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), + [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), + [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), + [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), + [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), + [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), + [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 2, 0, 0), + [858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2, 0, 0), + [860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 2, 0, 0), + [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2, 0, 0), + [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), + [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 71), + [876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, 0, 71), + [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, 0, 71), + [882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 88), + [884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 5, 0, 88), + [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 5, 0, 88), + [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 76), + [892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 4, 0, 76), + [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 4, 0, 76), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), + [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), + [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 80), + [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, 0, 80), + [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, 0, 80), + [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), + [926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3, 0, 69), + [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3, 0, 69), + [930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2, 0, 0), + [932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2, 0, 0), + [934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 3, 0, 0), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 3, 0, 0), + [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, 0, 98), + [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 6, 0, 98), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 6, 0, 98), + [948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 2, 0, 0), + [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 4, 0, 0), + [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 4, 0, 0), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 92), + [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, 0, 92), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, 0, 92), + [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 5, 0, 88), + [970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, 0, 88), + [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, 0, 88), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), + [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), + [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), + [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 1, 0, 0), REDUCE(aux_sym_array_pattern_repeat1, 1, 0, 0), + [991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, 0, 36), + [993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, 0, 36), + [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, 0, 36), + [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, 0, 36), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [1003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_pattern_repeat1, 1, 0, 0), + [1005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 71), + [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [1019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 80), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 88), + [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 5, 0, 88), + [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 92), + [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [1053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 76), + [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [1057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, 0, 98), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), + [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2317), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [1095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 1, 0, 0), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), + [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), + [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), + [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), + [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), + [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), + [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), - [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2863), [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), - [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), - [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), - [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), - [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), - [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), - [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), - [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), - [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), + [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), + [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), + [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), + [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), [1195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [1201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), - [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [1219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), - [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(83), - [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), - [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), - [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), - [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(1674), - [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), - [1274] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(221), - [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(83), - [1281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(376), - [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), - [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), - [1288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [1290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), - [1294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), - [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), - [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [1201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [1219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym__property_name, 1, 0, 4), + [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), + [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, 0, 4), SHIFT(82), + [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1, 0, 1), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), + [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), + [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(1681), + [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [1274] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym__property_name, 1, 0, 4), SHIFT(219), + [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__property_name, 1, 0, 4), SHIFT(82), + [1281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(396), + [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), + [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [1288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [1290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__augmented_assignment_lhs, 1, 0, 1), + [1294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), + [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), - [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), - [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), - [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [1330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), + [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), + [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), + [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), - [1354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), - [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), - [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), - [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), - [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2788), - [1365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(221), - [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2759), - [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), - [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), - [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), - [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2, .production_id = 19), - [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), - [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 2, .production_id = 6), - [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), - [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [1400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [1403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(365), - [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), - [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [1410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), - [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), - [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), - [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), - [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [1426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(401), - [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), - [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), - [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [1437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [1439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(272), - [1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 2, .production_id = 6), - [1448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [1450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), - [1452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 19), - [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), - [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), - [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [1475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 28), - [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 24), - [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 2, .production_id = 6), - [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 28), - [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [1495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [1497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), - [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), - [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), - [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 4, .production_id = 62), - [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, .production_id = 103), - [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 4, .production_id = 61), - [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, .production_id = 6), - [1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 27), - [1539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 3, .production_id = 26), - [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 2), - [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 60), - [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2, .production_id = 6), - [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 4, .production_id = 62), - [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 20), - [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 24), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), - [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 54), - [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 79), - [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 4, .production_id = 23), - [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4), - [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 3, .production_id = 23), - [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), - [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 3, .production_id = 21), - [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3, .production_id = 20), - [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1), - [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 98), - [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 102), - [1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 92), - [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 88), - [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 88), - [1603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 96), - [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 80), - [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3), - [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 91), - [1611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 14), - [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 76), - [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 13), - [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 71), - [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_debugger_statement, 2), - [1623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2, .production_id = 3), - [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1), - [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 63), - [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 29), - [1635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 25), - [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, .production_id = 30), - [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), - [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 54), - [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 5, .production_id = 54), - [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 36), - [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 103), - [1651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, .production_id = 30), - [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 55), - [1659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), - [1661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 52), - [1663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 3), - [1665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 62), - [1667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 3, .production_id = 26), - [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 88), - [1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, .production_id = 30), - [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 25), - [1675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 5, .production_id = 54), - [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 29), - [1679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 98), - [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 3, .production_id = 23), - [1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 88), - [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), - [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 92), - [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 27), - [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 3, .production_id = 21), - [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, .production_id = 20), - [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, .production_id = 30), - [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 102), - [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3), - [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 14), - [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 13), - [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), - [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 96), - [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [1715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_debugger_statement, 2), - [1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), - [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [1727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 80), - [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4), - [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 3), - [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2, .production_id = 3), - [1735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 91), - [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 76), - [1739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 52), - [1741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1), - [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 54), - [1745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 1), - [1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 55), - [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 79), - [1751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1), - [1753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 36), - [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 63), - [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, .production_id = 6), - [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 4, .production_id = 61), - [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 71), - [1765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 62), - [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 54), - [1769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 2), - [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 20), - [1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 60), - [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), - [1779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 4, .production_id = 23), - [1781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), - [1783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), - [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 4), + [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2776), + [1354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym__property_name, 1, 0, 4), + [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), + [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2861), + [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), + [1365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(219), + [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), + [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), + [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), + [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), + [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), + [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), + [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [1388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), + [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), + [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 2, 0, 6), + [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), + [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), + [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2807), + [1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), + [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), + [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), + [1410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), + [1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2, 0, 19), + [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), + [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), + [1422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(249), + [1425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [1427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym_pattern, 1, -1, 1), + [1430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, -1, 1), SHIFT(346), + [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, -1, 1), + [1435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, -1, 1), SHIFT(368), + [1438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), + [1440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), + [1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [1446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym_rest_pattern, 2, 0, 19), + [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), + [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 2, 0, 6), + [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303), + [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [1465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), + [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), + [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, 0, 28), + [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, 0, 28), + [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 2, 0, 6), + [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 24), + [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), + [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), + [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), + [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 4, 0, 62), + [1511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, 0, 103), + [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 76), + [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), + [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3, 0, 20), + [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, 0, 6), + [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 27), + [1539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 4, 0, 61), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [1545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 24), + [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 2, 0, 0), + [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 7, 0, 98), + [1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, 0, 0), + [1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 102), + [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, 0, 63), + [1563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 60), + [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 3, 0, 26), + [1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 36), + [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, 0, 20), + [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 92), + [1573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2, 0, 6), + [1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 4, 0, 62), + [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [1579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, 0, 54), + [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, 0, 88), + [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 88), + [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 96), + [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 80), + [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, -1, 14), + [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, 0, 91), + [1595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, 0, 13), + [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, 0, 54), + [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), + [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [1603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_debugger_statement, 2, 0, 0), + [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 71), + [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 62), + [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, 0, 79), + [1611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), + [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3, 0, 0), + [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 3, 0, 23), + [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [1619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4, 0, 0), + [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 4, 0, 23), + [1623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2, 0, 3), + [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, 0, 103), + [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1, 0, 0), + [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, 0, 29), + [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 25), + [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, 0, 30), + [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), + [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 3, 0, 21), + [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, 0, 30), + [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), + [1649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 5, 0, 54), + [1651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3, 0, 0), + [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, 0, 55), + [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [1663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 3, 0, 0), + [1665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, 0, 52), + [1667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 4, 0, 23), + [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3, 0, 0), + [1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), + [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, 0, 30), + [1675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, 0, 30), + [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, 0, 29), + [1679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 27), + [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 3, 0, 26), + [1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 25), + [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 3, 0, 23), + [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3, 0, 0), + [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 3, 0, 21), + [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, 0, 20), + [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, 0, 0), + [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, -1, 14), + [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, 0, 13), + [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, 0, 55), + [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_debugger_statement, 2, 0, 0), + [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), + [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), + [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), + [1715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, 0, 52), + [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, 0, 54), + [1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2, 0, 3), + [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [1723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1, 0, 0), + [1725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, 0, 54), + [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, 0, 20), + [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4, 0, 0), + [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 60), + [1735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 2, 0, 0), + [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 4, 0, 61), + [1739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, 0, 6), + [1741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, 0, 63), + [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 36), + [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, 0, 79), + [1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 5, 0, 54), + [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), + [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [1753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 3, 0, 0), + [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 62), + [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 71), + [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 76), + [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 1, 0, 0), + [1765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, 0, 91), + [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 80), + [1769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 96), + [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 88), + [1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, 0, 88), + [1775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 92), + [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 102), + [1779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 7, 0, 98), + [1781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), + [1783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), + [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__property_name, 1, 0, 4), [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1), - [1794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 1), - [1796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 47), - [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 47), - [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 78), - [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 78), - [1806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 5, .production_id = 90), - [1808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 5, .production_id = 90), - [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), - [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), - [1814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(150), - [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 44), - [1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 44), - [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 45), - [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 45), - [1825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 46), - [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 46), - [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 95), - [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [1833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 94), - [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 6, .production_id = 101), - [1841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 7, .production_id = 105), - [1843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), - [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(404), - [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2, .production_id = 19), - [1867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(257), - [1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [1872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), - [1875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(355), - [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [1882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 19), - [1885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_rest_pattern, 2), - [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 2), - [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 2), - [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), - [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 8), - [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), - [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 8), - [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 7), - [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 7), - [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 17), - [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 17), - [1928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 17), REDUCE(sym_object_pattern, 3, .production_id = 18), - [1931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 3, .production_id = 18), - [1933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), - [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [1938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), - [1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), - [1942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), - [1945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_pattern, 2), - [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .dynamic_precedence = 1, .production_id = 39), - [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .dynamic_precedence = 1, .production_id = 39), - [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 9), - [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 9), - [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 3, .production_id = 49), - [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 3, .production_id = 49), - [1961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 6), - [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 6), - [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 2), - [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 2), - [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 3, .production_id = 50), - [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 3, .production_id = 50), - [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, .production_id = 43), - [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), - [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 51), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 51), - [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 53), - [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 53), - [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2), - [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), - [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), - [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, .production_id = 17), - [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, .production_id = 17), - [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 43), - [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4), - [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4), - [2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 43), - [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), - [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2), - [2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2), - [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2), - [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), - [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), - [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 42), - [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 42), - [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 41), - [2067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3), - [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3), - [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 3, .production_id = 40), - [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 3, .production_id = 40), - [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_property, 3), - [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_property, 3), - [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 3, .production_id = 38), - [2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 3, .production_id = 38), - [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 48), - [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 48), - [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 37), - [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 37), - [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 10), - [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 10), - [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4), - [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4), - [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 3, .production_id = 31), - [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 3, .production_id = 31), - [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 4, .production_id = 64), - [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 4, .production_id = 64), - [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 72), - [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 72), - [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 4, .production_id = 73), - [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 4, .production_id = 73), - [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 74), - [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 74), - [2123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 75), - [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 75), - [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 4, .production_id = 73), - [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 4, .production_id = 73), - [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 4, .production_id = 77), - [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 4, .production_id = 77), - [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), - [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), - [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 3, .production_id = 31), - [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 3, .production_id = 31), - [2143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_closing_tag, 1), - [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_closing_tag, 1), - [2147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 81), - [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 81), - [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), - [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), - [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3), - [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 2, .production_id = 11), - [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 2, .production_id = 11), - [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 2, .production_id = 11), - [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 2, .production_id = 11), - [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 87), - [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 87), - [2169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), - [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), - [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 89), - [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 15), - [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 16), - [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 16), - [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [2183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), - [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), - [2187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), - [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [2205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), - [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [2233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_element, 2), - [2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_pattern, 3, .production_id = 41), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__initializer, 2, .production_id = 59), - [2297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 59), SHIFT(374), - [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [2304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 41), REDUCE(sym_assignment_expression, 3, .production_id = 41), - [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 41), - [2309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), REDUCE(sym_assignment_expression, 3, .production_id = 41), - [2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), - [2314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), REDUCE(sym_assignment_expression, 3, .production_id = 15), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [2331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, .production_id = 18), - [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [2337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), - [2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 2), - [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [2348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 17), REDUCE(sym_object_pattern, 3, .production_id = 18), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), - [2363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), - [2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 2), - [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [2432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), - [2434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [2440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [2444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [2446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 57), - [2494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), - [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1), - [2499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), - [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property_name, 3), - [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [2506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [2508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), - [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [2512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [2546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 59), SHIFT(388), - [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 2), - [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), - [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), - [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), - [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1, 0, 0), + [1794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 1, 0, 0), + [1796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, 0, 78), + [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, 0, 78), + [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), + [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [1804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(151), + [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [1809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, 0, 44), + [1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, 0, 44), + [1813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, 0, 45), + [1815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, 0, 45), + [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, 0, 46), + [1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, 0, 46), + [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, 0, 47), + [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, 0, 47), + [1825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 5, 0, 90), + [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 5, 0, 90), + [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, 0, 94), + [1831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, 0, 95), + [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 6, 0, 101), + [1841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 7, 0, 105), + [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, -1, 1), + [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2, 0, 0), + [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2, 0, 19), + [1859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, -1, 0), + [1861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, -1, 0), SHIFT(371), + [1864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym_pattern, 1, -1, 1), + [1867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_pattern, 1, -1, 0), + [1870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, -1, 0), SHIFT(338), + [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [1875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(250), + [1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [1882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym_rest_pattern, 2, 0, 19), + [1885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_rest_pattern, 2, 0, 0), + [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [1894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 8), + [1896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 8), + [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [1910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 2, 0, 0), + [1912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 2, 0, 0), + [1914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 8), + [1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 8), + [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, 0, 7), + [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, 0, 7), + [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [1926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, 0, 17), + [1928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, 0, 17), + [1930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 3, 0, 17), REDUCE(sym_object_pattern, 3, 0, 18), + [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 3, 0, 18), + [1935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2, 0, 0), + [1937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2, 0, 0), + [1939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2, 0, 0), REDUCE(sym_array_pattern, 2, 0, 0), + [1942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_pattern, 2, 0, 0), + [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [1946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2, 0, 0), REDUCE(sym_object_pattern, 2, 0, 0), + [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 3, 0, 38), + [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 3, 0, 38), + [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 3, 0, 49), + [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 3, 0, 49), + [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), + [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 2, 0, 0), + [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 2, 0, 0), + [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 3, 0, 50), + [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 3, 0, 50), + [2001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, 0, 43), + [2003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, 0, 51), + [2005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, 0, 51), + [2007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, 0, 53), + [2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, 0, 53), + [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 43), + [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 43), + [2015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, 0, 17), + [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, 0, 17), + [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, 0, 0), + [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, 0, 0), + [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), + [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), + [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2, 0, 0), + [2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 2, 0, 6), + [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 2, 0, 6), + [2045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), + [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), + [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, 0, 42), + [2051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, 0, 42), + [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 41), + [2055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3, 0, 0), + [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3, 0, 0), + [2059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 3, 0, 40), + [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 3, 0, 40), + [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [2065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, 1, 39), + [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, 1, 39), + [2069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_property, 3, 0, 0), + [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_property, 3, 0, 0), + [2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2, 0, 0), + [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2, 0, 0), + [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, 0, 37), + [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, 0, 37), + [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, 0, 48), + [2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, 0, 48), + [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 3, 0, 31), + [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 3, 0, 31), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [2091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 9), + [2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 9), + [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4, 0, 0), + [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4, 0, 0), + [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 4, 0, 64), + [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 4, 0, 64), + [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, 0, 72), + [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, 0, 72), + [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 4, 0, 73), + [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 4, 0, 73), + [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, 0, 74), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, 0, 74), + [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, 0, 75), + [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, 0, 75), + [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 4, 0, 73), + [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 4, 0, 73), + [2123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 4, 0, 77), + [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 4, 0, 77), + [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), + [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), + [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 3, 0, 31), + [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 3, 0, 31), + [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3, 0, 0), + [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3, 0, 0), + [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, 0, 81), + [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, 0, 81), + [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3, 0, 0), + [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 10), + [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 10), + [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_closing_tag, 1, 0, 0), + [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_closing_tag, 1, 0, 0), + [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, 0, 87), + [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, 0, 87), + [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 2, 0, 11), + [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 2, 0, 11), + [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 2, 0, 11), + [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 2, 0, 11), + [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), + [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), + [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, 0, 89), + [2171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), + [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), + [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 15), + [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, 0, 16), + [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, 0, 16), + [2181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, 0, 0), + [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, 0, 0), + [2185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), + [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [2213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [2229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [2233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), + [2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_element, 2, 0, 0), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [2261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_pattern, 3, 0, 41), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [2293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__initializer, 2, 0, 59), + [2295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, 0, 59), SHIFT(400), + [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [2302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, 0, 41), REDUCE(sym_assignment_expression, 3, 0, 41), + [2305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, 0, 41), + [2307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, 0, 56), REDUCE(sym_assignment_expression, 3, 0, 41), + [2310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, 0, 56), + [2312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, 0, 56), REDUCE(sym_assignment_expression, 3, 0, 15), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, 0, 18), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [2333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2, 0, 0), REDUCE(sym_object_pattern, 2, 0, 0), + [2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 2, 0, 0), + [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [2346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 3, 0, 17), REDUCE(sym_object_pattern, 3, 0, 18), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [2359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2, 0, 0), REDUCE(sym_array_pattern, 2, 0, 0), + [2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 2, 0, 0), + [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [2376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), + [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [2456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [2458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [2464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [2468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [2472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [2474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), + [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [2480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, 0, 57), + [2494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__property_name, 1, 0, 0), + [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, 0, 0), + [2499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 3, 0, 0), REDUCE(sym_computed_property_name, 3, 0, 0), + [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property_name, 3, 0, 0), + [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [2506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [2510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [2514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [2518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 2, 0, 0), + [2554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, 0, 59), SHIFT(335), + [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), + [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), - [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), - [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), - [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), - [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), - [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), - [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), - [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), - [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), - [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), - [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), - [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), - [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), - [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), - [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), - [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), - [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), - [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), + [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), + [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), + [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), + [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), + [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), + [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), - [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), + [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), [2627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [2633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 1), REDUCE(aux_sym_object_pattern_repeat1, 1), - [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), - [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), - [2640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), - [2642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [2648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), - [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), - [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), - [2656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), + [2633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 1, 0, 0), REDUCE(aux_sym_object_pattern_repeat1, 1, 0, 0), + [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), + [2640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), + [2642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), + [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), + [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [2648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), + [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), + [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), + [2656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), [2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), - [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), - [2662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), - [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), - [2674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [2680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), - [2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [2690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [2692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), - [2698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [2702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [2706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1922), - [2709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1672), - [2712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), - [2714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1597), - [2717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(398), - [2720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(2391), - [2723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1938), - [2726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1939), - [2729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1544), - [2732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1947), - [2735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(2199), - [2738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1536), - [2741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1632), - [2744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1557), - [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), + [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [2662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), + [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), + [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [2674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [2680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), + [2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [2690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [2692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [2698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(1923), + [2701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(1658), + [2704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), + [2706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(1575), + [2709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(365), + [2712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(2348), + [2715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(1940), + [2718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(1941), + [2721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(1543), + [2724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(1947), + [2727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(2196), + [2730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(1533), + [2733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(1637), + [2736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, 0, 70), SHIFT_REPEAT(1561), + [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), + [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), - [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), - [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), - [2759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), - [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), + [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2313), + [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [2759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), [2765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), - [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 1), - [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), - [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), + [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 1, 0, 0), + [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), + [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), - [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), - [2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), + [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), + [2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), [2783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), - [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_pattern_repeat1, 1), - [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), - [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1, .production_id = 4), - [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), - [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), - [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_pattern_repeat1, 1, 0, 0), + [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), + [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1, 0, 4), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), + [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [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 = 1, .reusable = false}}, SHIFT(1550), - [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), - [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 4), - [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484), - [2813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), - [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), - [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), - [2822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), - [2824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [2826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [2828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), - [2830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), - [2832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), - [2834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), - [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), - [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), - [2840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), + [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(1622), - [2846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [2850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), - [2852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), - [2854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), - [2856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [2858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), - [2860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), - [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), - [2864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), - [2866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), - [2868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator, 2), - [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), - [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [2882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 99), - [2884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 44), - [2886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 3, .production_id = 58), - [2888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 33), - [2890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 34), - [2892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 34), SHIFT_REPEAT(1602), - [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 88), - [2897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), - [2901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), - [2903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), SHIFT_REPEAT(2155), - [2906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 104), - [2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 76), - [2910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 83), - [2912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 93), - [2914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 98), - [2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1), - [2918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 2, .production_id = 6), - [2920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 34), - [2922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [2924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), - [2926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), - [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), - [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [2936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), - [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [2942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), SHIFT_REPEAT(2199), - [2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), - [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), - [2951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), - [2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), - [2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), - [2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), - [2965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [2967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), + [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, .production_id = 9), - [2977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), - [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [2983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [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}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), - [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), - [3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 1), - [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), - [3017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), - [3019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), - [3021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), - [3023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), - [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), - [3027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [3029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(224), - [3032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(1806), - [3035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(1820), - [3038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(1890), - [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), - [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), - [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [3047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), - [3049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), - [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), - [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), - [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [3073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), - [3075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [3077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), - [3079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), - [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [3087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 65), SHIFT_REPEAT(1738), - [3090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 65), SHIFT_REPEAT(232), - [3093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 65), - [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [3099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), - [3101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), - [3103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), - [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), - [3113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), - [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [3125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), - [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2785), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 3), - [3137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1, .production_id = 4), - [3139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [3145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3), - [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), - [3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__destructuring_pattern, 1), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [3157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 4), - [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, .production_id = 5), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, .production_id = 18), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [3183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 3), - [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 2, .dynamic_precedence = -1), - [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 2), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 2), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [3209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2), SHIFT_REPEAT(346), - [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 68), - [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), - [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 66), - [3220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, .dynamic_precedence = -1, .production_id = 64), - [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [3224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3, .production_id = 44), - [3226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(2849), - [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), - [3231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(254), - [3234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_namespace_name, 3), - [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [3240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_text, 1), - [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 85), - [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), - [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [3260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 2), - [3262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 1), - [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [3268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(1940), - [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), - [3273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(262), - [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 1, .production_id = 35), - [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [3284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1), - [3286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [3290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 3, .dynamic_precedence = -1, .production_id = 31), - [3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [3300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__jsx_string, 2), - [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), - [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), - [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [3320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 1, .production_id = 32), - [3322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), - [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), - [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [3332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), - [3334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), - [3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), - [3340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 22), - [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [3352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), - [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [3359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__jsx_string, 3), - [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), - [3367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), - [3369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), SHIFT_REPEAT(2053), - [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), - [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), - [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), - [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2390), - [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), - [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), - [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), - [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), - [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), - [3394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [3400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), - [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [3410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3, .production_id = 4), - [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [3416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(355), - [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 44), - [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), - [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [3435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), - [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), - [3441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [3445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), - [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [3451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(404), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [3478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 2), SHIFT_REPEAT(2055), - [3481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 2), - [3483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat1, 2), SHIFT_REPEAT(2055), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), - [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), - [3532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), - [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), - [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), - [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), - [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), - [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1), - [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), - [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), - [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), - [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), - [3576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 1), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [3600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 2), SHIFT_REPEAT(2059), - [3603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 2), - [3605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat2, 2), SHIFT_REPEAT(2059), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [3610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), SHIFT_REPEAT(1740), - [3613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [3617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), - [3623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module_export_name, 1), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [3629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [3649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [3659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2), SHIFT_REPEAT(328), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), - [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [3722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), - [3724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(2173), - [3727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), - [3729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2176), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [3736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), SHIFT_REPEAT(219), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [3749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), - [3783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 1), - [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat1, 1), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [3793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 1), - [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat2, 1), - [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), - [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [3805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), SHIFT_REPEAT(194), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [3856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 9), - [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), - [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 1, .production_id = 5), - [3872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), SHIFT_REPEAT(2606), - [3875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [3879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), SHIFT_REPEAT(1514), - [3882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), - [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__from_clause, 2, .production_id = 20), - [3886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 3), - [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [3892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), SHIFT_REPEAT(1512), - [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 1, .production_id = 5), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [3915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [3921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), - [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [3931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair_pattern, 3, .production_id = 57), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), - [3937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 2), - [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [3961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 1), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 5), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [3991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), SHIFT_REPEAT(228), - [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), - [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [4010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [4014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 1), - [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 1), - [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [4024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1), - [4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1), - [4028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), SHIFT_REPEAT(1834), - [4031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), - [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [4041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), SHIFT_REPEAT(1808), - [4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), - [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [4048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [4054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 4), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 76), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 3, .production_id = 82), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [4080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [4086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 67), - [4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 83), - [4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, .production_id = 82), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), - [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5), - [4112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4), - [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 84), - [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 86), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), - [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 88), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 93), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_attribute, 2), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [4154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [4164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 3, .production_id = 58), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [4172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), - [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [4180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2840), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [4190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_opening_tag, 1), - [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 44), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [4230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [4238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [4244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [4254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [4260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [4286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 4, .production_id = 97), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [4292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 98), - [4294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 99), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [4300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [4336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 104), - [4338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 1), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [4342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 1), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [4346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [4354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [4420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 2), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [4446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 5), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [4466] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [4470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [4478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_namespace_name, 3), - [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [4482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_export, 3), - [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [4496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_import, 3), - [4498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 3), - [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [4504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 3), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [4522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 4), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [4536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 1), + [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), }; enum ts_external_scanner_symbol_identifiers { @@ -149926,7 +149854,7 @@ void tree_sitter_javascript_external_scanner_deserialize(void *, const char *, u #define TS_PUBLIC __attribute__((visibility("default"))) #endif -TS_PUBLIC const TSLanguage *tree_sitter_javascript() { +TS_PUBLIC const TSLanguage *tree_sitter_javascript(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 17b4fde9..17f0e94b 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -86,6 +86,11 @@ typedef union { } entry; } TSParseActionEntry; +typedef struct { + int32_t start; + int32_t end; +} TSCharacterRange; + struct TSLanguage { uint32_t version; uint32_t symbol_count; @@ -125,6 +130,24 @@ struct TSLanguage { const TSStateId *primary_state_ids; }; +static inline bool set_contains(TSCharacterRange *ranges, uint32_t len, int32_t lookahead) { + uint32_t index = 0; + uint32_t size = len - index; + while (size > 1) { + uint32_t half_size = size / 2; + uint32_t mid_index = index + half_size; + TSCharacterRange *range = &ranges[mid_index]; + if (lookahead >= range->start && lookahead <= range->end) { + return true; + } else if (lookahead > range->end) { + index = mid_index; + } + size -= half_size; + } + TSCharacterRange *range = &ranges[index]; + return (lookahead >= range->start && lookahead <= range->end); +} + /* * Lexer Macros */ @@ -154,6 +177,17 @@ struct TSLanguage { goto next_state; \ } +#define ADVANCE_MAP(...) \ + { \ + static const uint16_t map[] = { __VA_ARGS__ }; \ + for (uint32_t i = 0; i < sizeof(map) / sizeof(map[0]); i += 2) { \ + if (map[i] == lookahead) { \ + state = map[i + 1]; \ + goto next_state; \ + } \ + } \ + } + #define SKIP(state_value) \ { \ skip = true; \ @@ -203,14 +237,15 @@ struct TSLanguage { } \ }} -#define REDUCE(symbol_val, child_count_val, ...) \ - {{ \ - .reduce = { \ - .type = TSParseActionTypeReduce, \ - .symbol = symbol_val, \ - .child_count = child_count_val, \ - __VA_ARGS__ \ - }, \ +#define REDUCE(symbol_name, children, precedence, prod_id) \ + {{ \ + .reduce = { \ + .type = TSParseActionTypeReduce, \ + .symbol = symbol_name, \ + .child_count = children, \ + .dynamic_precedence = precedence, \ + .production_id = prod_id \ + }, \ }} #define RECOVER() \